body{
    background: #0e1320;
    min-height: 100dvh;
}
::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #111927;
}
::-webkit-scrollbar-thumb {
    background: #555;
    border: 2px solid #111927;
    border-radius:10px;
}
.button{
    width: fit-content;
}
.trash-btn{
    position: absolute;
    right: 6px;
    top: 6px;
    border-radius: 30px;
    padding: 0.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0202024a;
    color: #fff;
    backdrop-filter: blur(10px);
    border: 1px solid #828282;
}
.trash-btn:hover{
    background: #02020293;
    backdrop-filter: blur(4px);
}
.fs-small{
    font-size: 14px;
}
.rounded-20{
    border-radius: 20px;
}
.rounded-10{
    border-radius: 10px;
}
.rounded-12{
    border-radius: 12px;
}
.rounded-14{
    border-radius: 14px;
}
.lh-28{
    line-height: 2.8;
}
.text-clr{
    color: #a0aec0 !important;
}
.fw-600{
    font-weight: 600;
}
.fw-500{
    font-weight: 500;
}
.strat-auto, .start-auto{
    left: auto !important;
}
.mt--6{
    margin-top: -6px;
}
.mt--10{
    margin-top: -10px;
}
.mt--12{
    margin-top: -12px;
}
.mt--14{
    margin-top: -14px;
}
.mt---16{
    margin-top: -1em;
}
.ml--10{
    margin-left: -10px;
}
.ml--14{
    margin-left: -14px;
}
.ml--16{
    margin-left: -1em;
}
.bg-green{
    background: #10B981;
}
.bg-line-site{
    background: rgba(14, 19, 32, 0.3);
}
aside{
    height: 100vh;
    position: fixed;
    width: 300px;
    transition: 0.3s;
    z-index: 1302000;
}
.sidebar{
    height: 100vh;
    overflow-y: scroll;
    width: 300px;
    background: #0A1C2D;
    padding: 20px;
    position: relative;
    transition: 0.3s;
}
/* .sidebar::-webkit-scrollbar-thumb{
    opacity: 0 !important;
} */
.sidebar .toggler{
    position: absolute;
    top: 16px;
    right: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.sidebar .logo img{
    width: 180px;
}
aside.active{
    margin-left: -300px;
}
aside.active::after {
    content: '';
    display: inline-block;
    width: 2em;
    height: 2em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M14.986 7.382a.5.5 0 0 1 .013.152c.014.4-.133.806-.439 1.112l-2.12 2.122a.5.5 0 1 1-.708-.708L13.792 8H1.5a.5.5 0 0 1 0-1h12.121l-1.889-1.89a.5.5 0 0 1 .707-.706l2.121 2.12a1.5 1.5 0 0 1 .426.858M1.5 3h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1m0 8h7a.5.5 0 1 1 0 1h-7a.5.5 0 1 1 0-1'/%3E%3C/svg%3E");
    position: absolute;
    top: 16px;
    right: -33px;
    background-color: #0a1c2d;
    cursor: pointer;
}
@media only screen and (max-width: 1320px) {
    aside{
        z-index: 13020;
        background: #0A1C2D;
    }
}
.profile-info .image{
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255, 0.2);
    border-radius: 16px 6px 16px 16px;
    display: grid;
    place-content: center;
    padding: 14px;
    position: relative;
}
.profile-info .user-detail-image{
    min-width: 80px;
    min-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 16px 16px 6px 16px;
}
.profile-info .image::before{
    content: '';
    width: 12px;
    height: 12px;
    background: #7C00FE;
    position: absolute;
    border: 2px solid #0A1C2D;
    top: 0;
    right: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #ff000085;
    animation: pulse-animation 2s infinite;
}
.profile-info .user-detail-image::before{
    bottom: -2px;
    top: auto;
    right: -2px;
    border-width: 3px;
    width: 20px;
    height: 20px;
    background: #10B981;
    animation:unset;
    box-shadow: none;
}
.side-menu-links ul li{
    margin: 6px 0;
}
.side-menu-links ul li a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    padding: 12px;
    border-radius: 30px;
    color: #a0aec0;
    transition: 0.5s;
    /* background: rgba(255, 255, 255, 0.037); */
}
.side-menu-links ul li a span{
    font-weight: 300;
}
.side-menu-links ul li a:hover{
    background: #7C00FE;
    transition-duration: 0s;
    color: #fff;
}

.side-menu-links ul li a.active,
.side-menu-links ul li a:focus{
    background: #7C00FE;
    color: #fff;
}
.side-menu-links .accordion .accordion-item{
    background: transparent;
    border: 0;
}

.side-menu-links .accordion .accordion-item .accordion-button{
    background: transparent;
    color: #a0aec0;
}
.invert{
    filter: invert(1);
}
.accordion-button::after{
    filter: invert(1) brightness(2);
}
main{
    margin-left: 300px;
    transition: 0.3s;
}
.dark-card{
    background: rgb(17, 25, 39);
}

#chart-blue {
    max-width: 100%;
}
/* floating input */

.floating-input {
    position: relative;
    margin-bottom: 20px;
}
.floating-input input, .floating-input textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(45, 55, 72);
    background: transparent;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    transition: border-color 0.3s ease;
}
.floating-input label {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 14px;
    color: #afb5bc;
    font-weight: 600;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.floating-input input:focus, .floating-input textarea:focus {
    border-color: #007bff;
    outline: none;
}
.floating-input input:focus + label, .floating-input textarea:focus + label{
    color: #7C00FE;
}
.floating-input input:focus + label,
.floating-input input:not(:placeholder-shown) + label,
.floating-input textarea:focus + label,
.floating-input textarea:not(:placeholder-shown) + label {
    top: -10px;
    font-size: 12px;
    background-color: #111927;
    padding: 0 4px;
    border-radius: 4px;
    left: 8px;
}
.floating-input ::-webkit-calendar-picker-indicator{
    cursor: pointer;
    filter: invert(1);
}
/* select 2 dropdown design */
.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single{
    height: 46px;
    border-radius: 10px;
    width: 100%;
    height: 46px !important;
    border-radius: 10px !important;
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    background-color: transparent !important;
    border-color: #aaaaaa43 !important;
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #b9c0c9 !important;
    line-height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    top: 22px !important;
}
.select2-dropdown{
    background-color: #000000 !important;
    border: 0 !important;
    z-index: 1100 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    background: transparent;
    padding: 10px;
    color: #fff;
    border-radius:10px 10px;
    border-color: #aaaaaa43;
}
.select2-container--default .select2-results__option--selected{
    background-color: #007bff;
}
.select2-results__option{
    padding: 6px 10px;
    border-radius: 10px;
}
.pay-amount{
    border: 1px solid #a0aec055;
}
.pay-amount .pay-input{
    background: transparent;
}
/* ____custom dropdown */
.coin-selector {
    position: relative;
    /* width: 200px; */
    padding: 0 20px;
}
.coin-selector .selected {
    padding: 10px;
    border-left: 1px solid #a0aec066;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.coin-selector .selected::after{
    content: '';
    border: 3.5px solid #a0aec066;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg) translate(10px, -10px);
}
.coin-selector .selected img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.coin-selector .cstm-dropdown {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    border: 1px solid #a0aec055;
    border-radius: 5px;
    overflow: hidden;
    background-color: #0A1C2D;
    display: none;
    list-style: none;
    max-height: 600px;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
    z-index: 100;
}
.coin-selector .cstm-dropdown li {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.coin-selector .cstm-dropdown li:hover {
    background-color: #051729;
}
.coin-selector .cstm-dropdown li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

input[type=date]:invalid::-webkit-datetime-edit {
    color: #a0aec0;
}
.nav-tabs{
    flex-wrap: nowrap;
    width: 100%;
}
.nav-tabs .nav-link{
    color: rgb(160, 174, 192);
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    position: relative;
}
.nav-tabs .nav-link.active{
    background-color:transparent;
    color: #007bff;
    position: relative;
}

.nav-tabs .nav-link.active::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #007bff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.steps{
    display: flex;
    justify-content: space-around;
    position: relative;
}
.steps::before{
    content: '';
    width: 70%;
    height: 2px;
    background: #007bff;
    position: absolute;
    top: 17px;
    z-index: 1;
}
.step{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}
.step .circle{
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: grid;
    place-content: center;
    background: #007bff;
    border: 6px solid #0A1C2D;
}
.step .text{
    font-weight: 600;
}
.step .circle.pending{
    background: #999;
}
.bg-site{
    background: #0A1C2D;
}

.line-clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ui-switch .slider{
    width: 47px;
    height: 16px;
    border-radius: 30px;
    background: #aaa;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.ui-switch .slider .circle{
    height: 24px;
    width: 24px;
    position: absolute;
    top: -4px;
    background: #555;
    border-radius: 50px;
    right: 23px;
    transition: 0.4s;
}
.ui-switch input{
    display: none;
}
.ui-switch input:checked + .slider {
    background: #007bff93;
}
.ui-switch input:checked + .slider .circle{
    background: #007bff;
    right: 0;
}
.single-notify:last-of-type{
    border-bottom: 0 !important;
}

.modal .modal-dialog .modal-content{
    background: #111927;
}
.resize-none{
    resize: none;
}
button:disabled,
button[disabled]{
  border: 0;
  background-color: #3c485693;
  color: #acacac76;
  cursor:no-drop;
}
button:disabled:hover,
button[disabled]:hover{
    color: #acacacb4;
    background: #3c4856cc;
}
.selections .single-select{
    background: #0e1320;
    cursor: pointer;
    padding: 16px 28px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    z-index: 1;
}
.selections .single-select:hover{
    background: #051729;
}
.selections .single-select.singleSelected{
    background: #132038;
}
.selections .single-select .left{
    display: flex;
    align-items: center;
    gap: 16px;
    user-select: none;
}
.selections .single-select .right{
    user-select: none;
}
.selections .single-select .left img{
    width: 40px;
    user-select: none;
}

.ripple-element {
    position: relative;
    overflow: hidden;
}
.ripple-element .ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple-animation 1s linear;
    animation-duration: 0.8s;
    background: rgba(255, 255, 255, 0.3);
}
@keyframes ripple-animation {
    to {transform: scale(4); opacity: 0;}
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
.sendnig-amount span{
    position: absolute;
    top: 17px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #a0aec0;
}
.no-user-select{
    user-select: none !important;
}

/* -----CoinSelector2------- */
.coin-selector2,
.coin-selector3{
    position: relative;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgb(45, 55, 72);
}
.coin-selector2 .selected2,
.coin-selector3 .selected3 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 20px;
    cursor: pointer;
}
.coin-selector2 .selected2 img,
.coin-selector3 .selected3 img {
    width: 40px;
    margin-right: 12px;
}
.coin-selector2 .selected2 .value span,
.coin-selector3 .selected3 .value span {
    font-weight: bold;
    font-size: 15px;
}
.coin-selector2 .selected2 .value small,
.coin-selector3 .selected3 .value small {
    display: block;
    font-weight: 500;
    color: #a0aec0;
    font-size: 14px;
}
.coin-selector2 .selected2 .arrowDown,
.coin-selector3 .selected3 .arrowDown {
    position: absolute;
    right: 10px;
}

.cstm-dropdown2,
.cstm-dropdown3 {
    position: absolute;
    top: -100%;
    left: -6px;
    right: 0;
    background-color: #0e1320;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    max-height: 330px;
    overflow-y: scroll;
    z-index: 100;
    display: none;
    padding: 10px;
    width: calc(100% + 20px);
}
.cstm-dropdown2 input[type="search"],
.cstm-dropdown3 input[type="search"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background: transparent;
}
.cstm-dropdown2 li,
.cstm-dropdown3 li {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #a0aec095;
    transition: background-color 0.3s;
}
.cstm-dropdown2 li:last-child,
.cstm-dropdown3 li:last-child {
    border-bottom: none;
}
.cstm-dropdown2 li img,
.cstm-dropdown3 li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.cstm-dropdown2 li .value span,
.cstm-dropdown3 li .value span {
    font-weight: bold;
    font-size: 15px;
}
.cstm-dropdown2 li .value small,
.cstm-dropdown3 li .value small {
    display: block;
    font-weight: 600;
    color: #a0aec0;
    font-size: 13px;
}
.cstm-dropdown2 li:hover,
.cstm-dropdown3 li:hover {
    background-color: #132038;
}
.coin-search {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #a0aec066;
    background: transparent;
    border-radius: 10px;
    color: #eee;
    display: block;
}
.cstm-dropdown2.show,
.cstm-dropdown3.show  {
    display: block;
}
.crsr-pntr{
    cursor: pointer;
}
.management .icon{
    background: #0D131D;
    color: #a0aec0;
    width: 40px;
    height: 40px;
    display: grid;
    border-radius: 10px;
    place-content: center;
}
@media (max-width: 768px) {
    .selections .single-select{
        flex-wrap: wrap;
    }
}
/* data table designing */
.form-control{
    padding: 8px;
    background: transparent !important;
}
div.dataTables_wrapper div.dataTables_length select option{
    background: #212121;
}
.table{
    --bs-table-bg: #ffffff6d;
    border-color: #0D131D;
    --bs-table-color: #f3f3f3;
}
.table-responsive table.dataTable{
    border-radius: 10px;
    margin: 20px 0 !important;
}
.table-responsive table.dataTable thead{
    border-radius: 10px;
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after{
    filter: invert(1);
}

.table-responsive table.dataTable thead tr{
    border-top: 0;
}
.table-responsive table.dataTable thead tr th:first-of-type{
    border-radius: 12px 0 0 0;
    border-left: 0;
}
.table-responsive table.dataTable thead tr th:last-of-type{
    border-radius: 0 12px 0 0;
    border-right: 0;
}
.table-responsive table.dataTable tbody tr:last-of-type td:first-of-type{
    border-left: 0;
    font-weight: bold;
    border-radius: 0 0 0 12px;
}
.table-responsive table.dataTable tbody tr td:last-of-type{
    border-right: 0;
}
.table-responsive table.dataTable tbody tr:last-of-type{
    border-bottom: 0;
}
.table-responsive table.dataTable tbody tr:last-of-type td:last-of-type{
    border-radius: 0 0 12px 0 ;
}
.active>.page-link, .page-link.active{
    background-color: #FFAF00;
}

.select2-container--open .select2-search__field{
    display: none;
}

.messagesBox{
    overflow: hidden;
    overflow-y: scroll;
    min-height: 70dvh;
    height: 70dvh;
    background: #212124;
    border-radius: 20px 0 0 20px;
    position: relative;
}
.messagesBox .mainChat{
    padding-bottom: 0;
}
.messagesBox .mainChat .chat-messages{
    color: #eee;
}
.messagesBox .mainChat .chat-messages .chat-message-left,
.messagesBox .mainChat .chat-messages .chat-message-right{
    width: fit-content;
    max-width: 60%;
}
.messagesBox .mainChat .chat-messages .chat-message-left .actualMsg,
.messagesBox .mainChat .chat-messages .chat-message-right .actualMsg{
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 14px;
}
.messagesBox .mainChat .chat-messages .chat-message-left .actualMsg{
    background: #444;
    border-top-left-radius: 0;
}
.messagesBox .mainChat .chat-messages .chat-message-right .actualMsg{
    background: #7C00FE;
    border-top-right-radius: 0;
}
.messagesBox .chat-header{
    position: sticky;
    top: -1px ;
    background: #212124;
    z-index: 10;
    padding: 20px;
    border-bottom: 1px solid #a0aec055;
}
.messagesBox .chatPrompt{
    background: #333;
    position: sticky;
    bottom: 0;
    padding: 10px 20px;
    padding-bottom: 30px;
}
.messagesBox .chatPrompt .file-uploader textarea{
    background: #222;
    width: 100%;
    border-radius: 25px;
    resize: none;
    line-height: 1.5em;
    padding: 10px;
    color: #fff;
}
.messagesBox .chatPrompt .file-uploader .chat_input_wrapper{
    position: relative;
}
.messagesBox .chatPrompt .file-uploader .chat_input_wrapper button{
    width: 46px;
    min-width: 46px;
    height: 46px;
    display: grid;
    place-content: center;
    border-radius: 90px;
    background: #051729;
    color: #fff;
}
.bdr-opcty{
    border-color: #a0aec060 !important;
}

/********************** Auth Pages Styling ************************/
.card-icon-bg .card-body .content{
    max-width: fit-content !important;
    padding-left: 10px !important;
    text-align: left !important;
}
.card-icon-bg .card-body .content p.text-muted{
    font-size: 16px !important;
}

.card.card-icon-bg.card-icon-bg-primary{
    height: 100% !important;
}

/* ---New for trezor */
.auth-layout-wrap{
    overflow-x: hidden;
}
.auth-side-image{
    height: 100dvh;
}
.auth-right-side{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.auth-content{
    background: #232323;
    padding: 30px;
    border-radius: 20px;
    min-width: 500px;
    width: 100%;
    border: 1px solid #9ca3af3d;
}
.form-control {
    outline: initial !important;
    background: #212121 !important;
    border: 1px solid #9ca3af3d;
    color: #eee !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    padding: 12px;
    font-size: 16px;
}
.form-control::placeholder{
    color: #828282;
}
.form-control:focus{
    border-color: #9ca3af8a;
}
.form-check .form-check-input{
    accent-color: #7C00FE;
    width: 20px;
    height: 20px;
}
.lower-link{
    border: 1px solid #9ca3af3d;
    background: #232323;
    padding: 10px 30px;
    border-radius: 10px;
}
.lower-link p{
    color: #eee;
    margin-bottom: 0;
    font-size: 16px;
}
.lower-link p a{
    color: #FFAF00;
}
.button {
    border-radius: 68px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all ease .4s;
    border: 0;
    background: #7C00FE;
    color: #fff;
    padding: 10px 30px;
    width: 100%;
}
.button:hover{
    background: #FFAF00;
}
.text-site{
    color: #7C00FE;
}
@media (max-width: 530px) {
    .auth-content{
        min-width: 400px;
    }
}
@media (max-width: 420px) {
    .auth-content{
        min-width: 350px;
    }
}
@media (max-width: 390px) {
    .auth-content{
        min-width: auto;
    }
}
.fs-6{
    font-size: 14px !important;
}
