/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
/* @import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap');
:root{
  --primary-color:#0c768a;
  --secondary-color:#76c8c7;
  --primary-light-color:#98d6d5;
  --secondary-light-color:#bbe3e3;
  --light-color:#fff;
  --dark-color:#000;
  /* -- */
}
body{
  /* font-family: 'League Spartan', sans-serif!important; */
  font-family: 'Mulish', sans-serif!important;
}
.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 24px;
}
.auth-page-logo{
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 14em;
  height: 14em;
}
.auth-page-logo img{
  width: 100%;
  object-fit: contain;
}
.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.custome-bg{
  /* background:#3d8b9c; */
  background: url("../../images/auth-right-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  overflow: hidden;
  min-height: calc(100vh - 14.5rem);
  flex: 2;
}
/* .custome-bg::after{
  content: '';
  position: absolute;
  background:linear-gradient(45deg, black, transparent);
  inset: 0;
  display: inline-block;
} */
.custome-default-btn{
  background-color: var(--primary-color);
  border-color:var(--primary-color) ;
  color: #fff;
}
.custome-default-btn:hover{
  background-color: #3d8b9c;
  border-color:#3d8b9c ;
  color: #fff;
}
a{
  color: #3d8b9c;
}
.customr-bg-image{
  position: relative;
  z-index: 99;
  background: #fff;
  justify-content: center;
  height: 100%;
}
.authentication-bg{
  background: url("../../images/auth-bg-img.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.flex-1{
  flex: 1;
}
.authentication-inner{
 display: grid;
 grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
}
.customr-bg-image .card{
  background: #fff;

}
.breadcrumb-item, .breadcrumb-item a{
  color: #3d8b9c;
}

.gap-xl{
  gap: 0.3em;
}

.theme-flex-btn{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
}

.theme-flex-btn-gap-zero{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.light-style .bootstrap-select .dropdown-toggle{
  min-height: 3em;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

input[type="file"]::file-selector-button {
  /* border-radius: 4px; */
  padding: 0 16px;
  height: 3.5em;
  cursor: pointer;
  background-color: white;
  /* border: 1px solid rgba(0, 0, 0, 0.16); */
  /* box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05); */
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}

.card-header h5{
  font-size: 1em;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
  font-size: 0.8em;
}

.search-box-width-xl{
  width: 30em!important;
}

.menu-vertical .menu-inner>.menu-item{
  margin: 0.45em 0;
}

/* Welcome CSS */

.welcome-page-img{
  max-width: 20em;
}

.welcome-page-sec{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.welcome-page-panel-link-box{
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1em;
}

.welcome-page-panel-link-card{
  padding:1.5em;
  border-radius: 10px;
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.welcome-page-panel-link-card:nth-child(1){
  background: linear-gradient(91.22deg, rgba(12, 118, 138, 0) -2.98%, rgba(12, 118, 138, 0.21) 113.85%), linear-gradient(0deg, #D5E7EB, #D5E7EB);
  border: 1px solid #D5E7EB;
}

.welcome-page-panel-link-card:nth-child(2){
  border: 1px solid #EDEDED;
  background-color: transparent;
  /* background: linear-gradient(0deg, #EDEDED, #EDEDED),linear-gradient(0deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.11)); */
}

.welcome-page-panel-link-right-img{
  max-width: 8em;
}

.welcome-page-card{
  padding: 2em;
}

.welcome-btn{
  border-radius: 10px !important;
  border-width: 1px;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #fff !important;
  border:1px solid #DEDEDE !important;
  background-color: #3d8b9c !important;
  text-decoration: none !important;
  display: inline-block !important;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.6em 2em !important;
  font-size: 0.85em !important;
  line-height: 25px;
  font-weight: 600 !important;
  letter-spacing: .5px;
}

.welcome-btn:hover{
  background:#3d8b9c;
}

.welcome-outline-btn{
  border-radius: 10px !important;
  border-width: 1px;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #000000E5 !important;
  border:1px solid #DEDEDE !important;
  background-color: transparent !important;
  text-decoration: none !important;
  display: inline-block !important;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.6em 2em !important;
  font-size: 0.85em !important;
  line-height: 25px;
  font-weight: 600 !important;
  letter-spacing: .5px;
}

.welcome-page-header-sec{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}


.welcome-page-header-sec h3{
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.37;
  color: #111;
}

.welcome-page-header-sec p{
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 0em;
  color: #6c7a87;
  line-height: 1.8;
}

.welcome-page-img-sec{
  margin-bottom: 1.5em;
}

.welcome-page-info-sec{
  margin-bottom: 1.5em;
}

.welcome-page-panel-link-left-sec h4{
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.37;
  color: #111;
}

.welcome-page-panel-link-left-sec p{
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 1em;
  color: #6c7a87;
  line-height: 1.8;
}

@media (max-width: 767.98px){
  .welcome-page-sec{
    height: auto;
    padding: 3em 0;
  }
  .welcome-page-panel-link-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.daterangepicker .calendar-table td{
  font-size: 0.9em;
}

.daterangepicker .calendar-table th{
  font-size: 0.9em;
}

.card table th{
  white-space: nowrap; 
}

.card table td{
  white-space: nowrap; 
}


/* Transaction View page CSS */

.transaction-view-body-sec{
  background: linear-gradient(180deg, #E1F2EE 0%, rgba(255, 255, 255, 0) 100%);
  padding: 2em;
}

.transaction-view-header-sec.card-header{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.transaction-view-overview-details{
  border-bottom: 1px dashed #D7D7D7E5;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  display: grid;
  align-items: center;
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em; */
  padding-bottom: 1.5em;
}

.transaction-view-overview-details-inr-payout-sec{
  border-bottom: 1px dashed #D7D7D7E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5em;
}

.transaction-view-card.card{
  margin-bottom: 2em;
}

.transaction-table-header-overview-details-inr-payout{
  background-color: #fff;
  padding: 0.5em 1em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: auto;
  width: max-content;
  color: #D1D2D2;
}

.transaction-view-table-header-account-details-sec{
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  display: grid;
  margin: 1.5em 0;
}

.transaction-view-table-header-account-details-card p{
  color: #878E96;
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.transaction-view-table-header-account-details-card h4{
  font-size: 0.9em;
  color: #111;
  font-weight: 600;
  margin-bottom: 0;
}

.transaction-view-amount-paid{
  text-align: right;
}

.transaction-view-amount h3{
  font-size: 1.5em;
  color: #111;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.transaction-view-amount p{
  color: #878E96;
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.transaction-view-amount-paid h3{
  font-size: 1.2em;
  color: #111;
  font-weight: 700;
  margin-bottom: 0;
}

.transaction-view-amount-paid p{
  color: #878E96;
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.transaction-view-updated-time-date h6{
  margin-bottom: 0;
  font-size: 0.85em;
  color: #111;
}

.transaction-view-updated-time-date{
  background-color: #fff;
  padding: 0.5em 1em;
  border-radius: 10px;
  display: inline-block;
  margin: auto;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.transaction-view-updated-time-date h6 span{
  color: #878E96;
}

.transaction-view-name-sec h4 {
  font-size: 0.9em;
  color: #111;
  font-weight: 600;
  margin-bottom: 0.4em;
}

.transaction-view-name-sec p {
  color: #878E96;
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.transaction-view-table-header-sec{
  padding: 1.5em 0;
}

.transaction-table-header-overview-details{
  background-color: #fff;
  padding: 0.5em 1em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: auto;
  width: max-content;
  color: #D1D2D2;
}

.transaction-view-wallet-address-sec p{
  color: #878E96;
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.5em;
}

.transaction-view-payment-status{
  color: #111;
  font-size: 0.85em;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.transaction-view-payment-created-date-time{
  color: #878E96;
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 0;
}

.transaction-view-payment-mode{
  color: #878E96;
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.transaction-view-payment-mode span{
  color: #111;
  font-weight: 600;
}

.transaction-view-wallet-address-sec h4{
  color: #111;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.transaction-view-wallet-address-sec .copy-btn{
  background-color: #fff!important;
  border: 1px solid #00000014!important;
  border-radius: 50px;
  padding: 0.5em 0.8em;
  font-size: 0.9em;
  color:#252525B2!important;
}

.transaction-view-table-header-sec{
  /* display: flex;
  gap: 2em;
  align-items: center; */
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  align-items: center;
  gap: 1em;
}

.transaction-view-wallet-address-sec{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end; 
}

.transaction-view-table-body-sec h3{
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #323232;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0;
}

.transaction-view-table-data-box{
  border: 1px solid #E7F5F3;
  box-shadow: 0px 0px 4px 0px #E9F6F4;
  background: #F8FCFB;
  padding: 1.5em;
  border-radius: 10px;
  margin-top: 1.5em;
}

.transaction-view-table-data-card{
  border-bottom: 1px dashed #D7D7D7E5;
  padding: 0.8em 0;
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em; */
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 1em;
  align-items: center;
}

.transaction-view-table-data-card p{
  color: #878E96;
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 0;
}

.transaction-view-table-data-card h4{
  font-size: 0.9em;
  color: #111;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}

.transaction-view-table-data-card:first-child{
  padding-top: 0;
}

.transaction-view-table-data-card .copy-btn{
  background-color:#EDF3F4 !important;
  border: 1px solid #EDF3F4 !important;
  border-radius: 50px;
  padding: 0.5em 0.8em;
  font-size: 0.85em;
  color: #337588 !important;
  width: max-content;
  margin-left: auto;
}

.transaction-view-header-middle-sec{
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  align-items: center;
  gap: 1em;
}

.transaction-mail-id-show {
  color: #878E96;
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.5em;
}

.transaction-commission-sec h6 {
  margin-bottom: 0;
  font-size: 0.85em;
  color: #111;
}

.transaction-commission-sec {
  border-radius: 10px;
  display: inline-block;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.transaction-commission-sec span{
  color: #878E96;
  font-size: 0.85em;
  font-weight: 400;
}

@media (max-width: 991.98px) {
.transaction-view-table-header-sec{
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  text-align: center;
}
.transaction-view-wallet-address-sec{
  align-items: center;
  justify-content: center;
}
}

@media (max-width: 767.98px) {
  .transaction-view-table-data-card{
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    text-align: center;
  }
  .transaction-view-table-data-card .copy-btn{
    margin: auto;
  }
  .transaction-table-header-overview-details{
    flex-direction: column;
  }
  .side-divider{
    display: none;
  }
  .transaction-view-overview-details{
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    text-align: center;
  }
  .transaction-view-amount-paid{
    text-align: center;
  }
  .transaction-view-table-body-sec h3{
    justify-content: center;
  }
}