/***bootstrap modified css***/
:root {
    --bs-body-bg: #f8f8f8;
    --bs-primary-rgb: 68, 138, 255;
}

@font-face {
    font-family: 'Futura';
    src: url('../../fonts/futura/Futura-CondensedLight.woff2') format('woff2'),
        url('../../fonts/futura/Futura-CondensedLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

.form-check-input:checked {
    background-color: #448aff;
    border-color: #448aff;
}

@media (min-width: 992px) {
    .modal-large {
        max-width: 800px;
    }

    .modal-midlarge {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    .modal-large {
        max-width: 70%;
    }

    .modal-midlarge {
        max-width: 50%;
    }
}

a {
    color: #448AFF;
}

.dark-layout a {
    color: #b4b7bd;
}

a:hover {
    color: #448aff;
    text-decoration: none;
}

.header-navbar.floating-nav {
    z-index: 12;
}

label .subheading {
    color: #898686;
    font-style: italic;
    font-size: 13px;
}

/***bootstrap modified css***/
/***component modify.css***/
.main-menu.menu-light .navigation>li.open:not(.menu-item-closing)>a,
.main-menu.menu-light .navigation>li.sidebar-group-active>a,
.main-menu.menu-dark .navigation>li.open:not(.menu-item-closing)>a,
.main-menu.menu-dark .navigation>li.sidebar-group-active>a {
    border-radius: 2px;
    border-left: solid 3px #007BFF;
}

.main-menu.menu-light .navigation>li ul .active,
.main-menu.menu-dark .navigation>li ul .active {
    background: #f9f9f9;
    box-shadow: none;
}

.main-menu .navigation li a span.menu-item {
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.main-menu .navigation li a:hover{
    color: #007BFF;
}
.main-menu .navigation li a span.menu-item::before {
    content: '';
    width: 8px;
    height: 2px;
    display: inline-block;
    border-radius: 30px;
    background: #625F6E;
    position:relative;
    margin: 0px 10px;
    transition: all 0.5s ease;
}

.main-menu .navigation li a span.menu-item:hover::before{
    background: #007BFF;
}
.main-menu .navigation li.active a span.menu-item::before {
    content: '';
    width: 8px;
    height: 2px;
    display: inline-block;
    border-radius: 30px;
    background: #007BFF;
    position:relative;
    margin: 0px 10px;
    transition: all 0.5s ease;
}
.main-menu .navigation li a span.menu-item:hover{
    color: #007BFF;
}
.main-menu .navigation li a span.menu-item{
    transition: all 0.5s ease;
}
.main-menu .navigation li.active a span.menu-item{
    color: #007BFF !important;
}
.dark-layout .main-menu-content .navigation-main .nav-item .menu-content li.active a{
    background: transparent !important;
}
.dark-layout .main-menu-content .navigation-main li a:hover{
    background: transparent !important;
}
/*.main-menu.menu-light .navigation>li ul .active{

  background: linear-gradient(118deg, #70a5fe, #ddeafefa);
  box-shadow: 0 0 10px 1px #0e254e4a;
  color: #fff;
  font-weight: 400;
  border-radius: 4px
}*/
.main-menu.menu-light .navigation>li.active>a,
.main-menu.menu-dark .navigation>li.active>a {
    background: #e7e7e7;
    box-shadow: none;
    color: #625F6E;
    border-left: 3px solid #007BFF;
    border-radius: 2px;
    font-weight: 600;
}

.main-menu.menu-light .navigation .open li {
    background: #f9f9f9;
}

.dark-layout .main-menu.menu-light .navigation>li.active>a {
    background: linear-gradient(118deg, #7367F0, rgba(115, 103, 240, .7));
}

.main-menu.menu-light .navigation>li>ul li:first-of-type,
.main-menu.menu-dark .navigation>li>ul li:first-of-type {
    margin-top: 0 !important;
}

/*.main-menu.menu-light .navigation > li.active > a {
  background: linear-gradient(118deg, #70a5fe, #ddeafefa);
  box-shadow: 0 0 10px 1px #0e254e4a;
  color: #fff;
  font-weight: 400;
  border-radius: 4px; }*/

/***component modify.css***/

/***bootstrap extended modify css***/
.card-congratulations {
    background: linear-gradient(118deg, #448AFE, #1b52acfa);
    color: #fff;
}

.nav-pills .nav-link.active {
    border-color: #448aff;
    box-shadow: 0 4px 18px -4px rgb(68 138 255 / 65%);
    background-color: #448aff;
}

/****dark mode****/
.dark-layout .nav-pills .nav-link.active {
    border-color: #7367F0;
    background-color: #7367F0;
    box-shadow: 0 4px 18px -4px rgb(115 103 240 / 25%);
}

/***bootstrap extended modify css***/


/***** colors.min.css modify*****/
.btn-primary {
    border-color: #448aff !important;
    background-color: #448aff !important;
    color: #fff !important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #448aff !important;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #448affcf;
}

.btn-outline-primary {
    border: 1px solid #448aff !important;
    background-color: transparent;
    color: #448aff;
}

.btn-outline-primary:hover:not(.disabled):not(:disabled) {
    background-color: rgba(115, 103, 240, 0.04);
    color: #448aff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):focus {
    background-color: rgba(115, 103, 240, 0.2);
    color: #4182ef;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary {
    color: #448aff;
    background-color: rgba(115, 103, 240, .2) !important;
}

.pagination-primary .page-item.active .page-link {
    background: #448aff !important;
}

.dark-layout .pagination-primary .page-item.active .page-link {
    background: #448AFF !important;
}

/***** colors.min.css modify*****/

/****Logo css****/
.app-logo {
    max-width: 110px;
    margin-top: .25rem;
    margin-left: 1rem;
}

.app-icon {
    width: 30px;
    margin-left: 3px;
    margin-top: 10px;
}

.main-menu .navbar-header {
    height: 4.85rem;
}

.main-menu .navbar-header .navbar-brand {
    margin-top: 0px;
}

.navbar-header.expanded .app-logo,
.menu-expanded .navbar-header .app-logo,
.menu-collapsed .navbar-header.expanded .app-logo,
.loading .navbar-header .app-logo {
    display: block !important;
}

.navbar-header .app-logo,
.menu-collapsed .navbar-header .app-logo {
    display: none !important;
}

.navbar-header .app-icon,
.menu-collapsed .navbar-header .app-icon {
    display: block !important;
}

.navbar-header.expanded .app-icon,
.menu-expanded .navbar-header .app-icon,
.menu-expanded .navbar-header.expanded .app-icon,
.loading .navbar-header .app-icon {
    display: none !important;
}

/***custom scrollbar***/
/* width */
.custom-card::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
.custom-card::-webkit-scrollbar-track,
.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.custom-card::-webkit-scrollbar-thumb,
.custom-scroll::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}

/* Handle on hover */
.custom-card::-webkit-scrollbar-thumb:hover,
.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}


/***modal tick btn & Close btn***/
.btn-tick {
    transform: translateY(7px);
    opacity: 0.7;
    transition: all ease 0.3s;
    background: transparent;
    display: table;
    place-items: center;
    padding: 7px;
    color: #28c76f !important;
}

.modal-slide-in .btn-tick {
    position: absolute;
    right: 50px;

}

.btn-tick svg {
    width: 20px;
    height: 20px;
}


.btn-tick:hover,
.btn-tick:focus,
.modal-slide-in .btn-close:hover,
.modal-slide-in .btn-close:focus {
    opacity: 1;
    transition: all ease 0.3s;
}

.modal-slide-in .btn-close {
    position: absolute;
    opacity: 0.7;
    transition: all ease 0.3s;
    background: transparent;
    display: table;
    place-items: center;
    padding: 7px !important;
    color: #f44336 !important;
    /* transform: translateY(-16px); */
    font-size: 30px;
    line-height: 0;
}
.button-wrapper .save_sidepanel {
    border: 0;
    color: #28C76F;
    margin: 3px;
    padding: 5px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-size: 16px;
}
.button-wrapper .close_sidepanel {
    border: 0;
    color: #F44336;
    margin: 3px;
    padding: 5px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-size: 16px;
}

.modal-slide-in,
.modal-slide-in .modal {
    /* z-index: 99999; */
    /* Adding a comment to explain why this ruleset exists */
    position: relative;
}

.modal .modal-header .btn-close {
    transform: none !important;
    background-color: #fff !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-size: 16px;
    border-radius: 30px;
    background: #fff;
    width: 20px;
    height: 20px;
    padding: 10px;
    color: #F44336;
    margin: 0px;
    top:0 !important;
}

/****info tooltip***/
.account-info-label h6 {
    font-size: 12px;
}

.account-info-icon {
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196f3;
    transition: all ease 0.3s;
}

.account-info-icon:hover {
    color: #fff;
    background: #448aff;
    transition: all ease 0.3s;
}

.ach-info-icon {
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #2196f3;
    transition: all ease 0.3s;
}

.ach-info-icon:hover {
    color: #fff;
    background: #448aff;
    transition: all ease 0.3s;
}


/****select 2 arrow fix***/
.select2-selection--single .select2-selection__arrow b {
    height: 1rem !important;
    padding-right: 1.5rem;
    margin-left: 0 !important;
    margin-top: 0 !important;
    left: -8px !important;
    border-style: none !important;
}

/****media -upload modal css***/
.library-btns {
    list-style: none;
    display: flex;
    position: absolute;
    right: 20px;
    top: 22px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.library-btns li {
    margin-right: 10px;
}

.library-btns li:last-child {
    margin-right: 0px;
}

.media-tabs .nav-pills .nav-link {
    border: 1px solid transparent;
    border-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 15px 15px;
    font-size: 12px;
    border-top: 3px solid transparent;
}

.media-tabs .nav-pills .nav-link.active,
.media-tabs .nav-pills .show>.nav-link {
    background-color: #f6f6f6;
    color: #448aff;
    box-shadow: 0 4px 18px -4px rgb(68 138 255 / 0%);
    border-top: 3px solid #448aff;
}

.media-tabs .nav-pills {
    padding-left: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.library-btns .btn {
    font-size: 12px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.library-btns .btn svg {
    margin-right: 3px;
}

.signature-updoc .dropzone {
    min-height: 270px;
}

.signature-updoc .dropzone .dz-message {
    font-size: 22px;
}

.signature-updoc .dropzone .dz-message::before {
    top: calc(50% + 25px);
    font-size: 30px;
    width: 42px;
    height: 40px;
}

.media-selection {
    min-height: 350px;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.media-modal .modal-footer p {
    margin-bottom: 0px;
}

ul.uploaded-pics {
    list-style-type: none;
    margin-bottom: 0px;
}

ul.uploaded-pics li {
    width: 24%;
    /* display: inline-table; */
}

ul.uploaded-pics img {
    border: 2px dashed transparent;
}

ul.uploaded-pics input[type="checkbox"][id^="checkthis"] {
    display: none;
}

ul.uploaded-pics label {
    padding: 4px;
    display: block;
    position: relative;
    cursor: pointer;
}

ul.uploaded-pics label:before {
    font-size: 15px;
    background-color: #ffffff;
    color: #0095ff;
    content: "";
    display: block;
    border-radius: 50%;
    border: 1px solid #0095ff;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition-duration: 0.4s;
    transform: scale(0);
}

ul.uploaded-pics label img {
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

ul.uploaded-pics :checked+label::before {
    content: "✓";
    transform: scale(1);
    z-index: 2;
}

ul.uploaded-pics :checked+label img {
    padding: 5px;
    z-index: -1;
    border: 2px dashed #0095ff;
}

ul.view-attachments {
    list-style-type: none;
    margin-bottom: 0px;
    display: flex;
    align-content: center;
}

ul.view-attachments li {
    max-width: 150px;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}

ul.view-attachments li img {
    width: 100%;
}

ul.view-attachments li .action-btns {
    background-color: rgba(0, 0, 0, 0.10);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease-in-out;
    border-radius: 10px;
    transform: scale(0.8);
}

ul.view-attachments li:hover .action-btns {
    opacity: 1;
    transform: scale(1);
}

ul.view-attachments li .action-btns button {
    color: white;
    font-size: 1.5rem;
}

ul.view-attachments li .action-btns button i {
    text-shadow: 1px 6px 10px rgb(0 0 0 / 25%);
}

.pull-right .btn {
    margin-left: 5px;
}

/***media selection tab****/
.media-select-tab {
    background: #fff;
    border-radius: 4px;
    padding: 20px 0px;
    max-height: 350px;
    min-height: 350px;
    top: 20px;
    overflow-y: auto;
}

.media-select-tab .nav-pills .nav-link {
    background: transparent;
    color: #6e6b7b;
    border: 0px;
    box-shadow: none;
    font-weight: 500;
    border-radius: 0px;
    justify-content: flex-start;
}

.media-select-tab .nav-pills .nav-link:hover {
    background-color: ghostwhite;
}

.media-select-tab .nav-pills .nav-link.active {
    color: #448aff;
    border-left: 3px solid #448aff;
}

.media-selection .no-result,
.doc-view .no-result {
    display: flex;
    height: 300px;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.media-selection .no-result h3,
.doc-view .no-result h3 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 400;
}

.media-selection .no-result img,
.doc-view .no-result img {
    max-width: 150px;
}

/***media selection tab****/
@media only screen and (max-width: 991px) {
    ul.uploaded-pics li {
        width: 24.310%;
    }

    .library-btns {
        position: static;
        justify-content: end;
        padding-right: 15px;
        padding-bottom: 10px;
        margin-top: 5px;
    }

    .media-select-tab .nav-pills.flex-column {
        flex-direction: row !important;
        width: max-content;
    }

    .media-select-tab {
        min-height: auto;
        /* max-height: 78px; */
    }

    .media-select-tab {
        min-height: auto;
        padding: 0px;
        background: transparent !important;
        margin: 20px 0px;
    }

    .media-select-tab .nav-pills .nav-link.active {
        border-left: 0px;
        border-bottom: 3px solid;
    }
}

@media only screen and (max-width: 541px) {
    ul.uploaded-pics li {
        width: 49%;
    }

    .library-btns {
        justify-content: center;
    }

    .media-tabs {
        display: flex;
        justify-content: center;
    }

    .media-tabs .nav-pills .nav-link {
        padding: 12px 12px;
        font-size: 2.5vw;
    }

    .signature-updoc .dropzone .dz-message {
        font-size: 17px;
        padding-bottom: 15px;
    }

    .discount-block h5 {
        font-size: 10px;
    }

    .discount-block {
        padding-right: 30px;
    }

    .media-selection {
        max-height: 200px;
        min-height: 200px;
    }
}

/****media -upload modal css***/

/****custom dropdown with checkboxes****/
.select-chekbox .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select-chekbox .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select-chekbox .select2-results__option[aria-selected=true]:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    color: #fff;
    background-color: #28c76f;
    border: 0;
    display: inline-block;
    padding-left: 3px;
    font-weight: 700;
}

.select-chekbox .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select-chekbox .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select-chekbox .select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select-chekbox .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select-chekbox .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select-chekbox .select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select-chekbox .select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.select-chekbox .select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

/* .select-chekbox .select2-selection {
    height: 38px;
    overflow-y: auto;
} */
/****custom dropdown with checkboxes****/

/****custom dropdown****/
.custom-dropdown {
    position: relative;
}

.custom-dropdown-menu {
    display: none;
}

.custom-dropdown.open .custom-dropdown-menu {
    display: block;
}

.custom-dropdown-menu {
    position: absolute;
    top: 50px;
    right: 5px;
    z-index: 10;
    background: #fff;
    border-radius: 0.357rem;
    box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
    border: 1px solid rgba(34, 41, 47, .05);
    padding-bottom: 0px;
}

/****custom dropdown****/

/****common-table***/
.common-table .cgb-checkbox {
    position: static;
    margin-right: 0px;
    width: 30px;
    height: 30px;
    padding-top: 0px;
    justify-content: flex-start;
}

.common-table .dropdown-toggle.waves-float {
    box-shadow: none;
}

.common-table .cgb-checkbox label {
    font-size: 18px;
}

.common-table thead th>div {
    display: flex;
    height: 30px;
    align-items: center;
    /* padding-right: 30px; */
}
.common-table thead th>div.form-check{
    justify-content: center;
}

.common-table thead th {
    padding-right: 0px;
}

.common-table .table-sort.sort-up {
    top: 0px;
}

.common-table .table-sort.sort-down {
    top: 10px;
}

.common-table h5 {
    font-size: 14px;
}

.common-table h6 {
    font-size: 12px;
}

/****common-table***/

/***common-header***/
.customer-header {
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 15px;
    border-radius: 7px !important;
}

/***common-header***/

/***profile photo fix**/
.custom-avatar {
    position: relative;
    width: 40px;
    height: 40px;
}


.avater-image-round-on-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_change_image {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #f4f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 700;
}

.profile_change_image .camera-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -5px;
    right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 0px 2px 0px #33333347;
}

.dark-layout .profile_change_image {
    background: #161d31;
    color: #eee;
}

.dark-layout .profile_change_image .camera-icon {
    background: #7367f0;
    color: #fff !important;
}

/***profile photo fix**/
@media only screen and (min-width: 992px) {
    .large-modal-panel.modal-slide-in .modal-dialog.sidebar-lg {
        width: calc(100% - 290px);
    }
}

/***Large right side panel****/


/****password eye css***/
.password-eye {
    position: relative;
}

.password-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.password-eye input {
    padding-right: 35px;
}

/****password eye css***/

/***select2 with disabled class***/
.select2.select2-container.disabled {
    opacity: 0.5;
    position: relative;
}

.select2.select2-container.disabled::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.select2.select2-container.disabled .select2-selection {
    background: #efefef;
}

.dark-layout .select2.select2-container.disabled .select2-selection {
    background: #3a3b3e;
}

/***select2 with disabled class***/

/***custom selectmenu with input text***/
.inputwithselect {
    position: relative;
}

.slectmenu-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 25px !important;
    height: 25px !important;
    border-radius: 30px;
    background: #448aff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    opacity: 0.7;
    transition: all ease 0.3s;
}

.slectmenu-btn svg,
.slectmenu-btn i {
    transform: rotate(0deg);
    transition: all ease 0.3s;
}

.slectmenu-btn.rotate svg,
.slectmenu-btn.rotate i {
    transform: rotate(180deg);
    transition: all eae 0.3s;
}

.inputwithselect:hover .slectmenu-btn {
    opacity: 1;
    transition: all eae 0.3s;
}

.custom-selectmenu {
    position: absolute;
    top: calc(100% + 10px);
    background: #fff;
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    opacity: 0;
    display: none;
    transition: all ease 0.3s;
    z-index: 9;
    max-height: 200px;
    overflow-y: auto;
}

.custom-selectmenu.show {
    opacity: 1;
    display: block;
    transition: all ease 0.3s;
}

.selectmenu-searchbar {
    position: relative;
}

.search-select {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px !important;
    height: 25px !important;
    background: transparent !important;
}
.search-select:hover{
    background-color: transparent !important;
}

.selectmenu-searchbar input {
    padding-right: 35px;
}

.inputwithselect input {
    padding-right: 40px;
}

.slectmenu-options {
    margin-top: 10px;
}

.slectmenu-options span {
    display: block;
    width: 100%;
    padding: 9px 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: all ease 0.3s;
    margin: 0px;
}

.slectmenu-options span:hover {
    background: #448aff1f;
    transition: all ease 0.3s;
}

.slectmenu-options span[selected="selected"] {
    background: #448aff;
    color: #fff;
}

.dark-layout .custom-selectmenu {
    background: #212323;
    border: 1px solid #212222f2;
    box-shadow: 0px 0px 7px 0px #b8b8b80f;
}

.inputwithselect.active .inputvalueselected {
    border-color: #448aff;
}

/***with image option***/
.selectimg {
    min-width: 250px;
}

.select-image {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 5px;
    object-position: center;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.custom-selectmenu .select-image {
    border: solid 2px #ccc;
    padding: 5px;
}
.inputwithselect .select-image {
    border: solid 2px #ccc;
    padding: 5px;
    border-radius: 0;
}

.inputwithselect.option-image input,
.inputwithselect.option-image .inputvalueselected {
    padding-left: 40px;
}

.inputwithselect.option-image .inputvalueselected {
    padding-right: 40px;
}

.inputwithselect.option-image {
    cursor: pointer;
}

.option-image .slectmenu-options span {
    position: relative;
    padding-left: 50px;
    margin-bottom: 5px;
}

.option-image .slectmenu-options span:last-child {
    margin-bottom: 0px;
}

/***with simple arrow***/
.inputwithselect.simple-arrow .inputvalueselected {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inputwithselect.simple-arrow .slectmenu-options {
    margin-top: 0px;
}

.option-image.simple-arrow .slectmenu-options span {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inputwithselect.simple-arrow .slectmenu-btn {
    background: transparent;
    color: #777 !important;
}

/***with zoom option***/
.select-zoom {
    display: flex;
    align-items: center;
    z-index: 1025;
}

.zoom-btn {
    width: 20px;
    height: 20px;
    background: #9facb3;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}

.zoom-btn.minus-btn {
    margin-right: 5px;
}

.zoom-btn.plus-btn {
    margin-left: 5px;
}

.auth-input-wrapper input {
    margin: 0 4px;
}

/****with only select***/
.inputwithselect.only-select .inputvalueselected {
    padding: 8px;
    padding-right: 35px;
}

.inputwithselect.only-select {
    cursor: pointer;
    /* z-index: 9; */
}

.inputwithselect.only-select .slectmenu-btn {
    right: 0px;
}

/****filter dropdown****/
.filter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.filter-row .flatpickr-input,
.filter-row .flatpickr-business-formatted {
    text-align: center;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

.filter-dropdown.active p.form-control,
.filter-dropdown.active .dropdown-selector .form-control {
    border-color: #448aff;
}

.filter-list-serach .form-control:focus {
    border-color: #448aff;
}

.dropdown-selector p.form-control {
    margin-bottom: 0px;
}

.dropdown-selector .form-control,
.dropdown-selectedopt.form-control {
    padding-right: 30px;
}

.dropdown-selector {
    position: relative;
}

.dropdown-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all ease 0.3s;
}

.dropdown-arrow.rotate {
    transform: translateY(-50%) rotate(180deg);
    transition: all ease 0.3s;
}

.selectopt-block {
    padding: 3px 5px;
    background: #448aff;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    white-space: nowrap;
    margin-right: 3px;
}

.selectopt-block:last-child {
    margin-right: 0px;

}

.dropdown-selectedopt .custom-scroll {
    display: flex;
    max-width: 170px;
    overflow-x: auto;
    padding: 5px 0px;
}

.filter-dropdown {
    position: relative;
}

.filter-dropdown-list {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #00000017;
    border: 1px solid #cccc;
    padding: 10px 5px;
    width: 100%;
    z-index: 2;
}

.filter-list-serach {
    position: relative;
    margin-bottom: 15px;
    padding: 0px 5px;
}

.filter-list-serach .form-control {
    padding-right: 40px;
}

.filter-list-serach .btn-serach {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
    width: 30px;
    height: 100%;
    border-radius: 0px 3px 3px 0px;
}

.filter-dropdown-list .dropdown-list-ul {
    display: flex;
    flex-direction: column;
}

.filter-dropdown-list .dropdown-list-ul li {
    position: relative;
    padding: 7px 10px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all ease 0.1s;
}

.filter-dropdown-list .dropdown-list-ul li input {
    margin: 0px;
}

.filter-dropdown-list .dropdown-list-ul li label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-bottom: 3px;
}

.filter-dropdown-list .dropdown-list-ul li:hover {
    background: #c7dcff;
    transition: all ease 0.1s;
}

.filter-dropdown-list .dropdown-list-ul li.active {
    background: #448aff;
    color: #fff;
    transition: all ease 0.1s;
}

.filter-dropdown-list .lists-holder {
    max-height: 100px;
    overflow-y: auto;
    padding: 0px 10px;
}

.filter-dropdown-list .lists-holder {
    max-height: 100px;
    overflow-y: auto;
    padding: 0px 5px;
}

.filter-dropdown-list.show {
    display: block !important;
}

.dropdown-selector .form-control {
    cursor: pointer;
}

.filter-lock {
    display: flex;
    justify-content: flex-end;
    height: 35px;
    cursor: pointer;
    padding: 0 10px;
}

.filter-lock label {
    cursor: pointer;
}

.filter-lock input:checked+label .fa-lock::before {
    content: "\f023";
    color: #28c76f;
}

.filter-lock .fa-lock::before {
    content: "\f09c";
    color: #ea5455;
}

/***30.03.2022***/
.interval-time {
    padding: 8px 13px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 #0000002e;
    cursor: pointer;
    margin-right: 13px;
    transition: all-ease 0.2s;
}


.interval-time.active {
    background: #448aff;
    color: #fff;
    transition: all-ease 0.2s;
}

.dark-layout .interval-time.active {
    background: #7367f0;
}

.recurring-header button small {
    position: absolute;
    bottom: 12px;
    font-weight: 300;
}

.recurring-header button {
    position: relative;
    padding-bottom: 30px;
}

.recurring label {
    font-size: 12px;
    font-weight: 500;
}

/***30.03.2022***/


/***dark-mode**/
.dark-layout .dropdown-selector .form-control {
    background: #333;
    border-color: #404656;
}

.dark-layout .filter-dropdown.active p.form-control,
.dark-layout .filter-dropdown.active .dropdown-selector .form-control {
    border-color: #7367f0;
}

.dark-layout .filter-list-serach .form-control:focus {
    border-color: #7367f0;
}

.dark-layout .filter-dropdown-list {
    background: #333;
    border-color: #404656;
}

.dark-layout .filter-dropdown-list .dropdown-list-ul li:hover {
    background: #9188f359;
}

.dark-layout .filter-dropdown-list .dropdown-list-ul li.active {
    background: #7367f0;
}

.dark-layout .filter-dropdown-list .dropdown-list-ul li.active label {
    color: #fff;
}

.dark-layout .selectopt-block {
    background: #7367f0;
}

.dark-layout .custom-dropdown-menu {
    background: #333;
}

/***custom selectmenu with input text***/

/*******custom badge for warning in business page********/
.acc-error {
    margin-left: 0.25rem !important;
    opacity: 0;
}

/*******custom badge for warning********/

/****lable edit save btn in business edit page***/
.label-edit-btn,
.label-save-btn {
    font-size: 13px;
}

.label-save-btn {
    transform: translateY(-1.5px);
}

/****lable edit save btn in business edit page***/

/***Large right side panel****/

/**dark theme***/
.dark-layout .custom-card::-webkit-scrollbar,
.dark-layout .custom-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.dark-layout .custom-card::-webkit-scrollbar-track,
.dark-layout .custom-scroll::-webkit-scrollbar-track {
    background: #39393F;
}

.dark-layout .custom-card::-webkit-scrollbar-thumb,
.dark-layout .custom-scroll::-webkit-scrollbar-thumb {
    background: #5a70948a;
    border-radius: 10px;
}

.dark-layout .custom-card::-webkit-scrollbar-thumb:hover,
.dark-layout .custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #007BFF;
}

/**dark theme invoice edit page***/
.dark-layout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: unset;
}

.dark-layout .not-focus input.form-control:focus,
.dark-layout .not-focus textarea.form-control:focus {
    color: #ccc;
}

.dark-layout .editable-text:focus {
    color: #ccc;
}

.dark-layout .btn-outline-primary {
    border: 1px solid #bbb !important;
    background-color: transparent;
    color: #bbb;
}

.dark-layout .btn-primary {
    border-color: #7367F0 !important;
    background-color: #7367F0 !important;
}

.dark-layout .not-focus textarea.form-control {
    background-color: #3e3f42;
}

.dark-layout .discount-block {
    background: #3e3f42;
    color: #ccc;
}

.dark-layout .discount-block .discount-close {
    color: #161d31;
    opacity: 0.5;
}

.dark-layout .discount-block .editable-text {
    color: #ccc;
}

.dark-layout .custom-card .invoice-btns span {
    border-color: #545a6a;
}

.dark-layout .invoice-settings .accordion-button {
    color: #ccc;
}

.dark-layout .invoice-settings .accordion-button[aria-expanded="true"] {
    background: #161d31 !important;
}

.dark-layout .listing-block {
    background: #161d31;
}

.dark-layout .discunt-btns .btn {
    background: #545a6a;
}

.dark-layout .discunt-qty {
    opacity: 0.7;
}

.dark-layout .btn-light {
    background: #545a6a !important;
    border-color: #545a6a !important;
    color: #ccc !important;
}

.dark-layout .btn-success {
    background: #114b36 !important;
    border-color: #114b36 !important;
    color: #ccc !important;
}

.dark-layout .btn-success:hover {
    box-shadow: 0 8px 25px -8px #114b36 !important;
}

.dark-layout .dis-delete:hover {
    background: #923234;
}

.dark-layout .dis-edit:hover {
    background: #114b36;
}

.dark-layout .bg-light {
    --bs-bg-opacity: 0.1;
}

.dark-layout .form-check-success .form-check-input:checked {
    background-color: #28C76F;
    border-color: #28C76F;
}

.dark-layout .media-modal .nav-pills .nav-item .nav-link.active {
    background-color: #3d4458;
    border-top: 3px solid #7367f0;
}

/*.dark-layout .btn-danger {
    border-color: #923234 !important;
    background-color: #923234 !important;
    color: #ccc !important;
}*/

.dark-layout .btn-danger:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #923234 !important;
}

.dark-layout .media-select-tab {
    background: #252c3a;
}

.dark-layout .media-select-tab .nav-pills .nav-link.active {
    border-top: 0px !important;
    background: #7367f057 !important;
    border-color: #7367f0;
    color: #eee;
}

.dark-layout .media-select-tab .nav-pills .nav-link:hover {
    background: #222630;
}

.dark-layout .bg-primary {
    background-color: #7367f0 !important;
}

.dark-layout .tooltip-inner {
    color: #fff;
    background-color: #222;
}

.dark-layout .bs-tooltip-start .tooltip-arrow::before,
.dark-layout .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #222;
}

.dark-layout .bs-tooltip-bottom .tooltip-arrow::before,
.dark-layout .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #222;
}

.dark-layout .bs-tooltip-end .tooltip-arrow::before,
.dark-layout .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-right-color: #222;
}

.dark-layout .bs-tooltip-top .tooltip-arrow::before,
.dark-layout .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-top-color: #222;
}

.dark-layout .form-check-input:checked {
    background-color: #006ce7;
    border-color: #006ce7;
}

/****dark mode css customer page****/
.dark-layout .customer-header {
    background-color: #303134;
}

.dark-layout .btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary {
    background-color: #ccc !important;
}

.dark-layout .customer-grid-header .customer-grid-block {
    background: #6057c9;
}

.dark-layout .avatar-upload .avatar-preview {
    border: 6px solid transparent;
}

.dark-layout .customer-lists .avatar-upload .avatar-preview {
    border: 6px solid transparent;
}

.dark-layout .show-customer select {
    max-width: 100px;
    background: #303134;
    color: #7367f0;
    border-color: #7367f0;
}

.dark-layout .customer-grid-block {
    box-shadow: 0px 0px 5px 0px #242323;
}

.dark-layout .customer-lists .customer-grid-block {
    border-bottom: 1px solid #3e3e3e;
    box-shadow: none;
}

.dark-layout .dropdown-menu::after {
    background: #303134 !important;
}

.dark-layout .dropdown-menu.setting-dropdown::after {
    background: #448aff !important;
}

.dark-layout .customer-grids .cgb-email::before {
    background: #7367f0;
}
.dropdown-menu {
    padding: 0px;
}
/*ic-text-loader-gb*/
.pageloader-spin {
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    border-top: 2px solid #448aff;
    width: 20px;
    height: 20px;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
    position: absolute;
    top: 14px;
    right: 12px;
}

.ic-text-loader-gb {
    position: relative;
}

.ic-text-loader-gb {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f9f9f963;
    z-index: 1100;
}

.text-loader-inner {
    position: fixed;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    z-index: 1001;
}

.text-loader-content {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.ic-text-loader-gb .pageloader-spin {
    position: relative;
    top: 0;
    right: 0;
    margin-right: 12px;
}

.ic-text-loader-gb .pageloader-spin {
    border: 4px solid #FFF;
    border-top: 4px solid #448aff;
    width: 30px;
    height: 30px;
    filter: none;
}

.text-loader-content {
    background: #448aff;
    padding: 14px 20px;
    max-width: 400px;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgb(75 135 230 / 15%);
    border: solid 1px #448aff;
    filter: none;
    color: #FFF;
}

.text-loader-txt {
    font-size: 17px;
}

@media screen and (max-width: 360px) {
    .text-loader-txt {
        font-size: 15px;
    }

    .ic-text-loader-gb .pageloader-spin {
        border: 2px solid #e6e6e6;
        border-top: 2px solid #448aff;
        width: 20px;
        height: 20px;
    }
}


/*Team Settings*/
span.tab-caret {
    position: relative;
}

span.tab-caret i {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #c3bfbf;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 4px;
    transition: width 400ms ease-in-out 0s;
    cursor: pointer;
}

.ic-acc-content {
    display: none;
    padding: 20px;
}

.ic-team-acc .ic-acc-block .ic-acc-content {
    padding: 20px 10px;
}

.ic-chips-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.ic-chips-wrap .ic-chip {
    opacity: 0.5;
}

.ic-chip.ic-chip-active {
    opacity: 1;
}

.ic-chip {
    width: 33.333%;
}

.ic-chip-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    display: -webkit-flex;
}

.ic-chip-img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -10px;
    margin-right: 8px;
    border: solid 1px #e0b25d;
}

.ic-chip-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.ic-chip-name {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    color: #050525;
}

.ic-chip-inner {
    background: #fdcb6e;
    padding: 2px 12px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s linear;
    margin: 3px;
    border: solid 1px #da9e30;
}

.dropdown-active .ic-acc-content {
    display: block;
}

.dropdown-active span.tab-caret i {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #007bff;
    top: 8px;
}

.perm-item {
    position: relative;
}

.perm-item:after {
    height: 2px;
    width: 0;
    background: #007bff;
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    transition: width 400ms ease-in-out 0s;
}

.dropdown-active .perm-item:after {
    width: 100%;
}

.text-span {
    background: #448aff;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    height: 26px;
    width: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
}

.ic_err {
    color: red;
}


/*new added*/
.assign-block.inv_search_block {
    max-width: 350px;
    width: 100%;
    justify-content: end;
}

.assign-block.inv_search_block a.search_btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: #e5e9ea;
    font-size: 17px;
    color: #000;
}

.assign-block.inv_search_block a.search_btn:hover {
    color: #fff !important;
    background-color: #448aff !important;
}

.dark-layout .assign-block.inv_search_block a.search_btn {
    background: transparent;
    border: 1px solid #bbb !important;
    color: #bbb;
}

.d-flex.assign-block.inv_search_block input[type="text" i] {
    width: 0% !important;
    opacity: 0;
    transition: all 0.5s;
}

.d-flex.assign-block.inv_search_block.expand input[type="text" i] {
    width: 100% !important;
    max-width: 260px !important;
    opacity: 1;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
}

.menu-toggle-outer {
    display: none;
}

a.nav-link.menu-toggle {
    font-size: 22px;
}

.appsumo-popup-outer {
    padding: 1.5rem;
    background: linear-gradient(118deg, #00d2d3, #007bff);
    /* background: linear-gradient(118deg, #99eded, #00d2d3); */
    color: #fff;
    border-radius: 0.358rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.appsumo-popup-outer .row {
    align-items: center;
}

.appsumo-logo img {
    max-width: 100%;
}

.appsumo-info h4 {
    color: #fff;
    font-weight: bold;
    font-size: initial;
}

.appsumo-info p {
    margin-bottom: 0;
}

.appsumo-info p a {
    color: #fff;
    font-weight: bold;
    font-size: initial
}

.appsumo-info button.btn-close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}

@media (max-width: 1199px) {
    .menu-toggle-outer {
        display: block;
        padding: 0 10px 0 0;
    }
}

#billing .plan-price {
    margin: 0 0 1.5rem;
}

.card.basic-pricing .annual-plan .plan-price span {
    font-size: 3.5rem;
    line-height: 0.8;
}

.card.basic-pricing .annual-plan .plan-price sup {
    top: -1.5rem;
    left: 0.2rem;
}

sub.pricing-duration.text-body.font-medium-1.fw-bold {
    bottom: 0;
}

#billing ul.plan-list li {
    line-height: 1.6;
    padding: 0.25rem 0;
}

.filter-lock {
    padding: 0;
    margin-right: 5px;
    padding-top: 5px;
}

.dropdown-selectedopt .custom-scroll {
    padding: 0;
}

.custom-dropdown-menu .d-flex.justify-content-between.align-items-center.border-bottom.py-25.mb-1 {
    padding-bottom: 0.5rem !important;
}

.custom-dropdown-menu .d-flex.justify-content-between.align-items-center.border-bottom.py-25.mb-1 a {
    width: 34px;
    height: 34px;
}

.partial_payment_container {
    align-items: center;
}

.open_partial_payment {
    cursor: pointer;
    /* display: none; */
}

.partial_payment_spinner {
    border-width: 0.15rem;
    display: none;
}

.request_deposit_spinner {
    border-width: 0.15rem;
    display: none;
}

.partial_payment_label {
    display: flex;
    align-items: center;
    gap: 6px;
}

.add-partial-spinner {
    border-width: 0.15rem;
    margin-right: 5px;
}

.partial_payment_list_block {
    max-height: 380px;
    overflow: auto;
    padding-right: 6px;
    margin-bottom: 10px;
}

.remove-partial-spinner {
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    display: flex;
    border-width: 0.15rem;
    top: 7px;
    display: none;
}

.minimum-label {
    justify-content: space-between;
}

.minimum-label .action-btns {
    display: flex;
    gap: 10px;
}

.spinner-border-sm {
    border-width: 0.15rem;
}

.merge-field-btn {
    background: #d5d5d5;
    border-radius: 5px;
}

.merge-field-dropdown {
    opacity: 1;
    bottom: calc(100% - 25px);
    width: 235px;
    top: -280px;
    left: 410px;
}

.email-template-edit .compose-footer-wrapper {
    padding: 0.8rem 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.email-template-edit .compose-mail-form-field {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.12rem 1.4rem;
    border-bottom: 1px solid rgba(34, 41, 47, 0.05);
}

.email-template-edit .compose-mail-form-field .form-control {
    border: 0;
    background-color: transparent;
}

.email-template-list .todo-task-list li:hover {
    transform: none !important;
    box-shadow: none !important;
    transition: none !important;
}

.email-template-list .todo-task-list li a svg:hover {
    color: #448aff !important;
}

.split-pay-action-btn {
    padding: 10px 15px;
}

.full_item_list.disabled,
.global-action-btns.disabled {
    opacity: 0.75 !important;
    pointer-events: none !important;
}

#customerDataList {
    min-height: 430px;
}

.table-row-child {
    background-color: #e9e9e9;
}

#accounts-data-list .account-tablemain .account-theader tr th{
    vertical-align: middle;
}

#balance-sec .balance-table tr th{
    vertical-align: middle;
}
/* .invoice-edit .invoice-preview-card .invoice-product-details .item_details_block{
    padding: 2rem 1rem !important;
} */
#accounts-data-list .table .account-theader th{
    vertical-align: middle;
}
.items-action {
    padding: .5rem 0;
}

.invoice-list-numbers {
    display: flex;
}

/** 14-6-2024 **/
.match-height .card .font-small-2, .match-height .card .font-small-3,
.earnings-card .apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-label {
    font-size: 1rem !important;
}
/** 14-06-2024 End **/

.business-profile-selector {
    padding-right: 3rem !important;
    padding-left: .5rem !important;
    display: flex !important;
    align-items: center;
}

.business-profile-selector .business-profile-selector-image {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}

.business_item.business_sub_item {
    padding: 5px !important;
    display: flex;
    align-items: center;
}

.business_item.business_sub_item .business-profile-selector-image {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}

.dark-layout .business_dropdown img.business-profile-selector-image,
.dark-layout .inputwithselect .inputvalueselected.business-profile-selector img {
    border-radius: 0 !important;
   /* padding: 3px; */
    background: #ffffff00 !important;
   /* border: solid 2px #ccc; */
} 
.business_item.business_sub_item p {
    margin: 0;
}
.pagination .page-item .page-link {
    font-size: 0.90rem !important;
    font-weight: 500;
}
.pagination .page-item {
    border-radius: 3px !important;
    margin: 0 1px;
}
.pagination .page-item .page-link {
    width: 35px;
    height: 35px;
}
.pagination .page-link, 
.pagination .page-link:focus, 
.pagination .page-link:hover {
    background-color: #eceaf2 !important;
    border-radius: 3px !important;
}
.pagination .page-item.next .page-link, 
.pagination .page-item.last .page-link, 
.pagination .page-item.first .page-link, 
.pagination .page-item.prev .page-link {
    padding: 0 5px;
    width: auto;
}
/** lightmode pagination **/
.light-layout .page-item.active .page-link {
    background-color: #007BFF !important;
    border-radius: 5px;
}
.menu-toggle-outer {
    align-self: center;
}
.report-content-block .report-table a {
    color: #448aff;
}
.dark-layout #invoice-report-data .report-table table th,
.light-layout #invoice-report-data .report-table table th{
font-weight: 600;
}
.nav-tabs .nav-link:after {
    background: -webkit-linear-gradient(30deg, #1a6ae8, rgb(96 158 255)) !important;
    background: linear-gradient(30deg, #1a6ae8, rgb(96 158 255)) !important;  
}
.nav-tabs .nav-link{
    color: #0d1725;
    font-weight: 500;
}
.nav-tabs .nav-link.active {
    color: #1a6ae8;
    background: #e3edfb;
}

.table-responsive {
    white-space: nowrap;
}
.table-responsive .form-check{
    padding-left: 0px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-responsive .form-check.form-switch{
    display: block;
    padding-left: 0px !important;
    text-align:left;
}
.table-responsive .form-check #select_all.form-check-input{
    margin-left: 0px !important;
    float: none !important;
}
.table-responsive .form-check .form-check-input.sel_row{
    margin-left: 0px !important;
    float: none !important;
}
.table-responsive .form-check .form-check-input{    
    margin-left: 0px !important;
    float: none !important;
}
/** media uploader **/
.media-selection .uploaded-pics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.media-selection ul.uploaded-pics .media-thumbnail {
    height: 180px;
}
/* .media-selection ul.uploaded-pics .media-thumbnail img {
    height: calc(100% - 50px);
} */
.media-selection .media-thumbnail .media-thumb-title {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.short-code-dropdown {
    padding-top: 10px;
}
.business-profile .select2-container--default .select2-selection--single {
    border: 1px solid #D8D6DE !important;
}

.tl-tabs-inner.pl-tabs-inner .tab-content {
    padding: 30px 30px !important;
}

/** gbl dropdown class added for width **/
.common-table .global-dropdown {
    width: max-content;
    max-width: 14rem;
    min-width: 12rem;
}
.dropdown.custom-dropdown.project-tbl-dropdown{
    position: relative !important;
}
.custom-dropdown.project-tbl-dropdown {
    padding-left: 7px;
} 
.custom-dropdown.project-tbl-dropdown .global-dropdown {
    border: 1px solid rgba(34,41,47,.05);
    top: 30px;
    padding: 10px 0;
    min-width: 12rem !important;
}

.dark-layout .dropdown.custom-dropdown.project-tbl-dropdown a.dropdown-toggle {
    color: inherit !important;
}
.email-application table tr td:nth-child(2) a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}
.dark-layout .custom-dropdown.project-tbl-dropdown .global-dropdown .dropdown-item {
    color: #B4B7BD !important;
    transition: all 300ms ease-in-out;
}
.dark-layout .custom-dropdown.project-tbl-dropdown .global-dropdown .dropdown-item:hover {
    background: #3032359c !important;
    color: #FFF !important;
}
.form-check.form-switch .switch-icon-left, 
.form-check.form-switch .switch-icon-right{
    line-height: 28px;
}
.dark-layout .invoice-btns label.form-check-label {
    color: #CCCCCC !important;
}
.dark-layout .invoice-btns .form-check-success:hover label.form-check-label{
    color: #fff !important;
}
.dark-layout .invoice-btns .form-check-success:hover label.form-check-label{
    color: #fff !important;
}

.dark-layout .invoice-total-wrapper .invoice-total-item .editable-text.label_text {
    color: #d5d5d5;
}
.dark-layout .invoice-total-wrapper .invoice-total-item .editable-text.label_text:hover{
    background:#303134;
    color:#fff !important;
}
.dark-layout .invoice-total-wrapper .invoice-total-item .editable-text.label_text:focus{
    background:#303134;
    color:#fff !important;
}
.dark-layout .form-check-input:not(:checked):not(:indeterminate):not(:focus) {
    border-color: #ccc !important;
}
.dark-layout #invoice-report-data .invoice-edit-area.bg-white{
    background: #242526 !important;
    padding: 0px !important;
}
.dark-layout #expense-report-data .invoice-edit-area.bg-white{
    background: #242526 !important;
    padding: 0px !important;
}

.dark-layout #income-report-data .invoice-edit-area.bg-white{
    background: #242526 !important;
    padding: 0px !important;
}
.dark-layout #age-debt-report-data .invoice-edit-area.bg-white{
    background: #242526 !important;
    padding: 0px !important;
}
.table-shorting {
    /*width: 40px;*/
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

.table-shorting .table-sort{
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    line-height: 0 !important;
}

.table-shorting a.table-sort.sort-up.short_data {
    transform: translateY(2px);
}

.table-shorting a.table-sort.sort-down.short_data {
    transform: translateY(-2px);
}
#invoice-data-list .position-relative{
    display: inline-flex;
}
.table.common-table thead tr th{
    vertical-align: middle;
}
.table.common-table .position-relative span{
    line-height: 22px;
}
.dark-layout .attachment_upload i:before {

    opacity: 1;
}
.dark-layout .attachment_upload i:after {

    opacity: 1;
}

.dark-layout .attachment_upload i {
    opacity: 1;
}

.proposal-edit-header .header-input{
    background: transparent;
}
.dark-layout .proposal-edit-header .header-input{
    color: #fff !important;
}

.dark-layout .proposal-edit-header .custom-dropdown-menu .dropdown-item{
    color: #B4B7BD !important;

}
.dark-layout .proposal-edit-header .custom-dropdown-menu .dropdown-item:hover{
    color: #fff !important;
    background: #2f3131 !important;
}
.dark-layout .proposal-canvas-body .canvas-page-dropdown .dropdown-item{
    color: #B4B7BD !important;
}
.dark-layout .proposal-canvas-body .canvas-page-dropdown .dropdown-item:hover{
    color: #fff !important;
    background: #2f3131 !important;
}
.dark-layout .dropdown-menu .dropdown-item{
    color: #B4B7BD !important
}
.dark-layout .dropdown.custom-dropdown .flatpickr-business-formatted.date-field.flatpickr-input{
    opacity:1 !important;
    background: #1d1e21 !important;
    border-color: #2e3037;
}
.dark-layout .modal .modal-header .btn-close{
    background-image: none !important;
}
.dark-layout .sept-row-title{
    background: #212323;
    color: #D0D2D6;
}
.main-menu.menu-dark.collapse-item .navigation>li>a {
    margin: 0 5px !important;
}
    
.main-menu.menu-light.collapse-item .navigation>li>a {
    margin: 0 5px !important;
}

.dark-layout .proposal-canvas-area .proposal-tools-sidebar .proposal-container .template-preview-name h6{
    color: #5E5873 !important;
    margin: 0;
}

.full_item_row.product_row .product-details-border{
    cursor: move;
}

#item-hover-block{
    width: 4px;
    margin-left: -5px;
    background: #EA5455;
    display:none;
    margin-right: 1px;
}
.card.active_card {
    border: 2px solid #407fea;
    transition: 0.3s all ease;
}
.card.non_active_card {
    border: 2px solid transparent;
    transition: 0.3s all ease;
}
.ui-sortable .ui-sortable-handle{
    cursor: move;
}
.select-columnradio + label .card-browser-states {
    border: 3px solid #ededed;
}
.select-columnradio:checked + label .card-browser-states {
    border-color: #407fea;
    transition: 0.3s all ease;
}

/** App backend responsive **/
@media screen and (max-width: 820px){
    .modal-slide-in .modal-dialog {
        width: 90% !important;
    }
}
/** report page **/
@media screen and (max-width: 990px){   
    .report-content-block .invoice-edit-area.bg-white{
        width: 100%;
    }
    .report-content-block .invoice-edit-area.bg-white .table-responsive,
    .report-content-block .invoice-edit-area.bg-white .table-reponsive{
        overflow-x: auto;
    }
}

@media screen and (max-width: 540px){
    .modal-slide-in .modal-dialog {
        width: 97% !important;
    }
    .report-content-block .card-body {
        padding: 10px;
    }


    #payoneer-payment .payment-account-name {
        width: calc(100% - 30px) !important;
    }
    #payoneer-payment .payment-account-block a {
        max-width: 80px !important;
        padding: 10px !important;
    }
    .dark-layout #payment-tabs #payoneer-payment .payment-account-listing .payment-account-name,
    .light-layout #payment-tabs #payoneer-payment .payment-account-listing .payment-account-name{
        width: calc(100% - 30px) !important;
    }
    .dark-layout #payment-tabs #payoneer-payment .payment-account-listing .payment-account-name h5,
    .light-layout #payment-tabs #payoneer-payment .payment-account-listing .payment-account-name h5  {
        margin-bottom: 0px;
        max-width: 110px;
        overflow: hidden;
        display: -webkit-box;
        line-clamp: 1;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .dark-layout #payoneer-payment .payment-account-block a {
        max-width: 80px !important;
        padding: 10px !important;
    }
}