    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    * {
        font-family: 'Poppins', sans-serif!important;
    }
    
    body {
        background-color: #E6EAF5;
    }
    
    * {
        --sb-track-color: #ffffff;
        --sb-thumb-color: #22544E;
        --sb-size: 10px;
        scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    }
    
    *::-webkit-scrollbar {
        width:16px;
        height: 16px;
    }
    
    *::-webkit-scrollbar-track {
        background: var(--sb-track-color);
        width: 16px;
    }
    
    *::-webkit-scrollbar-thumb {
        background: #929eaa;
        border-radius: 10px;
        border: 3px solid #fff!important;
    }
    .form-check-input:checked {
        background-color: #22544E;
        border-color: #22544E;
    }
    input[type="search"],
    input[type="text"],
    select {
        /* border-radius: 8px!important; */
        box-shadow: none!important;
    }
    .breadcrumb-item:not(:last-child):hover {
        color: black;
        cursor: pointer;
        text-decoration: underline;
    }
    .datepicker-input{
        border-radius: none!important;
    }
    
    .SumoSelect {
        border: none;
        width: 100%!important;
        box-shadow: none!important;
    }
    
    .SumoSelect:is(:hover,
     :focus-visible) {
        box-shadow: none!important;
    }
    
    .SumoSelect>.CaptionCont>span.placeholder {
        color: #455A64!important;
        font-style: normal!important;
    }
    
    .search-txt {
        background-color: #fff!important;
        font-weight: 500;
    }
    
    .search-txt::placeholder {
        font-weight: 400;
    }
    
    .SumoSelect>.CaptionCont {
        border: 1px solid #d1d5db!important;
        border-radius: 8px!important;
        padding: 8px 16px!important;
        box-shadow: none!important;
    }
    
    input[type="search"] {
        font-size: 14px;
        font-weight: 600;
    }
    
    input[type="search"]:focus-visible {
        box-shadow: 0px 14px 16px 1px #0000000d;
        background-color: #bababa;
        /* border: 1px solid #0062ff!important; */
        outline: none;
        /* padding: 5px;
    margin-left: 3px;
} */
    }
    
    .navbar {
        padding-right: 0!important;
    }
    
    .navbar .container-fluid {
        background-color: #fff;
        padding: 0.8rem !important;
        border-radius: 0.6rem;
        box-shadow: 0px 14px 16px 1px #0000000d;
    }
    
    .nav .nav-item:nth-child(1) a.nav-link:hover {
        background-color: none;
    }
    
    .nav .nav-item a.nav-link:hover {
        background-color: none;
    }
    
    .nav li.nav-item a.nav-link:nth-child(1):hover {
        background-color: none;
    }
    
    .icon-shape-primary {
        color: #22544E;
        background-color: #0062ff3e;
    }
    
    .container-fluid.pb-2.dbstart .content {
        padding: 0;
    }
    
    .container-fluid.pb-2.dbstart .content br {
        display: none;
    }

    .link-arrow {
        transition: transform 0.3s ease;
    }
    
    .link-arrow.rotate {
        transform: rotate(90deg);
    }    
    
    .sidebar-inner,
    .sidebar {
        overflow-x: hidden;
        background-color: #22544E!important;
    }
    
    .sidebar .nav-item .nav-link:hover {
        color: #F2F4F6;
        background-color: #00766a;
    }
    
    .sidebar .nav-item.active>.nav-link {
        color: #F2F4F6;
        background-color: #00766a;
    }
    
    .sidebar-text {
        font-size: 14px;
    }
    
    .active_status {
        vertical-align: middle;
    }
    
    .active_status span {
        background: #2EA474;
        color: #fff;
        padding: 2px 6px;
        border-radius: 100vmax;
        font-size: 12px;
        font-weight: 600;
    }
    
    .deactive_status span {
        background: #F50057;
        color: #fff;
        padding: 2px 6px;
        border-radius: 100vmax;
        font-size: 12px;
        font-weight: 600;
    }
    
    .shadow {
        box-shadow: 0px 14px 16px 1px #0000000d!important;
    }
    
    .action-btn {
        background-color: #fff;
        border-radius: 100vmax;
        width: 30px;
        height: 30px;
        border-color: #aaacb83b;
        /* margin: 0 2px; */
    }
    
    .action-btn img {
        width: 22px;
        /* opacity: .8; */
    }
    
    .action-btn.edit:hover {
        background-color: #0062ff4c;
    }
    
    .action-btn.view:hover {
        background-color: #8395a750;
    }
    
    .action-btn.permissions:hover {
        background-color: #2d343633;
    }
    
    .action-btn.delete:hover {
        background-color: #f5005648;
    }
    /* .action-btn.edit:hover {
        background-color: #22544E;
    }
    
    .action-btn.view:hover {
        background-color: #8395A7;
    }
    
    .action-btn.permissions:hover {
        background-color: #2D3436;
    }
    
    .action-btn.delete:hover {
        background-color: #F50057;
    } */
    
    .btn-info {
        color: #ffffff;
        background-color: #22544E!important;
        border-color: #22544E!important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 24, 39, 0.075);
    }
    
    .table-responsive {
        border-radius: 0.6rem!important;
    }
    
    table.dataTable>thead>tr>th,
    table.dataTable>thead>tr>td {
        padding: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3)!important;
    }
    
    .error-msg.show.form-error,
    .required.star {
        color: #F50057;
        font-weight: 700;
    }
    
    .error-msg.show.form-error ul {
        list-style: none;
        padding: 0;
    }
    
    .error-msg.show.form-error ul li {
        font-size: 12px!important;
    }
    
    .form-group label,#discountform label {
        font-size: 14px;
    }
    
    .table-hover tr td {
        vertical-align: middle;
    }
    
    .table-hover tr:hover {
        cursor: pointer;
        padding: 10px;
    }
    
    .table-hover>tbody>tr:hover>* {
        --bs-table-accent-bg: #E6EAF5!important;
    }

    .discount-form-group input.form-control,.discount-form-group select, .discount-form-group .CaptionCont.SelectBox{
    width: 100%!important;
    margin-bottom: 16px;
    display: flex!important;
    flex-direction: column;
    }

    .form-section{
        background-color: #E6EAF5;
        padding: 10px;
        border-radius: 10px;
        margin: 10px 0;
    }
    .form-check-input{
        border: 1px solid #979797;
        cursor: pointer;
    }

    .leads_icon{

        background-color: #00968733;
    }
.add_approval_level{
    position: absolute;
    right: 20px;
    top: 80px;
}

.dropdownicon img{
    width: 20px;
    margin-right: 10px;
}
.dropdownicon{
    padding-right: 16px;
}
.action.text-center button:focus{
outline: transparen!important;
box-shadow: none;
}

.sales_rep{
color: #000;
font-weight: 500;
}

.border-bottom-dashed{
border-bottom: 1px dashed #ccc;
}
.medium_font_size{
    font-size: 16px;
}
.medium_font_size thead{
    border-bottom: 1px solid #ccc;
}
.medium_font_size thead th{
    padding-bottom: 1rem;
}
.medium_font_size tbody tr:nth-child(1) td{
    padding-top: 1rem;
}
.wrapper-login{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-card .row .col-12 .card-icon{
    width: 20%;

}
.table_column_link a{
    text-decoration: underline;
    color: #22544E;
    font-weight: 600;
}
    /* media queries------------------------------------------------------- */
   /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .card_stats h3{
        font-size:16px ;
    }
    .card_stats h2{
        font-size:10px;
    }
    .medium_font_size{
        font-size: 12px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .card_stats h3{
        font-size:18px ;
    }
    .card_stats h2{
        font-size:12px;
    }
    .medium_font_size{
        font-size: 12px;
    }
}

@media only screen and (min-width: 1400px) {
    .card_stats h3{
        font-size:1.43rem;
    }
    .medium_font_size{
        font-size: 14px;
    }
}

@media only screen and (min-width: 1600px) {
    .medium_font_size{
        font-size: 16px;
    }
}