/* ****************from index.css****************** */


/* Common */

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
    font-size: 13px;
    color: #3d3d3d;
    padding-right: 0px !important;
}

.primary-background {
    /* background-color: #0185E1; */
    background-color:#00aeef;
    color: #ffffff;
}

.primary-color {
    /* color: #0185E1; */
    color: #00aeef;
    background-color: #ffffff;
}

.card {
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.45rem;
}

.custom-tabs .nav-link {
    border: none;
    font-weight: 600;
    font-size: 90%;
}

.custom-tabs .active.nav-link {
    background: transparent;
    border-bottom: 4px solid #00aeef;
    color: #00aeef;
    margin-bottom: -3px;
}




/* @Deepthy */
.verticalTab .active.nav-link {
    background: linear-gradient(315deg, #F9EEFE 0%, #E8F5FF 100%);

}

.verticalTab .nav-link {
    padding: 15px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #E6E6E6;
    /* border-bottom: 1px solid #E6E6E6;  */
}


.document-thumbnail {
    width: 115.72px;
    height: 115.72px;
    background: url('../images/icons/file-image.svg') no-repeat center;
    background-size: contain;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tooltip-inner{
    max-width: unset !important;
}

/** animation **/

@keyframes ring {
    0% {
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
  
    2% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
  
    4% {
      -webkit-transform: rotate(-18deg);
      transform: rotate(-18deg);
    }
  
    6% {
      -webkit-transform: rotate(18deg);
      transform: rotate(18deg);
    }
  
    8% {
      -webkit-transform: rotate(-22deg);
      transform: rotate(-22deg);
    }
  
    10% {
      -webkit-transform: rotate(22deg);
      transform: rotate(22deg);
    }
  
    12% {
      -webkit-transform: rotate(-18deg);
      transform: rotate(-18deg);
    }
  
    14% {
      -webkit-transform: rotate(18deg);
      transform: rotate(18deg);
    }
  
    16% {
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg);
    }
  
    18% {
      -webkit-transform: rotate(12deg);
      transform: rotate(12deg);
    }
  
    20%, 100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}

.faa-ring.animated.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-fast {
  -webkit-animation: ring 1s ease infinite;
  animation: ring 1s ease infinite;
}

.faa-ring.animated.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-slow {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite;
}

.no-data-div{
  height: 40px;
  width: 100%;
  border: 1px solid #FF3E55;
  border-radius: 2px;
  background-color: #FFECEE;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  display: flex;
  padding: 6px 15px;
  margin-top: 1px;
}

.no-data-i{
  color: #FF3E55;
  vertical-align: center;
}

.no-data-span{
  margin: auto 0;
  flex: 1 1;
  margin-left: 15px;
  height: 20px;
  width: 118px;
  color: #FF3E55;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
}

.text-truncate{
  width:120px;
}

.tree {
  position: relative;
  width: 100%;
}

.tree .custom-field:before {
  /* position:relative; */
  position: absolute;
  top: -35px;
  left: 4px;
  height: 77px;
  width: 20px;
  color: white;
  border-bottom: 1px solid rgb(228, 225, 225);
  border-left: 1px solid #e4e1e1;
  content: "";
}

.reciept_container {
  padding-top: 0px;
  width: 100%;
}
  
.receiptStatus {
  display: flex;
}
  
.print_btn {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px 0;
  text-align: center;
  background-color: #00aeef;
  cursor: pointer;
  color: white;
}
.reciept_wrapper {
  width: 392px;
  margin: 0 auto;
}
.chart-label-xaxis {
  position: absolute;
  left: 66%;
  margin-left: -100px;
  bottom: -17px;
}
.chart-label-yaxis {
  position: absolute;
  bottom: 50%;
  transform: rotate(-90deg);
  left: -20px;
}
.monthly_income{
  color: rgb(51, 73, 95);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.alignRight{
  display: flex;
  justify-content: flex-end;
}
.reportTableHeading{
  display: block;
  background-color: #00aeef;
  color: white;
  padding: 5px;
  font-size: 16px; 
  font-weight: bold;
}
.countsContainer{
  display: flex;
  flex-direction: column;
  background-color: white;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 5px 7px 10px 4px #ccc;
}
.countsRow{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 10px;
}
.subgroupContainer{
  display: flex;
  flex-direction: column;
  border-left: 1px solid gray;
  padding-left: 10px;
  margin-left: 15px;
}
.borderElement{
  border: 1px solid gray;
  width: 8px;
  position: absolute;
  left: -10px;
  top: 14px;
}
.terms-and-conditions{
  margin-left: 3px;
  color: #4f91d9 !important;
  text-decoration: none;
  cursor: pointer;
}
.tc-container{
  margin-left: 30px;
}
.account-balance-container{
  border: 1px solid lightgray;
  background-color: white;
  margin-bottom: 27px;
}
.account-balance{
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
}
.money-symbol{
  text-transform: capitalize;
}
.dashboard-graph-data{
   margin-top: 45px; 
}
.user-summary-heading{
  font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    background-color: #00aeef;
    color: white;
    font-size: 15px;
}
.user-summary-total{
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    background-color: lightgray;
    font-weight: bold;
}
.user-entity-total{
  margin-bottom: 20px;
}
.verify-kyc-details-container {
  display: flex;
  justify-content: space-between;
}
.verify-kyc-details div{
  max-width: 100%!important;
}
.verify-kyc-head{
  padding-left: 15px!important;
}

.verify-kyc-details .input-group-append{
  background-color: #e9ecef!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  border-radius: 0 4px 4px 0px!important;
  font-size: 13px!important;
  padding: 0px 10px!important;
}
.terms-and-conditions-container{
  position: absolute;
  width: 60%;
  margin: 0 auto;
  background-color: white;
  top: 20px;
  border: 1px solid;
  padding:10px;
  overflow-y: scroll;
  height: 95%;
}
.terms-and-conditions-wrapper{
  display: flex;
  justify-content: center;
}

.iframe-container{
  width: 1374px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 30px auto;
  overflow-y: auto; 
  overflow-x: auto; 
  resize: both; 
  position: relative; 
  scrollbar-width:2px;
  background:#f4f8f9 url("/images/loader.gif") no-repeat 50% center !important;
}
@media only screen and (min-width: 1125px) {
  .reciept_wrapper {
    width: 467px;
  }
}
@media only screen and (min-width: 1300px) {
  .reciept_wrapper {
    width: 512px;
  }
}
.shadow {
  box-shadow: 1px 1px 10px #aaaaaa;
  border-radius: 5px
}

.right-side-span {
  font-size: 14px;
  font-weight: 600;
}

.off-color {
  color: #71716c;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group-append, .input-group-prepend {
  border: 1px solid #d3d3d3;
  background-color: #e9ecef;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 0 .25rem .25rem 0;
}

.input-group-prepend {
  border-radius: .25rem 0 0 .25rem;
}

.input-group-float-icon {
  border: none;
  background-color: inherit;
}

/** add to hierarchy styles **/
.first-column {
  border-right: 1px solid #e4e4e4;
  padding: 0;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.05);
}

.merchant-label {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #e4e4e4;
}

.merchant-label-head {
  text-align: center;
  font-size: 17px;
  border-bottom: 2px solid #e4e4e4;
}

.merchant-label-div {
  cursor: pointer;
}

.merchant-label-div span {
  margin-left: 10px;
}

.merchant-label-div:hover {
  background-color: #d8d8d8;
}

.merchant-label-active {
  background-color: #d8d8d8;
}

.merchant-custom-card-header {
  width: 100%;
  padding: 15px 15px 0px 15px;
  text-align: center;
}

.merchant-custom-card-header span {
  font-size: 18px;
  font-weight: 600;
}

.merchant-custom-card {
  width: 100%;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}

.merchant-custom-card span {
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
}

.merchant-custom-card-span-input {
  flex: 1;
}

.merchant-custom-card-span-name {
  flex: 6;
}

.merchant-custom-search-box-div {
  padding: 0px 18px 15px 0px; 
  width: 100%;
}

.merchant-custom-search-box-input {
  float: right; 
  border: 1px solid #d9ded9; 
  height: 31px;
  width: 270px;
  border-radius: 2px;
  padding: 10px;
}

.merchant-custom-search-box-input:focus {
  outline: none;
}

.image-thumbnail {
  width: 115.72px;
  height: 115.72px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.image-thumbnail:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.card-bg-color-1 {
  background: linear-gradient(89.82deg, #739DF0 0.12%, #844DF3 99.82%) !important;
}

.card-bg-color-2 {
  background: linear-gradient(89.82deg, #C86832 0.12%, #FF6A16 99.82%) !important;
}

.card-bg-color-3 {
  background: linear-gradient(89.82deg, #00AFFD 0.12%, #39108D 99.82%) !important;
}

.card-bg-color-4 {
  background: linear-gradient(89.82deg, #F968BF 0.12%, #C550CB 99.82%) !important;
}

.otp-container-padding {
  padding: 0 0 0 30px;
}

.otp-label-container {
  position: absolute;
  /* padding: 0 0 0 15px; */
}

.otp-label-span {
  position: relative;
  top: -10px;
  /* left: 15px; */
  color: blue;
}

.otp-resend-btn {
  border: none;
  background: transparent;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}