
body, html {
    font-family: 'Poppins', sans-serif;
}

body {
    background-color:#F7F7F7;
}

.logo_hdr img {
   border-radius:90px;
}

.icon-copy {
   padding-top:6px;
}

.modal-receive .form-group select {
   color:#495057;
   border:1px solid #eaeaea;
   font-size:1rem;
   height:calc(1.5em + 1rem + 2px);
}


.__logo {
	max-width:180px;
	height:auto;
}

.loader {
	width:100px;
	height:100px;
	display:inline-block;
	padding:0px;
	opacity:0.5;
	border:3px solid #09acfd;
	-webkit-animation: loader 1s ease-in-out infinite alternate;
	animation: loader 1s ease-in-out infinite alternate;
 }
 
 .loader:before {
   content: " ";
   position: absolute;
   z-index: -1;
   top: 20px;
   left: 20px;
   right: 20px;
   bottom: 20px;
   border: 3px solid #09acfd;
 }
 
 .loader:after {
   content: " ";
   position: absolute;
   z-index: -1;
   top: 45px;
   left: 45px;
   right: 45px;
   bottom: 45px;
   border: 3px solid #09acfd;
 }
 nav.kmt-nav.kmt-nav--items-margin ul li a {
   color:#333;
 }
.crypto__list_links {
   display: block;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   z-index:5;
}

.z-20 {
   z-index: 20;
}
.z-50 {
   z-index: 50;
}
.mercuryo__buy .card-header h3 {
   margin-top:20px;
   margin-bottom:20px;
}

#deposits ul.nav li a {
   font-size:14px;
}

#card-history table th {
    font-size: 13px;
}

.page-item.active .page-link {
   background-color:#ccc;
   border-color:transparent;
   border-radius:0;
}
.card-body .form-label{
   font-size:14px;
}
.card-body .form-group input {
   font-size:14px;
}
.card-header {
   background-color:transparent;
   border-bottom:none;
   margin-top:30px;
}
.card-body {
   background-color:#fff;
}
.card {
   background-color:transparent;
   border:none;
}

 @keyframes loader {
	from {transform: rotate(0deg) scale(1,1);border-radius:0px;}
	to {transform: rotate(360deg) scale(0, 0);border-radius:50px;}
 }
 @-webkit-keyframes loader {
	from {-webkit-transform: rotate(0deg) scale(1, 1);border-radius:0px;}
	to {-webkit-transform: rotate(360deg) scale(0,0 );border-radius:50px;}
 }

.hideondesktop {display:none;}

@media all and (max-width:768px) {
   header .header-wrapper .beta { display:none; }
   header .header-wrapper .beta.show_menu {display:block;}
   header .header-wrapper .alpha .hamburger-menu {height:24px;}
   .mobile_help.active .kmt-dropdown.__user-profile-dropdown {display:block;}
   .mobile_help.active .desktop_toggle_list {position:fixed;}
   .hideonmobile {display:none !important;}
   .list-view.__lvh-type-auto .w-p45 {width:100% !important;}
   .hideondesktop {display:block;}
   .crypto_master .form-row {display:block; flex-wrap:initial;}
   .crypto_master hr {
      margin-top: 15px;
      margin-bottom: 15px;
      border-color: #000000;
      height: 1px;
      width: 100%;
      background-color: #000;
   }
   .crypto_master .col-3.mb-2 {max-width:100%;}
   .crypto_master .col-2.mb-2 {max-width:100%;}
   .crypto_master .col-1.mb-2 {max-width:100%;}
}

#ol-crypto .crypto-name, #ol-etf .name-etf, #ol-commodities .name-commodities {
    width: 35%;
}
#ol-crypto .crypto-value, #ol-etf .price-etf, #ol-commodities .price-commodities {
    width: 40%;
}
#ol-crypto .crypto-percent, #ol-etf .cghp-etf, #ol-commodities .cghp-commodities {
    width: 20%;
    font-size: 13px;
}
.text-green{
    color: #28a745;
}
.step-content .card .card-body{
    min-height: 210px;
}
@media(max-width:992px) {
    .step-content .card .card-body{
        min-height: 280px;
    }
}
.text-black{
   color:#000;
}
.myaccount-page .profil-card .profile-detail-info{
    display: flex;
    justify-content: space-between;
}
.myaccount-page .profil-card .profile-detail-info li h5,.myaccount-page .profil-card .profile-detail-info li span{
    display: block;
}
@media (max-width: 768px) and (min-width:426px) {
    .myaccount-page .profil-card .profile-detail-info li {
        padding: 0 10px;
    }
}
@media (max-width: 991.98px) and (min-width:769px) {
    header .header-wrapper .beta { display:none; }
    header .header-wrapper .beta.show_menu {display:block;}
    header .header-wrapper .alpha .hamburger-menu {height:24px;}
}
@media(max-width:425px) {
    .myaccount-page .profil-card .profile-detail-info{
        display: grid;
        justify-content: space-between;
    }
    .myaccount-page .profil-card .profile-detail-info li{
        padding-bottom: 8px;
    }
    .myaccount-page .profil-card .profile-detail-info li h5,.myaccount-page .profil-card .profile-detail-info li span{
        margin: 0;
        display: inline-block;
    }
    .balance-sheet .card-header h5{
        text-align: center;
    }
    .balance-sheet .card-body{
        text-align: center;
    }
}
.mtb-1{
    margin: 1rem 0;
}
.container .title-page{
    padding-bottom: 10px;
}

.myaccount-page .card-body{
    box-shadow: 1px 2px 10px #ddd;
}
.myaccount-page .img-thumb-content-list{
    float: none;
    margin: 0;
    position: relative;
}
.myaccount-page .img-thumb-content-list img[class]{
    width: 100%;
}
.myaccount-page .img-thumb-content-list .object-fit_cover{
    object-fit: cover;
}
.myaccount-page .img-thumb-content-list img{
    display: block;
    height: 280px;
    background-color: #dddddd;
}
.myaccount-page .list-group-item-info{
    background:#fff;
    color:inherit;
}
.myaccount-page .list-group-item{
    border: none;
    padding: 5px 15px;
    border-radius: 0;
}
.myaccount-page .portfolio_overview__bottom label{
    color: #808080;
}
.myaccount-page .news-item .list-group.list-news-label .date{
    color:#949494;
    font-size:13px;
}
.myaccount-page .article-detail-button{
    color:#d3a257 !important;
}
.myaccount-page .article-name{
    font-size: 18px!important;
}

.portofolio-page .img-thumb-content-list{
    float: none;
    margin: 0;
    position: relative;
}
.portofolio-page .img-thumb-content-list img[class]{
    width: 100%;
}
.portofolio-page .img-thumb-content-list .object-fit_cover{
    object-fit: cover;
}
.portofolio-page .img-thumb-content-list img{
    display: block;
    height: 380px;
    background-color: #dddddd;
    border-radius: 15px;
}
.portofolio-page .input-group input.form-control.amount{
    padding: inherit;
    padding-right: 10px;
}
.portofolio-page ul#myTab{
    padding: 0 15px;
}
.portofolio-page .nav-tabs.nav-portofolio{
    border: 0;
}
.portofolio-page .nav-tabs.nav-portofolio .nav-item{
    border: 0;
    padding: 10px;
}
.portofolio-page .nav-tabs.nav-portofolio .nav-link{
    border: 0;
    padding: 0;
    color: #9b9595;
}
.portofolio-page .nav-tabs.nav-portofolio .nav-link.active{
    border-bottom: 2px solid #d3a257;
    font-weight: bold;
    color: #000;
}
.portofolio-page .min-amont-input .min-amount{
    color: #7b7b7b
}
.portofolio-page .portofolio-card .col{
    padding:0 40px;
}
.portofolio-page .portofolio-card select.form-control:invalid {
    color: gray;
}
.portofolio-page .table-responsive::-webkit-scrollbar-track,
.livret-page .table-responsive::-webkit-scrollbar-track,
.trade-page .market-news::-webkit-scrollbar-track,
.trade-page .price-pair::-webkit-scrollbar-track{
    background: #fff
}
.portofolio-page .table-responsive::-webkit-scrollbar,
.livret-page .table-responsive::-webkit-scrollbar{
    height: 5px;
}
.trade-page .market-news::-webkit-scrollbar,
.trade-page .price-pair::-webkit-scrollbar{
    width: 8px;
}
.portofolio-page .table-responsive::-webkit-scrollbar-thumb,
.livret-page .table-responsive::-webkit-scrollbar-thumb,
.trade-page .market-news::-webkit-scrollbar-thumb,
.trade-page .price-pair::-webkit-scrollbar-thumb {
    background-color: #d3a257;
    border-radius: 6px;
}
.pagination .page-item{
    box-shadow: 6px 6px 5px -2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 6px 6px 5px -2px rgba(0,0,0,0.24);
    -moz-box-shadow: 6px 6px 5px -2px rgba(0,0,0,0.24);
}
.pagination .page-item.active .page-link{
    background-color: #d3a257;
}
.pagination .page-item.active .page-link:hover{
    color: #fff;
}
.page.article .date-time-create{
    color: #b2b2b2;
}
.myaccount-page .card-information .detail-information{
    min-height: 150px;
}
.container-trade-page{
    padding: 0 30px;
}
.padding-tradding-view{
    padding-top: 30px;
}
.tradingview-widget-container.card .chart-element .canvas-wrapper iframe{
    min-height: 520px;
}
.btn-internal-transfer:hover{
    color:#fff!important;
}
.list-view-header img.crypto-img{
    min-width: 32px;
}
.list-view-header .crypto-name{
    min-width: 135px;
}

.pagination .page-item .page-link, .pagination .page-item span {
    font-size: .875rem;
    display: flex;
    width: 30px;
    height: 30px;
    margin: 0 1px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #5b6e88;
    position: relative;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination .page-item .page-link, .pagination .page-item span {
    font-size: .675rem;
}
.pagination .page-item.active .page-link {
    background-color: #d3a257;
    border-color: #d3a257;
    color: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.tv_chart_detail,tv_chart_simple{
    height: 400px!important;
}

@media(max-width:425px) {
    .tradingview-widget-container.card,
    .tradingview-widget-container.card .chart-element,
    .tradingview-widget-container.card .chart-element .canvas-wrapper,
    .tradingview-widget-container.card .chart-element .canvas-wrapper > div{
        min-height: 360px!important;
    }
    .tradingview-widget-container.card .chart-element .canvas-wrapper iframe{
        height: 360px !important;
        min-height: 360px !important;
    }
    .tv_chart_detail,tv_chart_simple{
        height: 340px!important;
    }
}

.font-size-12{
    font-size:12px!important;
}
.font14{
    font-size: 14px;
}
/**
Start Livret Style
 */
.livret-page .card-profile__info li h5 {
    display: inline-block;
    width: 80px;
    margin-right: 20px !important;
    font-size: 16px;
    font-weight: bold;
}
.livret-page .detail-information .img-icon{
    position: absolute;
    top:0;
    right:30px
}
.livret-page p.title{
    font-weight: bold;
    color: #d3a257;
    font-size: 18px;
}
.livret-page h5.title{
    font-weight: bold;
    color: #d3a257;
    font-size: 18px;
}
.livret-page span.number{
    font-weight: bold;
    font-size: 18px;
}
span.second-number{
    font-size: 13px;
    color: #28a745;
}
.livret-page a.details,.btn-outline-primary{
    background-color: #d3a257;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    font-size: 13px;
}
.livret-page a.details:hover{
    background-color: white;
    color: #d3a257;
    border: solid 1px #d3a257;
}
.livret-page .card-livret{
    min-height: 195px;
}
.livret-page .interest-value{
    font-size: 14px;
    display: block;
    margin-top: -5px;
}
.livret-page .animated-progress {
    width: auto;
    height: 10px;
    border-radius: 5px;
    /*border: 1px solid #d3a257;*/
    background: #e6e6e6;
    overflow: hidden;
    position: relative;
}

.livret-page .animated-progress span {
    height: 100%;
    display: block;
    width: 0;
    color: rgb(255, 251, 251);
    line-height: 30px;
    position: absolute;
    text-align: end;
    padding-right: 5px;
}

.livret-page .progress-primary span {
    background-color: #d3a257;
}
/**
End Livret Style
*/

.page-monnay {
    margin: 0 100px;
}

.page-monnay .pagetitle {
    height: 108px;
}

.page.login .pagetitle {
    height: 88px;
}

.login-image-container {
    min-height: 90vh;
    background-size: cover;
    background-position: center;
}
.cards-auth {
    position:relative; 
    min-height: 90vh;
}

body {
    background-color: #F7F7F7; 
}

.body-auth {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    z-index: 1;
}

.form-auth {
    width: 600px;
}

.input-wrap input, .input-wrap select {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.form-control, .form-control:focus {
    border: 0px solid transparent;
    border-bottom: 1px solid #A9A9A9;
    border-radius: 0;
    padding: 0 5px;
    background-color: transparent;
}

.form-control:focus {
    border-bottom: 2px solid #A9A9A9;
}

.form-control[readonly] {
    background-color: #f8f8f88c;
}

.btn, .btn-lg, .btn-sm {
    border-radius: 10px !important;
    color: #ffffff;
    font-weight: 500;
}

header .btn {
    color: #ffffff;
}

.input-group {
    border: 0px solid transparent;
    border-bottom: 1px solid #A9A9A9;
    border-radius: 0;
    padding: 0;
}

.btn-primary {
    color: #ffffff;
}

.btn-outline-danger {
    color: #dc3545 !important;
}

.btn-outline-primary {
    background-color: transparent;
}

.btn-outline-primary:hover, .btn-outline-danger:hover {
    color: #fff !important;
}

.form-control::placeholder {
    font-size: 14px;
    color: #A9A9A9;
}

.text-or .divider {
    flex: 1;
    height: 1px;
    background-color: #A9A9A9;
    margin: 0 10px;
}

.text-or {
    color: #A9A9A9;
}

#phoneInput .field-wrapper {
    position: relative;
    text-align: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.form-auth .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: -4px;
    bottom: 0;
    background-color: #a9a9a9;
    transition: 0.4s;
    border-radius: 34px;
}

.form-auth .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.form-auth input:checked + .slider {
    background-color: #2EE59D;
}

.form-auth input:checked + .slider:before {
    transform: translateX(18px);
}

#phoneInput .letter {
    height: 50px !important;
    border-radius: 0;
    text-align: center;
    max-width: calc((100% / 8));
    outline-style: none;
    padding: 5px;
    margin: 5px;
    font-size: 25px;
    font-weight: bold;
    border: 0px;
    color: #000;
    border-bottom: 1px solid #a9a9a9;
}

.form-auth .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.form-auth .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: -4px;
    bottom: 0;
    background-color: #a9a9a9;
    transition: 0.4s;
    border-radius: 34px;
}

.form-auth .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.form-auth input:checked + .slider {
    background-color: #2EE59D;
}

.form-auth input:checked + .slider:before {
    transform: translateX(18px);
}

.form-auth #phoneInput .letter {
    height: 50px !important;
    border-radius: 0;
    text-align: center;
    max-width: calc((100% / 8));
    outline-style: none;
    padding: 5px;
    margin: 5px;
    font-size: 25px;
    font-weight: bold;
    border: 0px;
    color: #000;
    border-bottom: 1px solid #a9a9a9;
}

footer {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #fff;
}

.toggle-password {
    position: absolute;
    top: 35%;
    right: 10px;
    font-size: 13px;
    color: #a9a9a9;
    cursor: pointer;
}

.dropdown-item, .dropdown-header {
    padding: .5rem 1rem;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-menu.show {
    min-width: 225px;
    border-radius: 20px;
    overflow: hidden;
}

.box-border {
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #fff;
    color: #fff;
}

.eye-button {
    position: absolute;
    bottom: 17px;
    right: 17px;
    border: none;
    background: transparent;
}

.staking-img img {
    height: 60px;
    margin-bottom: 15px;
}

/* dashboard */
.styleModalBuyPlaceholder:before{
    color: transparent!important;
}
.display-none{
    display: none!important;
}
.styleModalSellPlaceholder:before{
    color: transparent!important;
}
.display-none{
    display: none!important;
}
.rounded-20{
    border-radius: 20px !important;
}
.rounded-30{
    border-radius: 30px !important;
}
.rounded-10{
    border-radius: 10px !important;
}
.rounded-50{
    border-radius: 50% !important;
}
.f-20{
    font-size: 20px;
}
.f-12{
    font-size: 12px;
}
.f-11{
    font-size: 11px;
}
.f-15{
    font-size: 15px;
}
.fw-500{
    font-weight: 500 !important;
}
.s-100{
    width: 100px;
    height: 100px;
}
.fw-400{
    font-weight: 400 !important;
}
.box-image{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.card-body{
    flex-grow:1;
    height:100%;
}
.border-bottom-10{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.border-bottom-20{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.border-top-20{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.border-right-20{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.box-shadow-2{
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.container-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.form-search, .form-search:focus {
    display: block;
    border: 0px solid transparent;
    border-bottom: 1px solid #A9A9A9;
    background-color: transparent;
}

.form-search:focus {
    border-bottom: 2px solid #A9A9A9;
}

.input-search {
    margin: 0;
    padding: 7px 8px;
    width: 83%;
    box-shadow: none;
    border: 0px solid transparent;
    background-color: transparent;
}
.input-search::placeholder {
    color: #bbb;
}
.button-search {
    float: right;
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 5;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
}
.button-search:hover {
    opacity: 1;
}
.card-crypto{
    display: inline-block;
    padding-left: 0 !important;
}
.grey{
    color: #a9a9a9 !important;
}
.box-grey:hover{
    border-radius: 10px !important;
    .icon{
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }
}
.box-grey{
    background-color: #F7F7F7;
    color: black;
    border-radius: 10px !important;
}
.align-middle{
    vertical-align:middle !important;
}
.btn-primary:hover{
    .icon{
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }
}
.page-previous, .page-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F7F7;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
}

.page-previous {
    margin-right: 10px;
}

.page-previous img, .page-next img {
    width: 20px;
    height: 20px;
}

.portofolio-page .nav-tabs.nav-portofolio .nav-link.active {
    font-weight: bold;
    color: #000;
}
.cursor-default{
    cursor: default !important;
}
.border-rounded-15 {
    border-radius: 15px;
}
.border-rounded-13 {
    border-radius: 13px;
}
.toast.user {
    position: relative;
    width: 250px;
    right: 0;
    border-radius: 5px;
    background-color: #fff !important;
    margin-bottom: 8px;
}
.toast.user .toast-header {
    border-bottom: 1px solid transparent !important;
}
.toast.user .toast-body {
    padding-top: 0 !important;
}
#toastContainer {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 999;
    right: 0;
    margin-top: 10px !important;
}
#modal-popup.modal, .toast.user {
    transition: opacity 1s ease, transform 1s ease;
    opacity: 0;
    transform: translateY(-50px);
}
#modal-popup .list-view .list-item {
    min-height: 0px !important;
    border-color: transparent !important;
}
#modal-popup.modal.show, .toast.user.show {
    opacity: 1;
    transform: translateY(0);
}
.close.btn{
    background: transparent !important;
    border-color: transparent !important;
}

:root {
    --preloader-color: {{ "#{$general->preload_bg_color}" }};
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: var(--preloader-color, rgba(255, 255, 255, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: visible;
    opacity: 1;
}

#preloader.hidden {
    visibility: hidden;
    opacity: 0;
}

#preloader img {
    animation: fadeInOut 2s ease-in-out infinite;
}

.input-group-text, .select2-hidden-accessible {
    background-color: transparent;
}
.coin-marquee-header{
    display: none !important;
}
.coin-marquee-container {
    width: calc(100%) !important;
}
.dashboard-info {
    background-color: #2DE3B21A;
}
.staking-info .btn-outline-primary {
    background-color: #fff;
}
.profile-setting:hover, .profile-setting.active {
    font-weight: 500;
}
.avatar-upload .avatar-edit input + label:after {
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 2px solid #F8F8F8;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
}
.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 1;
    top: 105px;
    left: 120px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
}
.select2-container .select2-selection--single {
    border: 0px solid transparent;
    border-bottom: 1px solid #A9A9A9 !important;
    border-radius: 0 !important;
    height: 45px !important;
    background-color: transparent;
    line-height: normal !important;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
}
.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
}
.kyc {
    .upload-container {
        position: relative;
        cursor: pointer;
        width: 100%;
        max-width: 400px;
    }
    
    .dashed-border {
        border: 2px dashed #ccc;
        border-radius: 10px;
        min-height: 230px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f9f9f9;
    }
    
    .image-container {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        max-width: 100%;
    }
    
    .preview-image {
        width: 100%;
        max-height: 250px;
        object-fit: cover;
        border-radius: 10px;
        display: block;
    }
    
    .action-buttons {
        position: absolute;
        top: 7px;
        right: 7px;
        display: flex;
        gap: 5px;
    }

    .upload-icon i {
        font-size: 2.5rem;
    }
}
.text-sm {
    font-size: 11px !important;
}
.referral {
    .step-container {
        display: flex;
        align-items: center;
        position: relative;
    }

    .step-circle {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        position: relative;
    }

    .step-number {
        width: 22px;
        height: 22px;
        color: white;
        font-size: 16px;
        font-weight: bold;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

    .step-container::before {
        content: "";
        position: absolute;
        left: 14px;
        top: 30px;
        width: 2px;
        height: calc(100% + 10px);
        background: none;
    }    

    .step-container:last-child::before {
        display: none;
    }
    
    .referral-field {
        background-color: #f5f5f5;
        border-radius: 10px;
        display: flex;
    }
    
    .referral-text {
        padding: 12px 20px;
        flex-grow: 1;
        color: #6c757d;
        font-size: 14px;
    }
    
    .copy-button {
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    
    .copy-icon {
        height: 20px;
        width: 20px;
    }

    .stats-card {
        background-color: white;
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
    }
    
    .stats-card h6 {
        color: #4b4b4b;
        margin-bottom: 15px;
        font-weight: 500;
    }
    
    .stats-card h1 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 0;
    }
    
    .stats-card::before {
        content: '';
        position: absolute;
        right: -30px;
        bottom: -30px;
        width: 120px;
        height: 120px;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.05;
        z-index: 0;
    }

    .rules-container {
        background-color: #f5f5f5;
        border-radius: 10px;
        padding: 20px;
    }
    
    .rules-title {
        font-weight: 600;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dee2e6;
    }
    
    .rule-text {
        color: #6c757d;
        font-size: 14px;
        line-height: 1.6;
    }
    
    .view-rules {
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
    }
    
    .view-rules:hover {
        text-decoration: underline;
    }
    
    .field-label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    
    .fields-container {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .field-item .btn {
        height: 45px;
    }

    .blur-circle {
        position: absolute;
        inset: 0;
        top: 50%;
        left: 50%;
        width: 200px;
        height: 200px;
        opacity: 0.7;        
        border-radius: 50%;
        transform: translate(-50%, -50%);
        filter: blur(40px);
    }

    .megaphone-referral img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 95%;
        height: auto;
    }
    
    .search input[type="date"] {
        background-color: transparent;
        border-radius: 10px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 8px;
        position: relative;
    }
    
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: transparent;
    }
    .search input[type="date"]::-webkit-calendar-picker-indicator {
        filter: invert(51%) sepia(83%) saturate(460%) hue-rotate(120deg) brightness(100%) contrast(92%);
        cursor: pointer;
    }
    
    @media (max-width: 767px) {
        .fields-container {
            flex-direction: column;
        }
        
        .field-item {
            width: 100%;
        }
    }
}
.profile-history {
    .custom-select {
        background: transparent !important;
        border-radius: 10px;
    }
    .list-item:not(:last-child) {
        border-bottom: 1px solid #ddd !important;
    }    
    .list-item:last-child {
        border-bottom: none !important;
    }    
}
.configuration {
    select {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='gray'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 10px center;
        background-size: 16px;
        padding-right: 30px; /* Space for the arrow */
    }
}
.withdraw {
    .select2-container .select2-selection--single {
        border-bottom: 0px solid #A9A9A9 !important;
    }
}
.hover-list:hover {
    background-color:  #00000009;
}
header .nav-item:hover {
    background-color: transparent;
}
.kmt-dropdown.__actions-dropdown {
    top: 20;
}
.list-view .kmt-dropdown.__actions-dropdown {
    right: 0;
}

.news-carousel-container {
    position: relative;
    overflow: hidden;
}

.news-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Hilangkan scrollbar di Firefox */
    -ms-overflow-style: none; /* Hilangkan scrollbar di IE/Edge */
}

.news-wrapper::-webkit-scrollbar {
    display: none; /* Hilangkan scrollbar di Chrome/Safari */
}

.news-carousel-container .pagination-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
}

.card-body {
    padding: 1.75rem;
    border-radius: 20px;
}

.news-carousel-container .pagination-control-prev {
    left: 10px;
}

.news-carousel-container .pagination-control-next {
    right: 10px;
}

.news-item {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    gap: 15px;
}

.symbol {
    color: #bdbdbd;
}

.btn-icon-md, .btn-icon-sm, .btn-icon-xs, .btn-icon-xxs {
    box-shadow: none;
    background-color: transparent !important;
}

@media (max-width: 768px) {
    .news-item {
        flex-direction: column;
    }

    .pagination-control {
        width: 30px;
        height: 30px;
    }
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

@media(max-width:768px) {
    .page-monnay {
        margin: 0;
    }

    .form-auth {
        width: 500px;
    }
    
    .login-image-container {
        min-height: 100vh;
    }
    
    .cards-auth {
        min-height: 100vh;
    } 

    .kmt-language .button-right .nav-item a {
        margin: 0;
    } 

    .page-previous, .page-next {
        width: 30px !important;
        height: 30px !important;
    }
    
    .page-previous img, .page-next img {
        width: 15px;
        height: 15px;
    }
    .avatar-upload .avatar-preview {
        width: 100px;
        height: 100px;
    }
    .avatar-upload .avatar-edit {
        top: 70px;
        left: 70px;
    }
    header {
        height: 88px;
    }
}

@media (max-width: 767px) {
    .list-profile-setting {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        padding-bottom: 10px;
        scrollbar-width: thin;
        scrollbar-color: #888 transparent;
    }

    .list-profile-setting::-webkit-scrollbar {
        height: 10px;
    }

    .list-profile-setting::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 5px;
    }

    .list-profile-setting::-webkit-scrollbar-track {
        background: transparent;
    }
}

@media (max-width: 480px) {
    .form-auth #phoneInput .field-wrapper {
        width: 100%;
    }

    .form-auth #phoneInput .letter {
        font-size: 16px;
        padding: 2px 0;
        height: 35px;
    }
}

@media (max-width: 426px) {
    .card-body {
        padding: 1.5rem;
    }

    .cards-auth {
        min-height: 50vh;
    }

    .form-auth {
        width: 100%;
        margin: 20px 0px;
    }

    .body-auth {
        position: static;
        transform: none;
        width: 100%;
        margin: 0 auto;
    }
    .auth-pages p, .auth-pages a, .auth-pages button, .auth-pages label, .auth-pages span, .auth-pages div, .auth.pages .btn-lg {
        font-size: 14px !important;
    }

    .form-auth #phoneInput .letter {
        height: 40px !important;
        max-width: calc((100% / 10));
    }
}
.m-t-1{
    margin-top: 1rem!important;
}
.m-b-1{
    margin-bottom: 1rem!important;
}
.m-t-b-1{
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
.m-r-1{
    margin-right: 1rem!important;
}
@media (max-width: 426px) {
    .m-t-1-sm{
        margin-top: 1rem!important;
    }
    .m-b-1-sm{
        margin-bottom: 1rem!important;
    }
    .m-t-b-1-sm{
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
}
.page.homepage{
    min-height:827px;
}
.footer-monnay{
    padding:0 100px;
}
.footer-content {
    padding: 0 1rem;
}
.kmt-moda-body{
    background-color:#fff;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    padding-top:8px;
}
.select2-crypto-wallet .select2.select2-container{
    height:45px;
}
.label-primary,.label-primary:hover{
    background-color:#0cec9f !important;
}
.page-monnay hr{
    background-color: #000!important;
}
.buyandsell .__custom-modal-input .--cmi-editable-holder {
    max-width: 250px;
}
@media(max-width:1440px){
    .page.homepage{
        min-height:740px;
    }
}
@media(max-width:768px){
    .footer-monnay{
        padding:0 15px;
    }

    .footer-content {
        padding:0;
    }
}
.kmt-modal.__modal {
    background-color: #fff;
}
.no-border{
    border:none!important;
}
.align-content-center{
    align-content: center!important;
}
    .deposit-history .detailBtn{
        background-color:#fff!important;
        color:#000!important;
        padding:5px 10px!important;
        border: 2px solid #aeaeae !important;
    }