body {
    background: #fff;
    font-family: 'Nunito', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins',
        Tahoma,
        Geneva,
        Verdana,
        sans-serif;
}


a {
    color: #1B74C5;
}



.login_admin {
    min-height: 100vh;

    background-image: linear-gradient(90deg, rgb(0 58 124) 0%, #1565C0 35%, rgba(0, 58, 124, 1) 100%);
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    padding: 20px 0;

    /* Resize the background image to cover the entire container */
}

.company-logo {
    padding: 15px 0px !important;
}


.authentication-form-wrapper {
    margin-top: 0 !important;
}

.authentication-form {
    font-family: 'Poppins',
        Tahoma,
        Geneva,
        Verdana,
        sans-serif;
}

body #header {
    position: relative;
    left: 209px;
    width: calc(100% - 205px);
    transition: all .5s ease 0s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

body.hide-sidebar #header {
    left: -1px;
    width: auto;
}


#header {
    background: #1565C0;
    border-bottom: 1px solid #6a778e;
    border-left: 1px solid #6a778e;
}

#top_search input {
    background: #1b6ac4;
}

#side-menu li.dashboard_user {
    color: black;
}

#menu,
#setup-menu-wrapper {
    top: 0;
    height: 100vh;
    background-color: #fff !important;
    border-right: 1px solid #ebebef;
}

.menu-text {
    margin: 0 11px;
}

#wrapper {
    background: #f4f4f4;
}

.panel_s {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);
}

/* SIDEBAR */
#side-menu {
    background: #fff;
}

#side-menu li.dashboard_user {
    text-align: center;
    padding: 13px 0px 2px 0px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Poppins',
        Tahoma,
        Geneva,
        Verdana,
        sans-serif;
}

#side-menu li.active>a {
    color: #0f97c7;
    font-weight: bold;
    background: #fff;
}

#side-menu li a {
    color: #222;
    font-family: 'Nunito',
        Tahoma,
        Geneva,
        Verdana,
        sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 1.5px;
}

#side-menu.nav>li>a:hover,
#side-menu.nav>li>a:focus {
    background: #EAEAEA;
    border-bottom: 0 !important;
    color: rgb(23, 23, 23);
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

li .nav-second-level li {
    background: #fff;
}

#side-menu li .nav-second-level li a {
    color: #222;
}

#side-menu li .nav-second-level li a {
    color: #222;
}

#side-menu li.active,
li .nav-second-level li {
    background: #fff;
}

.sub-menu-item-wa_commodity_list:hover {
    background: #6c7a91 !important;
}


#setup-menu .arrow,
#side-menu .arrow {
    font-size: 14px;
    font-weight: bold;
}

#side-menu li .nav-second-level li a {
    font-size: 13px;
}

#setup-menu li:first-child {
    color: #222;
}

#setup-menu>li>a {
    color: #222;
}

#side-menu li .nav-second-level li.active a {
    background-color: unset !important;
    color: #0f97c7 !important;
}

/* ****** BODY ********* */



body .btn-group.open .dropdown-toggle {
    border-color: #222 !important;
}

.m-icon {
    margin-right: 0.5rem;
}

.btn-info {
    background: #1565C0;
}

.btn-info:hover {
    background-color: #3a86ff;
}

.btn-info:active {
    top: 2px;
}

.btn-success {
    background-color: #689F38;
    border-radius: 1px;
}

.dt-buttons.btn-group .btn {
    font-weight: bold;
    color: #0f97c7;
}

div.dataTables_wrapper div.dataTables_length select {
    color: #0f97c7;
}

body #wrapper th::after {
    color: #6c757d !important;
}

table.dataTable thead .sorting:after {
    opacity: 0.8 !important;
}

table.dataTable thead>tr>th {
    background: #DBDFFD;
}


.table>thead>tr>th {
    border-right: 0;
}

.table thead tr th:first-child {
    border-left: 0;
}

.table thead tr th:last-child {
    border-right: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label,
.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    border-color: #00FFAB;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
    background-color: #00FFAB;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #0f97c7;
}





.panel_s .panel-body {
    border-radius: 5px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 6%);
}


.m-customer-numbers {
    background: #fff;
    background-clip: initial;
    border-radius: 5px;
    border: 1px dashed #626f8063;
    height: 100px;
    text-align: center;
    width: 15%;
    margin: 18px 9px;
    font-family: 'Poppins',
        Tahoma,
        Geneva,
        Verdana,
        sans-serif;
}



table.dataTable thead>tr>th {
    font-weight: 600;
    color: #495057;
    border-top: 1px solid #e9ecef !important;
}

.table>tbody>tr>td {
    border-top: 1px solid #e9ecef;
    border: 0;
}

body .label-danger,
body span.project-status-5,
body .invoice-status-5,
body span[task-status-table="5"] {
    color: #fd397a !important;
    cursor: text !important;
    background-color: rgba(253, 57, 122, .1);
    border: 1px solid rgb(255, 235, 241) !important;
    padding: 0.6rem 1.1rem;
}

body .label-success,
.label-tab1 {
    color: #0abb87 !important;
    cursor: text !important;
    background-color: rgba(10, 187, 135, .1);
    border: 1px solid #e6f8f3 !important;
    padding: 0.6rem 1.1rem;
}

body .label-warning,
body span.project-status-3,
body span[task-status-table="1"] {
    color: #ffb822 !important;
    cursor: text !important;
    background-color: rgba(255, 194, 65, 0.15);
    border: 1px solid rgb(255, 246, 227) !important;
    padding: 0.6rem 1.1rem;
}

body span.proposal-status-1,
body span.project-status-1,
body span.invoice-status-6,
body span[task-status-table="3"],
.label-tab2 {
    color: #777777 !important;
    cursor: text !important;
    background-color: rgba(93, 120, 255, .1);
    border: 1px solid rgb(238, 241, 255) !important;
    padding: 0.6rem 1.1rem;
}


.label-tab1,
.label-tab2 {
    border: 0 !important;
}

/* *******************DASHBOARD************************* */
body #wrapper .content .progress-bar-mini {
    height: 10px !important;
    border-radius: 2px;
}




/* --------------------- New Style ----------------------- */

.box-form {
    margin: 0 auto;
    width: 80%;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex: 1 1 100%;
    align-items: stretch;
    justify-content: space-between;
    box-shadow: 0 0 20px 6px #090b6f85;
}

@media (max-width: 980px) {
    .box-form {
        flex-flow: wrap;
        text-align: center;
        align-content: center;
        align-items: center;
    }
}

.box-form div {
    height: auto;
}

.box-form .left {
    color: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("https://yandex-images.clstorage.net/4Ee7ej239/00abd7ZR/QRMe4nWQux5LmM5A4SO1mz8ayC6CzficZBMw-Ylhiz7KBLg3wb-wkrWx7lqpRRYabmGEvvP4wQNMjr3-fRbn4DRXC7YBUQr6uzjeQNHzJCuvaniuck253BQ2tYg5QRobH1V8pxE8BuU3hvi9L1fBWKzQQd5WvYDC2Ts9Tbo3svURUCzj13HIi-nb3Tdzo9Z537lebrHcb-3h8DBfawJbj-_V78B2H6dnd2abLL5E87hOUvOO1f7SdEvYrA07gvJ04VJc4dVTi0m62421YIDluQxaDD1Ar66OQPPRztuBiyzOlJ-xpWzUV3YV-w6_93GLvOORDkbNExcIeQ0sK4DiZvBRPIAn00q6a2n9BqOghhv_az38sa0vXNBjwm9I8qmt3mV9UaR_BJfVB-t_rhezWC0hkU4HjZBlmnmNTeiToPXDkr4xhLC7KNv6LubCAyYq31vMD_HcLA-RsAI9aBPqvd30rsHmPzeVB2YZnN_0wkkssLNvNZzg55qojz45kUOE4_FN4HexKXh4eB4mcfL2a_x7vN6DHp9v8TECLxmQWC7PlJ4Atrz0dKd2e9-8l_AZLmORbHf9cZVryN1vKwDCFdIwnMGlo2ta6YptlpID11ud6ayMsL_OrpND0q6KEUpdnZftE6SvBhWW1Iov_EXzOAzxMU4WreNWyHq_rqhRIcbAcz4iRuOqGNnYD6Tg83WZDNvM3vOerc_i4MPOeABZjT5E7TJ3LxYmp0fpLQyF0DotY1KfhK1DVnppfQ4ogPO34YFMccazutqLC53GQ-L1uc45XP8DjY7P8HMh71mBqL69dkzyRW11hYUlm23M9yHJLgFhv-dck_UJye_debIgJoIyHaGFoymL6indxvIQJjrvmF9vEv_cvXLj8k3Joeq-HXRPgoePFmUUNKouzVRhCH1RwF_FvVA3qUj-zQui4ScRw9_jJLFYe-m477Tgw0RoXipfXQAe_F5T8WEuKgG6c");
    overflow: hidden;
    width: 100%;
}

.box-form .left .overlay {
    padding: 30px;
    width: 100%;
    height: 100%;
    background: #1565C0;
    opacity: 0.5;
    overflow: hidden;
    box-sizing: border-box;
}

.box-form .left .overlay h1 {
    font-size: 4vmax;
    line-height: 1;
    font-weight: 900;
    margin-top: 40px;
    margin-bottom: 20px;
}

.box-form .left .overlay span p {
    margin-top: 30px;
    font-weight: 900;
}

.box-form .left .overlay span a {
    background: #3b5998;
    color: #FFFFFF;
    margin-top: 10px;
    padding: 14px 50px;
    border-radius: 100px;
    display: inline-block;
    box-shadow: 0 3px 6px 1px #042d4657;
}

.box-form .left .overlay span a:last-child {
    background: #1dcaff;
    margin-left: 30px;
}

.box-form .right {
    padding: 40px;
    overflow: hidden;
    width: 65%;
}

@media (max-width: 980px) {
    .box-form .right {
        width: 100%;
    }
}

.box-form .right h5 {
    font-size: 6vmax;
    line-height: 0;
}

.box-form .right p {
    font-size: 14px;
    color: #B0B3B9;
}

.box-form .right .inputs {
    overflow: hidden;
}

.box-form .right .form-control {
    width: 100%;
    padding: 10px;
    margin-top: 25px;
    font-size: 16px;
    border: none;
    outline: none;
    border-bottom: 2px solid #B0B3B9;
}

.css-button-arrow--sky {
    min-width: 130px;
    height: 40px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;
    border-radius: 5px;
    border: none;
    background-color: #3a86ff
}

.css-button-arrow--sky:hover {
    border-radius: 5px;
    padding-right: 24px;
    padding-left: 8px;
}

.css-button-arrow--sky:hover:after {
    opacity: 1;
    right: 10px;
}

.css-button-arrow--sky:after {
    content: "\00BB";
    position: absolute;
    opacity: 0;
    font-size: 20px;
    line-height: 40px;
    top: 0;
    right: -20px;
    transition: 0.4s;
}

table {
    border-collapse: collapse;
    font-family: 'Nunito', 'Poppin', Geneva, sans-serif;
}

table td {
    padding: 15px;
}

table thead td {
    background-color: #54585d;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #54585d;
}

table tbody td {
    color: #636363;
    border: 1px solid #dddfe1;
}

table tbody tr {
    background-color: #f9fafb;
}

table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
    font-weight: 600;
    color: #495057;
    border-top: 1px solid #e9ecef !important;
    /*background: #B7E5DD;*/
}

/**** Login Form 2  */
.navbar-default {
    background: #1565C0;
    margin: 0;
}

.footer {
    margin: 0;
}

.customers_login #wrapper #content {
    background-image: linear-gradient(90deg, rgb(0 58 124) 0%, #1565C0 35%, rgba(0, 58, 124, 1) 100%);
}

.login-heading {
    color: white;
}

.testmm {
    display: flex;
}


.modal-body {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.lead-edit>hr {
    width: 98% !important;
}

.horizontal-tabs {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-right: 0 !important;
    margin-left: -6px !important;
}