.pl-0 {
    padding-left: 0 !important;
}
.w-90 {
    width: 90% !important;
}
.w-10 {
    width: 10% !important;
}
.w-150px {
    width:150px !important;
}
.h-110px {
    height:110px !important;
}
.right-0 {
    right: 0 !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.fs-18px {
    font-size: 18px !important;
}
.place-items-center {
    place-items:center !important;
}
.text-start {
    text-align: left !important;
}
.w-full {
    width: 100% !important;
}
.mt-1px {
    margin-top: 1px;
}
.mt-10px {
    margin-top: 10px;
}
.mt-20px {
    margin-top: 20px;
}
.fs-13px {
    font-size: 13px !important;
}
.ml-5px {
    margin-left: 5px !important;
}
.fail-login-attempt-color {
    color: #A5A08F !important;
}
.color-white {

}
.d-flex {
    display: flex !important;
}
#content_add_new .select2-container--default .select2-selection--single,
#su-route-archived .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #688cb4;
    border-radius: 4px;
    height: 33.5px !important;
    margin-right: 6px;
}

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

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

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

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

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

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

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

/* Rounded sliders */
.menu .slider.round {
    border-radius: 34px;
}

.menu .slider.round:before {
    border-radius: 50%;
}
#settings .col-lg-2 {
    max-width: 13.8%;
}
.theme-primary #settings .flex-column>li>a.nav-link.active {
    color: #fff !important;
}

.theme-primary #settings .nav-tabs .nav-link.active {
    border-bottom-color: #d5dfea;
    background-color: #272e48;
}

.theme-primary #settings .nav-tabs .nav-link.active:hover,
.theme-primary #settings .nav-tabs .nav-link.active:focus {
    border-bottom-color: #d5dfea;
    background-color: #272e48;
}

.theme-primary #settings .flex-column>li>a.nav-link.active {
    border-left-color: #272e48;
}
#settings .btn-default {
    color: #475F7B !important;
}

#settings .modal-header {
    display: unset !important;
}

#settings .modal-header .modal-title {
    display: inline-block;
}

#settings.modal-header .close:focus {
    outline: none !important;
}


#helpBook.su-help-book a {
    display: unset;
}

#helpBook.su-help-book .left-nav {
    background: #272e48;
    min-width: 265px;
    margin:-10px 0 0 -10px;
}

#helpBook.su-help-book .left-nav h3 {
    color: #fff;
}

#helpBook.su-help-book .left-nav ul {
    padding-left: 0;
}

#helpBook.su-help-book .left-nav li {
    list-style-type: none;
}

#helpBook.su-help-book .left-nav li:first-child {
    padding: 15px 15px 15px 40px;
}

#helpBook.su-help-book .left-nav li:hover,
#helpBook.su-help-book .left-nav li.active {
    background: #3e4a74;
}

#helpBook.su-help-book .left-nav li a,
#helpBook.su-help-book .left-nav li a:hover {
    color: #fff !important;
    display: block;
    background: transparent;
    padding: 15px 15px 15px 40px;
}

#helpBook.su-help-book .right-content {
    min-height: 500px;
}

#helpBook.su-help-book {
    padding-left: 0;
}

#helpBook.su-help-book #rightArea {
    margin: 30px 15px !important;
}

.su-help-book .pagination {
    border: 1px solid #272e48;
    margin: 0 10px;
    padding: 0 0.5rem;
}

.su-help-book pre {
    display: block;
    padding: 9.5px;
    margin: 0px 0px 10px;
    font-size: 13px;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    word-break: break-all;
    overflow-wrap: break-word;
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
}

.su-help-book blockquote {
    padding: 10px 20px;
    margin: 0px 0px 20px;
    font-size: 17.5px;
    border-left: 5px solid rgb(238, 238, 238);
}

#helpBook.su-help-book .pages a:hover {
    color: #272e48 !important;
}

@media(max-width:991px) {
    .su-help-book .left-nav {
        display: none;
    }

    .su-help-book #rightArea {
        margin-left: 1rem;
    }
}

@media (max-width: 767px) {
    .su-help-book .pagination {
        margin: 1rem 0.5rem 0 !important;
    }

    .su-help-book .fa-arrow-right {
        margin-left: 0 !important;
    }
}

@media (min-height: 600px) {
    .su-help-book .user_help {
        min-height: calc(100vh - 0px);
    }
}
.su-help-book .loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    left: 0;
}

.su-help-book .loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(218, 219, 223, 1);
    border-left: .8em solid #a5a08f;
    animation: spin 1.1s infinite linear;
}

.su-help-book .loader,
.su-help-book .loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

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

    100% {
        transform: rotate(0deg);
    }
}
.su-help-book #rightArea img {
    cursor: pointer;
}

.su-help-book-modal .full_modal-dialog {
    width: 98% !important;
    height: 92% !important;
    min-width: 98% !important;
    min-height: 92% !important;
    max-width: 98% !important;
    max-height: 92% !important;
    padding: 0 !important;
}

.su-help-book-modal .full_modal-content {
    height: 99% !important;
    min-height: 99% !important;
    max-height: 99% !important;
}

#su-profile .profile-img {
    position: relative;
}

#su-profile .profile-img>img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

#su-profile .profile-img label img {
    position: absolute;
    bottom: 12px;
    right: 4px;
    width: 35px;
}

#su-profile .profile-img input {
    display: none;
}
#su-profile .invalid-feedback {
    color: red;
    display: contents !important;
}
.theme-primary #su-profile .flex-column>li>a.nav-link.active {
    background: #272e48 !important;
    color: #fff !important;
}
#su-profile [type="checkbox"]:not(:checked),
#su-profile [type="checkbox"]:checked {
    position: absolute !important;
    left: -9999px;
    opacity: 0 !important;
}
#su-profile #tab-2 .form-check {
    padding-left: 0 !important;
}
#su-profile #tab-2 #google2fa .action-button,
#su-profile #tab-2 #google2fa .action-button:hover,
#su-profile #tab-2 #google2fa .action-button-previous,
#su-profile #tab-2 #google2fa .action-button-previous:hover,
#su-profile #tab-2 #progressbar li.active:before,
#su-profile #tab-2 #progressbar li.active:after{
    background:#272e48 !important;
}
#su-profile #tab-2 #google2fa .action-button-previous,
#su-profile #tab-2 #google2fa .action-button,
#su-profile #tab-2 #google2fa .action-button:focus {
    border-radius: 3px !important;
    background-color: #272e48 !important;
}
#su-profile #tab-2 .googleHead {
    text-align: center !important;
    color: #272e48;
    font-weight: 800;
}

@media(max-width:300px) {
    #su-profile #tab-2 a:not([href]) {
        font-size: 11px;
    }
}
#su-profile #tab-2 .disabled-access-color {
    color:#272e48 !important;
}
.sm-dashboard .dash-grid-box span {
    font-size: 17px;
}
.sm-dashboard .top-banner,
.finance-emails .top-banner,
.create-finance-emails .top-banner,
.edit-finance-emails .top-banner,
.sm-logs .top-banner,
.sm-settings .top-banner,
.sm-add-user .top-banner,
.sm-user-edit .top-banner,
.front-profile-top-banner,
.cm-dashboard .top-banner,
.cm-category .top-banner,
.cm-category-top-banner,
.cm-edit-category-top-banner,
.cm-add-pages-top-banner,
.cm-category-archived .top-banner,
.cm-pages .top-banner,
.cm-pages-archived .top-banner,
.cm-edit-pages-top-banner,
.sa-top-banner,
.sa-user-top-banner,
.sa-add-user-top-banner,
.sa-user-archived-top-banner,
.sa-edit-user-top-banner,
.check-finance-top-banner,
.sa-transaction-top-banner,
.sa-logs-top-banner,
.member-top-banner,
.member-logs-top-banner,
.sm-user-management .top-banner,
.contact .top-banner {
    background: url('/frontend/images/counter-section.jpg')
}

.sm-settings #v-pills-login-setting .note-dropdown-menu {
    z-index: 1 !important;
}
.sm-settings ul.note-dropdown-menu.dropdown-menu.dropdown-style.show a {
    color: #203f5b !important;
}
.sm-settings #v-pills-tab {
    border: 1px solid #213F5B;
}

.sm-settings #v-pills-tab>.nav-link {
    background-color: #fff !important;
    border-radius: 0;
    color: #212529 !important;
}

.sm-settings #v-pills-tab>.nav-link.active {
    border-bottom-color: #d5dfea !important;
    background-color: #213F5B !important;
    color: #fff !important;
}

.sm-settings #v-pills-tab>.nav-link:hover,
.sm-settings #v-pills-tab>.nav-link:focus {
    border-bottom-color: #d5dfea !important;
    background-color: #213F5B !important;
    color: #fff !important;
}
.sm-settings .custom_card {
    padding: 20px;
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);
}
.sm-settings .btn-primary:hover {
    background-color: #203F5B !important;
    color: #fff !important;
}

.front-git-book #helpBook .right-content {
    min-height: 500px;
}

.front-git-book #helpBook {
    padding-left: 0;
}

.front-git-book #helpBook a {
    display: unset;
}
.front-git-book pre {
    display: block;
    padding: 9.5px;
    margin: 0px 0px 10px;
    font-size: 13px;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    word-break: break-all;
    overflow-wrap: break-word;
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
}

.front-git-book blockquote {
    padding: 10px 20px;
    margin: 0px 0px 20px;
    font-size: 17.5px;
    border-left: 5px solid rgb(238, 238, 238);
}
.front-git-book #dashboard #footer {
    margin-top: -15px;
}
.front-git-book #rightArea img {
    cursor: pointer;
}
.front-git-book-modal .full_modal-dialog {
    width: 98% !important;
    height: 92% !important;
    min-width: 98% !important;
    min-height: 92% !important;
    max-width: 98% !important;
    max-height: 92% !important;
    padding: 0 !important;
}
.front-git-book-modal .modal-header {
    display: block;
}
.front-git-book-modal .close {
    float: right;
}
.front-git-book-modal .loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}
.front-git-book-modal .full_modal-content {
    height: 99% !important;
    min-height: 99% !important;
    max-height: 99% !important;
}
.front-git-book-modal .loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(218, 219, 223, 1);
    border-left: .8em solid #a5a08f;
    animation: frontspin 1.1s infinite linear;
}

.front-git-book-modal .loader,
.front-git-book-modal .loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

@keyframes frontspin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
#helpBook .mt-helpBookSideBar {
    margin-top: 4rem !important;;
}
.front-profile .nav-tabs {
    border-bottom: none;
    cursor: pointer;
}
#profileDiv.front-profile .nav-link {
    color: #203f5b;
}

#profileDiv.front-profile .tab-active {
    color: #fff;
    background: #203f5b;
}

#profileDiv.front-profile .nav-tabs .nav-link {
    border: 1px solid #dee2e6;
}
.front-profile .nav-link:hover span,
.front-profile .nav-link:active span,
.front-profile .nav-link:focus span {
    border-bottom: none;
}
.front-profile #tab-2 #progressbar .active {
    color: #673AB7;
    z-index: 0;
}

.front-profile #tab-2 #progressbar li {
    z-index: 0;
}
.front-profile #tab-2 .list-group-item {
    padding: 0.5rem 2rem;
}

.front-profile #tab-2 .list-group input {
    width: 14px;
    height: 14px;
}
.front-profile #tab-2 .download_next_btn,
.front-profile #tab-2 .action-button-next,
.front-profile #tab-2 .action-button-previous {
    background-color: #203f5b !important;
}
.front-profile #tab-2 .disabled_2fa_section {
    display: grid;
    place-items: center;
}
.front-profile #tab-2 .disabled_2fa_section h4 {
    color: #203f5b !important;
    text-align: center !important;
    margin-top: 1rem !important;
}
.cm-dashboard .team-row .col-12 {
    display: flex;
    justify-content: center;
}

.cm-dashboard .faq-box {
    height: 150px;
    width: 250px;
    background-color: var(--grey);
    margin: 20px;
}

.cm-dashboard .faq-box-text {
    padding-right: 20px;
    height: 100%;
    width: 100%;
    text-align: right;
    color: #ffffff;
}
.cm-add-category .parent-li {
    font-weight: 700;
}

.cm-add-category .child-li {
    padding-left: 1em;
}
.cm-add-category .parent-cate-icon i,
.cm-edit-category .parent-cate-icon i {
    color: #203F5B;
}
.cm-edit-category .parent-li,
.cm-edit-pages .parent-li,
.cm-add-pages  .parent-li {
    font-weight: 700;
}

.cm-edit-category .child-li,
.cm-edit-pages .child-li,
.cm-add-pages .child-li {
    padding-left: 1em;
}
.cm-pages .btn-group-sm>.btn{
    padding: 0px 0px;
}
.cm-add-pages .add-route-link {
    color: #203f5b !important;
}
.cm-add-pages .submit-btn,
.cm-edit-pages .submit-btn {
    background-color: #203f5b;
    color: white
}
.cm-add-pages .btn-cancel,
.cm-edit-pages .btn-cancel {
    background-color: #203f5b;
    color: white
}
.cm-pages-archived .btn-group-sm>.btn,
.cm-pages-archived .btn-sm {
    padding: 0px 0px;
}
.sa-dashboard .team-row .col-12 {
    display: flex;
    justify-content: center;
}

.sa-dashboard .faq-box {
    height: 150px;
    width: 250px;
    background-color: var(--grey);
    margin: 20px;
}

.sa-dashboard .faq-box-text {
    padding-right: 20px;
    height: 100%;
    width: 100%;
    text-align: right;
    color: #ffffff;
}
.sa-dashboard .dash-grid-box h2 {
    font-size: 20px;
    font-family: "Montserrat", Sans-serif;
    font-weight:600;
}
.sa-dashboard .recent_activities {
    font-family: "Montserrat", Sans-serif;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
    padding: 25px 20px;
}

.sa-dashboard .recent_activities ul li {
    line-height: 1.8;
}
.sa-transaction .nav-pills .nav-link.active {
    background-color: #a5a08f;
}

.sa-transaction .nav-pills .nav-link {
    color: #203f5b !important;
}
.sa-transaction .tab-content {
    border: 0px solid #ddd !important;
    padding: 0px 0px !important;
}
.sa-transaction .bootstrap-table .fixed-table-container .table thead th .both {
    background-color: #ebebeb;
}

.sa-transaction .table-responsive {
    position: relative;
}

.sa-transaction .main-card {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: 0.25rem;
    box-shadow: 2px 2px #cfc6c61f;
}
.sa-transaction .receiving_address_btn,
.sa-transaction .transaction_id_btn,
.sa-transaction .copy_btn,
.sa-transaction .sending_address_btn {
    border: none;
    background-color: white;
    padding: 0
}

.title-text {
    color: #203F5B;
    font-family: "Roboto";
    font-size: 34px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    line-height: 44px;
    letter-spacing: 0px;
}

.paragraph-text {
    color: #000000;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.9px;
}
.box-link{
    display: contents;
    margin: 10px;
}
.box-link .col-md-6
{padding: 10px;}

.bootstrap-table .fixed-table-container .table thead th {
    vertical-align: top !important;
}
/* .sa-dashboard .user_tables{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding:10px 20px;
} */
.sa-dashboard .dash-grid-box{
    background: transparent !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    color:#203f5b !important;
}
.sa-dashboard .text-success{color:#28a745 !important;padding-bottom:3px;}
.sa-dashboard .dash-grid-box p{
    font-family: "Montserrat", Sans-serif;
    font-size:15px;
    font-weight:bold;
}
.sa-dashboard .dash-grid-box .fa-user{
    color:#203f5b;
    font-size: 1.3rem !important;
    margin-bottom:0.5rem !important;
}
@media(max-width:350px){
    .sa-dashboard .dash-grid-box p{
        font-size:13px;
    }
}
.contact .contactDiv{
    min-height: calc(100vh - 200px);
    padding:50px 150px;
}
@media(max-width:991px){
    .contact .contactDiv{padding:50px 40px;}
}
@media(max-width:480px){
    .mb-3.recaptcha{
        overflow-y: hidden;
        overflow-x: auto;
    }
    .g-recaptcha div:first-child, .g-recaptcha iframe {
        width: 100% !important;
    }
}
.su-dashboard{
    background: #272e48;
    color: white;
}
.total-count{
    color: white !important;
}
.mr-16{
    margin-right: 16px;;
}
.unset-color{
    color: unset;
}
.unset-color:hover{
    color: unset;
}


.summery-data .font-weight-bold {
    font-weight: bold !important;
}
.summery-data .card{
    margin:0px !important;
    margin-bottom:1.5rem !important;
    font-family: var(--font) !important;
}
@media only screen and (max-width:675px){
    .card-body {
        padding: 1rem 1rem !important;
    }
}

.eth-bnb-balance, .eth-bnb-value {
    color: #a5a08f !important;
    font-weight: 600;
    margin: 0 !important;
}

.divider-line {
    border-top: 1px solid #d5d5d5;
    margin-top: 10px;
    padding-top: 5px;
}


.divider-linew {
    border-top: 1px solid #fdfdfd;
    padding-top: 8px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}