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;
}

#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: "Roboto", Sans-serif;
    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: #181818;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    margin-bottom: 0;
}

.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;
}

#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;
}


.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, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 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: #e9ecef;
    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 {
    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: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: "Montserrat", 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;
}

.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);
}

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

.notification strong {
    font-weight: bold;
}

/* Optional: Animation for fading in and out */
.notification.fade-in {
    animation: fadeIn 0.5s ease forwards;
}

.notification.fade-out {
    animation: fadeOut 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

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;
}
.toogleicon {
    max-width: 50px;
}
.sidebarflex .active  {
    padding-right:0px !important;
}

/*sidebar CUSTOM CSS START HERE*/
.sidebar {
    width: 310px;
    -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;
}


.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: 20px;
    margin-left: 10px !important;
    font-size: 16px;
    font-weight: 700;
}

body .collapseToggle.active {
    padding-left: 4px;
    display: block;
    cursor: pointer;
    padding-right: 5px !important;
    transition: 1s ease-out !important;
    padding-bottom: 10px;
}

#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: 95px;
    -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 {
    padding:10px 15px !important;
}
#csrnow_settings .nav-tabs .nav-link.active span.menuText {
    color: #BC174F !important;
}
form#logout-form {
    margin: 0 !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;
    }
}

@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;
    }
}

@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;
    }
}

@media(max-width:421px) {
    button.float-right.rounded-circle.text-white {
        left: 88%;
    }
}

@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.5rem;
}
#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:0;
    }
}

.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;
}