a {
    color: #635BFF;
}

.link-parent{
    color: #04a9f5;
}
.link-parent:hover{
    color: #2c2c2c !important;
}
.text-info {
    color: #2b2b2b;
}

.main-sidebar {
    width: 280px!important;
}

.content-wrapper, .main-footer {
    margin-left: 280px!important;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    font-size: 20px;
    transition: 0.3s;
}

.activeMethod {
    background-color: green;
}
.box {
    border-top: none;
    border-radius: 6px;
    margin-bottom: 25px;
}


.box-header {
    color: #444;
    display: block;
    padding: 15px 25px;
    position: relative;
}

.box-header h3 {
    font-weight: 700;
}

.box-body {
    padding: 15px 35px;
}

.box-width {
    width: 700px !important;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pl-10 {
    padding-left: 10px;
}
.pr-10 {
    padding-right: 25px;
}

.pr-25 {
    padding-right: 25px;
}

.py-10 {
    padding: 10px 0px;
}

.pb-20 {
    padding-bottom: 20px;
}

.px-10 {
    padding: 0px 10px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-20 {
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-30{
    margin: 30px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-11{
    margin-top:11px;
}
#daterange-btn {
    padding: 13px!important;
    border-radius: 6px!important;
}

.btn-theme {
    color: #fff;
    background-color: #635BFF;
    border-color: #635BFF;
    padding: 8px 15px;
}

.all_settings {
    margin-left: 20px;
}

.btn-theme:hover {
    color: #fff;
    background-color: #928dfa;
    border-color: #928dfa;
}

.btn-theme-danger {
    color: #fff;
    background-color: #DF3B3B;
    border-color: #DF3B3B;
    padding: 8px 15px;
}

.btn-theme-danger:hover {
    color: #fff;
    background-color: #f87272;
    border-color: #f87272;
    padding: 8px 15px;
}

.btn-danger {
    color: #fff;
    background-color: #DF3B3B;
    border-color: #DF3B3B;
}

.btn-primary {
    color: #fff;
    background-color: #635BFF;
    border-color: #635BFF;
    transition: 0.3s;
}
.btn-primary:focus{
    outline: none !important;
    box-shadow: none !important;
}
.btn {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #635BFF !important;
}

.button-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.control-label.require:after {
    content: "*";
    color: #ff4d4d;
}
.choice h2 {
    color: #043140;
}
.red_block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c50e0e;
}
.flags {
    margin-top: -11px !important;
    margin-bottom: -8px !important;
}
.form-group .select2 {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%!important;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

.img {
    height: 22px;
    width: 22px;
}
.input-file-field {
    padding: 0px;
}
.increase-hr-height {
    position: relative;
    bottom: 38px;
}
.increase-hr-height-request-payment {
    position: relative;
    bottom: 55px;
}
.total-deposit-space {
    position: relative;
    bottom: 35px;
}
.total-deposit-space-request-payment {
    position: relative;
    bottom: 52px;
}
.total-deposit-feesTotal-space {
    position: relative;
    bottom: 15px;
}
.total-deposit-feesTotal-space-request-payment {
    position: relative;
    bottom: 30px;
}
.menua {
    list-style-type: none;
}
.my-error-class {
    color: #FF0000;
    /* red */
}
.my-valid-class {
    color: #0AAD4B;
    /* green */
}
.mt35 {
    margin-top: 35px !important;
}
/*admin/profile/editProfile.blade.php*/

.nav-tabs-custom .nav-tabs .nav-link{
    font-size: 14px !important;
    color: #444 !important;
}
.nav-tabs-custom .nav-tabs .nav-link:hover {
    border-color: transparent !important;
    color: #999 !important;
}

.nav-tabs-custom>.nav-tabs> .nav-item .nav-link.active:first-of-type {
    color: #635BFF !important;
}
.nav-tabs-custom .nav-tabs .nav-link{
    border-radius: unset !important;
}
.nav-tabs-custom .nav-tabs .nav-link.active {
    border-top-color: #635BFF !important;
    border-top: 3px solid transparent;
}
.nav-tabs-custom .nav-tabs .nav-item:first-of-type .nav-link.active {
    border-left-color: transparent;
}
.nav-stacked > .nav-link.active > a, .nav-stacked > .nav-link.active > a:hover {
    background: transparent;
    color: #635bff;
    border-top: 0;
    border-bottom: 0;
    border-left: 3px solid #635bff !important;
    border-radius: 3px;
}

.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
    color: #635BFF;
}
/*admin/user/edit.blade.php*/

.svgicon {
    fill: #fff;
}

.small-box > .small-box-footer {
    padding: 10px 0;
}

.active .svgicon {
    fill: #fff;
}

.configuration {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #565656;
    margin: 12px 0px 5px!important;
}

.nav-tabs.cus {
    border-bottom: 0px !important;
}
.no-border-form {
    border: 0;
    box-shadow: none;
    padding: 0px 0px;
    width: 50%;
}
.paymentGateway {
    cursor: pointer;
}
.error {
    color: red;
    font-size: 14px;
}

.remove-store-logos {
    position: relative;
    top: -110px;
    right: -134px;
    background:black;
    color:white;
    border-radius: 30px;
    font-size: 0.83em;
    padding: 0 0.21em 0;
    text-align: center;
    cursor: pointer;
}
.remove-store-logos:before {
    content: "×";
}

/*new - starts*/

/*currency_preview*/
.remove_currency_preview {
    position: relative;
    top: -24px;
    background: black;
    color: white;
    border-radius: 50px;
    font-size: 0.9em;
    padding: 0 0.3em 0;
    text-align: center;
    cursor: pointer;
}
.remove_currency_preview:before {
    content: "×";
}

/*language_preview*/
.remove_language_preview {
    position: relative;
    top: -33px;
    right: 0px;
    background: black;
    color: white;
    border-radius: 50px;
    font-size: 0.9em;
    padding: 0 0.3em 0;
    text-align: center;
    cursor: pointer;
}
.remove_language_preview:before {
    content: "×";
}

/*language_preview*/
.remove_language_preview {
    position: relative;
    top: -33px;
    right: 0px;
    background: black;
    color: white;
    border-radius: 50px;
    font-size: 0.9em;
    padding: 0 0.3em 0;
    text-align: center;
    cursor: pointer;
}
.remove_language_preview:before {
    content: "×";
}

/*merchant_preview*/
.remove_merchant_preview {
    position: relative;
    top: -31px;
    right: 0px;
    background: black;
    color: white;
    border-radius: 50px;
    font-size: 0.9em;
    padding: 0 0.3em 0;
    text-align: center;
    cursor: pointer;
}
.remove_merchant_preview:before {
    content: "×";
}

/*new - ends*/

.select2 {
    width: 100%!important;
}

.select2-selection.select2-selection--single {
    width: 180px;
    position: relative;
}


.shorten {
    margin-left: 20px;
}
.skin-blue .main-header .navbar, .skin-blue .main-header .logo {
    background-color: #2C2D37;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #2C2D37;
}
.pt-12{
    padding-top: 12px !important;
}
.sidebar-menu {
    margin-top: 15px;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    background-color: #4e515afd;
    border-left-color: #E9EBEF;
    color: #ffffff;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    background-color: #2c2e3c;
    margin: 0px;
}
.skin-blue .treeview-menu>li>a {
    color: #323a45;
}
.skin-blue .sidebar a {
    color: #dcdada;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}
.skin-blue .sidebar a span{
    margin-left: 18px;
}

.skin-blue .sidebar .treeview-menu a span{
    margin-left: 10px;
}

.skin-blue .sidebar .treeview-menu a i{
    font-size: 16px;;
}

.skin-blue .sidebar a i{
    font-size: 20px;
}

.skin-blue .treeview-menu>li>.active>a {
    color: red;
}
.skin-blue .treeview-menu>li.active>a {
    background-color: #635BFF;
    border-left: 0 none !important;
    border-radius: 50px;
    color: #fff !important;
    display: inline-block;
    margin: 8px 0 8px 20px;
    padding: 5px 15px;
    min-width: 150px;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: unset;
    color: #7d76ff !important;
}
.skin-blue .sidebar-menu .treeview-menu>li>a:hover {
    color: #635BFF;
}
.skin-blue .sidebar-menu .treeview-menu>li>a {
    text-decoration: none;
    color: #bdbdbd;
    margin-left: 30px;
    padding: 10px 15px;
}
.spinner {
    display: none;
}
.task-bar {
    width: 0px !important;
}
/* css for company  logo, favicon and currency logo delete */

.thumb {
    width: 70px;
    height: 70px;
    margin: 0.2em -0.7em 0 0;
}
/* ticket */

.top-bar-title {
    font-weight: bold;
    padding-top: 9px;
    /*color: #00acd6;*/
    font-size: 16px;
    margin-left: 5px;
}
/* admin/deposits/list */

.padding-bottom {
    padding-bottom: 9px;
}
/* css for flash message overlapping */

.flash-container {
    margin-right: 25px;
    margin-left: 306px;
    z-index: 1001;
}
.alert-close {
    float: right;
    cursor: pointer;
    font-size: 2em;
    line-height: .7;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    color: #cacccd
}
/* for fixing layout breakage - AdminLTE.css - .wrapper class modified */

.wrapper_custom {
    position: relative;
}
#deposit {
    width: 15px;
    height: 15px;
    /*background: #429BCE;*/
    background: #78BEE6;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
#withdrawal {
    width: 15px;
    height: 15px;
    /*background: #F56954;*/
    background: #FBB246;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
#transfer {
    width: 15px;
    height: 15px;
    /*background: #2FB628;*/
    background: #67FB4A;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.scp {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    padding-left: -5px;
}
.transactions-edit-fee {
    font-weight: normal !important;
}
.progress-bar {
    color: #151313 !important;
}
.progress {
    background-color: #e7e4e4 !important;
    height: 17px;
}
.progress-label {
    float: left;
    margin-right: 1em;
    font-size: 14px;
}
.progress-bar-deposit {
    /*background-color: #429BCE !important;*/
    background-color: #78BEE6 !important;
}
.progress-bar-withdrawal {
    background-color: #FBB246 !important;
}
.progress-bar-transfer {
    background-color: #67FB4A !important;
}
/*  test */

/*for bootstrapValidator*/

.form-group .has-error .help-block {
    color: red;
    font-weight: bold;
}
.form-group.has-error label {
    font-size: 14px;
}
/*admin/setting/logo -- css*/

.setting-img-general-logo {
    overflow: hidden;
    max-width: 100%;
}
.img-wrap-general-logo {
    width: 300px;
    overflow: hidden;
    margin: 5px;
    /*background: rgba(74, 111, 197, 0.9) !important;*/
    height: 100px;
    max-width: 100%;
}
.img-wrap-general-logo>img {
    max-width: 100%;
    height: auto !important;
    max-height: 100%;
    width: auto !important;
    object-fit: contain;
}
.remove_img_preview_site_logo {
    position: relative;
    background: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    height: 15px;
    width: 15px;
    line-height: 14px;
}
.remove_img_preview_site_logo:before {
    content: "×";
}
/*end of admin/setting/logo -- css*/

/*Logo -- css*/

.setting-img {
    overflow: hidden;
    max-width: 100%;
}
.img-wrap {
    width: 140px;
    overflow: hidden;
    margin: 5px;
    height: 100px;
    max-width: 100%;
}
.remove_img_preview {
    position: relative;
    top: -107px;
    right: -148px;
    background: black;
    color: white;
    border-radius: 50px;
    font-size: 0.9em;
    padding: 0 0.3em 0;
    text-align: center;
    cursor: pointer;
}
.remove_img_preview:before {
    content: "×";
}
/*end of -logo -- css*/

/*favicon - css*/

.img-wrap-favicon {
    overflow: hidden;
    margin: 5px;
}
.remove_fav_preview {
    position: relative;
    background: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    height: 15px;
    width: 15px;
    line-height: 14px;
}
.remove_fav_preview:before {
    content: "×";
}
/*end of -favicon -- css*/

.remove_bank_logo_preview {
    position: relative;
    top: -30px;
    right: -10px;
    background: black;
    color: white;
    border-radius: 50px;
    font-size: 0.9em;
    padding: 0 0.3em 0;
    text-align: center;
    cursor: pointer;
}
.remove_bank_logo_preview:before {
    content: "×";
}
.remove_edit_bank_logo_preview {
    position: relative;
    top: -30px;
    right: -10px;
    background: black;
    color: white;
    border-radius: 50px;
    font-size: 0.9em;
    padding: 0 0.3em 0;
    text-align: center;
    cursor: pointer;
}
.remove_edit_bank_logo_preview:before {
    content: "×";
}
.thumb-bank-logo {
    width: 75px;
    height: 75px;
    margin: 0.2em -0.7em 0 0;
}
.form-control.ui-autocomplete-input {
    border-radius: 6px;
}
.form-control:not([size]):not([multiple]), .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 11px;
}

select.form-control:not([size]):not([multiple]), .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    height: calc(2.25rem + 9px);
    padding: 12px 12px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 12px 12px;
    width: 100%;
    min-width: 130px;
}

div.form-group input.form-control,div.form-group select.form-control, .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{
	border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #fff;
}

form div.form-group textarea.form-control:hover, form div.form-group input.form-control:hover, form div.form-group input.form-control:focus, form div.form-group input.form-control:active,div.form-group select.form-control:hover {
    border: 1px solid #635BFF;
    background: #eff3f6;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
select.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #fff;
  border: 1px solid #635BFF;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef!important;
    opacity: 1;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{
    border-radius: 6px!important;
}

.form-group {
    margin-bottom: 25px;
}
.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}
.justify-content-between {
    justify-content: space-between;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #e2e2e2!important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #e2e2e2!important;
}

.dataTables_length select {
    margin: 0px 10px;
    padding: 5px 0px;
}

.dataTables_filter input[type=search] {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 14px;
}

.dataTables_filter input[type=search]:focus {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #635BFF;
    outline: 0px solid #635BFF;
}

.dt-responsive {
    padding-top: 20px;
}
.dataTables_info {
    margin-top: 20px;
}

.dataTables_paginate {
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #635BFF!important;
    color: #fff!important;
    border: 1px solid #635BFF!important;
    border-radius: 6px;
    padding: 5px 15px;
}
.panel {
    border: 0px solid #ddd;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
}


.panel-body {
    padding: 15px 0px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 8px;
    border-bottom: 1px solid #e2e2e2;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    height: 43px !important;
}

/* Currency coverter api modal */
.header-background {
    background: #635BFF !important;
}
.header-text {
    color: #fff;
    font-weight: 400;
}

.currency-converter-link {
    color: #635BFF;
    text-decoration: underline;
}

.text-primary {
    color: #635BFF
}
/* End currency coverter api modal */

@media (max-width: 767px){
    .content-wrapper, .main-footer {
        margin-left: 0!important;
    }

    .main-sidebar {
        -webkit-transform: translate(-280px, 0);
        -ms-transform: translate(-280px, 0);
        -o-transform: translate(-280px, 0);
        transform: translate(-280px, 0);
    }

    .flash-container {
        margin-right: 20px;
        margin-left: 15px;
        z-index: 1001;
    }
}

.margin-theme{
    margin-top: 5px !important;
}

/* no hover */

.no-hover {
    position: relative;
    opacity: 0.75 !important;
    display: inline-block;
    pointer-events: none !important;
    margin-left: -18px !important;
  }

  .no-hover::before {
    content: '';
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 60;
    pointer-events: none !important;
  }

  /* Currency add modal  */
    .pB-27{
        padding-bottom: 27px;
    }

    .mR-30{
        margin-right: 30px;
    }

    #headingOne .text-btn, #headingTwo .text-btn, .blue-text {
        font-size: 18px!important;
        color: #635bff !important;
    }

    .M-50{
        margin:50px;
    }

    #currency-converter a{
        font-weight:600;
        color: #6c757d;
    }
    .text-strong ul li strong{
        color: #6c757d;
    }
    .pL-24{
        padding-left: 24px;
    }

    h3.header-text {
        margin-top: 6px;
        margin-bottom: 3px;
    }

    .Pb-22{
        padding-bottom: 22px;
    }
    .Mb-20{
        margin-bottom: 20px;
    }
    .Ml-15{
        margin-left: 15px;
    }

    /* Addon */
    .outline-btn:hover{
        background-color: #748892;
        color: white;
    }

    .text-18{
        font-size: 18px;
    }

    .d-h{
        height: 250px
    }
    .addon-img{
        width: 100%;
        height:100%
    }

    .Pr-27{
        padding-right: 27px !important
    }
    .custom-toggle{
        margin: 8px 16px 0;
        padding: 10px 10px;
        background: #FFFFFF;
        box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
    }

    .dd-menu:before {
        content: "";
        position: absolute;
        top: -6px;
        left: 20px;
        width: 0;
        height: 0;
        box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
        border-top: 6px solid #FFFFFF;
        border-right: 6px solid #FFFFFF;
        border-bottom: 6px solid transparent;
        border-left: 6px solid transparent;
        transform: rotate(-45deg);
        mix-blend-mode: multiple;
        }

        .dd-button:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid white;
        margin-left: 10px;
        }

        .log-img{
            width: 210px;
            height: 55px;
            margin: 0 auto;
        }

        .login-design{
            padding:40px 20px; box-shadow:0 0 5px #b8b8b8;
            border-radius: 6px;
        }



/* new css start from here  */
.f-11{
    font-size: 11px !important;
}
.f-12{
    font-size: 12px;
}
.f-13{
    font-size: 13px;
}
.f-14{
    font-size: 14px !important;
}
.f-18{
    font-size: 18px !important;
}
.f-20{
    font-size: 20px !important;
}
.f-24{
    font-size: 24px !important;
}
.company-logo{
    margin-left: -35px;
}
.wallet-parent{
    min-height:45px;border-bottom: 1px solid gray;padding: 12px 0px;
}
.w-10pct{
    width: 10%;
}
.w-20pct{
    width: 20%;
}
.w-30pct{
    width: 30%;
}
.w-35pct{
    width: 35%;
}
.w-40pct{
    width: 40%;
}
.w-60pct{
    width: 60%;
}
.min-h-25{
    min-height: 25px;
}
.wal-amount{
    width:40%;float: left;text-align: right;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #f4f4f4;
}
a{
    text-decoration: none;
}
.table>:not(caption)>*>* {
    border-bottom-width: 0px !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(0 0 0 / 2%) !important;
}
.dataTables_length{
    font-size: 14px !important;
    font-weight: bold;
}
.dataTables_length select {
    font-weight: bold;
}
.dataTables_filter{
    font-size: 14px;
    font-weight: bold;
}
.dataTables_info{
    font-size: 14px;
}
.dataTables_paginate{
    font-size: 14px;
}
.label-warning, .label-success, .label-danger, .label-primary , .label-info, .label-default{
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 3px;
}
.dataTable .btn {
    font-size: 12px !important;
    padding: 2px 5px;
}
.dataTable .btn:focus {
    outline: none;
    box-shadow: none;
}
.wrapper_custom {
    background-color: #ECF0F5;
}
.select2-container--default .select2-results>.select2-results__options {
    font-size: 14px;
}
.dis-none{
    display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
}

.form-control::-webkit-file-upload-button {
    margin: -0.375rem -6px;
    border-radius: 5px;
    margin-right: 11px;
}
.bootstrap-wysihtml5-insert-link-target{
    margin-right: 12px;
}
.nav-stacked li a{
    padding: 10px 15px;
    position: relative;
    display: block;
    font-size: 14px;
}
.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
    color: #635bff;
    border-left: 3px solid #635bff;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a{
    color: inherit;
}
.panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title [aria-expanded="true"]{
    color: #635bff;
}
.cursor-pointer{
    cursor: pointer;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}
.form-select:hover {
    border: 1px solid #635bff;
}
.p-11{
    padding: 11px;
}
.mt-28{
    margin-top: 28px;
}
.modal-open .select2-dropdown {
    z-index: 10060;
}
.modal-open .select2-close-mask {
    z-index: 10055;
}
.object-cover{
    object-fit: cover;
}
.object-contain{
    object-fit: contain;
}
.btn-xs{
    font-size: 12px!important;
    padding: 2px 5px;
}
.headings li a{
    font-size: 14px;
    padding-left: 10px !important ;
    display: block;
}
.switch .toggle-on,.toggle-off{
    font-size: 14px !important;
}
.toggle-on.btn {
    font-size: 14px;
}
.settings-nav li {
 padding: 0;
}
.note-btn {
    font-size: 12px !important;
}
.note-btn.dropdown-toggle::after { all: unset; }
.note-editor.note-frame .note-editing-area .note-editable {
    background: white;
}
.note-editor .note-dropdown-menu { box-sizing: content-box; }
.note-editor .note-modal-footer { box-sizing: content-box; }

.well {
    min-height: 20px;
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 3px;
}
.skin-blue .main-header li.user-header {
    background-color: #635bff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #635bff !important;
    color: white !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #635bff !important;
}
.hr-dotted{
    border-top: dotted 1px;
    width: 200px;
    float: left;
    margin-top: 0px;
    background-color: unset;
    opacity: unset;
}
.bg-F4{
    background-color: #F2F4F4
}
.bg-E6{
    background-color: #FFFFE6;
}
.h-200{
    height: 200px;
}
.hr-margin{
    margin: 5px 0px;
    width: 75px;
    color: #cccfcf;
}
.box.box-success {
    border-top-color: #fff;
}
.box.box-primary {
    border-top-color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #635bff;
    border-color: #635bff;
    padding: 1px 10px;
    color: #fff;
    font-size: 14px;
}
.grid-drop .dropdown-toggle::after{
    display: none;
}
.grid-drop .dropdown-toggle[aria-expanded="true"]{
    background-color: #f8f6ff;
}
.label-other{
    padding: 3px 6px;
    font-size: 11px;
    border-radius: 3px;
}
.mail-icon{
    top: 4px;
    right: 12px;
}
.mail-log{
    top: 7px;
    right: 12px;
}
.profile-btn{
    padding: 7px 13px;
    font-size: 14px;
    color: #666666;
    border: 1px solid rgba(129, 129, 129, 0.4);
    border-radius: 3px;
    transition: 0.3s;
}
.profile-btn:hover {
    color: #666666;
    background-color: #e7e7e7;
}
@media screen and (max-width:1366px){
    .f-14{
        font-size: 12px!important;
    }
}
.del-modal{
    z-index:1060;
    color: light blue;
}
.aliceblue{
    background-color: aliceblue;
}
.space-none{
    white-space: unset !important;
}
.w-60{
    width: 60%;
}
.w-60p{
    width: 60px;
}
.h-300{
    height: 300px;
}
.h-100p{
    height: 100px;
}
.h-180{
    height: 180px;
}
.addon-radius{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.bg-ec{
    background-color: #ececec;
}
.bank-modal{
    margin-bottom: 20px;
    margin-left: 10px;
}
.mod-position{
    position: relative;
    right: 27.4px;
}
@media only screen and (max-width: 767px) {
    .default_currency_side_text {
        float: right;
        margin-right: 30px;
        margin: 0 0 10px;
    }
}
ul.wysihtml5-toolbar {
    margin: 0 !important;
    padding: 0 !important;
}
.confirm-btns {
    width: 35px;
    height: 35px;
    background-color: #58c42b !important;
    border-radius: 50%;
    border: 1px solid #247701;
    color: #FFFFFF;
    text-align: center;
    line-height: 25px;
    font-size: 25px;
    text-shadow: #009933;
    margin: 0 auto;
}
.w-93{
    width: 93%;
}
input.input-mini.form-control {
    padding: 4px 8px 0px 28px !important;
}

.img-w80{
    width: 80px;
    height: 60px;
}

.img-w64 {
    width: 64px;
    height: 64px;
}

.alert-warning-deep{
  background-color: #FFF3CD;
}
.alert-warning-deep h5{
    font-size: 18px;
    color: #2c2c2c;
}
.alert-warning-deep p{
    font-size: 14px;
    color: #99873c;
}
.custom-btn-update{
    background-color: #635bff!important;
    border-color: #928dfa!important;
    color: #fff!important;
    text-decoration: none !important;
    transition: all .2s;
}
.custom-btn-update:hover {
    color: #fff;
    background-color: #928dfa!important;
    border-color: #928dfa!important;
}

#spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#spinner-overlay .spinner-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#spinner-overlay .spinner-icon i {
    font-size: 3em; 
}

.word-break{
    word-break: break-all;
}
.payment-svg{
    width: 18px;
    height: 15px;
}