@font-face {
    font-family: 'Jost-Bold';
    src: url('../fonts/Jost-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Jost-Medium';
    src: url('../fonts/Jost-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Jost-Regular';
    src: url('../fonts/Jost-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Jost-Light';
    src: url('../fonts/Jost-Light.ttf') format('truetype');
}


@font-face {
    font-family: 'Jost-Thin';
    src: url('../fonts/Jost-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('../fonts/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Italic'), local('Lato-Italic'), url('../fonts/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Black'), local('Lato-Black'), url('../fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Black Italic'), local('Lato-BlackItalic'), url('../fonts/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: local('Lato-Hairline'), url('../fonts/Lato-Hairline.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato-Light'), url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: local('Lato-HairlineItalic'), url('../fonts/Lato-HairlineItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato-LightItalic'), url('../fonts/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}



html,
body {
    /*background-color: #f5f5f5;*/
    font-family: 'Lato';
    /*font-size: 1.2rem;*/
    font-size: 20px;
}

div#load_screen {
    background: #fff;
    opacity: 1;
    position: fixed;
    z-index: 10;
    top: 0px;
    width: 100%;
    height: 100vh;
}

    div#load_screen > div#loading {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        div#load_screen > div#loading h2 {
            margin: 0px;
            padding: 2px;
            color: #000;
            font-size: 13px;
        }

.page-contents {
    background: #f2f2f2;
}


.bg-light {
    background-color: #fff !important;
}

.navbar {
    margin-top: -20px;
    line-height: 3;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.navbar-brand {
    padding-left: 40px;
}

.page-wrapper {
    height: 100vh;
}

    .page-wrapper .theme {
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 4px;
        margin: 2px;
    }

        .page-wrapper .theme.chiller-theme {
            background: #1e2229;
        }



    .page-wrapper.toggled .sidebar-wrapper {
        left: 0px;
    }

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
    }
}

#show-sidebar {
    position: fixed;
    left: 0;
    top: 10px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
    z-index: 5;
}

.page-wrapper.toggled #show-sidebar {
    left: 40px;
}


.sidebar-wrapper {
    width: 310px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

    .sidebar-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-wrapper a {
        text-decoration: none;
    }

.brand-container {
    font-size: 18px;
    padding: 0 17px;
}

    .brand-container a {
        padding: 0;
        color: #fff;
    }

.brand-name {
    font-weight: bold;
    color: #2696C4;
}

.brand-descr {
    font-size: 12px;
    color: #c0c0c0;
    font-weight: bold;
}

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
    font-size: 20px;
}

.sidebar-footer-img {
    position: absolute !important;
    bottom: 5px !important;
    text-align: center !important;
   width: 100%;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}



.sidebar-wrapper .sidebar-brand {
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

    .sidebar-wrapper .sidebar-brand > a {
        text-transform: uppercase;
        font-weight: bold;
        flex-grow: 1;
    }

    .sidebar-wrapper .sidebar-brand #close-sidebar {
        cursor: pointer;
        font-size: 20px;
    }


.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

    .sidebar-wrapper .sidebar-header .user-pic {
        float: left;
        width: 60px;
        padding: 2px;
        border-radius: 12px;
        margin-right: 15px;
        overflow: hidden;
    }

        .sidebar-wrapper .sidebar-header .user-pic img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .sidebar-wrapper .sidebar-header .user-info {
        float: left;
    }

        .sidebar-wrapper .sidebar-header .user-info > span {
            display: block;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-role {
            font-size: 12px;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-status {
            font-size: 11px;
            margin-top: 4px;
        }

            .sidebar-wrapper .sidebar-header .user-info .user-status i {
                font-size: 8px;
                margin-right: 4px;
                color: #5cb85c;
            }



.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}



.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
    margin-top: 0rem
}

    .sidebar-wrapper .sidebar-menu .header-menu span {
        font-weight: bold;
        font-size: 14px;
        padding: 15px 20px 5px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu ul li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
        padding: 8px 30px 8px 20px;
    }

        .sidebar-wrapper .sidebar-menu ul li a i {
            margin-right: 10px;
            font-size: 20px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }

        .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
            display: inline-block;
            animation: swing ease-in-out 0.5s 1 alternate;
        }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f105";
        font-style: normal;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        background: 0 0;
        position: absolute;
        right: 15px;
        top: 14px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
        padding: 5px 0;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
        padding-left: 25px;
        font-size: 16px;
    }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
            content: "\f111";
            font-family: 'Font Awesome 5 Free';
            font-weight: 400;
            font-style: normal;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 10px;
            font-size: 8px;
        }

    .sidebar-wrapper .sidebar-menu ul li a span.label,
    .sidebar-wrapper .sidebar-menu ul li a span.badge {
        float: right;
        margin-top: 8px;
        margin-left: 5px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
        float: right;
        margin-top: 0px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-submenu {
        display: none;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
        transform: rotate(90deg);
        right: 17px;
    }



.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

    .sidebar-footer > a {
        flex-grow: 1;
        text-align: center;
        height: 30px;
        line-height: 30px;
        position: relative;
    }

        .sidebar-footer > a .notification {
            position: absolute;
            top: 0;
        }

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

    .badge-sonar:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #980303;
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1.5s infinite;
    }



.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}

    .page-wrapper .page-content > div {
        padding: 20px 40px;
    }

.page-wrapper .page-content {
    overflow-x: hidden;
}



::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #525965;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #525965;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}



.chiller-theme .sidebar-wrapper {
    background: #5A6872;
}

    .chiller-theme .sidebar-wrapper .sidebar-header,
    .chiller-theme .sidebar-wrapper .sidebar-search,
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        border-top: 1px solid #18181a;
    }

        .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
        .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
            border-color: transparent;
            box-shadow: none;
        }

        .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
        .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
        .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
        .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
        .chiller-theme .sidebar-wrapper .sidebar-brand > a,
        .chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
        .chiller-theme .sidebar-footer > a {
            /*color: #818896;*/
            color: #fff;
        }

            .chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
            .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
            .chiller-theme .sidebar-wrapper .sidebar-header .user-info,
            .chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
            .chiller-theme .sidebar-footer > a:hover i {
                color: #b8bfce;
            }

/*.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #fff;
  background-color: #e56d17;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}*/

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #e56d17;
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    /*background: #18181a;*/
    background: transparent;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #18181a;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

    .chiller-theme .sidebar-footer > a:first-child {
        border-left: none;
    }

    .chiller-theme .sidebar-footer > a:last-child {
        border-right: none;
    }


.box-header {
    background: #212529;
    color: #F5F5F5;
    font-weight: bold;
    /*font-size: 0.9rem;*/
    padding-top: .55rem;
    padding-bottom: .55rem;
}

.card {
    font-size: 18px;
}

.card-header h5 {
    display: none;
}

.statistics-box {
    font-size: 14px;
    background: #f2f2f2;
    height: 100%;
}

.statistic-item {
    font-size: 20px;
}

.card-body .col-lg-4 {
    padding-bottom: 10px;
}

.header-recent-products {
    min-height: 150px;
    background-image: url("/Content/admindesign/assets/img/bg_recent_products.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 170px !important;
    max-height: 170px !important;
    padding-top: 60px;
    font-size: xx-large;
    padding-left: 20px;
}

.header-recent-offers {
    min-height: 150px;
    background-image: url("/Content/admindesign/assets/img/bg_recent_offers.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 170px !important;
    max-height: 170px !important;
    padding-top: 60px;
    font-size: xx-large;
    padding-left: 20px;
}
.table-orange
{

}
    .table-orange th {
        background: #D5A659;
        color: #fff !important;
        font-weight: bold !important;
        font-size: 20px !important;
    }
.table-grey
{

}
    .table-grey th {
        background: #899CA9;
        color: #fff !important;
        font-weight: bold !important;
        font-size: 20px !important;
    }
.input-group-text {
    color: #fff
}

.Statistics {
    background-color: #fff;
    padding: 5px
}

    .Statistics h4 {
        padding-top: 10px
    }

    .Statistics .content {
        background-color: #f7f7f7;
    }



        .Statistics .content p {
            margin-left: 4px;
            font-size: 16px;
        }


    .Statistics h3 {
        text-align: start;
        font-size: 13px;
    }

.prod {
    color: #2ecc71;
}

.pann {
    color: #9b59b6;
}

.supp {
    color: #e67e22;
}

.act {
    color: #1abc9c;
}

.pop {
    color: #2c3e50;
}

.go a {
    color: #000000;
    /*font-size: 11px;*/
    padding: 0 10px;
    font-size: 16px;
}

.notification ul {
    list-style: none;
}

    .notification ul li {
        text-decoration: none;
        line-height: 3;
    }

.aaa {
    margin-left: 75px;
}

.tabls {
    background-color: #fff;
    padding: 10px;
}

.ico-error {
    color: red;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {


    .Statistics .content {
        display: flex;
        align-items: center;
        justify-content: start;
        height: 60px;
    }

        .Statistics .content .icons {
            width: 30px;
            height: 30px;
            background-color: #d9eff9;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

            .Statistics .content .icons img {
                width: 20px;
            }

        .Statistics .content p {
            margin-left: 4px;
            font-size: 10px;
        }

            .Statistics .content p.ico {
                margin-left: 3px;
                color: #00991a;
            }

    .Statistics h3 {
        text-align: start;
        margin-left: 5px;
        margin-top: -5px;
        font-size: 18px;
    }
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.users {
/*    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 80px;*/
}

    .users img {
        border-radius: 50%;
    }

.notification {
    position: relative;
    margin-right: 30px;
}

    .notification a {
        color: #000;
    }

    .notification span {
        position: absolute;
        top: -2px
    }


.close {
    margin-top: 10rem;
    position: absolute;
    left: 100px;
    right: 100px;
}

.btn-dark {
    background-color: #000000;
    border-color: #000000;
}

.btn-darkgrey {
    background-color: #5A6872;
    color: #fff;
}

.last {
    padding: 20px;
    margin-top: 10px
}

    .last h4 {
        font-size: 15px;
        /*font-family: 'Jost-Medium';*/
    }

.media_continer {
    background-color: #fff;
    padding: 30px;
}

.media {
    margin-top: 30px
}

    .media .sub_title {
        font-size: 13px;
        color: #808080;
        margin-bottom: 4px;
        /*font-family: 'Jost-Light';*/
    }

    .media h5 {
        /*font-family: 'Jost-Medium';*/
        font-size: 15px
    }

    .media .price {
        font-size: 13px;
        color: #e56d17;
        margin-top: -5px;
        /*font-family: 'Jost-Medium';*/
    }

.last .btn {
    padding: .375rem 2.5rem;
    font-size: 0.8rem;
    line-height: 1.6;
    border-radius: 0;
    margin-right: 5px;
    margin-left: 5px;
    /*font-family: 'Jost-Light';*/
}

/*.btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}*/

.btn-danger {
    color: #fff;
    background-color: #ec0928;
    border-color: #ec0928;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0;
    color: #808080;
    /*font-family: 'Jost-Medium';*/
    font-weight: 100;
    font-size: 16px;
}

.table td {
    font-size: 14px;
    color: #000000;
    border-top: 1px solid #f1f1f1;
    padding: 1rem;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    font-size: 18px;
}


.action {
    margin-left: 25px;
    margin-right: 25px;
}


    .action a {
        color: #212529;
    }

.search_button {
    margin-top: 28px;
}

.search_list {
    float: right;
    position: relative;
}

label {
    font-size: 18px;
    color: #212529;
}

.search_list .form-control {
    display: block;
    width: 100%;
    border: none;
    padding: .375rem 2.75rem;
}

.search_list label {
    position: absolute;
    left: 10px;
    top: 8px;
    color: #212529
}

.page-link {
    color: #212529;
}

.table td,
.table th {
    color: #212529;
    font-size: 18px;
}

.main {
    border: 2px solid #000000;
    padding: 2rem;
    position: relative;
}

    .main h2 {
        position: absolute;
        top: -20px;
        left: 25px;
        font-size: 16px;
        background-color: #fff;
        padding: 10px;
    }

.form-control {
    border-radius: 0rem;
}

.btn-primarys {
    color: #fff;
    background-color: #4C687D;
    border-color: #4C687D;
    width: 140px;
}

    .btn-primarys:hover {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
        width: 140px;
    }

.btn-ligth {
    background-color: transparent;
    border-color: none;
}

.collaps {
    /*font-size: 45px;*/
    font-weight: 900;
    cursor: pointer;
    /*    margin-top: -31px;
    margin-bottom: -30px;
*/
}

.login {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.login-form {
    width: 400px;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: -5px 0px 52px -15px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: -5px 0px 52px -15px rgba(0, 0, 0, 0.61);
    box-shadow: -5px 0px 52px -15px rgba(0, 0, 0, 0.61);
}

table {
    position: relative;
}

.plus {
    position: absolute;
    top: 12.8rem;
    left: 1.6rem;
    font-size: 20px;
}

.btn_example1
{
    height: 100% !important;

}
.metal-btn-remove {
    padding: .375rem 2.5rem;
    font-size: 0.8rem;
    line-height: 1.6;
    border-radius: 0;
    margin-right: 5px;
    margin-left: 5px;
    border-width: 0px;
    height: 50px !important;
    margin-bottom: 0 !important;
}
#filter-clear {
    float: right !important;
}

.tabulator-row .tabulator-cell {
    padding-top: 15px;
}

    .tabulator-row .tabulator-cell.tabulator-row-handle {
        padding-top: 0px !important;
    }


.btn-info {
    font-family: 'Lato' !important;
}
.btn-primary {
    font-family: 'Lato' !important;
}
#download-csv {
    font-family: 'Lato' !important;
}
#download-xlsx {
    font-family: 'Lato' !important;
}
#download-pdf {
    font-family: 'Lato' !important;
}
#filter-clear {
    font-family: 'Lato' !important;
}

.addEditBtn:hover {
    cursor: pointer !important;
}

.btn-custom {
    font-size: 14px;
    padding: 6px;
}

/**Loader**/
/* Center the loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#loaderDiv {
    width: 100% !important;
    background: black;
    position: fixed;
    z-index: 99995;
    opacity: .5;
    display: flex;
    height: 100vh !important;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.cus-img {
    width: 250px;
    margin: 25px 0px;
}

.select2-results ul li {
    /*background-color: #fff !important;*/
    color: #212529 !important;
}

.select2-results ul li:hover {
    /*background-color: #fff !important;*/
    color: #fff !important;
}