html{
    width: 100%;
    overflow-x: hidden;
}

.swal2-styled.swal2-confirm{
    background-image: linear-gradient(210deg, #7236B8 0%, #D01342 100%);
    box-shadow: none !important;
}

.swal2-styled.swal2-cancel{
    background-image: linear-gradient(210deg, #7236B8 0%, #D01342 100%);
    box-shadow: none !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover{
    background-image: linear-gradient(210deg, #7236B8 0%, #D01342 100%);
    box-shadow: none !important;
}

.bootstrap-table .fixed-table-container .table thead th {
    vertical-align: top !important;
    font-size: 14px;
    padding: 5px 10px !important;
}

.navbar-nav .active {
    background-image: linear-gradient(210deg, #7236B8 0%, #D01342 100%);
    color: #fff !important;
}

.navbar-nav .nav-item:hover {
    background-image: linear-gradient(210deg, #7236B8 0%, #D01342 100%);
    color: #fff !important;
}

.dropdown-toggle ul li.active-sub > .ul.dropdown-menu {
    background-image: linear-gradient(210deg, #7236B8 0%, #D01342 100%);
    color: #fff !important;
}
/* .nav-menu li:after {
    display:block;
  content: '';
  border-bottom: solid 2px #CE33CA;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.nav-menu li:hover:after {
    transform: scaleX(1);
}

.nav-menu li:after {
    transform-origin: 0% 50%;
} */

.nav-menu .childMenu li:after {
    display: none;
}
#table {
    text-align: center;
}

#bstable {
    text-align: center;
}

#featured-services #bstable {
    text-align: left !important;
}
#table tr td {
    white-space: nowrap !important;
    overflow: hidden !important;
    font-size: 18px;
}

#bstable tr td {
    white-space: nowrap !important;
    font-size: 18px;
}

thead {
    border-bottom: transparent !important;
}

tbody {
    border-top: transparent !important;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f7;
}

.btn-edit-color {
    background: -webkit-linear-gradient(#D01342, #3A31A1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.1rem;
}

#loader {
    border: 6px solid #a5a5a5;
    border-radius: 50%;
    border-top: 6px solid #ce33ca;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    display: none;
    z-index: 11;
    position: fixed;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    top: 40%;
}
.first_next, .next-step-button,.member-dashboard div#cancelModal button#step2Prev{
    min-width: 121px;
}

.loader1{
    border: 6px solid #a5a5a5;
    border-radius: 50%;
    border-top: 6px solid #ce33ca;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    display: none;
    z-index: 11;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    top: 60%;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.box-main {
    align-items: center;
}

.crec-login-box {
    max-width: 700px;
    min-height: 400px;
    margin-top: 100px;
    display: -webkit-box;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.8s, border 0.8s, border-radius 0.8s, box-shadow 0.8s;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    background: #fff;
    margin: 0 auto;
}

.bg-gray {
    background-color: #F8F8F8;
}

.mt-50 {
    margin-top: 100px;
}

.box-inner {
    width: 100%;
}

.box-inner h2 {
    color: #CE33CA;
    font-family: "inherit";
    font-size: 34px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: center;
}

.box-inner p {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
}

.box-inner input {
    box-sizing: border-box;
    height: 45px;
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #203f5b;
    padding: 9px 10px 8px;
    line-height: 0.9em;
    display: inline-block;
}

.box-inner .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.box-inner label {
    font-size: 14px !important;
    line-height: 14px;
    color: #000000 !important;
    text-transform: uppercase;
    font-family: inherit;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 15px;
}

.box-inner button {
    background: #131438 !important;
    color: #FFFFFF !important;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 30px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-family: inherit;
    letter-spacing: 0.5px;
    border: 0px !important;
    border-radius: 0;
}

.box-inner a {
    color: #c36;
}

.box-inner a:hover {
    color: #336;
}

.page-color-title {
    background-color: transparent;
    background-image: linear-gradient( 210deg, #3A31A1 0%, #D01342 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.page-color-title .heading {
    color: #F3F8FB;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    margin-bottom: 0 !important;
}

.page-color-title .sub-heading {
    color: #F3F8FB;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.5px;
}

/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
}

/* Hide default HTML checkbox */

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

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider.round:before {
    left: -6px;
}

input:checked + .slider {
    background-color: #CE33CA;
}

input:focus + .slider {
    box-shadow: 0 0 1px #CE33CA;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);.menuText
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

body .custom-card {
    background: #ffffff;
    height: 100px;
    max-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px !important;
    margin: 0 10px !important;
}
.noretire_title{
    font-size: 20px;
}

.custom-switch {
    position: relative;
    top: 15px;
}

.custom-card .custom-switch p {
    width: 100%;
    display: block;
}

/*
Product Page CSS Start
*/

.ctm-card-header {
    background-image: linear-gradient(210deg, #3A31A1 0%, #D01342 100%) !important;
    color: #ffffff !important;
    text-align: center;
    border-radius: 20px 20px 0px 0 !important;
}

.ctm-price-info-white {
    padding: 1rem 1.25rem !important;
    border-top: 1px dotted #CE33CA;
    margin-bottom: 0;
    text-align: left;
}

.ctm-price-info-black {
    background-image: linear-gradient(210deg, #3A31A1 0%, #D01342 100%) !important;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    margin-bottom: 0;
    border-radius: 0 0 20px 20px !important;
}

.ctm-button {
    background-image: linear-gradient(210deg, #3A31A1 0%, #D01342 100%) !important;
    color: #ffffff !important;
    text-align: center;
    border: none !important;
    border-radius: 0 0 20px 20px !important;
    font-size: 16px !important;
    padding: 1rem 0 !important;
}

*.btn:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none !important;
}

.ctm-card {
    border: 1px solid #999999;
    border-radius: 20px !important;
    text-align: center;
}

.ctm-card-footer {
    background-color: #ffffff !important;
    padding: 0 !important;
    border-radius: 0 0 20px 20px !important;
}

/*
*   Range Slider
*/

input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none !important;
    box-shadow: none !important;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    overflow: hidden;
    height: 12px;
    cursor: pointer;
    background-image: linear-gradient(210deg, #5a4fc9 0%, #ee446f 100%);
    border-radius: 25px;
}

input[type=range].range-disabled::-webkit-slider-runnable-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    background-image: linear-gradient(210deg, rgb(167, 158, 224) 0%, rgb(167, 158, 224) 100%);
    border-radius: 25px;
}

input[type=range]::-webkit-slider-thumb {
    height: 16px;
    width: 40px;
    border-radius: 0;
    background: #2b2475;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0;
}

input[type=range]:focus::-webkit-slider-thumb {
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #2b2475;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.6px;
    outline: none !important;
    box-shadow: none !important;
}

input[type=range].range-disabled::-webkit-slider-thumb {
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #d7d7d7;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.6px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background-color: #2b2475;
}

input[type=range].range-disabled:focus::-webkit-slider-runnable-track {
    background-image: linear-gradient(210deg, rgb(167, 158, 224) 0%, rgb(167, 158, 224) 100%);
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    background-image: linear-gradient(210deg, #5a4fc9 0%, #ee446f 100%);
    border-radius: 25px;
}

input[type=range]::-moz-range-thumb {
    height: 20px;
    width: 39px
}

.form-check-input:checked {
    background-color: #c74787 !important;
    border-color: #db467c !important;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

#msform fieldset {
    background: transparent;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input:last-child,
#msform textarea:last-child {
    margin-bottom: 0px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform input[type=radio] {
    background-color: #ECEFF1;
    font-size: 16px;
    width: auto;
    padding: 8px 8px;
    border-radius: 10px;
}

#msform input[type=radio]:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform input[type=checkbox] {
    background-color: #ECEFF1;
    font-size: 16px;
    width: auto;
    padding: 8px 8px;
}

#msform input[type=checkbox]:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .form-card {
    margin: 24px 0;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-image: linear-gradient(29deg, #3A31A1 0%, #D01342 100%);
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-image: linear-gradient(29deg, #3A31A1 0%, #D01342 100%);
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

.progress {
    height: 26px;
    border-radius: 10px;
}

.progress-bar {
    background-image: linear-gradient(210deg, #3A31A1 0%, #D01342 100%);
}

button.float-left.rounded-circle.text-white {
    position: absolute;
    left: -4%;
    top: -7%;
    transform: translate(50%, 56%);
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: linear-gradient(271deg, #e74473 10%, #7236B8 100%);
    border: 0;
}

button.float-right.rounded-circle.text-white {
    position: absolute;
    left: 96%;
    top: -7%;
    transform: translate(50%, 56%);
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: linear-gradient(271deg, #e64474 10%, #5f4ec5 100%);
    border: 0;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 12px !important;
    color: #dc3545;
}

.captcha-error {
    display: block;
    float: left;
    margin-top: 8px;
    font-size: 12px !important;
    color: #dc3545;
}

.range-group {
    position: relative;
}

.flip-box-main {
    min-height: 653px;
    align-items: center;
}

.flip-box {
    background-color: transparent;
    width: 300px;
    perspective: 1000px;
    height: 280px;
    position: relative;
    border-radius: 5px;
    margin: 10px 10px 10px 10px;
    box-shadow: 0px 18px 18px -12px rgba(0, 0, 0, 0.7);
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    padding: 35px;
}

.flip-box-front {
    background-color: transparent;
    background-image: linear-gradient(230deg, #7236B8 0%, #D34743 100%);
}

.flip-box-back {
    background-color: #222;
    color: white;
    transform: rotateY(180deg);
}

.flip-box-back button {
    padding: 15px 35px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
}

.min-h-653 {
    min-height: 653px;
}

#bank-account .form-group {
    margin: 10px 0;
}

#settings_table {
    font-size: 14px;
}

#settings_table .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem;
    padding-top: 3px !important;
    line-height: calc(1.5em + 0.75rem);
    color: #495057;
}

#settings_table .select2-container--bootstrap4 .select2-selection--single {
    height: calc(30px + 6px + 2px) !important;
}

#settings_table .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: -4px;
    bottom: 0px;
    background-color: white;
    border: 1px solid rgb(206 51 202 / 40%);
    -webkit-transition: .4s;
    transition: .4s;
}

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

#settings_table .form-control {
    font-size: 14px;
}

#normal-table .form-control {
    font-size: 15px !important;
}

#ticket_form .form-group,#formProfile .form-group {
    margin: 5px 0;
}

#normal-table .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: -4px;
    bottom: 0px;
    background-color: white;
    border: 1px solid rgb(206 51 202 / 40%);
    -webkit-transition: .4s;
    transition: .4s;
}

#normal-table .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
}

#guest-container {
    max-width: 914px;
    margin: 0 auto;
}


select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.drag-column {
    font-size: 18px;
    color: #ccc;
    cursor: grab;
}

.sticky-sub-header-ctm {
    z-index: 5;
}

.sticky-sub-header-ctm-auth {
    z-index: 5;
}

#csrtoday {
    height: 500px;
}
#showWalletAddressDropdown{
    top:10px !important;
}

/* Table new design START here */

.borderleft {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.borderright {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

body .borderless.table-bordered>:not(caption)>*, body .borderless.table-bordered > :not(caption) > * > * {
    border-width: 0px 0px !important;
}
body .borderless.table-bordered tbody tr {
    background-color: #F6F6F6;
}
.borderless.table-bordered tbody tr td{
    color:#000000 !important;
    padding:15px 24px !important;
    font-weight: 500 !important;
}
table.table-striped input.form-control {
    max-height: 32px !important;
    border-radius: 8px !important;
    text-indent: 5px !important;
}
body .borderless.table-bordered tbody tr td:first-child{
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
body .borderless.table-bordered tbody tr td:last-child{
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
body .table{
    border-collapse: separate !important;
    border-spacing:0 20px !important;
}

#settings_table thead {
    text-align: center;
}

#settings_table tbody > tr > td:not(:first-child) {
    text-align: center;
}

.input-expand {
    width: 300%;
    position: relative;
    z-index: 1;
}

.disabled {
    pointer-events: none;
    background-color: transparent;
    opacity: 1;
}

/* 21-09-2022 */
ul#myTab li.nav-item i {
    background: #ebebeb;
    padding: 15px;
    border-radius: 50%;
}
ul#myTab li.nav-item a.nav-link ,ul#myTab li.nav-item a.extrenal-link {
    position: relative;
}

/* ul#myTab li.nav-item:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 48px;
    border-left: 2px solid #ccc;
    transform: translate(-13%);
} */
/* ul#myTab li.nav-item.ps-4:before {
    content: "";
    position: relative;
    top: 19px;
    bottom: 0px;
    left: 22px;
    border-left: 2px solid #ccc;
}
.sidebar.sidebarflex.sidebar--Collapse ul#myTab li.nav-item.ps-4:before {
    left: 22px !important;
} */
.sidebar.sidebarflex.sidebar--Collapse li.nav-item.ps-4 {
    padding-left: 0 !important;
}

ul#myTab li.nav-item.ps-4:nth-last-child(1):before, .round_0:before {
    border: 0 !important;
}
ul#myTab li.nav-item:first-child::before {
    top: 50px;
}
ul#myTab li.nav-item:last-child::before {
    bottom: 50px;
}
ul#myTab li.nav-item {
    position: relative;
}
#csrnow_settings .nav-tabs .nav-item.show .nav-link,
#csrnow_settings .nav-tabs .nav-link.active {
    border-left: none !important;
    color: #7236B8 !important;
}
#csrnow_settings .nav-tabs .nav-link.active i {
    background-color: transparent;
    background-image: linear-gradient(210deg, #3A31A1 0%, #D01342 100%);
    color: #FFFFFF !important;
}
div#scroll_data {
    padding: 25px !important;
}
.col-auto.col-md-2.col-xl-2.px-sm-0.px-0.bg-light {
    padding: 10px 0px !important;
}
.reset_pwd .guest-box {
    border-radius: 10px !important;
}
#sign_in_box > p,
#buyer_box > p,
#register_box > p {
    color: #7236B8;
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: 36px;
    letter-spacing: 0px;
}

#csrtoday table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: #212529;
}

.recent-trades-item {
    width: 100%;
    background-color: rgba(33, 37, 41, .9);
    padding: 0.5rem;
    text-align: center;
    color: white;
}

@media(min-width:993px) {
    .btnPos {
        float: right;
        margin-right: -1.5rem;
    }
}

.refreshStatusBtn {
    padding: 8px 20px
}

.b-radius-50 {
    border-radius: 50px;
}

#interestReportTab .nav-item .nav-link {
    padding: 0.5rem 1rem !important;
}

#interestReportTab .nav-item .nav-link .step-text {
    padding-left: 0 !important;
}

#tblTransferAddress tbody tr td .addressLinkBtn {
    font-size: 15px;
}

#tblTransferAddress tbody tr td .addressLinkBtn:hover {
    color: #CE33CA;
}

.swal2-container {
    z-index: 99999 !important;
}

#feesSummaryTab .nav-item .nav-link {
    padding: 0.5rem 1rem !important;
}
.payment-link input[type='search']{
    left: -330px !important;
}

#renderUsernameInput .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove{
    background-image: linear-gradient(210deg, #7236B8 0%, #D34743 100%) !important;
    border: none;
}

input.remove-arrow::-webkit-outer-spin-button,
input.remove-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input.remove-arrow[type=number] {
    -moz-appearance: textfield;
  }

table#bstable td span.fixWidthFormat {
    max-width: 400px !important;
    white-space: normal !important;
}

.widthFormat {
    min-width: 400px !important;
    white-space: normal !important;
    word-break: break-word !important;
}
.f-monospace {
    font-family: monospace !important;
}
.f32{
    font-size: 32px;
}
#columnsDisplay, .exportFilteredRecords, .clearFilteredRecords {
    display: none;
}
.w130 {
    width: 130px
}
img#proofImage {
    width: 100%;
    height: 100%;
}

.zoom {
    display: inline-block;
    position: relative;
}

/* magnifying glass icon */
.zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
}

.zoom img::selection {
    background-color: transparent;
}

#img-magnifying {
    width: 100%;
    height: 100%;
}
.custom-error {
    color: #dc3545;
    font-size: 12px;
}

.notification-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 350px; /* Adjust width as needed */
    word-wrap: break-word;
    z-index: 9999;
}

.notification {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px 10px;
    /* margin-bottom: 10px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    transform: translateX(100%); /* Off-screen initially */
}

.notification p {
    margin: 0;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

.notification strong {
    font-weight: bold;
}

/* Slide-in keyframes */
@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Slide-out to right */
@keyframes slideOut {
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.notification.slide-in {
    opacity: 1;
    transform: translateX(0); /* Slide into view */
}

.notification.slide-out {
    opacity: 0;
    transform: translateX(100%); /* Slide back out */
}

label.error{
    color: red;
}

p .error{
    color: red;
}
span.toggle-handle.btn.btn-light {
    padding: 0 !important;
}
.toggle-off.btn,.toggle-on.btn{
    padding: 0.4rem !important;
}

.text-monospace{
    font-family: monospace !important;
}
.sidebar .tooglebtnico {
    margin-top: 5rem;
    text-align: right;
}
.sidebar.sidebar--Collapse .tooglebtnico.active {
    text-align: center;
    transition: 0.5s ease-out !important;
    left: 24px !important;
}
.toogleicon {
    max-width: 50px;
    width: fit-content;
    float: right;
}
.sidebarflex .active  {
    padding-right:0px !important;
}

/*sidebar CUSTOM CSS START HERE*/
.sidebar {
    width: 350px;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    display: inline-block;
    z-index: 0;
    min-height: 70vh;
}
.sidebar_content_left{
    margin-left: 350px;
    transition: all .5s;
}
.sidebar_content_left.closed {
    margin-left: 86px;
    transition: all 1.5s;
}
@media only screen and (max-width:1399px) and (min-width:1024px){
    .sidebar {
        width: 230px;
    }
    .sidebar_content_left{
        margin-left: 230px;
    }
    .lang-dropdown-flag {
        min-width: 20px !important;
        min-height: 20px !important;
        object-fit: cover !important;
        max-width: 20px !important;
        max-height: 20px !important;
    }
    a#languageDropdown {
        margin-left: 25px !important;
    }
    .custom-tab-link {
        padding: 10px 15px !important;
    }
}

.nav-sidebar {
    background: none;
    margin-top: 5px;
}

.sidebar ul li a span &.fa {
    font-size: 20px;
}

.menuText {
    opacity: 1;
    -moz-transition: opacity 0.6s 0.2s ease-out;
    -o-transition: opacity 0.6s 0.2s ease-out;
    -webkit-transition: opacity 0.6s 0.2s ease-out;
    transition: opacity 0.6s 0.2s ease-out;
    position: absolute;
    margin-top: 5px;
    margin-left: 10px !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    white-space: nowrap;
    top: 0px;
    left: 25px;
}
a.extrenal-link:hover span, a.extrenal-link:hover {
    color: #000000 !important;
}
body .collapseToggle.active {
    padding-left: 4px;
    display: block;
    cursor: pointer;
    padding-right: 20px !important;
    transition: 1s ease-out !important;
    /* padding-bottom: 10px; */
    margin: 26px 0px -18px 49px !important;
    height: 50px;
}

#toggleIcon {
    -moz-transition: transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    -webkit-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.rotate {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    -webkit-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.sidebar--Collapse {
    width: 86px;
    -moz-transition: width 0.6s ease-out;
    -o-transition: width 0.6s ease-out;
    -webkit-transition: width 0.6s ease-out;
    transition: width 0.6s ease-out;
}

.sidebar--Collapse .menuText {
    opacity: 0;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    position: absolute;
}

.main {
    margin-left: 200px;
    -moz-transition: margin-left 0.55s ease-out;
    -o-transition: margin-left 0.55s ease-out;
    -webkit-transition: margin-left 0.55s ease-out;
    transition: margin-left 0.55s ease-out;
}

.main--slide {
    -moz-transition: margin-left 0.6s ease-out;
    -o-transition: margin-left 0.6s ease-out;
    -webkit-transition: margin-left 0.6s ease-out;
    transition: margin-left 0.6s ease-out;
    margin-left: 45px;
}
body .member-dashboard .nav-link,body .nav-sidebar .nav-link,
body .member-dashboard .extrenal-link,body .nav-sidebar .extrenal-link {
    margin:8px 0px !important;
    padding: 0 !important;
}
#csrnow_settings .nav-tabs .nav-link.active span.menuText,
#csrnow_settings .nav-tabs .extrenal-link.active span.menuText {
    color: #BC174F !important;
}
form.logout-form {
    margin: 0 !important;
}
/*---- START for 2fa3faValidateForm ----*/
.hide-placeholder-on-focus:focus::placeholder {
    opacity: 0; /* Hide the placeholder text on focus */
}

/*sidebar CUSTOM CSS OVER HERE*/
.AuthMainSwitch{
    height: 50px;
    width: 100% !important;
    position: relative;
    display: flex;
    align-items:center;
    justify-content: space-around;
    background-color: lightgray;
    border-radius: 50px;
}

.AuthMainSwitch button {
    background-color: transparent;
    border: none;
    z-index: 10;
    font-weight: 600;
    color: #1c3750;
    outline: none !important;
}

.AuthMainSwitch .backgroundPill{
    position: absolute;
    background-color: white;
    width: 50%;
    height: 40px;
    border-radius: 50px;
    left: 5px;
    transition: 1s;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.1)
}

.maxwidth-cols tbody td:nth-child(03) {
    /* max-width: 525px; */
    display: grid;
    white-space: pre-wrap;
}

/* Table new design OVER here */
@media(min-width:992px) {
    #csrtoday .principlesHead {
        margin-top: 3rem;
    }
}
@media(max-width:1024px) {
/* li.drop-down.childMenu ul li {
    border-bottom: 0 !important;
} */
}
@media(max-width:991px) {
    button.float-left.rounded-circle.text-white {
        left: -10%;
        top: -10%;
    }

    button.float-right.rounded-circle.text-white {
        left: 92%;
        top: -10%;
    }

    .page-color-title .heading {
        font-size: 50px;
    }

    #csrtoday {
        height: 600px;
    }
    .sidebar_content_left {
        margin: 0 !important;
    }
    .mob_mtop{
        margin-top: 0px !important;
    }
    .card-body.mob_spacing {
        padding: 20px;
    }
}

@media(max-width:767px) {
    input[type=range] {
        width: 95%;
    }

    button.float-left.rounded-circle.text-white {
        left: -5%;
        top: -15%;
    }

    button.float-right.rounded-circle.text-white {
        top: -15%;
    }

    .page-color-title .heading {
        font-size: 30px;
    }
    div#csrTable .fixed-table-body{
        overflow: auto !important;
    }
    .mob_mtop{
        margin-top: 0px !important;
        width: 100% !important;
    }
    .sidebar_content_left{
        display: contents;
    }
    .dob-div{
        margin-top: 0px !important;
    }

}

@media(max-width:421px) {
    button.float-right.rounded-circle.text-white {
        left: 88%;
    }
    .dob-div{
        margin-top: 0px !important;
    }
}

@media(max-width:250px) {
    .page-color-title .heading {
        font-size: 20px;
    }

    .page-color-title .sub-heading {
        font-size: 15px;
    }

    .sticky-sub-header-ctm-auth {
        top: 148px;
    }
    a.navbar-brand img {
        margin-left: 5px !important;
        width: 145px;
    }
    .col.py-3 {
        width: 70% !important;
    }
    h2.main_head {
        font-size: 15px;
    }
}

.company-btn-close{
    position: absolute !important;
}

.input-group-prepend {
    display: grid;
    place-items: center;
    border-radius: 5px;

}

.input-group-prepend {
    padding: 0.375rem;
}

.input-group-prepend .input-group-text {
    padding: 0 10px;
}

.input-group-prepend.rounded-right {
    position: absolute;
    right: 0.5rem;
    top: 0.45rem;
}
#change_login_password label{
    font-weight: 12 !important;
}

.language-header-dropdown{
    width: 150px;
    right: 0;
    left: -50px !important;
}

.lang-dropdown-flag {
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
}

@media only screen and (max-width:1399px) and (min-width:1024px){
    .dropdown-deposit{
        right:143px;
    }
    body .sidebar .tooglebtnico {
    left: 168px !important;
}
.nav-menu img.nav-icon {
    width: 20px;
    height: 20px;
}
.menuText {
    font-size: 13px !important;
    line-height: 13px !important;
}
}

.tooltip-arrow:before {
    content: "" !important;
    transform: rotate(0deg) !important;
    visibility: visible !important;
}

.fixed-table-loading.table.table-bordered.table-hover.open{
    top : 65px !important;
}

#nav-deposit .fixed-table-loading.table.table-bordered.table-hover.open{
    top : 120px !important;
}

[type=checkbox]:checked {
   background-color: #c74787 !important;
}

.spinner-border {
    width: 30px !important;
    height: 30px !important;
    border: 6px solid #a5a5a5 !important;
    border-radius: 50% !important;
    border-top: 6px solid #ce33ca !important;
    animation: spin 1s linear infinite !important;
    z-index: 11 !important;
    position: absolute !important;
    text-align: center !important;
    margin: 0 auto !important;
    left: 50% !important;
    top: 48% !important;
}
.grid-cols{
    display: grid;
    grid-template-columns: auto auto auto auto;
}

th {
    text-transform: capitalize !important;
}

[type=checkbox]:checked:disabled {
    background-color: rgb(153 153 153) !important;
}

.text-danger.error{
    font-size:  12px !important;
}

#noticePopupLabel{
    --bs-text-opacity: 1;
    color: #4b5563 !important;
    font-size: 25px !important;
}
.ul-widget1__title{
    font-size: 1.1rem;
    font-weight: 700;
    color: #4b5563;
    padding-bottom: 13px;
}

.ul-widget__desc{
    color: #6b7280;
}

.notice-checkbox{
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
}

.notice-checkbox-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}

.notice-ck-label{
    font-size: 13px !important;
    color: #000000;
    font-family: inherit;
    letter-spacing: 0.5px;
}

.notice-header{
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6 !important;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.ul-widget__item{
    border-bottom: 0.07rem dashed #d1d5db;

}

.sponsor-body{
    padding: 1rem 0rem !important;
}

.verified-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 24px;
    border-radius: 50%;
    background-color: #28a745;
    color: white;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.add_wallet_address{
    float: right;
}

.modal-wrapper-1 .modal-dialog{
    margin: 0;
    padding: 0;
}

.modal-wrapper-1{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
}

.preference-text{
    padding-left: 0px !important;
}

.custom-change-email{
    width: 173px;;
}

.verification-text{
    min-width: 700px;
}

a.sponser_btn {
    margin: 15px;
}

.description-dob{
    font-size: small !important;
}

.sponsor_link{
    font-size: small;
}

.btn-outline-primary {
    color: #000 !important;
    border: 2px solid #007bff !important;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out !important;
    background-image: none !important;
}

.btn .btn-outline-primary{
    background-image: none !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #6f42c1  !important;
    color: #fff !important;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5) !important;
}

.input-group-text {
    background-color: #ffffff !important;
    border: 0 !important;
    position: absolute !important;
    top: 9px !important;
    right: 15px !important;
}
.input-group-text.bg-highlight {
    background: #e7e7e7 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}
.invalid-input{
    border-color: #ff4c51 !important;
}
.invalid-input:focus{
    border-color: #ff4c51 !important;
    box-shadow: none !important;
}

.select2-container--default .select2-selection--single {
    font-size: 12px;
}

.select2-container--default .select2-selection--multiple {
    font-size: 12px;
}

.select2-results__option {
    font-size: 12px;
}

i.fas.fa-info-circle {
    color: #B0B0B0 !important;
}
.sponsor-pad{
    padding-top:40px;
}

i.fas.fa-info-circle.sponsor-popup{
    color: #CE33CA !important;
    font-size: 2.032rem !important;
}

.market-info{
    pointer-events: none;
}
.auth-input-div-max-width{
    max-width: 300px;
}
.caret {
    transition: transform 0.3s ease;
}
.caret.rotatecaret img {
    transform: rotate(90deg);
}

.list-group-item{
    border: 0 !important;
}

.btn-uniform{
    min-width: 100px;
}

.swal2-styled.swal2-confirm{
    background-image: linear-gradient(210deg, #7236B8 0%, #D01342 100%);
    box-shadow: none !important;
}

.swal2-styled.swal2-cancel{
    background-image: linear-gradient(210deg, #7236B8 0%, #D01342 100%);
    box-shadow: none !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover{
    background-image: linear-gradient(210deg, #7236B8 0%, #D01342 100%);
    box-shadow: none !important;
}

.bootstrap-table .fixed-table-container .table thead th {
    vertical-align: top !important;
    font-size: 14px;
    padding: 5px 10px !important;
}

.navbar-nav .active {
    background-image: linear-gradient(210deg, #7236B8 0%, #D01342 100%);
    color: #fff !important;
}

.navbar-nav .nav-item:hover {
    background-image: linear-gradient(210deg, #7236B8 0%, #D01342 100%);
    color: #fff !important;
}

.dropdown-toggle ul li.active-sub > .ul.dropdown-menu {
    background-image: linear-gradient(210deg, #7236B8 0%, #D01342 100%);
    color: #fff !important;
}
/* .nav-menu li:after {
    display:block;
  content: '';
  border-bottom: solid 2px #CE33CA;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.nav-menu li:hover:after {
    transform: scaleX(1);
}

.nav-menu li:after {
    transform-origin: 0% 50%;
} */

.nav-menu .childMenu li:after {
    display: none;
}
#table {
    text-align: center;
}

#bstable {
    text-align: center;
}
#featured-services #bstable {
    text-align: left !important;
}
#table tr td {
    white-space: nowrap !important;
    overflow: hidden !important;
    font-size: 18px;
}

#bstable tr td {
    white-space: nowrap !important;
    font-size: 18px;
}

thead {
    border-bottom: transparent !important;
}

tbody {
    border-top: transparent !important;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f7;
}

.btn-edit-color {
    background: -webkit-linear-gradient(#D01342, #3A31A1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.1rem;
}

#loader {
    border: 6px solid #a5a5a5;
    border-radius: 50%;
    border-top: 6px solid #ce33ca;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    display: none;
    z-index: 11;
    position: fixed;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    top: 40%;
}
.first_next, .next-step-button,.member-dashboard div#cancelModal button#step2Prev{
    min-width: 121px;
}

.loader1{
    border: 6px solid #a5a5a5;
    border-radius: 50%;
    border-top: 6px solid #ce33ca;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    display: none;
    z-index: 11;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    top: 60%;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.box-main {
    align-items: center;
}

.crec-login-box {
    max-width: 700px;
    min-height: 400px;
    margin-top: 100px;
    display: -webkit-box;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.8s, border 0.8s, border-radius 0.8s, box-shadow 0.8s;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    background: #fff;
    margin: 0 auto;
}

.bg-gray {
    background-color: #F8F8F8;
}

.mt-50 {
    margin-top: 100px;
}

.box-inner {
    width: 100%;
}

.box-inner h2 {
    color: #CE33CA;
        font-family:inherit;
    font-size: 34px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: center;
}

.box-inner p {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
}

.box-inner input {
    box-sizing: border-box;
    height: 45px;
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #203f5b;
    padding: 9px 10px 8px;
    line-height: 0.9em;
    display: inline-block;
}

.box-inner .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.box-inner label {
    font-size: 14px !important;
    line-height: 14px;
    color: #000000 !important;
    text-transform: uppercase;
    font-family: inherit;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 15px;
}

.box-inner button {
    background: #131438 !important;
    color: #FFFFFF !important;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 30px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-family: inherit;
    letter-spacing: 0.5px;
    border: 0px !important;
    border-radius: 0;
}

.box-inner a {
    color: #c36;
}

.box-inner a:hover {
    color: #336;
}

.page-color-title {
    background-color: transparent;
    background-image: linear-gradient( 210deg, #3A31A1 0%, #D01342 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.page-color-title .heading {
    color: #F3F8FB;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    margin-bottom: 0 !important;
}

.page-color-title .sub-heading {
    color: #F3F8FB;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.5px;
}

/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
}

/* Hide default HTML checkbox */

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

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider.round:before {
    left: -6px;
}

input:checked + .slider {
    background-color: #CE33CA;
}

input:focus + .slider {
    box-shadow: 0 0 1px #CE33CA;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

body .custom-card {
    background: #ffffff;
    height: 100px;
    max-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px !important;
    margin: 0 10px !important;
}
.noretire_title{
    font-size: 20px;
}

.custom-switch {
    position: relative;
    top: 15px;
}

.custom-card .custom-switch p {
    width: 100%;
    display: block;
}

/*
Product Page CSS Start
*/

.ctm-card-header {
    background-image: linear-gradient(210deg, #3A31A1 0%, #D01342 100%) !important;
    color: #ffffff !important;
    text-align: center;
    border-radius: 20px 20px 0px 0 !important;
}

.ctm-price-info-white {
    padding: 1rem 1.25rem !important;
    border-top: 1px dotted #CE33CA;
    margin-bottom: 0;
    text-align: left;
}

.ctm-price-info-black {
    background-image: linear-gradient(210deg, #3A31A1 0%, #D01342 100%) !important;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    margin-bottom: 0;
    border-radius: 0 0 20px 20px !important;
}

.ctm-button {
    background-image: linear-gradient(210deg, #3A31A1 0%, #D01342 100%) !important;
    color: #ffffff !important;
    text-align: center;
    border: none !important;
    border-radius: 0 0 20px 20px !important;
    font-size: 16px !important;
    padding: 1rem 0 !important;
}

*.btn:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none !important;
}

.ctm-card {
    border: 1px solid #999999;
    border-radius: 20px !important;
    text-align: center;
}

.ctm-card-footer {
    background-color: #ffffff !important;
    padding: 0 !important;
    border-radius: 0 0 20px 20px !important;
}

/*
*   Range Slider
*/

input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none !important;
    box-shadow: none !important;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    overflow: hidden;
    height: 12px;
    cursor: pointer;
    background-image: linear-gradient(210deg, #5a4fc9 0%, #ee446f 100%);
    border-radius: 25px;
}

input[type=range].range-disabled::-webkit-slider-runnable-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    background-image: linear-gradient(210deg, rgb(167, 158, 224) 0%, rgb(167, 158, 224) 100%);
    border-radius: 25px;
}

input[type=range]::-webkit-slider-thumb {
    height: 16px;
    width: 40px;
    border-radius: 0;
    background: #2b2475;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0;
}

input[type=range]:focus::-webkit-slider-thumb {
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #2b2475;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.6px;
    outline: none !important;
    box-shadow: none !important;
}

input[type=range].range-disabled::-webkit-slider-thumb {
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #d7d7d7;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.6px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background-color: #2b2475;
}

input[type=range].range-disabled:focus::-webkit-slider-runnable-track {
    background-image: linear-gradient(210deg, rgb(167, 158, 224) 0%, rgb(167, 158, 224) 100%);
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    background-image: linear-gradient(210deg, #5a4fc9 0%, #ee446f 100%);
    border-radius: 25px;
}

input[type=range]::-moz-range-thumb {
    height: 20px;
    width: 39px
}

.form-check-input:checked {
    background-color: #c74787 !important;
    border-color: #db467c !important;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

#msform fieldset {
    background: transparent;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input:last-child,
#msform textarea:last-child {
    margin-bottom: 0px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform input[type=radio] {
    background-color: #ECEFF1;
    font-size: 16px;
    width: auto;
    padding: 8px 8px;
    border-radius: 10px;
}

#msform input[type=radio]:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform input[type=checkbox] {
    background-color: #ECEFF1;
    font-size: 16px;
    width: auto;
    padding: 8px 8px;
}

#msform input[type=checkbox]:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .form-card {
    margin: 24px 0;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-image: linear-gradient(29deg, #3A31A1 0%, #D01342 100%);
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-image: linear-gradient(29deg, #3A31A1 0%, #D01342 100%);
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

.progress {
    height: 26px;
    border-radius: 10px;
}

.progress-bar {
    background-image: linear-gradient(210deg, #3A31A1 0%, #D01342 100%);
}

button.float-left.rounded-circle.text-white {
    position: absolute;
    left: -4%;
    top: -7%;
    transform: translate(50%, 56%);
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: linear-gradient(271deg, #e74473 10%, #7236B8 100%);
    border: 0;
}

button.float-right.rounded-circle.text-white {
    position: absolute;
    left: 96%;
    top: -7%;
    transform: translate(50%, 56%);
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: linear-gradient(271deg, #e64474 10%, #5f4ec5 100%);
    border: 0;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 12px !important;
    color: #dc3545;
}

.captcha-error {
    display: block;
    float: left;
    margin-top: 8px;
    font-size: 12px !important;
    color: #dc3545;
}

.range-group {
    position: relative;
}

.flip-box-main {
    min-height: 653px;
    align-items: center;
}

.flip-box {
    background-color: transparent;
    width: 300px;
    perspective: 1000px;
    height: 280px;
    position: relative;
    border-radius: 5px;
    margin: 10px 10px 10px 10px;
    box-shadow: 0px 18px 18px -12px rgba(0, 0, 0, 0.7);
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    padding: 35px;
}

.flip-box-front {
    background-color: transparent;
    background-image: linear-gradient(230deg, #7236B8 0%, #D34743 100%);
}

.flip-box-back {
    background-color: #222;
    color: white;
    transform: rotateY(180deg);
}

.flip-box-back button {
    padding: 15px 35px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
}

.min-h-653 {
    min-height: 653px;
}

#bank-account .form-group {
    margin: 10px 0;
}

#settings_table {
    font-size: 14px;
}

#settings_table .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem;
    padding-top: 3px !important;
    line-height: calc(1.5em + 0.75rem);
    color: #495057;
}

#settings_table .select2-container--bootstrap4 .select2-selection--single {
    height: calc(30px + 6px + 2px) !important;
}

#settings_table .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: -4px;
    bottom: 0px;
    background-color: white;
    border: 1px solid rgb(206 51 202 / 40%);
    -webkit-transition: .4s;
    transition: .4s;
}

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

#settings_table .form-control {
    font-size: 14px;
}

#normal-table .form-control {
    font-size: 15px !important;
}

#normal-table .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: -4px;
    bottom: 0px;
    background-color: white;
    border: 1px solid rgb(206 51 202 / 40%);
    -webkit-transition: .4s;
    transition: .4s;
}

#normal-table .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
}

#guest-container {
    max-width: 914px;
    margin: 0 auto;
}
/*
.filter-control select {

    border-radius: 4px;
    display: inline-block;
    line-height: 1.5em;

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* arrows */

/* .filter-control select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.filter-control select:focus {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    outline: 0;
}  */

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.drag-column {
    font-size: 18px;
    color: #ccc;
    cursor: grab;
}

.sticky-sub-header-ctm {
    z-index: 5;
}

.sticky-sub-header-ctm-auth {
    z-index: 5;
}

#csrtoday {
    height: 500px;
}
#showWalletAddressDropdown{
    top:10px !important;
}

/* Table new design START here */

.borderleft {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.borderright {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

body .borderless.table-bordered>:not(caption)>*, body .borderless.table-bordered > :not(caption) > * > * {
    border-width: 0px 0px !important;
}
body .borderless.table-bordered tbody tr {
    background-color: #F6F6F6;
}
.borderless.table-bordered tbody tr td{
    color:#000000 !important;
    padding:15px 24px !important;
    font-weight: 500 !important;
}
table.table-striped input.form-control {
    max-height: 32px !important;
    border-radius: 8px !important;
    text-indent: 5px !important;
}
body .borderless.table-bordered tbody tr td:first-child{
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
body .borderless.table-bordered tbody tr td:last-child{
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
body .table{
    border-collapse: separate !important;
    border-spacing:0 20px !important;
}

#settings_table thead {
    text-align: center;
}

#settings_table tbody > tr > td:not(:first-child) {
    text-align: center;
}

.input-expand {
    width: 300%;
    position: relative;
    z-index: 1;
}

.disabled {
    pointer-events: none;
    background-color: transparent;
    opacity: 1;
}

/* 21-09-2022 */
ul#myTab li.nav-item i {
    background: #ebebeb;
    padding: 15px;
    border-radius: 50%;
}
ul#myTab li.nav-item a.nav-link ,ul#myTab li.nav-item a.extrenal-link {
    position: relative;
}

/* ul#myTab li.nav-item:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 48px;
    border-left: 2px solid #ccc;
    transform: translate(-13%);
} */
/* ul#myTab li.nav-item.ps-4:before {
    content: "";
    position: relative;
    top: 19px;
    bottom: 0px;
    left: 22px;
    border-left: 2px solid #ccc;
}
.sidebar.sidebarflex.sidebar--Collapse ul#myTab li.nav-item.ps-4:before {
    left: 22px !important;
} */
.sidebar.sidebarflex.sidebar--Collapse li.nav-item.ps-4 {
    padding-left: 0 !important;
}

ul#myTab li.nav-item.ps-4:nth-last-child(1):before, .round_0:before {
    border: 0 !important;
}
ul#myTab li.nav-item:first-child::before {
    top: 50px;
}
ul#myTab li.nav-item:last-child::before {
    bottom: 50px;
}
ul#myTab li.nav-item {
    position: relative;
}
#csrnow_settings .nav-tabs .nav-item.show .nav-link,
#csrnow_settings .nav-tabs .nav-link.active {
    border-left: none !important;
    color: #7236B8 !important;
}
#csrnow_settings .nav-tabs .nav-link.active i {
    background-color: transparent;
    background-image: linear-gradient(210deg, #3A31A1 0%, #D01342 100%);
    color: #FFFFFF !important;
}
div#scroll_data {
    padding: 25px !important;
}
.col-auto.col-md-2.col-xl-2.px-sm-0.px-0.bg-light {
    padding: 10px 0px !important;
}
.reset_pwd .guest-box {
    border-radius: 10px !important;
}
#sign_in_box > p,
#buyer_box > p,
#register_box > p {
    color: #7236B8;
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: 36px;
    letter-spacing: 0px;
}

#csrtoday table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: #212529;
}

.recent-trades-item {
    width: 100%;
    background-color: rgba(33, 37, 41, .9);
    padding: 0.5rem;
    text-align: center;
    color: white;
}

@media(min-width:993px) {
    .btnPos {
        float: right;
        margin-right: -1.5rem;
    }
}

.refreshStatusBtn {
    padding: 8px 20px
}

.b-radius-50 {
    border-radius: 50px;
}

#interestReportTab .nav-item .nav-link ,#interestReportTab .nav-item .extrenal-link {
    padding: 0.5rem 1rem !important;
}

#interestReportTab .nav-item .nav-link .step-text {
    padding-left: 0 !important;
}

#tblTransferAddress tbody tr td .addressLinkBtn {
    font-size: 15px;
}

#tblTransferAddress tbody tr td .addressLinkBtn:hover {
    color: #CE33CA;
}

.swal2-container {
    z-index: 99999 !important;
}

#feesSummaryTab .nav-item .nav-link {
    padding: 0.5rem 1rem !important;
}
.payment-link input[type='search']{
    left: -330px !important;
}

#renderUsernameInput .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove{
    background-image: linear-gradient(210deg, #7236B8 0%, #D34743 100%) !important;
    border: none;
}

input.remove-arrow::-webkit-outer-spin-button,
input.remove-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input.remove-arrow[type=number] {
    -moz-appearance: textfield;
  }

table#bstable td span.fixWidthFormat {
    max-width: 400px !important;
    white-space: normal !important;
}

.widthFormat {
    min-width: 400px !important;
    white-space: normal !important;
    word-break: break-word !important;
}
.f-monospace {
    font-family: monospace !important;
}
.f32{
    font-size: 32px;
}
#columnsDisplay, .exportFilteredRecords, .clearFilteredRecords {
    display: none;
}
.w130 {
    width: 130px
}
img#proofImage {
    width: 100%;
    height: 100%;
}

.zoom {
    display: inline-block;
    position: relative;
}

/* magnifying glass icon */
.zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
}

.zoom img::selection {
    background-color: transparent;
}

#img-magnifying {
    width: 100%;
    height: 100%;
}
.custom-error {
    color: #dc3545;
    font-size: 12px;
}

.notification-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 350px; /* Adjust width as needed */
    word-wrap: break-word;
    z-index: 9999;
}

.notification {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px 10px;
    /* margin-bottom: 10px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    transform: translateX(100%); /* Off-screen initially */
}

.notification p {
    margin: 0;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

.notification strong {
    font-weight: bold;
}

/* Slide-in keyframes */
@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Slide-out to right */
@keyframes slideOut {
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.notification.slide-in {
    opacity: 1;
    transform: translateX(0); /* Slide into view */
}

.notification.slide-out {
    opacity: 0;
    transform: translateX(100%); /* Slide back out */
}

label.error{
    color: red;
}

p .error{
    color: red;
}
span.toggle-handle.btn.btn-light {
    padding: 0 !important;
}
.toggle-off.btn,.toggle-on.btn{
    padding: 0.4rem !important;
}

.text-monospace{
    font-family: monospace !important;
}
.sidebar .tooglebtnico {
    margin-top: 5rem;
    text-align: right;
}
.sidebar.sidebar--Collapse .tooglebtnico.active {
    text-align: center;
    transition: 0.5s ease-out !important;
    left: 24px !important;
}
.toogleicon {
    max-width: 50px;
    width: fit-content;
    float: right;
}
.sidebarflex .active  {
    padding-right:0px !important;
}

/*sidebar CUSTOM CSS START HERE*/
.sidebar {
    width: 350px;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    display: inline-block;
    z-index: 0;
    min-height: 70vh;
}
.sidebar_content_left{
    margin-left: 350px;
    transition: all .5s;
}
.sidebar_content_left.closed {
    margin-left: 86px;
    transition: all 1.5s;
}
@media only screen and (max-width:1399px) and (min-width:1024px){
    .sidebar {
        width: 230px;
    }
    .sidebar_content_left{
        margin-left: 230px;
    }
}

.nav-sidebar {
    background: none;
    margin-top: 5px;
}

.sidebar ul li a span &.fa {
    font-size: 20px;
}

.menuText {
    opacity: 1;
    -moz-transition: opacity 0.6s 0.2s ease-out;
    -o-transition: opacity 0.6s 0.2s ease-out;
    -webkit-transition: opacity 0.6s 0.2s ease-out;
    transition: opacity 0.6s 0.2s ease-out;
    position: absolute;
    margin-top: 5px;
    margin-left: 10px !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    white-space: nowrap;
}

body .collapseToggle.active {
    padding-left: 4px;
    display: block;
    cursor: pointer;
    padding-right: 20px !important;
    transition: 1s ease-out !important;
    /* padding-bottom: 10px; */
    margin: 26px 0px -18px 49px !important;
    height: 50px;
}

#toggleIcon {
    -moz-transition: transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    -webkit-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.rotate {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    -webkit-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.sidebar--Collapse {
    width: 86px;
    -moz-transition: width 0.6s ease-out;
    -o-transition: width 0.6s ease-out;
    -webkit-transition: width 0.6s ease-out;
    transition: width 0.6s ease-out;
}

.sidebar--Collapse .menuText {
    opacity: 0;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    position: absolute;
}

.main {
    margin-left: 200px;
    -moz-transition: margin-left 0.55s ease-out;
    -o-transition: margin-left 0.55s ease-out;
    -webkit-transition: margin-left 0.55s ease-out;
    transition: margin-left 0.55s ease-out;
}

.main--slide {
    -moz-transition: margin-left 0.6s ease-out;
    -o-transition: margin-left 0.6s ease-out;
    -webkit-transition: margin-left 0.6s ease-out;
    transition: margin-left 0.6s ease-out;
    margin-left: 45px;
}
body .member-dashboard .nav-link,body .nav-sidebar .nav-link,
body .member-dashboard .extrenal-link,body .nav-sidebar .extrenal-link {
    margin:8px 0px !important;
    padding: 0 !important;
}
#csrnow_settings .nav-tabs .nav-link.active span.menuText ,#csrnow_settings .nav-tabs .extrenal-link.active span.menuText {
    color: #BC174F !important;
}
form.logout-form {
    margin: 0 !important;
}
/*---- START for 2fa3faValidateForm ----*/
.hide-placeholder-on-focus:focus::placeholder {
    opacity: 0; /* Hide the placeholder text on focus */
}

.Auth2faCodeInputs:read-only .Auth3faOTPInputs:read-only {
    color: #7f8289 !important;
}

/*sidebar CUSTOM CSS OVER HERE*/
.AuthMainSwitch{
    height: 50px;
    width: 100% !important;
    position: relative;
    display: flex;
    align-items:center;
    justify-content: space-around;
    background-color: lightgray;
    border-radius: 50px;
}

.AuthMainSwitch button {
    background-color: transparent;
    border: none;
    z-index: 10;
    font-weight: 600;
    color: #1c3750;
    outline: none !important;
}

.AuthMainSwitch .backgroundPill{
    position: absolute;
    background-color: white;
    width: 50%;
    height: 40px;
    border-radius: 50px;
    left: 5px;
    transition: 1s;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.1)
}

.maxwidth-cols tbody td:nth-child(03) {
    /* max-width: 525px; */
    display: grid;
    white-space: pre-wrap;
}

/* Table new design OVER here */
@media(min-width:992px) {
    #csrtoday .principlesHead {
        margin-top: 3rem;
    }
}

.company-btn-close{
    position: absolute !important;
}

.input-group-prepend {
    display: grid;
    place-items: center;
    border-radius: 5px;

}

.input-group-prepend {
    padding: 0.375rem;
}

.input-group-prepend .input-group-text {
    padding: 0 10px;
}
#change_login_password label{
    font-weight: 12 !important;
}

.language-header-dropdown{
    right: 0;
    left: -50px !important;
}

@media only screen and (max-width:1399px) and (min-width:1024px){
    .dropdown-deposit{
        right:143px;
    }
    body .sidebar .tooglebtnico {
    left: 168px !important;
}
.nav-menu img.nav-icon {
    width: 20px;
    height: 20px;
}
.menuText {
    font-size: 13px !important;
    line-height: 13px !important;
}
/* .input-group-prepend.rounded-right {
    top: 0.1rem !important;
} */
}

.tooltip-arrow:before {
    content: "" !important;
    transform: rotate(0deg) !important;
    visibility: visible !important;
}

.fixed-table-loading.table.table-bordered.table-hover.open{
    top : 65px !important;
}

#nav-deposit .fixed-table-loading.table.table-bordered.table-hover.open{
    top : 120px !important;
}

[type=checkbox]:checked {
   background-color: #c74787 !important;
}

.spinner-border {
    width: 30px !important;
    height: 30px !important;
    border: 6px solid #a5a5a5 !important;
    border-radius: 50% !important;
    border-top: 6px solid #ce33ca !important;
    animation: spin 1s linear infinite !important;
    z-index: 11 !important;
    position: absolute !important;
    text-align: center !important;
    margin: 0 auto !important;
    left: 50% !important;
    top: 48% !important;
}
.grid-cols{
    display: grid;
    grid-template-columns: auto auto auto auto;
}

th {
    text-transform: capitalize !important;
}

[type=checkbox]:checked:disabled {
    /* background-color: rgb(153 153 153) !important; */
    opacity: 0.5 !important;
}

.text-danger.error{
    font-size:  12px !important;
}

#noticePopupLabel{
    --bs-text-opacity: 1;
    color: #4b5563 !important;
    font-size: 25px !important;
}
.ul-widget1__title{
    font-size: 1.1rem;
    font-weight: 700;
    color: #4b5563;
    padding-bottom: 13px;
}

.ul-widget__desc{
    color: #6b7280;
}

.notice-checkbox{
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
}

.notice-checkbox-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}

.notice-ck-label{
    font-size: 13px !important;
    color: #000000;
    font-family: inherit;
    letter-spacing: 0.5px;
}

.notice-header{
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6 !important;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.ul-widget__item{
    border-bottom: 0.07rem dashed #d1d5db;

}

.sponsor-body{
    padding: 1rem 0rem !important;
}

.verified-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 18px;
    border-radius: 63%;
    background-color: #28a745;
    color: white;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.add_wallet_address{
    float: right;
}

.modal-wrapper-1 .modal-dialog{
    margin: 0;
    padding: 0;
}

.modal-wrapper-1{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
}

.preference-text{
    padding-left: 0px !important;
}

a.sponser_btn {
    margin: 15px;
}

.description-dob{
    font-size: small !important;
}

.sponsor_link{
    font-size: small;
}

.btn-outline-primary {
    color: #000 !important;
    border: 2px solid #007bff !important;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out !important;
    background-image: none !important;
}

.btn .btn-outline-primary{
    background-image: none !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #6f42c1  !important;
    color: #fff !important;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5) !important;
}

.input-group-text {
    background-color: #ffffff !important;
    border: 0 !important;
    position: absolute !important;
    top: 9px !important;
    right: 15px !important;
}
.input-group-text.bg-highlight {
    background: #e7e7e7 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.select2-container--default .select2-selection--single {
    font-size: 12px;
}

.select2-container--default .select2-selection--multiple {
    font-size: 12px;
}

.select2-results__option {
    font-size: 12px;
}

i.fas.fa-info-circle {
    color: #B0B0B0 !important;
}
.sponsor-pad{
    padding-top:40px;
}

i.fas.fa-info-circle.sponsor-popup{
    color: #CE33CA !important;
    font-size: 2.032rem !important;
}

.market-info{
    pointer-events: none;
}
.auth-input-div-max-width{
    max-width: 300px;
}
.caret {
    transition: transform 0.3s ease;
}
.caret.rotatecaret img {
    transform: rotate(90deg);
}

.list-group-item{
    border: 0 !important;
}

input.checked-checkbox:checked[type=checkbox] {
    background-size: 1.55em 0.95em;
}

.upload_image_section p {
    margin-bottom: 1rem !important;
    margin: 0;
}

input#phone:focus {
    border-color: #673AB7 !important;
    outline: none !important;
}

input#phone {
    border-left: 2px solid #d1d5db !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.dob-div{
    margin-top: -31px !important;
}

.cookie-wrapper{
    display: flex;
    justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
     opacity: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E") !important;
   background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 0.90em .90em;
    padding-right: 2.5rem;
    top: 6px !important;
    print-color-adjust: exact;
}

.guest-signin{
    padding-bottom:10px !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    border-radius: 4px;
    background-color: white !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #7f8289 !important;
    font-size: 14px !important;
}

.signin .guest-box p.fs-6{
    margin-left: -6px !important;
}

#confirmationModal .modal-header{
    margin-bottom: -17px !important;
}

#pdf-bstable input:disabled:not([type="checkbox"]), #static-data-bstable input:disabled:not([type="checkbox"]) {
    background-color: #e5e7eb !important;
}
.reviewtooltip {
    float: right;
    margin-top: -30px;
    position: relative;
    margin-right: 10px;
}

/* Mobile: up to 640px */
@media (max-width: 640px) {
    .only-mobile-tablet {
        display: inline-flex !important;
    }
    .only-desktop {
        display: none !important;
    }
}

/* Tablet: 641px to 1024px */
@media (min-width: 641px) and (max-width: 1024px) {
    .only-mobile-tablet {
        display: inline-flex !important;
    }
    .only-desktop {
        display: none !important;
    }
}

/* Desktop: 1025px and up */
@media (min-width: 1025px) {
    .only-mobile-tablet {
        display: none !important;
    }
    .only-desktop {
        display: inline-flex !important;
    }
}

.depositUrl:hover{
    color: black;
}

i.bi{
    margin-right: 5px;
    font-size: 1rem !important;
}

.preference-action{
    right: auto;
    left: 27px;
}
.order-circle-check > i.bi {
    font-size: 1.8rem !important;
}
@media only screen and (min-width:1449px){
.notice-disabled {
    margin-top: 0px !important;
}
}
.logo-img.logo-dark { display: none; }
body.dark-theme .logo-img.logo-light { display: none !important; }
body.dark-theme .logo-img.logo-dark { display: inline !important; }

.darkmode-toggle-btn .icon-darkmode { display: none; }
.darkmode-toggle-btn .icon-lightmode { display: inline; }
body.dark-theme .darkmode-toggle-btn .icon-darkmode { display: inline; }
body.dark-theme .darkmode-toggle-btn .icon-lightmode { display: none; }

@media only screen and (max-width: 1026px) {
    .notice-disabled {
        margin-top:0px !important;
    }
    a#switchDropdown {
        display: flex !important;
    }
    body button#darkModeToggle {
        padding: 4px !important;
    }
    body .ipd_screen{
        display: flex !important;
    }
    body .ipad_nav{
        display: block !important;
    }
    body .tab_none{
        display: none !important;
    }
}
@media only screen and (max-width:1026px) and (min-width:675px) {
    #footer .links,#footer .col-xl-3.mob-mb{
        justify-content: center !important;
    }
}
