@import url('https://fonts.googleapis.com/css2?family=Boogaloo&display=swap');
/*     font-family: 'Boogaloo', cursive;   */

@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
/*    font-family: 'Righteous', cursive;   */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*   font-family: 'Roboto', sans-serif;   */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/*   font-family: 'Oswald', sans-serif;   */


:root {
    --primary-color:#141C4C;
    --primary-dark-color:#001e57;
    --secondry-color:#00A7E2;
    --alternate-color:#07a2df;
    --dark-black-colour: #1D232A;
    --form-header-bg:#ffffff;
    --form-header-color:#333333;
    --page-title-color:#141C4C;
    --dark-black-colour: #1D232A;
    --lite-grey-colour: #F2F2F2;
    --table-header-bg: #424242;
}

body {
    margin: 0;
    padding: 0;
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 14px;
}

.cursor-pointer {
    cursor: pointer;
}

.space-20 {
    float: left;
    width: 100%;
    height: 20px;
}

.space-30 {
    float: left;
    width: 100%;
    height: 30px;
}
/*  Left bar section  */

.left-bar {
    /*position: fixed;*/
    width: 250px;
    height: 100vh;
    background: var(--primary-color);
    border-right: 1px solid var(--primary-color);
    transition: all 0.6s ease;
}

.left-bar-close {
    color: #d7192c;
    position: absolute;
    right: -29px;
    top: 18px;
    z-index: 11;
    font-size: 18px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #c51f30;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    text-align: center;
    padding: 1px 1px 1px 1px;
    cursor: pointer;
    overflow: hidden;
    outline: none !important;
    transition: all 0.3s ease;
    display: none;
}

    .left-bar-close:hover {
        opacity: 0.8;
    }

.branding {
    width: 100%;
    float: left;
    color: #01a4df;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.site-logo-section {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.site-logo {
    /*float: left;*/
    width: 111px;
    padding: 10px 10px 4px 10px;
    margin: 0 auto;
}

    .site-logo a {
        display: block;
    }

    .site-logo img {
        width: 100%;
    }

/*.main-user-profile{
    float: right;
    width: 200px;
    display:flex;
    vertical-align: middle;
    margin-left:25px;
    margin-top: -3px;
}
.main-user-image{
    float:left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.main-user-image img{
    width: 100%;
}
.main-user-details{
    float: right;
    padding: 0px 5px 0px 5px;
    width: calc(100% - 40px);
    position: relative;
}
.main-user-details::after{
    content:"\f078";
    position:absolute;
    right:0px;
    bottom: 0px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
     font-family: "Font Awesome 5 Free";
     cursor:pointer;
}
.main-user-role{
    font-size: 13px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-user-name{
    font-size: 14px;
    font-weight: 600;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.header-profile-section {
    float: right;
    width: 200px;
    display: flex;
    vertical-align: middle;
    margin-left: 25px;
    margin-top: -3px;
}

.header-profile {
    width: 100%;
}

.header-profile-left {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(../../images/user.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

    .header-profile-left a {
        display: block;
    }

        .header-profile-left a img {
            float: left;
            width: 40px;
            height: 40px;
            overflow: hidden;
        }

.header-profile-right {
    float: right;
    padding: 0px 10px 0px 5px;
    width: calc(100% - 40px);
    position: relative;
}

.header-profile-role {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-profile-name {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-profile-section .dropdown-toggle::after {
    display: none;
}

.header-profile-section .dropdown-toggle::before {
    content: "\f078";
    position: absolute;
    right: 0;
    top: 23px;
    font-size: 12px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    cursor: pointer;
    z-index: 9;
}

.dropdown-menu-profile.dropdown-menu-right.show {
    top: 49px !important;
    /*transform: inherit !important;*/
    left: 11px !important;
}


.profile-disply {
    margin: -10px 0 0 0;
    background: #F62A00;
    text-align: center;
    padding: 20px;
}



.header-profile .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.profile-block {
    float: left;
    width: 250px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    position: relative;
}


.profile-avatar-1 {
    float: left;
    width: 100px;
    height: 100px;
    margin: 20px 75px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 4;
    background: #FFF;
    border: 1px solid var(--primary-color);
    /*background: url(../../images/user.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/
}

    .profile-avatar-1 img {
        width: 100px;
    }

.profile-name-1 {
    width: 100%;
    color: var(--primary-color);
    font-size: 18px;
    text-align: center;
    float: left;
    /*white-space: nowrap;*/
    padding: 4px 0 0 15px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
}

    .profile-name-1 h4 {
        font-size: 18px;
    }

.profile-deg {
    float: left;
    width: 100%;
    color: #aaa;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

/*.header-profile {
    float: right;
    padding: 9px 0;
    margin: 0 10px 0 0;
}*/

.profile-actions {
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}

    .profile-actions a {
        float: left;
        width: 100%;
        padding: 5px 10px;
        border-bottom: 1px solid #ccc;
        color: #000;
        /*background: #fff;*/
        font-size: 15px;
        letter-spacing: 0.5px;
        transition: all 0.6s ease;
        cursor: pointer;
    }

        .profile-actions a:last-child {
            border-bottom: 0;
        }

        .profile-actions a:hover {
            color: var(--primary-color);
            background: #f1f1f1;
            font-weight: 600;
            text-decoration: none;
        }


.logout-link {
    float: left;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    color: #666;
    /*background: #eee;*/
    font-size: 12px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.6s ease;
}

    .logout-link:hover {
        background: #999;
        color: #FFF;
    }

    .logout-link i {
        margin-right: 5px;
    }











/*--------------------*/

.user-profile {
    float: left;
    width: 100%;
    padding: 10px 4px;
    text-align: center;
    color: #fff;
    word-wrap: break-word;
}

.user-image {
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .user-image img {
        width: 100%;
    }

.user-profile .user-name {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    letter-spacing: 0.7px;
}

.user-profile .user-role {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

/* nav bar section   */

.menu-toggle {
    float: left;
    font-size: 24px;
    cursor: pointer;
    margin-right: 25px;
}

.header-upload-logo {
    float: left;
    max-width: 150px;
    height: 36px;
    overflow: hidden;
    margin-right: 15px;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

    .header-upload-logo img {
        /*width: 100%;*/
        /*height: -webkit-fill-available;*/
        max-height: 36px;
        width: 100%;
    }

.nav-bar {
    float: left;
    width: 100%;
    height: calc(100vh - 130px);
    overflow-y: auto;
    /*padding: 5px 15px;*/
    display: flex;
    justify-items: center;
    /*align-items: center;*/
    border-top: 1px solid rgb(255 255 255 / 0.2);
    /*font-family: Helvetica;*/
    font-family: 'Oswald', sans-serif;
    overflow-x: hidden;
}

    .nav-bar::-webkit-scrollbar {
        width: 3px;
        height: 6px;
    }

    .nav-bar ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .nav-bar ul li {
            display: block;
            float: left;
            width: 100%;
            /*padding: 8px 20px;*/
            cursor: pointer;
            color: #FFF;
            position: relative;
            /*transition: all 0.6s ease;*/
            letter-spacing: 0.8px;
        }

            .nav-bar ul li a {
                transition: all 0.6s ease;
            }

    .nav-bar > ul > li > a {
        font-weight: 600;
    }
        /*.nav-bar > ul > li > a:first-child{
        border-top: 1px solid rgb(255 255 255 / 0.2);
    }*/
        .nav-bar > ul > li > a:last-child {
            /*padding-bottom: 60px;*/
            border-bottom: 0;
        }

    .nav-bar > ul > li:last-child {
        padding-bottom: 60px;
    }

    .nav-bar ul li a:hover {
        background: rgb(227 210 0 / 0.1);
    }

    .nav-bar > ul > li:hover > a {
        color: #e3d200;
        font-weight: 600;
    }

        .nav-bar > ul > li:hover > a > i {
            color: #e3d200;
        }


    .nav-bar ul li.active {
        color: #e3d200;
    }

    .nav-bar ul li i {
        color: #FFFFFF;
        padding: 4px;
        font-size: 18px;
        border-radius: 4px;
        width: 30px;
    }

    .nav-bar ul li:active a i {
        color: #e3d200 !important;
    }

    .nav-bar ul li a {
        text-decoration: none;
        color: #FFF;
        display: block;
        padding: 4px;
        padding: 8px 20px;
        border-bottom: 1px solid rgb(255 255 255 / 0.2);
        transition: all 0.6s ease;
    }

    .nav-bar ul li.active > a {
        text-decoration: none;
        color: #e3d200;
        background: rgb(227 210 0 / 0.1);
    }

    .nav-bar ul li.active a i {
        color: #e3d200;
    }


    /*.nav-bar ul li:hover ul {
                display: block;
            }*/

    .nav-bar ul li ul {
        /*width: 200px;*/
        /*display: none;*/
        /*position: absolute;*/
        /*position: relative;*/
        /*margin-left: 45px;*/
        /*right: -200px;
                top: 0px;
                width: 200px;
                background: #173d84;*/
        color: #fff;
        /*z-index: 2;
                border-radius: 4px;
                box-shadow: 0 0 10px var(--primary-dark-color);
                max-height: calc(100vh - 300px);
                overflow-y: auto;*/
    }

        .nav-bar ul li ul li a {
            color: #fff;
            border-color: rgb(255 255 255 / 0.1);
            padding: 8px 6px 8px 6px;
        }

            .nav-bar ul li ul li a:hover {
                color: #e3d200 !important;
                /*font-weight: 600;*/
            }

    .nav-bar ul li a:hover i {
        color: #e3d200 !important;
    }

    .nav-bar ul li ul li {
        /*padding: 10px 10px;*/
        transition: all 0.6s ease;
    }

        .nav-bar ul li ul li:first-child {
            /*margin-top: 5px !important;*/
            border-top: 0 !important;
        }

        .nav-bar ul li ul li:last-child {
            /*margin-bottom: 5px !important;*/
            border-bottom: 0 !important;
        }

        /*.nav-bar ul li ul li:hover {
                background: var(--primary-dark-color);
            }*/

        .nav-bar ul li ul li:hover a {
            color: #fff;
        }
    /*.nav-bar > ul > li.has-child{
    position: relative;
}*/
    .nav-bar > ul > li.has-child::after {
        content: "\f107";
        position: absolute;
        right: 10px;
        top: 12px;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        transition: all 0.6s ease;
    }
    /*.nav-bar > ul > li .has-child.active::after{
    transform: rotate(-90deg);
}*/

    .nav-bar ul li ul.child.active {
        display: block;
    }

    .nav-bar ul.child {
        width: 200px;
        margin-left: 45px;
        display: none;
        transition: all 0.6s ease;
    }

        .nav-bar ul.child li.active a {
            font-weight: 600;
        }


.nav-footer {
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.logout-btn {
    cursor: pointer;
    color: #FFF;
    font-size: 18px;
}
/* main form section   */

/*.form-group label{
    text-transform: capitalize;
}*/

.form-section-bar {
    position: fixed;
    width: calc(100% - 250px);
    height: 100vh;
    background: #FFF;
    left: 250px;
    top: 0;
    box-shadow: 0 0 5px #999;
    transition: all 0.6s ease;
}

    .form-section-bar.hide-menu {
        width: 100%;
        left: 0px;
        transition: all 0.6s ease;
    }

.form-header {
    float: left;
    width: 100%;
    background: var(--form-header-bg);
    color: var(--form-header-color);
    padding: 11.5px 20px;
    box-shadow: 0 0 5px #aaa;
    position: relative;
    z-index: 999;
}

.header-user {
    float: left;
}

.profile-thumb {
    background: none;
    border: 0;
    font-family: 'Boogaloo', cursive;
    font-size: 16px;
    letter-spacing: 1px;
}

.profile-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.header-right {
    float: right;
    padding: 0px 0 0 0;
    display: flex;
    align-items: center;
}

.header-search {
    float: left;
    width: 250px;
    padding: 10px 60px 0 0;
}

.header-action-icons {
    float: left;
    color: var(--primary-dark-color);
    font-size: 20px;
    cursor: pointer;
}

.header-email {
    padding: 2px 10px 0 30px;
}

.header-alerts {
    padding: 2px 0px 0 25px;
}

.header-search-icon {
    padding: 2px 10px 0 30px;
}

.header-logout {
    padding: 2px 0px 0 25px;
}

.header-search .form-control {
    border: 1px solid var(--primary-dark-color);
    border-radius: 30px;
    padding: 0.0rem 0.75rem;
    height: calc(1.2em + 0.75rem + 2px);
}

.header-search-btn {
    background: none;
    border: 0;
    color: var(--primary-dark-color);
    margin-top: -27px;
    margin-right: 10px;
    position: relative;
    z-index: 5;
}

/*header Notification CSS Start Here*/
.header-noti {
    margin-left: 25px;
}

    .header-noti .dropdown-toggle {
        position: relative;
        outline: none !important;
        text-decoration: none !important;
    }

.header-noti-icon {
    font-size: 20px;
    color: var(--form-header-color);
}

    .header-noti-icon:hover {
        font-weight: 600;
        color: var(--primary-color);
    }

.header-noti .dropdown-toggle::after {
    content: none;
}

.notification-count {
    width: 20px;
    height: 20px;
    color: #fff;
    background: #f30b0b;
    font-size: 12px;
    line-height: 14px;
    outline: none !important;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: -12px;
    top: -18px;
    text-align: center;
    padding: 3px 0;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .notification-count:hover {
        background: #f30b0b;
    }

.dropdown-toggle:hover .notification-count {
    width: 25px;
    height: 25px;
    color: #fff;
    background: #f30b0b;
    font-size: 15px;
    line-height: 18px;
}

.header-noti-block {
    width: 250px;
    transform: inherit !important;
    left: auto !important;
    right: 0 !important;
    top: 25px !important;
    padding: 0;
    background: #fff;
    overflow: hidden;
    border: none;
}

.header-noti-title {
    width: 100%;
    padding: 6px 10px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to bottom right, #002059 0%, #079dda 100%);
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.header-noti-block ul {
    width: 100%;
    padding: 0px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-bottom: 0;
}

    .header-noti-block ul::-webkit-scrollbar {
        width: 4px;
        height: 6px;
        visibility: hidden;
    }

    .header-noti-block ul li {
        width: 100%;
        list-style: none;
    }

        .header-noti-block ul li:last-child a {
            border-bottom: 0;
        }

.header-noti-block a {
    width: 100%;
    display: block;
    color: #474747;
    text-decoration: none;
    padding: 4px 10px;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none !important;
}

    .header-noti-block a:hover {
        background: #f9f9f9;
        box-shadow: 0 0 3px #727272;
    }

.header-noti-button {
    width: 100%;
    color: #002059;
    background: rgb(0 32 89 / 10%);
    cursor: pointer;
    outline: none !important;
    text-align: center;
    font-weight: 600;
    padding: 3px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0 0 4px 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

    .header-noti-button:hover {
        opacity: 0.8;
        text-decoration: underline;
    }

.no-noti-found {
    width: 100%;
    text-align: center;
}

    .no-noti-found img {
        width: auto;
        max-height: 140px;
    }

.no-noti-data-title {
    font-weight: 600;
}


/*header Notification CSS End Here*/




.form-section {
    padding: 20px 15px 15px 15px;
    padding-top: 0;
    float: left;
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    background: #f2f2f2;
}

    .form-section.custom {
        height: auto;
        padding-right: 0;
        background: #fff;
        padding-left: 0;
        padding-bottom: 0;
    }

        .form-section.custom > .form-section-body {
            height: calc(100vh - 60px);
        }

        .form-section.custom > .form-title-bar {
            margin-right: 0px !important;
            margin-left: 0px !important;
        }

.form-header {
    float: left;
    width: 100%;
}

.form-title-bar {
    float: left;
    width: 100%;
    padding: 7px 0;
    position: relative;
    z-index: 1;
}

.form-section > .form-title-bar {
    border-bottom: 1px solid var(--primary-color);
    /*margin-bottom: 15px !important;*/
    margin-left: -15px;
    margin-right: -15px;
    width: -webkit-fill-available;
    width: -moz-available;
    display: flow-root;
    padding-left: 15px;
    padding-right: 15px;
}

.form-title {
    color: var(--page-title-color);
    float: left;
    text-align: left;
    font-size: 22px;
    padding: 3px 0 0px 0;
    /*font-family: Helvetica;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
/*.form-title.custom{
    font-size: 19px;
    padding: 3px 0;
}*/
.form-title-address {
    float: right;
    max-width: 65%;
    font-size: 12px;
    line-height: 18px;
    color: #59687b;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    padding: 10px 5px 0 10px;
    height: 43px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    overflow: hidden;
    cursor: default;
}


/*.form-action-link {
    float: right;
    color: #FFF;
    text-align: right;
    font-size: 16px;
    padding: 3px 20px;
    cursor: pointer;
    margin: 0 0 0px 20px;
    border: 2px solid #666666;
    outline: none !important;
}*/
.form-action-box {
    position: relative;
    z-index: 1;
}

.form-action-link {
    cursor: pointer;
    margin-left: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    font-weight: bold;
    /*color: rgba(255,255,255,0.6);*/
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    display: inline-block;
    width: auto;
    background: linear-gradient(to bottom, #9ceabd 0%, #9ddab6 26%, #7fbb98 100%);
    border-radius: 5px;
    border: 0;
    /*border-top: 1px solid #c8e2d3;*/
    border-bottom: 1px solid #c2dece;
    top: 0;
    transition: all 0.06s ease-out;
    position: relative;
    float: right;
    outline: none !important;
    text-transform: capitalize;
}

    .form-action-link:visited {
        color: #5ea97d;
    }

    .form-action-link:hover {
        background: linear-gradient(to bottom, #baf1d1 0%, #b7e4ca 26%, #96c7ab 100%);
    }

    .form-action-link:active {
        top: 3px;
        /*text-shadow: 0 -2px 0 #7fbb98, 0 1px 1px #c2dece, 0 0 4px white;*/
        color: white;
    }

        .form-action-link:active:before {
            top: 0;
            /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7), 0 3px 9px rgba(0, 0, 0, 0.2);*/
            height: 31px;
        }

    .form-action-link:before {
        display: inline-block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
        top: 3px;
        border-radius: 5px;
        height: 32px;
        background: linear-gradient(to top, #1e5033 0%, #378357 6px);
        transition: all 0.078s ease-out;
        /*box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.3), 0 5px 2.4px rgba(0, 0, 0, 0.5), 0 10.8px 9px rgba(0, 0, 0, 0.2);*/
    }

    .form-action-link a {
        color: #fff;
        text-decoration: none;
    }


.action-btn-red {
    background: #C51F30;
    transition: all 0.4s ease;
}

    .action-btn-red:hover {
        color: rgba(255,255,255,0.6);
        background: #C51F30;
    }

    .action-btn-red:before {
        /*background: linear-gradient(to top, #58000b 0%, #d0021b 6px);*/
        background: linear-gradient(to top, #000 0%, #d0021b 6px);
    }

.action-btn-green {
    background: #006735 !important;
    transition: all 0.4s ease;
}

    .action-btn-green:hover {
        color: rgba(255,255,255,0.6);
        background: #006735 !important;
    }

    .action-btn-green:before {
        /*background: linear-gradient(to top, #58000b 0%, #d0021b 6px);*/
        background: linear-gradient(to top, #000 0%, #006735 6px);
    }

    .action-btn-green.light {
        background: #00ac46 !important;
    }

.action-btn-blue {
    background: var(--primary-color) !important;
    /*background: #00a4e5 !important;*/
    transition: all 0.4s ease;
}

    .action-btn-blue:hover {
        color: rgba(255,255,255,0.6);
        background: var(--primary-color) !important;
    }

    .action-btn-blue:before {
        /*background: linear-gradient(to top, #00455f 0%, #0384b7 6px) !important;*/
        background: linear-gradient(to top, #000 0%, var(--primary-color) 6px) !important;
    }

.action-btn-dark-blue {
    background: #001d56 !important;
    transition: all 0.4s ease;
}


.action-btn-orange {
    background: #ff733e !important;
    transition: all 0.4s ease;
}

    .action-btn-orange:hover {
        color: rgba(255,255,255,0.6);
        background: #e1734e !important;
    }

    .action-btn-orange:before {
        /*background: linear-gradient(to top, #822100 0%, #e1734e 6px) !important;*/
        background: linear-gradient(to top, #000 0%, #e1734e 6px) !important;
    }

.action-btn-grey {
    /*color: #666666;*/
    background: #666666;
    transition: all 0.4s ease;
}

    .action-btn-grey:hover {
        color: rgba(255,255,255,0.6);
        background: #666666;
    }

    .action-btn-grey:before {
        background: linear-gradient(to top, #000000 0%, #666666 6px) !important;
    }

.action-btn-purpel {
    background: #980065;
    transition: all 0.4s ease;
}

    .action-btn-purpel:hover {
        color: rgba(255,255,255,0.6);
        background: #980065;
    }

    .action-btn-purpel:before {
        background: linear-gradient(to top, #000000 0%, #980065 6px) !important;
    }

.btn-blue {
    background: var(--primary-color);
    border-radius: 0;
    padding: 2px 15px;
    font-weight: 400;
    color: #FFF;
    transition: all 0.6s ease;
}

    .btn-blue:hover {
        color: var(--primary-color);
        border-color: var(--primary-color);
        background: #fff;
    }

.print-btn {
    border: 1px solid #aaa;
    padding: 2px 6px;
    color: #666;
    margin-right: 30px;
}

.action-btn-yellow {
    background: #fda90c !important;
    transition: all 0.4s ease;
}

    .action-btn-yellow:hover {
        background: #db920b !important;
    }

    .action-btn-yellow:before {
        /*background: linear-gradient(to top, #c78509 0%, #e29608 6px);*/
        background: linear-gradient(to top, #000 0%, #e29608 6px);
    }

.action-btn-yellow-1 {
    color: #666;
    background: #f7f814 !important;
    transition: all 0.4s ease;
}

    .action-btn-yellow-1:hover {
        background: #e1e214 !important;
    }

    .action-btn-yellow-1:before {
        /*background: linear-gradient(to top, #c78509 0%, #e29608 6px);*/
        background: linear-gradient(to top, #000 0%, #f7f814 6px);
    }

.form-filters {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    padding: 0px;
}

    .form-filters ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }

        .form-filters ul li {
            width: 16.6667%;
            border-right: 1px solid #ddd;
            display: inline-block;
            white-space: nowrap;
        }

.filter-label i {
    float: left;
    font-size: 18px;
    padding: 12px 12px 0 14px;
    color: var(--primary-dark-color);
}

.filter-label span {
    float: left;
    padding: 10px 10px 8px 10px;
    border-left: 1px solid #ddd;
    font-weight: 400;
}

.filter-btn {
    background: none;
    border: 0;
    padding: 10px;
    text-transform: uppercase;
}

    .filter-btn i {
        margin-right: 6px;
    }
/*   Dashbord Tabs    */

.dashbord-tabs {
    float: left;
    width: 100%;
}

    .dashbord-tabs nav {
        float: left;
        width: 100%;
    }

    .dashbord-tabs .nav-tabs {
        border-bottom: 2px solid #2d4954;
    }

        .dashbord-tabs .nav-tabs .nav-link.active,
        .dashbord-tabs .nav-tabs .nav-item.show .nav-link {
            border-color: rgba(0, 0, 0, 0);
        }

        .dashbord-tabs .nav-tabs .nav-item {
            margin-bottom: 0;
            padding: 10px 30px;
            color: #144b56;
            font-size: 18px;
        }

            .dashbord-tabs .nav-tabs .nav-item i {
                font-size: 22px;
            }

            .dashbord-tabs .nav-tabs .nav-link.active,
            .dashbord-tabs .nav-tabs .nav-item.show .nav-link {
                color: #740070;
                background-color: #fff;
                border-bottom: 3px solid #740070;
            }

    .dashbord-tabs .tab-content > .tab-pane {
        padding: 20px 0;
        float: left;
        width: 100%;
    }

.dash-box {
    float: left;
    width: 100%;
}

.dash-title {
    float: left;
    padding: 5px 0px;
    /*background: #FFFFFF;*/
    color: var(--primary-dark-color);
    border-radius: 6px 6px 0 0px;
    width: 100%;
    text-align: left;
    font-weight: 600;
}

.dash-chart {
    float: left;
    width: 100%;
    border-radius: 0px 6px 6px 6px;
    border: 1px solid #999;
}

.info-label {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
    margin-bottom: 0;
}

.info-value {
    width: 100%;
    padding: 0px 0 10px 0;
    text-align: center;
    font-weight: 600;
}

.chart {
    float: left;
    width: 100%;
    padding: 20px;
}

    .chart img {
        width: 100%;
    }

.dash-box-title {
    font-family: 'Righteous', cursive;
    padding: 30px 0 10px 0;
    font-size: 18px;
}
/*   popup form  */

.popup-form {
}

.modal-dialog-scrollable .modal-content.popup-form {
    overflow: visible;
    border-radius: 0rem;
}

.modal-header .pop-close {
    background: #f5a623;
    color: #FFF;
    font-size: 14px;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
    margin-top: -43px;
    border-radius: 4px 4px 0px 0px;
    padding: 6px 20px;
}

.modal-header {
    background: #cecece;
    box-shadow: 0 0 5px #333;
}

.modal-title {
    width: calc(100% - 100px);
    padding-left: 100px;
    text-align: center;
    font-family: 'Righteous', cursive;
    letter-spacing: 1px;
}

.pop-sub-title {
    font-size: 18px;
    color: #5b1755;
    margin-bottom: 10px;
    font-weight: 600;
}

.popup-info {
    float: left;
    display: block;
    width: 100%;
}

.bold-label {
    font-family: 'Boogaloo', cursive;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
}

.popup-info label {
    width: 100%;
}

.pop-border-right {
    border-right: 1px solid #aaa;
}

.pop-btn,
.pop-btn-sucess,
.pop-btn-warn {
    border-radius: 0;
    padding: 4px 30px;
}

.pop-btn {
    background: #3a9bca;
    border-color: #3a9bca;
}

.pop-btn-sucess {
    background: #00935f;
    border-color: #00935f;
}

.pop-btn-warn {
    background: #f79100;
    border-color: #f79100;
}
/*    Custom Popup     */




.custom-popup-form {
    position: absolute;
    width: 100%;
    height: 0;
    background: #F2F2F2;
    /*border-radius: 0 0 30px 30px;*/
    left: 20px;
    top: 1195px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    transition: all 0.6s ease;
}

    .custom-popup-form.active {
        height: calc(100vh - 60px);
        top: 60px;
        overflow-y: auto;
        left: 0;
        z-index: 222;
    }

.custom-popup-form-2 {
    position: absolute;
    width: 100%;
    height: 0;
    background: #F2F2F2;
    border-top: 1px solid #ccc;
    /*border-radius: 0 0 30px 30px;*/
    left: 20px;
    top: 1195px;
    overflow: hidden;
    transition: all 0.6s ease;
}

    .custom-popup-form-2.active {
        height: calc(100vh - 60px);
        top: 60px;
        left: 0;
        overflow-y: auto;
        z-index: 222;
    }

.custom-popup-form-3 {
    position: absolute;
    width: 100%;
    height: 0;
    background: #F2F2F2;
    border-radius: 0 0 30px 30px;
    left: 20px;
    top: 1195px;
    overflow: hidden;
    transition: all 0.6s ease;
}

    .custom-popup-form-3.active {
        height: calc(100vh - 60px);
        top: 60px;
        left: 0;
        overflow-y: auto;
        z-index: 222;
    }

.custom-popup-form-4 {
    position: absolute;
    width: 100%;
    height: 0;
    background: #F2F2F2;
    /*border-radius: 0 0 30px 30px;*/
    left: 20px;
    top: 1195px;
    overflow: hidden;
    transition: all 0.6s ease;
}

    .custom-popup-form-4.active {
        height: calc(100vh - 60px);
        top: 60px;
        left: 0;
        overflow-y: auto;
        z-index: 222;
    }

.custom-popup-form-5 {
    position: absolute;
    width: 100%;
    height: 0;
    background: #F2F2F2;
    /*border-radius: 0 0 30px 30px;*/
    left: 20px;
    top: 1195px;
    overflow: hidden;
    transition: all 0.6s ease;
    z-index: 2;
}

    .custom-popup-form-5.active {
        height: calc(100vh - 60px);
        top: 60px;
        left: 0;
        overflow-y: auto;
        z-index: 222;
    }

.custom-popup-form-6 {
    position: absolute;
    width: 100%;
    height: 0;
    background: #F2F2F2;
    /*border-radius: 0 0 30px 30px;*/
    left: 20px;
    top: 1195px;
    overflow: hidden;
    transition: all 0.6s ease;
    z-index: 2;
}

    .custom-popup-form-6.active {
        height: calc(100vh - 60px);
        top: 60px;
        left: 0;
        overflow-y: auto;
        z-index: 222;
    }

.custom-popup-form-7 {
    position: absolute;
    width: 100%;
    height: 0;
    background: #F2F2F2;
    /*border-radius: 0 0 30px 30px;*/
    left: 20px;
    top: 1195px;
    overflow: hidden;
    transition: all 0.6s ease;
    z-index: 2;
}

    .custom-popup-form-7.active {
        height: calc(100vh - 60px);
        top: 60px;
        left: 0;
        overflow-y: auto;
        z-index: 222;
    }

.popup-form-section {
    float: left;
    width: 100%;
    /*padding: 20px 20px 20px 20px;*/
    padding: 10px;
    padding-top: 0;
}

    .popup-form-section > .form-title-bar {
        margin-bottom: 10px;
        margin-left: -10px;
        margin-right: -10px;
        width: -webkit-fill-available;
        width: -moz-available;
        padding: 2px 10px 11px 10px;
        border-bottom: 1px solid;
    }

.custom-popup-header {
    width: 100%;
    float: left;
}

.custom-pop-title {
    float: left;
    font-size: 18px;
    color: #5b1755;
    font-weight: 600;
}

.popup-form-section .form-title-bar-right {
    padding-top: 5px;
}

.popup-form-section.customize {
    padding-right: 0;
}

    .popup-form-section.customize .form-title-bar {
        padding-right: 24px;
    }

.popup-form-section.customize-1 {
    padding: 0;
}

.customize-1 .form-title-bar {
    padding-right: 20px;
    padding-left: 20px;
}

.no-scroll {
    overflow: hidden !important;
}
/*.custom-pop-close {
        float: right;
        background: #ffb635;
        color: #FFF;
        padding: 6px 20px 4px 20px;
        border-radius: 6px 6px 0px 0;
        cursor: pointer;
    }*/

.custom-popup-info {
    float: left;
    width: 100%;
    padding: 20px;
    background: #63bbb0;
}
/*  form-tabs */

.form-tabs {
    float: left;
    width: 100%;
}

    .form-tabs nav {
        float: left;
        width: 100%;
        background: #FFF;
        position: relative;
    }

    .form-tabs .nav-tabs {
        border-bottom: 0px solid #2d4954;
        padding-left: 7px;
    }

        .form-tabs .nav-tabs .nav-link.active,
        .form-tabs .nav-tabs .nav-item.show .nav-link,
        .form-tabs .nav-tabs .nav-link:hover {
            border-color: rgba(0, 0, 0, 0);
        }

        .form-tabs .nav-tabs .nav-item {
            margin-bottom: 0;
            padding: 2px 30px 2px 30px;
            color: #FFFFFF;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            margin-left: 60px;
            border-radius: 0;
            position: relative;
            background: #aeaeae;
            text-transform: uppercase;
            transition: 0.6s ease all;
        }

            .form-tabs .nav-tabs .nav-item:first-child {
                margin-left: 0;
            }

            .form-tabs .nav-tabs .nav-item::before {
                position: absolute;
                content: "";
                width: calc(100% + 14px);
                height: calc(100% + 14px);
                border: 3px solid #aeaeae;
                left: -7px;
                top: -7px;
            }

            .form-tabs .nav-tabs .nav-item::after {
                position: absolute;
                content: "";
                width: 48px;
                height: 6px;
                background: #aeaeae;
                left: -55px;
                top: 9px;
            }

            .form-tabs .nav-tabs .nav-item:first-child::after {
                display: none;
            }

            .form-tabs .nav-tabs .nav-item i {
                font-size: 22px;
            }

            .form-tabs .nav-tabs .nav-link.active,
            .form-tabs .nav-tabs .nav-item.show .nav-link {
                /*background-color: var(--alternate-color);*/
                background-color: #24338A;
            }

            .form-tabs .nav-tabs .nav-item.active::before {
                border: 3px solid #24338A;
            }

    .form-tabs .tab-content > .tab-pane {
        padding: 20px 20px 0 20px;
        float: left;
        width: 100%;
    }

    .form-tabs .tab-content {
        border: 1px solid #999999;
        float: left;
        width: 100%;
        margin: 20px 0 0 0px;
    }

    /*tabs custom change*/

    .form-tabs .nav-tabs.custom {
        margin-bottom: 30px;
        padding: 0 15px;
    }

.tabs-sub-text {
    position: absolute;
    color: black;
    display: block;
    width: 100%;
    white-space: nowrap;
    bottom: -26px;
    left: -8px;
    text-transform: capitalize;
}

.nav-tabs .nav-item.nav-link.active .tabs-sub-text {
    color: #24338A;
}

.form-tabs .nav-tabs.custom .nav-item {
    margin-left: 125px;
}

    .form-tabs .nav-tabs.custom .nav-item:first-child {
        margin-left: 0;
    }

    .form-tabs .nav-tabs.custom .nav-item::after {
        left: -120px;
        width: 113px;
    }




/*progress Bar Mini*/

.prograss-bar-box {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 20px 4px 4px 4px;
    width: 250px;
}

.prograss-bar-mini {
    width: 100%;
    height: 5px;
    background: #ccc;
    border-radius: 30px;
    position: relative;
}

.prograss-bar-show {
    left: 0;
    top: 0;
    background: #34a852;
    width: 30%;
    height: 5px !important;
    border-radius: 50px;
    transition: all 0.6s ease;
}

    .prograss-bar-show::before {
        content: attr(data-val);
        /*width: 35px;
    height: 20px;*/
        position: absolute;
        right: 0px;
        top: -20px;
        font-size: 12px;
        font-weight: 700;
        padding: 2px;
        text-align: right;
    }




/* right bar section   */

.right-bar {
    position: fixed;
    width: 0px;
    height: 100vh;
    background: #ffd996;
    right: -300px;
    top: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0 0 5px #777;
    transition: all 0.6s ease;
    padding: 0 20px;
}

    .right-bar.active {
        visibility: visible;
        width: 400px;
        right: 0px;
        overflow: auto;
    }

.wedget-close {
    position: absolute;
    left: 5px;
    top: 25px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 5px 0;
    background: var(--primary-dark-color);
    color: #FFF;
    cursor: pointer;
}

.widget-title {
    float: left;
    width: 100%;
    padding: 30px 0 20px 0;
    text-align: center;
}
/*   notification Tabs    */

.notification-tabs {
    float: left;
    width: 100%;
}

    .notification-tabs nav {
        float: left;
        width: 100%;
    }

    .notification-tabs .nav-tabs {
        border-bottom: 0px solid #2d4954;
    }

        .notification-tabs .nav-tabs .nav-link.active,
        .notification-tabs .nav-tabs .nav-link:hover,
        .notification-tabs .nav-tabs .nav-item.show .nav-link {
            border-color: rgba(0, 0, 0, 0);
        }

        .notification-tabs .nav-tabs .nav-item {
            margin-bottom: 0;
            padding: 10px 0px;
            width: 50%;
            text-align: center;
            color: #144b56;
            font-size: 18px;
            border-bottom: 2px solid #000000;
            cursor: pointer;
        }

            .notification-tabs .nav-tabs .nav-item:hover {
                border-bottom: 2px solid var(--primary-dark-color);
            }

            .notification-tabs .nav-tabs .nav-item i {
                font-size: 22px;
            }

            .notification-tabs .nav-tabs .nav-link.active,
            .notification-tabs .nav-tabs .nav-item.show .nav-link {
                color: var(--primary-dark-color);
                background-color: transparent;
                border-bottom: 3px solid var(--primary-dark-color);
            }

    .notification-tabs .tab-content > .tab-pane {
        padding: 20px 0;
        float: left;
        width: 100%;
    }
/*   Custom Controlls   */
/* The container must be positioned relative: */

.custom-select {
    position: relative;
    font-family: Arial;
    padding: 0;
    border: 0;
}

    .custom-select select {
        display: none;
        /*hide original SELECT element: */
    }

.select-selected {
    background-color: #f2f2f2;
    white-space: nowrap;
}
    /* Style the arrow inside the select element: */

    .select-selected:before {
        position: absolute;
        content: "";
        top: 0px;
        right: 0px;
        width: 30px;
        height: 100%;
        background: #f2f2f2;
    }

    .select-selected:after {
        position: absolute;
        content: "";
        top: 17px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #000 transparent transparent transparent;
    }
    /* Point the arrow upwards when the select box is open (active): */

    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #000 transparent;
        top: 7px;
    }
/* style the items (options), including the selected item: */

.select-items div,
.select-selected {
    color: #444;
    padding: 6px 16px;
    border: 1px solid transparent;
    /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
    cursor: pointer;
}
/* Style items (options): */

.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
/* Hide the items when the select box is closed: */

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
/* Bootstrap Edit  */

.form-group > label {
    color: #24338A;
    line-height: 15px;
    margin-bottom: 0;
    /*text-transform: capitalize;*/
}

.form-sub-title {
    /*float: left;*/
    width: 100%;
    margin: 20px 0 0 0;
    font-family: 'Oswald', sans-serif;
}

    .form-sub-title h4 {
        font-weight: 500;
        font-size: 18px;
    }

    .form-sub-title h6 {
        font-weight: 500;
        font-size: 14px;
    }

.form-sub-title-left {
    float: left;
    width: 50%;
}

.form-sub-title-right {
    float: right;
    text-align: right;
    width: 50%;
}

.tab-form-group {
    float: left;
    width: 100%;
}

    .tab-form-group .form-group > label {
        margin-top: 10px;
    }

.tab-footer {
    float: left;
    width: 100%;
    /*width: calc(100% + 40px);*/
    /*width: calc(100% + 20px);*/
    background: var(--alternate-color);
    text-align: right;
    padding: 5px 10px;
    /*margin: 0 0 0 -20px;*/
}

.tab-button {
    color: #FFFFFF;
    transition: all 0.6s ease;
}

.tab-submit {
    font-size: 14px;
    background: var(--primary-dark-color);
    color: #FFFFFF;
    padding: 0px 12px;
    transition: all 0.6s ease;
}

    .tab-submit:hover {
        color: #fff;
        background: #04399c;
    }

.form-control {
    border: 0px;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid #2d2d2d;
    background: none;
    box-shadow: none !important;
}

    .form-control:disabled {
        cursor: not-allowed;
    }

    .form-control:disabled, .form-control[readonly] {
        padding-left: 5px;
    }

    .form-control:disabled {
        background: #f1f1f1 !important;
    }

.input-group .form-control:disabled + div + span {
    background: #f1f1f1 !important;
    cursor: not-allowed;
}

    .input-group .form-control:disabled + div + span button {
        cursor: not-allowed;
        color: #a9a9a9 !important;
        background: #f1f1f1 !important;
    }

.btn-default:disabled {
    background: #f1f1f1 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.circle-check-box {
    width: 100%;
    height: 200px;
    padding: 20px 0 0 0;
    text-align: center;
}

.gp-circle-checkbox {
    /* position: absolute; */
    opacity: 0;
    width: 100%;
    float: left;
}

    .gp-circle-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        width: 100%;
    }

        .gp-circle-checkbox + label span {
            position: absolute;
            bottom: -120px;
            left: 0;
            width: 100%;
            text-align: center;
            font-size: 16px;
        }

            .gp-circle-checkbox + label span:before {
                content: '';
                position: absolute;
                width: 100px;
                height: 100px;
                border: 2px solid #aeaeae;
                border-radius: 50%;
                top: -120px;
                left: calc(50% - 50px);
            }

        .gp-circle-checkbox + label:before {
            content: '';
            /* margin-right: 10px; */
            position: absolute;
            width: 20px;
            height: 20px;
            background: #aeaeae;
            border: 1px solid #aeaeae;
            border-radius: 50%;
            left: calc(50% + 20px);
            top: -20px;
            z-index: 99;
        }

    .gp-circle-checkbox:hover + label:before {
        background: #34a852;
    }

    .gp-circle-checkbox:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    .gp-circle-checkbox:checked + label:before {
        background: #34a852;
    }

    .gp-circle-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .gp-circle-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .gp-circle-checkbox:checked + label span {
        color: #34a852;
    }

        .gp-circle-checkbox:checked + label span:before {
            border: 2px solid#34a852;
        }

    .gp-circle-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: calc(50% + 24px);
        top: -10px;
        z-index: 99;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/*   box radio button   */

.box-radio-btn-group {
    float: left;
    border: 1px solid #000000;
    border-radius: 4px;
    overflow: hidden;
    margin: 15px 0 20px 40px;
}

.box-radio-btn {
    width: 100px;
    float: left;
    text-align: center;
}

.gp-box-radio {
    position: absolute;
    opacity: 0;
    /*width: 100%;*/
    float: left;
}

    .gp-box-radio + label {
        position: relative;
        cursor: pointer;
        padding: 6px;
        width: 100%;
        margin: 0;
    }

    .gp-box-radio:checked + label {
        background: #34a852;
        color: #FFFFFF;
    }


/*-------------- Advertisements Css start here -------------------*/

.form-container {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.form-inner {
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
    height: calc(100vh - 242px);
    overflow-y: auto;
    word-wrap: break-word;
}

    .form-inner.full-height {
        height: calc(100vh - 202px) !important;
    }




.advertice-group {
    width: 100%;
    float: left;
    display: flex;
}

.advertice-section {
    float: left;
    width: 25%;
    margin-right: 1%;
}


.filters-btn {
    font-size: 14px;
    padding: 4px 10px;
    background: #f0f0f1;
    border-radius: 10px 10px 0 0;
    border: 0;
    outline: none !important;
}

.advertice-box {
    /*padding: 10px 0;*/
    background: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 10px;
}

.advertice-box-inner {
    padding: 10px;
    height: calc(100vh - 196px);
    overflow-y: auto;
}

.advertice-box-header {
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    background: #2f86ed;
    padding: 6px;
    border-radius: 5px 5px 0 0;
}

    .advertice-box-header.two {
        background: #0d62f3;
    }

    .advertice-box-header.three {
        background: #2149c5;
    }

    .advertice-box-header.four {
        background: #1d2c6d;
    }

    .advertice-box-header .title {
        float: left;
        font-weight: 500;
        width: calc(100% - 15px);
        cursor: pointer;
        margin-bottom: 5px;
    }


    .advertice-box-header .more-info {
        float: right;
        width: 15px;
        padding-right: 0;
        text-align: right;
    }

.more-info {
    text-align: right;
    background: none;
    border: 0;
    outline: none !important;
}


.custom-info-tab {
    border-radius: 6px;
    margin-bottom: 10px;
    border: 1px solid #999;
    overflow: hidden;
}

.info-tab-btn {
    font-size: 14px;
    background: none;
    border: 0;
    width: 50%;
    float: left;
    outline: none !important;
    transition: all 0.6s ease;
}

    .info-tab-btn:hover {
        background: #ccc;
    }

    .info-tab-btn.active {
        background: #ff7c4e;
        color: #fff;
    }



.cutom-info-box {
    width: 100%;
    font-size: 14px;
    padding: 5px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #7587a5;
    margin-bottom: 10px;
}

.custom-info-box-header {
    margin-bottom: 5px;
}

    .custom-info-box-header .title {
        float: left;
        width: calc(100% - 17px);
        font-size: 15px;
        line-height: 16px;
        font-weight: 600;
        text-decoration: underline;
        cursor: pointer;
    }

    .custom-info-box-header .more-info {
        float: right;
        width: 12px;
    }

.advertice-control {
    margin-bottom: 5px;
}

    .advertice-control:last-child {
        margin-bottom: 0px;
    }

    .advertice-control label {
        font-size: 12px;
        margin: 0;
    }

    .advertice-control p {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }

.custom-info-box-header-left {
    width: calc(100% - 100px);
    float: left;
    text-align: left;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    word-wrap: break-word;
}

.custom-info-box-header-right {
    width: 100px;
    float: right;
    text-align: right;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    word-wrap: break-word;
}

.info-title {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 10px;
}

    .info-title span {
        font-size: 14px;
    }

.cutom-info-date {
    margin-bottom: 10px;
}

    .cutom-info-date p {
        margin-bottom: 4px;
        position: relative;
        padding: 4px 0 4px 14px;
        line-height: 18px;
    }

        .cutom-info-date p:first-child label {
            font-size: 10px;
        }

        .cutom-info-date p label {
            width: 20px;
            margin: 0;
            font-size: 12px;
            position: absolute;
            left: 0;
            top: 3px;
            text-align: left;
        }

        .cutom-info-date p:after {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            background: #636363;
            border-radius: 50%;
            bottom: -2px;
            left: 1px;
            /*background: url(../../images/dot-1.png);*/
        }

        .cutom-info-date p:last-child:after {
            content: none;
        }

.custom-info-box-main {
    margin-bottom: 10px;
    background: #f5a623;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #7587a5;
}

    .custom-info-box-main .cutom-info-box {
        margin-bottom: 0 !important;
        border: 0;
        border-bottom: 1px solid #7587a5;
    }

.custom-info-box-main-btn {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #f5a623;
    padding: 1px 2px;
    border-radius: 0 0 8px 8px;
    cursor: pointer;
    outline: none !important;
    transition: all 0.6s ease;
}

    .custom-info-box-main-btn:hover {
        background: #d6901d;
    }

.color-1 {
    color: #00b034 !important;
}

.color-2 {
    color: var(--alternate-color) !important;
}

.color-3 {
    color: #fda90c !important;
}

.color-4 {
    color: #fd7b4d !important;
}

.color-5 {
    color: #24338A !important;
}

.color-6 {
    color: #606060 !important;
}

.color-7 {
    color: #c61f30 !important;
}

.color-green {
    color: #12f112 !important;
}

.color-orange {
    color: #ffa500 !important;
}

.color-red {
    color: #f52c2c !important;
}

.color-blue {
    color: #0303ed !important;
}




.bg-color-1 {
    background: #e8fff4 !important;
}

.bg-color-2 {
    background: #d9f4ff !important;
}

.bg-color-3 {
    background: #fdeac8 !important;
}

.bg-color-4 {
    background: #fce1d6 !important;
}

.bg-color-5 {
    background: #c7eeff !important;
    border-color: #0596d5 !important;
}

.border-right {
    border-right: 1px solid #7d7d7d !important;
}


.custom-info-box-footer {
}

.custom-info-box-footer-left {
    float: left;
}

.closed-status {
    font-size: 14px;
    padding-top: 3px;
    margin: 0;
}

    .closed-status span {
        font-size: 14px;
        color: #fd7b4d;
        font-weight: 600;
        cursor: pointer;
    }

.custom-info-box-footer-right {
    float: right;
}

    .custom-info-box-footer-right p {
        margin: 0;
        font-weight: 600;
    }

.custom-info-btn {
    width: 100%;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    border: 0;
    padding: 1px 10px 2px 10px;
    background: #f5a623;
    outline: none !important;
    transition: all 0.6s ease;
}

    .custom-info-btn:hover {
        background: #d6901d;
    }

.custom-info-user {
    float: left;
    width: calc(100% - 17px);
    display: flex;
    align-items: center;
    vertical-align: middle;
    cursor: pointer;
}

    .custom-info-user .info-user-profile {
        float: left;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 4px;
    }

        .custom-info-user .info-user-profile img {
            width: 100%;
        }

.info-user-name {
    float: left;
    font-size: 14px;
    line-height: 15px;
    width: calc(100% - 27px);
}

.custom-info-box-footer-left-1 {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 13px;
    line-height: 14px;
}

.custom-info-box-footer-right-1 {
    float: right;
    width: 50%;
    text-align: right;
    font-size: 13px;
    line-height: 14px;
}

/*------------------------ New Advertisment -------------------------*/

.form-title-bar-left {
    float: left;
    min-width: 240px;
}

.form-title-bar-right {
    float: right;
}

.form-title-bar-center {
    float: left;
    padding: 0 10px;
}

.page-counter {
    float: right;
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 2px;
}

.page-counter-btn {
    font-size: 14px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 4px;
    padding: 4px 12px;
    text-align: center;
    border: 1px solid var(--primary-color);
    outline: none !important;
    margin-left: 10px;
    transition: all 0.6s ease;
}

    .page-counter-btn:hover {
        background: #0e1435;
    }

.show-count {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 4px 2px 4px;
}


.custom-form-group {
    border: 1px solid #aaaaaa;
    float: left;
    width: 100%;
}


.custom-form-title {
    font-size: 16px;
    padding: 4px;
    background: #06a0dd;
    color: #fff;
    text-align: center;
    min-height: 32px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    position: relative;
}

.client-rating {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 15px 4px 8px;
}

    .client-rating p {
        margin: 0;
    }

        .client-rating p span {
            color: #fbce83;
        }

.form-navigator {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 6px 10px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.navigator-controls {
    float: left;
    width: 33.3334%;
}

.navigator-btn {
    font-size: 14px;
    color: #fff;
    background: #000;
    outline: none !important;
    border: 1px solid #000;
}

.navigator-count {
    font-weight: 600;
}

.navigator-controls.right {
    text-align: right !important;
}

.navigator-controls.center {
    text-align: center !important;
}

.custom-form-group-container {
    padding: 15px;
    float: left;
    width: 100%;
    background: #FFFFFF;
    height: calc(100vh - 180px);
    overflow-y: auto;
}

    .custom-form-group-container.full-height {
        height: calc(100vh - 145px) !important;
    }

.status-info-section {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-bottom: 20px;
}

.status-info-box {
    width: 33.334%;
}

.user-info {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

    .user-info span {
        font-weight: normal;
    }

.status-info-box.center {
    text-align: center;
}

.status-info-box.right {
    text-align: right !important;
}

.flex-box {
    float: right;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.no-margin {
    margin: 0 !important;
}

.left-margin-0 {
    margin-left: 0 !important;
}

.width-full {
    width: 100% !important;
}

.requirement-btn {
    font-size: 16px;
    font-weight: 600;
    color: #001e67;
}

    .requirement-btn:hover {
        color: #001e67;
    }

.dynamic-label {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    display: block;
    /*text-transform: inherit !important;*/
}

    .dynamic-label a {
        /*color: #000;*/
        color: #24338A;
        text-decoration: underline;
    }

/*Tracking Info*/
.tracking-info.custom-1 .delivery-point::after {
    background: #fff !important;
}

.tracking-info {
}

    .tracking-info > ul {
        color: #999;
        padding-left: 20px;
    }

    .tracking-info ul li {
        color: #000;
        list-style-type: none;
        position: relative;
    }

    .tracking-info > ul > li::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 100%;
        bottom: -5px;
        left: -20px;
        background: url(../../images/dot-1.png);
        background-repeat: repeat-y;
    }

    .tracking-info > ul > li:last-child::before {
        content: none;
    }

    .tracking-info.custom > ul > li::before {
        bottom: -4px !important;
    }

    .tracking-info.custom-3 > ul > li::before {
        bottom: 5px !important;
        height: calc(100% - 13px);
    }

    .tracking-info.custom-2 > ul > li::before {
        bottom: -5px !important;
        height: 100% !important;
    }

.load-point {
    position: relative;
}

    .load-point::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #001e67;
        left: -20px;
        top: 6px;
        background: #FFF;
    }

.delivery-point {
    position: relative;
}

    .delivery-point::after {
        position: absolute;
        content: "\f3c5";
        font-size: 14px;
        left: -20px;
        top: 1px;
        color: var(--alternate-color);
        /*background: #fff;*/
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
    }

.price-info {
    margin-bottom: 15px;
}

.price-info-left {
    width: 100%;
}

.text-justify {
    text-align: justify !important;
}

.price-info-right {
    border-left: 1px solid #ccc;
    padding-left: 15px;
}

.price-info-right {
    width: 100%;
}

.form-control.custom {
    border: 1px solid #ccc;
    padding: 5px;
}

.custom-btn-group {
    width: 100%;
    text-align: right;
    padding: 10px 10px 0 10px;
    border-top: 1px solid #ccc;
}


.intrested-section {
    width: 100%;
    text-align: center;
}

/*Tracking Info Location*/
.tracking-info-location {
}

    .tracking-info-location > ul {
        padding-left: 25px;
    }

        .tracking-info-location > ul > li {
            list-style-type: none;
            position: relative;
        }

            .tracking-info-location > ul > li::before {
                content: "";
                position: absolute;
                width: 15px;
                height: 100%;
                bottom: -5px;
                left: -22px;
                background: url(../../images/dot-1.jpg);
                background-repeat: repeat-y;
            }

            .tracking-info-location > ul > li:last-child:before {
                content: none;
            }

.icon-field {
    width: 100%;
    margin-bottom: 30px;
}

    .icon-field input {
        padding: 0;
    }

.icon-field-left {
    float: left;
    width: calc(100% - 50px);
}

.icon-field-right {
    float: right;
    width: 50px;
    font-size: 20px;
    text-align: center;
    padding: 4px 4px;
}

.icon-field.custom .icon-field-right {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.icon-field.custom .field-clar-btn {
    padding: 0;
    float: left;
    outline: none !important;
    border: 0;
    color: #C51F30;
    background: none;
    padding-left: 10px;
    cursor: pointer;
    transition: all 0.6s ease;
}

    .icon-field.custom .field-clar-btn:hover {
        color: #861622;
    }

.custom-form-select {
    font-size: 12px;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 3px;
}



/*Tracking Info System*/

.tracking-info-system {
    font-size: 14px;
    margin-bottom: 15px;
    width: 100%;
}

    .tracking-info-system ul {
        padding-left: 20px;
    }

        .tracking-info-system ul li {
            list-style-type: none;
            position: relative;
            padding-bottom: 30px;
        }

            .tracking-info-system ul li.point-2::after {
                color: #ff845b;
                top: -3px;
            }

            .tracking-info-system ul li:after {
                content: "\f111";
                position: absolute;
                font-size: 16px;
                color: #00ab45;
                font-weight: 600;
                font-family: "Font Awesome 5 Free";
                left: -22px;
                top: 0;
            }

            .tracking-info-system ul li:before {
                content: "";
                position: absolute;
                left: -16px;
                top: 15px;
                width: 3px;
                height: 100%;
                background: #999;
            }

            .tracking-info-system ul li:last-child:before {
                content: none;
            }

.tracking-info-group {
    width: 100%;
    color: #000;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #e0ebff;
    margin-bottom: 10px;
}

.tracking-info-box-status {
    font-weight: 600;
    color: #00b034;
}

.tracking-info-box-1 {
    padding: 0px 0px 0px 0;
    line-height: 18px;
    text-align: justify;
}

/*-------------- Mandatory -----------------*/

.mandatory {
    position: relative;
}

    .mandatory:after {
        position: absolute;
        content: "*";
        top: -1px;
        right: -9px;
        color: red;
        font-size: 16px;
    }

.text-error {
    width: 100%;
    color: #ff0000;
    font-size: 10px;
    line-height: 12px;
    margin: 0;
}

.form-control-text {
    font-size: 14px;
    line-height: 14px;
    color: var(--primary-color);
    padding-top: 4px;
}

.block-error {
    color: #ff0000 !important;
}

    .block-error a {
        color: #ff0000 !important;
    }

.control-error {
    color: #ff0000 !important;
    border-color: #ff0000 !important;
}

    .control-error:focus {
        color: #000 !important;
        border-color: #000 !important;
    }

    .control-error::placeholder {
        color: #ff0000 !important;
    }

    .control-error:focus::placeholder {
        color: #000 !important;
    }

/*-------------- Cusom Simple tabs -----------------*/
.form-section > .form-container > .simple-tabs > nav > .simple-nav-tabs {
    margin-left: -15px;
    margin-right: -15px;
}

.custom-popup-form > .popup-form-section > .form-container > .simple-tabs > nav > .simple-nav-tabs {
    margin-left: -15px;
    margin-right: -15px;
}



/*-------------- Simple tabs -----------------*/

.simple-tabs {
    float: left;
    width: 100%;
}

    .simple-tabs nav {
        float: left;
        width: 100%;
        background: #FFF;
    }

.simple-nav-tabs {
    border-bottom: 1px solid #999;
    /*background: #f2f2f2;*/
}

    .simple-nav-tabs .simple-nav-item {
        padding: 6px 10px;
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        cursor: default;
        text-transform: uppercase;
        border-bottom: 4px solid #bdbcbc;
        transition: all 0.3s ease;
    }

        .simple-nav-tabs .simple-nav-item:hover {
            border-color: #8d8d8d;
        }

        .simple-nav-tabs .simple-nav-item.active {
            color: #458725;
            border-bottom: 4px solid #458725;
        }


.simple-tabs .simple-tab-content > .tab-pane {
    padding: 10px 0px 0 0px;
    float: left;
    width: 100%;
}

.simple-tabs .simple-tab-content {
    float: left;
    width: 100%;
}

.simple-tabs .simple-tab-content-body {
    float: none;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    /*padding: 15px;*/
    overflow: hidden;
    overflow-y: auto;
}

    .simple-tabs .simple-tab-content-body .tab-content {
        width: 100%;
        padding: 5px 15px 15px 15px;
        overflow: hidden;
        overflow-y: auto;
        height: calc(100vh - 204px);
    }

    .simple-tabs .simple-tab-content-body .tab-footer {
        padding-right: 55px;
    }

.simple-tabs .simple-tab-content .tab-pane {
    display: none;
}

    .simple-tabs .simple-tab-content .tab-pane.active {
        display: block;
    }


.table-flex-box {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.table-grid-btn {
    font-size: 14px;
    border: 1px solid var(--primary-color);
    color: #fff;
    margin-left: 8px;
    background: var(--primary-color);
    outline: none !important;
    border-radius: 4px;
    transition: all 0.6s ease;
}

    .table-grid-btn:hover {
        background: #fff;
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
        box-shadow: 0 0 6px var(--primary-color);
    }


/*Tracking Table*/
.table {
    margin-bottom: 0;
}

.tracking-table-box {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
    padding: 0 1px;
    /*float: left;*/
    max-height: 350px;
    position: relative;
    margin-bottom: 10px;
}

    .tracking-table-box th {
        position: sticky;
        top: -2px;
        z-index: 10;
        transition: all 0.6s ease;
    }

        .tracking-table-box th.no-bg {
            background: #fff !important;
        }

.custom-table-height {
    max-height: calc(100vh - 290px) !important;
}

.custom-table-height-1 {
    max-height: calc(100vh - 245px) !important;
}

.tracking-table {
    /*background: #fff;*/
    margin-bottom: 10px;
}

    .tracking-table table {
        margin: 0;
        border: 1px solid #424242;
    }

        .tracking-table table tr th {
            color: #fff;
            background: #424242;
            padding: 6px;
            letter-spacing: 0.8px;
            border: 0;
        }

        .tracking-table table tr td {
            background: #fff !important;
            padding: 6px !important;
            transition: 0.4s all ease;
            border-bottom: 1px solid #404f62;
            border-top: 0;
        }

/*.tracking-table table tbody tr {
            border: 1px solid #999;
            margin-bottom: 5px;
        }*/

/*.tracking-table > table > tbody > tr > td > .table-control*/
table tbody tr td .table-control {
    border: 1px solid #999 !important;
    padding: 1px 4px;
    width: 100%;
    /*outline: none !important;
        background: #e6f8ff;*/
    /*width: 100%;*/
    outline: none !important;
    background: #fff;
    border-radius: 3px;
}

    table tbody tr td .table-control:disabled {
        background: #f1f1f1;
        cursor: not-allowed;
    }
/*.tracking-table table tbody tr td .table-control*/
/*table tbody tr td .table-control {
        width: 100%;
        outline:none !important;
        background: #fff;
    }*/
table tbody tr td .text-error {
    display: block;
}

.paid-status {
    font-size: 12px;
    padding: 2px 10px;
    background: #999;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 0.5px;
    display: inline-block;
    cursor: pointer;
}

    .paid-status i {
        padding-right: 5px;
    }

.paid-status-1 {
    font-size: 12px;
    padding: 2px 30px;
    background: #999;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 0.5px;
    display: inline-block;
    cursor: pointer;
}


.form-group {
    /*font-weight: 600;*/
}

.grid-box {
    font-weight: 500;
    letter-spacing: 0.8px;
}




/*  Add Table  */

.add-table {
}

    .add-table table tr th {
        border: 0;
        padding: 6px;
    }

    .add-table table tbody tr {
        background: #e0ebff;
    }

    .add-table table tr td {
        color: #001e66;
        border: 0;
        padding: 6px;
        vertical-align: middle;
        border-bottom: 5px solid #fff;
    }

        .add-table table tr td.close-td {
            background: #fff;
            text-align: center;
        }

        .add-table table tr td .add-table-btn {
            font-size: 15px;
            border: 0;
            background: #fff;
            color: #000;
        }

/*  Info table  */

.info-table {
    width: 100%;
    margin-bottom: 15px;
}

.info-table-left {
    float: left;
    width: calc(100% - 35px);
    border: 1px solid #000;
    transition: all 0.6s ease;
}

    .info-table-left:hover {
        box-shadow: 0 0 8px #999;
    }

.info-table-right {
    float: right;
    width: 35px;
}

.info-table-btn {
    font-size: 14px;
    color: #000;
    padding: 6px 10px;
    border: 1px solid #000;
    border-radius: 0px 10px 10px 0;
    background: #fff;
    transition: all 0.6s ease;
    outline: none !important;
    width: 100%;
}

    .info-table-btn:hover {
        box-shadow: 0 0 10px #999 !important;
    }

    .info-table-btn.edit {
        color: #fff;
        border-color: #004ee7;
        background: #004ee7;
        margin-bottom: 8px;
    }

    .info-table-btn.delete {
        color: #fff;
        border-color: #fd825a;
        background: #fd825a;
        margin-top: 7px;
    }

.info-table-top {
    width: 100%;
    display: flex;
    align-items: center;
    vertical-align: middle;
    background: #fff;
    min-height: 52px;
}

.info-table-group {
    float: left;
    width: 100%;
    padding: 5px;
    transition: all 0.6s ease;
}

.info-static {
    font-size: 14px;
    font-weight: 500;
}

.info-dynamic {
    font-size: 14px;
    line-height: 14px;
    padding: 4px 0;
}

.info-table-bottom {
    float: left;
    width: 100%;
    background: #e0ebff;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.info-table-group span {
    margin-right: 15px;
}

.info-table-bottom .info-table-group {
    border-right: 2px solid #999;
}

    .info-table-bottom .info-table-group:last-child {
        border-right: 0;
    }









/*---------- Trip view popup ------------*/

.trip-view-form {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
}

.trip-view-info {
    float: left;
    width: 300px;
    padding: 5px;
    border: 1px solid var(--primary-dark-color);
    overflow-y: auto;
    height: calc(100vh - 80px);
}

.trip-view-map {
    float: left;
    width: calc(100% - 300px);
    padding-left: 10px;
}

    .trip-view-map iframe {
        height: calc(100vh - 82px);
    }

.trip-view-info > .user-profile {
    color: #000;
    margin-bottom: 15px;
}

    .trip-view-info > .user-profile > .user-image {
        width: 50px;
        height: 50px;
    }

    .trip-view-info > .user-profile > .user-name {
        font-weight: 600;
    }

    .trip-view-info > .user-profile > .user-role {
        letter-spacing: 0;
    }
/*.trip-view-info > .deliver-tracking{
           overflow-y: auto;
    height: calc(100vh - 338px);
    padding-right: 15px;
   }*/
.more-delivery-info > ul {
    padding: 0;
    margin: 0;
    border-top: 1px solid #999;
    /*margin-bottom: 15px;*/
}

    .more-delivery-info > ul > li {
        list-style-type: none;
        padding: 5px 0;
        border-bottom: 1px solid #999;
        position: relative;
    }

.more-delivery-info ul li.more-info-tab::after {
    content: "\f054";
    position: absolute;
    right: 5px;
    top: 7px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}

.more-delivery-info ul li.more-info-tab.active::after {
    transform: rotate(90deg);
}

.deliver-tracking .tracking-info {
    font-size: 12px;
}

.delivey-info-block {
    padding-right: 15px;
    overflow-y: auto;
    height: calc(100vh - 326px);
}

.vehicle-available-block {
    float: left;
    width: 100%;
    padding: 20px;
    background: #f7f7f7;
    border-bottom: 1px solid #cccccc;
    margin-top: 20px;
}

.driver-available-block {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 20px;
}
/*Cusstom Trip view*/

.trip-view-form.custom {
    padding: 0;
}

    .trip-view-form.custom .trip-view-info {
        height: calc(100vh - 127px);
        padding: 10px;
        overflow-y: auto;
    }

        .trip-view-form.custom .trip-view-info .more-delivery-info {
            margin: 10px 0;
        }

    .trip-view-form.custom .trip-view-form {
        border: 0;
        height: calc(100vh - 127px);
        overflow-y: auto;
    }

.selectable-table {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    border: 1px solid #999;
    display: flex;
    vertical-align: middle;
    align-items: center;
    transition: all 0.6s ease;
    /*white-space: nowrap;*/
    overflow: hidden;
}

    .selectable-table:hover {
        box-shadow: 0 0 8px #999;
        background: #f8f8f8;
    }

.selectable-table-group {
    width: 100%;
    padding: 5px;
}

.selectable-profile {
    display: flex;
    vertical-align: middle;
    align-items: center;
    line-height: 14px;
}

.selectable-profile-image {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    display: table;
}

    .selectable-profile-image img {
        width: 100%;
    }

.selectable-profile-name {
    padding: 0 5px;
}

.selectable-edit {
    font-size: 16px;
    background: none;
    border: 0;
    outline: none !important;
}

.selectable-table-group.sm {
    width: 50px;
}

.selectable-table.custom {
    padding: 4px;
    background: #fff;
}

    .selectable-table.custom.active {
        background: #eaf1e9;
    }

    .selectable-table.custom:hover {
        box-shadow: none;
    }

    .selectable-table.custom .selectable-table-group:first-child {
        width: 60%;
    }

    .selectable-table.custom .selectable-table-group:nth-child(2) {
        width: 31%;
    }

    .selectable-table.custom .selectable-table-group.sm {
        width: 30px;
    }
















/*Cusstom - 1 Trip view*/

.trip-view-form.custom-1 {
    padding: 0;
}

    .trip-view-form.custom-1 .trip-view-info {
        border-color: #ccc;
        padding: 0;
        /*height: calc(100vh - 170px);*/
        height: calc(100vh - 79px);
    }

        .trip-view-form.custom-1 .trip-view-info .form-sub-title {
            padding: 10px;
            margin: 0;
        }

        .trip-view-form.custom-1 .trip-view-info .more-delivery-info ul li {
            padding: 10px 10px;
        }

            .trip-view-form.custom-1 .trip-view-info .more-delivery-info ul li::after {
                right: 11px;
                top: 13px;
            }

    .trip-view-form.custom-1 .trip-view-form {
        border: 0;
        padding: 10px 0;
    }

    .trip-view-form.custom-1 .trip-view-map {
        padding: 10px;
    }

.more-info-tab.active > .more-info-content {
    height: 150px;
    bottom: -150px;
    display: block;
}

.more-info-content {
    width: 100%;
    height: 0px;
    overflow-y: auto;
    padding: 10px;
    background: #fff;
    margin-top: 4px;
    border: 1px solid #ccc;
    display: none;
    transition: all 0.6s ease;
    box-shadow: 0 0 3px #ccc;
}

.allotted-details {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.allotted-details-box {
    width: 100%;
}

    .allotted-details-box.center {
        text-align: center;
    }

    .allotted-details-box.right {
        text-align: right;
    }

.trip-view-form.custom-2 {
    border: 0;
}

.trip-view-form.custom-width .trip-view-info {
    width: 450px;
}

.trip-view-form.custom-width .trip-view-map {
    width: calc(100% - 450px);
}

.inner-section {
    padding: 5px;
}

.trip-view-form.custom-2 .form-group label {
    color: #000;
}

.trip-view-form.custom-2 .trip-view-info {
    border-color: #999;
    background: #e0ebff;
    padding: 15px;
    height: calc(100vh - 191px);
    overflow-y: auto;
}

.trip-view-form.custom-2 .trip-view-map iframe {
    height: calc(100vh - 175px);
}

.trip-view-form.custom-2 .trip-view-info .tracking-info {
    border-bottom: 2px solid #000;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-50 {
    padding-left: 50px;
}

.add-pickups {
    font-size: 15px;
    padding: 15px 0;
    margin-bottom: 10px;
}

.tarcking-info-details {
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
}

    .tarcking-info-details .form-group label {
        font-size: 14px;
        font-weight: 600;
    }

    .tarcking-info-details .form-group span {
        width: 100%;
        font-weight: normal;
        display: block;
    }

.load-time-section {
    float: left;
    width: 100%;
}

    .load-time-section .hours {
        float: left;
        width: 30px;
        padding: 9px 0 0 0;
    }

    .load-time-section .hours-select {
        float: left;
        width: calc(100% - 30px);
    }

        .load-time-section .hours-select .form-control {
            width: 100%;
        }







.grid-footer {
    float: left;
    width: 100%;
    background: #00abff;
    padding: 8px 4px;
    margin-top: -10px;
}

.grid-footer-left {
    float: left;
}

.grid-footer-right {
    float: right;
    padding: 0 20px 0 0;
    color: #FFF;
}

.grid-footer a {
    padding: 3px 8px;
    border: 1px solid #00abff;
}

.grid-nav-icons {
    float: left;
    color: #004c6b;
}

    .grid-nav-icons a {
        color: #004c6b;
    }

.grid-nav-number {
    float: left;
    color: #FFF;
}

    .grid-nav-number a {
        color: #FFF;
    }

        .grid-nav-number a.active {
            background: var(--primary-dark-color);
            border: 1px solid #FFF;
        }

.span-status {
    background: #ff845b;
    padding: 2px 6px;
    color: #FFF;
    border-radius: 4px;
    margin-right: 30px;
}

.span-value {
    font-weight: 700;
    font-size: 16px;
}

.invoice-logo {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.invoice-table {
    float: left;
    width: 100%;
    border-bottom: 1px solid #999999;
    padding-bottom: 20px;
}

    .invoice-table table {
        float: left;
        width: 100%;
    }

    .invoice-table h5 {
        font-size: 16px;
    }

.static-label {
    font-weight: 600;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-4 {
    margin-bottom: 4px !important;
}

.margin-top-4 {
    margin-top: 4px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.no-padding {
    padding: 0 !important;
}

.padding-10 {
    padding: 10px !important;
}

.no-bg {
    background: none !important;
}

.bg-white {
    background: #fff !important;
}

.bg-grey {
    background: #f2f2f2 !important;
}

.no-border {
    border: 0 !important;
}


/*------------ Shippers Chat form  ---------------*/
.chart-form.custom {
    background: #fff;
}

    .chart-form.custom .chat-screen-body {
        height: calc(100vh - 213px);
    }

    .chart-form.custom .chat-form-container {
        border: 0 !important;
    }


.chart-form {
}

.chart-form-left {
    float: left;
    width: calc(100% - 310px);
    margin-right: 10px;
}

.chart-form-right {
    float: right;
    width: 300px;
}

.chat-form-container {
    padding: 10px 15px 10px 10px;
    background: #fff;
    border: 1px solid #ccc;
    height: calc(100vh - 165px);
    overflow-y: auto;
}

.client-profile {
    margin-bottom: 15px;
}

    .client-profile .client-image {
        float: left;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 10px;
    }

        .client-profile .client-image img {
            width: 100%;
        }

    .client-profile .client-details {
        float: left;
        color: var(--primary-dark-color);
        padding: 6px 4px;
        width: calc(100% - 70px);
    }

        .client-profile .client-details p {
            font-weight: 500;
            margin: 0;
        }

/*chat screen*/
.chat-screen {
    /*padding: 5px 15px;*/
    font-size: 14px;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
}

.chat-screen-body {
    padding: 10px 10px;
    height: calc(100vh - 217px);
    overflow-y: auto;
}

.client-text {
    float: left;
    width: 100%;
    margin-bottom: 2px;
}

    .client-text .chat-profile {
        float: left;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        overflow: hidden;
    }

        .client-text .chat-profile img {
            width: 100%;
        }

    .client-text .client-chatting-text {
        float: left;
        padding: 0 4px;
        width: calc(100% - 25px);
    }

        .client-text .client-chatting-text p {
            margin-bottom: 4px;
        }

            .client-text .client-chatting-text p span {
                background: #dedede;
                border-radius: 0 15px 15px 4px;
                padding: 0px 15px 1px 5px;
                display: inline-block;
            }

            .client-text .client-chatting-text p img {
                width: 100%;
                display: block;
            }

        .client-text .client-chatting-text .chat-time {
            font-size: 11px;
            color: #999;
            margin: 0;
            margin-top: -4px;
            text-align: left;
        }

.user-text {
    float: right;
    width: 100%;
    margin-bottom: 2px;
}

    .user-text .chat-profile {
        float: right;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        overflow: hidden;
    }

        .user-text .chat-profile img {
            width: 100%;
        }

    .user-text .client-chatting-text {
        float: right;
        text-align: right;
        /*padding: 0 4px;*/
        width: calc(100% - 25px);
    }

        .user-text .client-chatting-text p {
            margin-bottom: 4px;
        }

            .user-text .client-chatting-text p span {
                background: #001e63;
                color: #fff;
                border-radius: 15px 0 4px 15px;
                padding: 0px 5px 1px 15px;
                display: inline-block;
            }

        .user-text .client-chatting-text .chat-time {
            font-size: 11px;
            color: #999;
            margin: 0;
            text-align: right;
            margin-top: -5px;
        }

    .user-text.no-image > .client-chatting-text {
        width: 100%;
    }

        .user-text.no-image > .client-chatting-text > p > img {
            width: 100%;
            display: block;
        }

.chating-date {
    width: 100%;
    display: block;
    text-align: center;
    background: #ccc;
    margin-bottom: 5px;
}

.chat-screen-footer {
    width: 100%;
    padding: 5px;
    border-top: 1px solid #ccc;
    position: relative;
}

.chat-control-left {
    float: left;
    width: 35px;
}

    .chat-control-left .add-chat-btn {
        width: 30px;
        height: 30px;
    }

        .chat-control-left .add-chat-btn:hover {
            background: #00a4e5;
            border: 1px solid #05678e;
        }

.chat-control-right {
    float: right;
    width: calc(100% - 35px);
    position: relative;
}

    .chat-control-right .chat-typing-control {
        font-size: 12px;
        line-height: 14px;
        border: 1px solid #999;
        border-radius: 30px;
        width: 100%;
        height: 30px;
        padding: 2px 30px 2px 7px;
        outline: none !important;
        overflow-y: hidden;
    }

    .chat-control-right .send-btn {
        font-size: 16px;
        color: #00a4e5;
        background: none;
        border: 0;
        outline: none !important;
        position: absolute;
        right: 2px;
        top: 2px;
    }

.chat-control .send-btn i {
    transform: rotate(58deg);
}

.no-msg {
    text-align: center;
}

.chat-screen-footer > .chat-added-image {
    bottom: 46px;
}


/*   File Upload   */
.file-upload-section {
    width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

    .file-upload-section .link {
        margin: 4px 0 0 4px;
    }

    .file-upload-section .text-error {
        position: absolute;
    }

.file-upload {
    width: 100%;
    margin-top: 4px;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 34px;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-right: 1px solid #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .file-upload-wrapper::after {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        background: #f1f1f1;
        padding: 8px 2px;
        display: block;
        width: calc(100% - 34px);
        pointer-events: none;
        z-index: 20;
        height: 32px;
        line-height: 15px;
        color: #999;
        font-weight: 300;
    }

    .file-upload-wrapper::before {
        content: '\f093';
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: 33px;
        background: #999;
        color: #fff;
        font-weight: 400;
        z-index: 25;
        line-height: 33px;
        padding: 0 10px;
        pointer-events: none;
        cursor: pointer;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
    }

    .file-upload-wrapper.file-upload-wrapper-icon::before {
        content: '\f382';
        font-weight: 800;
        font-family: 'Font Awesome 5 Free';
    }

    .file-upload-wrapper:hover::before {
        background: #888;
    }

    .file-upload-wrapper input {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        height: 33px;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

.primary-btn {
    color: #01ac46;
    padding: 4px 10px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #01ac46;
    transition: all 0.6s ease;
}

    .primary-btn:hover {
        color: #fff;
        background: #01ac46;
    }

.right-align {
    text-align: right;
}

.input-group input {
    background: none !important;
}

.input-group > span {
    border-bottom: 1px solid #000;
}

.input-group.custom-bg input {
    background: #f2f2f2 !important;
}

.input-group.custom-bg input {
    background: #fff !important;
}

.input-group.custom-bg span {
    position: absolute;
    right: 0;
    top: 8px;
}

.input-group span button.btn-default {
    padding: 5px;
    outline: none !important;
}

    .input-group span button.btn-default:focus {
        outline: none !important;
        box-shadow: none !important;
    }

/*-------------- image-view ----------------*/
.image-view-box {
    width: 150px;
    height: 85px;
    position: relative;
}

.image-view {
    width: 150px;
    position: absolute;
    transition: all 0.4s ease;
    z-index: 9;
    height: 85px;
}

    .image-view:hover {
        width: 300px;
        /*height: 300px;*/
        z-index: 99;
    }

        .image-view:hover .image-view-icon {
            display: none;
        }

    .image-view.right {
        right: 0;
    }

    .image-view.bottom {
        bottom: 0;
    }

.image-close {
    position: absolute;
    color: #fff;
    border-radius: 0 4px 0 4px;
    background: #099d5f;
    border: 1px solid #00663b;
    top: -0px;
    right: -0px;
    font-size: 13px;
    outline: none !important;
    cursor: pointer;
}

.view-image {
    border-radius: 8px;
    border: 1px solid #999;
    overflow: hidden;
    background: #f1f1f1;
    height: 85px;
    transition: all 0.6s ease;
}

.image-view:hover .view-image {
    height: auto;
    min-height: 80px;
    background: #fff;
}

.view-image img {
    width: 100%;
}

.image-view h6 {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    margin: 0 auto;
    display: none;
}

.image-view-icon {
    font-size: 15px;
    color: #fff;
    background: rgb(0 0 0 / 0.6);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    padding: 6px 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*-------------- File-View ----------------*/
.file-view {
    display: block;
}

.file-view-icon {
    font-size: 22px;
}

    .file-view-icon i {
        cursor: pointer;
    }

.file-view-name {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}



/*--------------- Person Info box ---------------*/
.person-info-box {
    width: 100%;
    padding: 10px 15px;
    background: url(../../images/info-bg.jpg);
}

.person-info-box-left {
    float: left;
}

.person-info-box-right {
    float: right;
    text-align: right;
    padding: 8px 0;
}

    .person-info-box-right h4 {
        color: var(--primary-dark-color);
    }

.person-info-box .client-profile {
    margin: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

    .person-info-box .client-profile .client-image {
        border: 5px solid var(--primary-dark-color);
    }

    .person-info-box .client-profile h2 {
        margin-bottom: 4px;
    }

/* --------- radio-btn-1 -----------*/

.radio-btn-1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio-btn-1 > input {
        position: absolute;
        opacity: 0;
        right: 20px;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .radio-btn-1 > .checkmark {
        position: absolute;
        top: -2px;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #999;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .radio-btn-1:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .radio-btn-1 > input:checked ~ .checkmark {
        background-color: #fff;
        border: 1px solid #00c044;
    }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn-1 > input:checked ~ .checkmark:after {
    display: block;
}

.radio-btn-1 > .checkmark {
    border-radius: 50%;
}
    /* Style the indicator (dot/circle) */
    .radio-btn-1 > .checkmark:after {
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #00c044;
    }

.radio-btn-1.custom .checkmark {
    background: #fff;
    border: 1px solid #000;
}




/*------------------*/

.btn-box-right {
    width: 100%;
    float: right;
    text-align: right;
    padding: 10px 0;
}
/*intrested transporter popup*/
.intrested-transporter-block {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    background: #fff;
}

.intrested-transporter-header {
    float: left;
    width: 100%;
    background: #00a6eb;
    display: flex;
    align-items: center;
    vertical-align: middle;
    padding: 2px 5px;
}

.intrested-transporter-boxes {
    width: 100%;
    padding: 4px;
}

    .intrested-transporter-boxes label {
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        margin-bottom: 2px;
    }

    .intrested-transporter-boxes span {
        font-size: 14px;
        line-height: 16px;
        color: #000;
        width: 100%;
        display: block;
    }

.transporter-box-1 {
    width: 270px;
    float: left;
    height: calc(100vh - 160px);
    border-right: 1px solid #ccc;
}

.transporter-details {
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #ccc;
    transition: all 0.6s ease;
    width: 100%;
}

.transporter-selected {
    background: #e0ebff;
}

.transporte-name {
    color: var(--primary-dark-color);
}

.transporter-details:hover {
    background: #e0ebff;
}

.transporter-details-left {
    float: left;
    width: calc(100% - 40px);
}

.transporter-details-right {
    float: right;
    width: 40px;
    position: relative;
}

    .transporter-details-right::after {
        content: "\f054";
        position: absolute;
        right: 15px;
        top: 4px;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: #00a6eb;
    }

.rating-status {
    margin-top: 44px;
    font-size: 10px;
    padding: 2px 2px 2px 2px;
    border-radius: 4px;
    background: #34a852;
    color: #fff;
    text-align: center;
}


.transporter-box-3 {
    float: right;
    width: 280px;
}

    .transporter-box-3 .chat-screen-body {
        height: calc(100vh - 208px) !important;
    }


.transporter-box-2 {
    float: left;
    width: calc(100% - 560px);
    padding: 10px;
}


/*----------------- Scroolbar Start here ------------------------*/

::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    visibility: hidden;
}

::-webkit-scrollbar-thumb {
    background: #636363;
    border-radius: 50px;
}

::-webkit-scrollbar-track {
    background: #F1F1F1;
}

select::-webkit-scrollbar {
    width: 3px;
}

/*----------------- Scroolbar End here ------------------------*/

/*------------- Add Form Start Here --------------*/

.add-form {
    font-size: 14px;
    width: 350px;
    height: 100vh;
    background: #fff;
    position: absolute;
    right: -350px;
    top: 0;
    border-left: 1px solid #ccc;
    z-index: 122;
    transition: all 0.6s ease-in-out;
}

    .add-form.active {
        right: 0;
    }

.add-form-header {
    padding: 10px;
    text-align: center;
    font-weight: 700;
    color: var(--primary-dark-color);
    letter-spacing: 0.8px;
    text-transform: uppercase;
    /*border-bottom: 1px solid #ccc;*/
}

.add-form-body {
    padding: 15px 25px;
    overflow-y: auto;
    height: calc(100vh - 42px);
}

.chart-section {
    width: 100%;
    /*border: 1px solid #ccc;*/
    padding: 0 15px;
    margin-bottom: 15px;
}

    .chart-section img {
        width: 100%;
    }

.add-form-title {
    color: #616162;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.order-box {
    width: 48%;
    float: left;
    text-align: center;
    border: 2px solid #f3a422;
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: 13px;
    line-height: 14px;
    margin: 0px 10px 0px 0;
    transition: all 0.6s ease;
}

    .order-box:hover {
        box-shadow: 0 0 8px #f3a422;
    }

    .order-box:nth-child(1n+2) {
        margin-right: 0;
    }

.order-box-left {
    float: left;
    padding: 8px 2px;
    width: calc(100% - 40px);
    border-right: 2px solid #f3a422;
}

    .order-box-left label {
        font-weight: 700;
    }

    .order-box-left span {
        display: block;
    }

.order-box-right {
    float: right;
    font-size: 15px;
    width: 40px;
    padding: 2px;
    color: #f3a422;
}

.order-box.green {
    border-color: #00b034 !important;
}

    .order-box.green:hover {
        box-shadow: 0 0 8px #00b034;
    }

    .order-box.green .order-box-left {
        border-color: #00b034 !important;
    }

    .order-box.green .order-box-right {
        color: #00b034 !important;
    }

.add-form-triger {
    font-size: 18px;
    width: 35px;
    height: 30px;
    border: 1px solid #000;
    padding: 1px;
    border-radius: 8px 0 0 8px;
    background: #fd835a;
    position: absolute;
    left: -35px;
    top: 88px;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s ease;
}

.status-order-section {
    width: 100%;
    font-size: 14px;
    line-height: 15px;
    padding: 8px 4px;
    border: 1px solid #001e62;
    box-shadow: 0 0 4px #001e62;
    border-radius: 6px;
    display: flex;
    margin-bottom: 20px;
}

.status-order-box {
    width: 100%;
    text-align: center;
    border-right: 1px solid #000;
}

    .status-order-box:last-child {
        border-right: 0;
    }

    .status-order-box label {
        font-weight: 700;
    }

    .status-order-box span {
        display: block;
        font-weight: 500;
    }
/*------------- Click Msg -------------*/
/*.click-msg {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 3px 4px;
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    background: #00a6eb;
    text-align: center;
    cursor: pointer;
    border: 1px solid #00a6eb;
    transition: all 0.2s ease;
}

    .click-msg:hover {
        color: #00a6eb;
        background: #fff;
        box-shadow: 0 0 10px #000;
    }

    .click-msg .click-msg-count {
        position: absolute;
        left: 0;
        top: -17px;
        width: 22px;
        height: 22px;
        background: #ff0000;
        text-align: center;
        font-size: 13px;
        line-height: 14px;
        padding: 4px 1px;
        border-radius: 50%;
        overflow: hidden;
    }

    .click-msg:hover .click-msg-count {
        color: #fff;
    }

.click-msg-count.shake {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}*/

.click-msg {
    margin-left: 25px;
    position: relative;
}

.click-msg-icon {
    font-size: 24px;
    line-height: 27px;
    color: var(--form-header-color);
    transition: all 0.3s ease;
    cursor: pointer;
}

.click-msg:hover .click-msg-icon i {
    font-weight: 600;
    cursor: pointer;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.click-msg-count {
    position: absolute;
    top: -8px;
    right: 15px;
    color: #fff;
    background: rgb(253 23 23 / 80%);
    width: auto;
    max-width: 60px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    cursor: default;
}

.click-msg:hover .click-msg-count {
    background: #fd1717;
}


/*--------- hgroup details form -----------*/
.group-details {
    float: left;
    width: 100%;
}

.group-details-form-1 {
    width: 250px;
    float: left;
    margin-right: 15px;
}

.group-details-title {
    font-size: 18px;
    color: #001d56;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.group-details-title-left {
    float: left;
}

.group-details-title-right {
    float: right;
    text-align: right;
}

    .group-details-title-right .form-control {
        font-size: 14px;
        font-family: 'Roboto', sans-serif !important;
    }

.group-details-block {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
}

.group-details-profile {
    float: left;
    width: 100%;
    padding: 15px;
}

.user-profile.custom {
    color: #000;
    letter-spacing: 0.4px;
    border-bottom: 1px solid #ccc;
    height: 140px;
    padding: 0 4px 4px 4px;
    overflow-y: auto;
}

    .user-profile.custom > .user-name {
        margin-bottom: 10px;
        font-weight: 600;
    }

.user-details {
    padding: 15px;
    overflow-y: auto;
    height: calc(100vh - 332px);
    word-wrap: break-word;
}


.group-details-form-2 {
    float: left;
    width: calc(100% - 530px);
    margin-right: 15px;
}

    .group-details-form-2 > .group-details-block {
        padding: 15px;
        overflow-y: auto;
        height: calc(100vh - 128px);
        word-wrap: break-word;
    }

    .group-details-form-2 > .group-details-block-1 {
        padding: 0 5px 0 0;
        overflow-y: auto;
        height: calc(100vh - 160px);
        background: #f2f2f2 !important;
    }

    .group-details-form-2.pending-approval {
        width: calc(100% - 265px);
        margin-right: 0px;
    }

.group-details-form-3 {
    float: right;
    width: 250px;
}

    .group-details-form-3 .chat-screen {
        border: 0;
    }

        .group-details-form-3 .chat-screen .chat-screen-body {
            height: calc(100vh - 208px);
        }

.circle-check-box.custom {
    width: 100px;
    height: 120px;
}

    .circle-check-box.custom .gp-circle-checkbox + label span:before {
        left: 10px !important;
        width: 80px;
        height: 80px;
        bottom: 50px;
        top: -83px;
    }
    /*.circle-check-box.custom .gp-circle-checkbox + label span{
    text-align: left;
    padding: 0 10px;
}*/
    .circle-check-box.custom .gp-circle-checkbox + label:before {
        content: none;
    }

    .circle-check-box.custom .gp-circle-checkbox + label span {
        bottom: -70px;
    }

.hideHeaderNslideBar {
    display: none;
}

.showHeaderNslideBar {
    display: inline;
}
/*------------------------ Custom Check box Css Start Here --------------------------*/
/* The container */
.checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    border-radius: 4px;
    background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: rgb(0 30 87 / 0.4);
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: var(--primary-dark-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--------------------------------------*/

.gp-section {
    float: left;
    width: 100%;
}

.maint-form-container {
    float: left;
    width: 100%;
    /*padding: 20px 10px 20px 20px;*/
    height: 100vh;
}

.maint-form-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f8f8f8;
    padding: 10px 20px;
    text-align: right;
    border-top: 1px solid #ccc;
}

.form-btn,
.form-btn-sucess,
.form-btn-warn {
    border-radius: 0;
    padding: 4px 30px;
    color: #fff;
    outline: none !important;
}

.form-btn {
    background: #3a9bca;
    border-color: #3a9bca;
}

.form-btn-sucess {
    background: #00935f;
    border-color: #00935f;
}

.form-btn-warn {
    background: #f79100;
    border-color: #f79100;
}

.form-btn-verify,
.form-btn-reject {
    border-radius: 10px;
    padding: 6px 10px 2px 10px;
    color: #fff;
    border: 0;
}

.form-btn-verify {
    background: #00935f;
}

.form-btn-reject {
    background: #FF0000;
}


.btn-box-right {
    width: 100%;
    text-align: right;
    margin: 20px 0 20px 0;
    padding: 0;
}

.btn-box-left {
    width: 100%;
    text-align: left;
    margin: 20px 0 20px 0;
    padding: 0;
}

    .btn-box-left button {
        margin-right: 10px;
    }

    .btn-box-left .text-bts {
        margin: 0 10px 0 0;
    }

.custom-popup-form-inner {
    float: left;
    width: 100%;
    padding: 15px 0;
}
/*--------- datalist table Search ----------*/
.data-table-section {
    position: relative;
}

    .data-table-section table {
        border: 1px solid #404f62;
    }

.data-table-search {
    width: 250px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
}

    .data-table-search input {
        height: calc(1.0em + 0.55rem + 5px);
    }

        .data-table-search input:focus {
            box-shadow: none !important;
        }


    .data-table-search.left-align {
        float: left;
    }

    .data-table-search.right-align {
        float: right;
        text-align: right;
    }

    .data-table-search input {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 0px 5px;
    }
/*-----------------------------------*/
.fixed-header-table {
    position: relative;
}

.data-table .fixed-header-table thead, .data-table .fixed-header-table .scroll-tbody, .data-table .fixed-header-table .scroll-tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.data-table .fixed-header-table thead {
    height: 55px;
    position: absolute;
    top: 0;
    z-index: 10;
}

.data-table .fixed-header-table .scroll-tbody {
    display: block;
    height: 350px;
    overflow-y: auto;
    margin-top: 55px;
    box-sizing: border-box;
}

.fixed-header-table thead th {
    background: var(--primary-color) !important;
    color: #FFF;
}
/*------------------ data table css ------------------*/
.data-table .k-header .k-grid-excel {
    float: right;
    color: #fff;
    background: #006035;
    border: 1px solid #006035;
    outline: none !important;
    transition: all 0.6s ease;
}

    .data-table .k-header .k-grid-excel:hover {
        background: #024829;
    }

.data-table .k-header .k-grid-pdf {
    float: right;
    color: #fff;
    background: #961925;
    border: 1px solid #961925;
    outline: none !important;
    transition: all 0.6s ease;
}

    .data-table .k-header .k-grid-pdf:hover {
        background: #7b151f;
    }

.k-grid-toolbar {
    /*border: 1px solid #ccc !important;*/
    border-bottom: 0 !important;
    padding: 6px 4px 6px 4px !important;
}

.data-table .k-grid-header table tr th {
    color: #fff;
    background: var(--table-header-bg);
}

    .data-table .k-grid-header table tr th a.k-link {
        color: #fff;
    }

    .data-table .k-grid-header table tr th a {
        background: var(--table-header-bg);
        z-index: 0;
    }

        .data-table .k-grid-header table tr th a k-i-more-vertical {
            color: #fff;
        }

        .data-table .k-grid-header table tr th a:hover {
            color: #fff;
        }
/*------------------ Tree grid table css ------------------*/
.tree-grid {
    border: 1px solid #ccc;
}

    .tree-grid tr th {
        color: #fff;
        background: #424242;
    }

    .tree-grid tr td label {
        margin: 0;
    }

.main-form-body {
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
    overflow-y: auto;
    border: 1px solid #ccc;
    height: calc(100vh - 150px);
}

.custom-popup-form-body-1 {
    float: left;
    width: 100%;
    padding: 0 5px 0 0;
    /*background: #fff;*/
    overflow-y: auto;
    /*border: 1px solid #ccc;*/
    height: calc(100vh - 139px);
    /*height: calc(100vh - 150px);*/
}

.custom-popup-form-body {
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
    overflow-y: auto;
    border: 1px solid #ccc;
    height: calc(100vh - 131px);
}

.form-controls-group {
    width: 100%;
    padding: 11px 10px 0 10px;
    background: #fff;
    border: 1px solid #ccc;
    transition: all 0.6s ease;
    margin-bottom: 15px;
    word-break: break-word;
}

    .form-controls-group:last-child {
        margin-bottom: 0 !important;
    }

.form-group-control {
    width: 100%;
    padding: 11px 10px 0 10px;
    background: #fbfbfb;
    border: 1px solid #ccc;
    transition: all 0.6s ease;
    margin-bottom: 15px;
    word-break: break-word;
    border-radius: 4px;
}

.expand-btns {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.estimate {
    line-height: 14px;
}

/*------- Dashboard 1 ---------*/

.dashboard-1 {
    float: left;
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    background: #f2f2f2;
    width: 100%;
}

.dashboard-1-left {
    float: left;
    width: calc(100% - 310px);
    height: calc(100vh - 60px);
    padding: 15px;
    padding-top: 0;
    overflow-y: auto;
}

    .dashboard-1-left > .form-title-bar {
        border-bottom: 1px solid var(--primary-color);
        margin-bottom: 10px !important;
        margin-left: -15px;
        margin-right: -15px;
        width: -webkit-fill-available;
        width: -moz-available;
        display: flow-root;
        padding-left: 15px;
        padding-right: 15px;
    }

.db1-chat {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 15px;
}

.db1-chat-header {
    width: 100%;
    padding: 10px 10px 5px 10px;
}

.bashboard-control {
    color: #fff;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    outline: none !important;
    padding: 0px 6px;
    margin: 0 4px 4px 0;
}

.db1-chat-left {
    float: left;
    width: calc(100% - 300px);
    padding: 5px 5px 10px 10px;
}

    .db1-chat-left img {
        width: 100%;
    }

.db1-chat-right {
    float: right;
    width: 300px;
    padding: 0px 10px 10px 10px;
}

.db1-status-box {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
}

.db1-status-box-top {
    width: 100%;
    background: linear-gradient(to right, #002059 60%, #079dda 100%);
    padding: 10px 15px;
    height: 65px;
    position: relative;
}

.db1-status-box-bottom {
    width: 100%;
    background: #fff;
    border: 1px solid #002059;
    padding: 12px 10px;
    border-radius: 0 0 4px 4px;
}

.bd1-status {
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-top: 5px;
    position: relative;
}

.value {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.value-text {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bd1-status-icon {
    position: absolute;
    font-size: 18px;
    right: 15px;
    top: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.db-title {
    width: 100%;
    color: #001f56;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Oswald', sans-serif;
}

.status-boxes {
    float: left;
    width: 100%;
    padding: 4px;
    border: 1px solid #001f58;
    background: #fff;
    border-radius: 4px;
}

    .status-boxes .value-text {
        color: #999;
    }

.status-boxes-left {
    float: left;
    text-align: left;
    padding: 4px;
}

.status-boxes-right {
    float: right;
    text-align: right;
    padding: 4px;
}

.status-boxes-center {
    width: 100%;
    padding: 8px;
    text-align: center;
    margin-bottom: 8px;
}

.status-boxes-1 {
    float: left;
    width: 100%;
    border: 2px solid var(--alternate-color);
    background: #fff;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.status-boxes-1-left {
    float: left;
    width: 35px;
    text-align: center;
    padding: 4px;
    font-size: 18px;
    color: var(--alternate-color);
}

.status-boxes-1-right {
    float: right;
    width: calc(100% - 35px);
    border-left: 2px solid var(--alternate-color);
}

.status-boxes-1-title {
    width: 100%;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 4px;
    text-align: center;
}

.db-status-info {
    width: 100%;
}

.db-status-info-box {
    width: 100%;
    text-align: center;
    padding: 4px 2px 6px 2px;
    color: #000;
}

    .db-status-info-box > .value {
        font-size: 15px;
        font-weight: normal;
        white-space: unset;
        overflow: auto;
    }

    .db-status-info-box > .value-text {
        font-size: 13px;
        white-space: unset;
        overflow: unset;
    }

.status-boxes-1.box-color-1 {
    border-color: var(--primary-dark-color);
}

    .status-boxes-1.box-color-1 .status-boxes-1-left {
        color: var(--primary-dark-color);
    }

    .status-boxes-1.box-color-1 .status-boxes-1-right {
        border-color: var(--primary-dark-color);
    }

.db-icon-status {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 4px;
}

.db-icon-status-box {
    padding: 6px 4px 10px 4px;
}

.db-icon-status ul {
    padding: 0;
    margin: 0;
}

    .db-icon-status ul li {
        list-style-type: none;
        display: inline-block;
        text-align: center;
        width: 50%;
        float: left;
    }

        .db-icon-status ul li:last-child {
            width: 100%;
        }

.chart-220 {
    height: 225px;
}

/*---------- Simple Tabs Custom ---------*/
.simple-tabs.custom .simple-nav-tabs {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

    .simple-tabs.custom .simple-nav-tabs .simple-nav-item {
        width: 50%;
        text-align: center;
    }

.simple-tabs.custom .simple-tab-content > .tab-pane {
    padding-top: 5px;
}

.simple-tabs.custom .simple-nav-tabs .simple-nav-item.active {
    color: #458725;
}

.simple-tabs.custom table tr td {
    font-weight: 500;
}
/*-------------------*/

.dashboard-1-right {
    float: right;
    width: 310px;
    background: #fff;
    /*height: 100vh;*/
    border-left: 1px solid #ccc;
}

.dashboard-1-right-header {
    /*float: left;*/
    width: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
}

    .dashboard-1-right-header h6 {
        float: left;
        margin: 0;
    }

    .dashboard-1-right-header .db-filter-btn {
        float: right;
        color: #08a2e0;
        border: 0;
        background: none;
        outline: none !important;
    }

.dashboard-1-right-body {
    padding: 15px;
    overflow-y: auto;
    height: calc(100vh - 121px);
}

.person-details-box {
    padding: 0 5px;
    border: 1px solid #001f58;
    border-radius: 10px;
    margin-bottom: 10px;
}

.person-details-box-header {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

    .person-details-box-header .title-1 {
        font-size: 14px;
        font-weight: 500;
        padding: 4px 0;
    }

.db-info-btn {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 15px;
    color: var(--alternate-color);
    border: 0;
    background: none;
    outline: none !important;
    cursor: pointer;
}

.client-profile.custom {
    margin: 0;
}

    .client-profile.custom .client-image {
        width: 45px;
        height: 45px;
    }

    .client-profile.custom .client-image {
        margin-right: 5px;
    }

    .client-profile.custom .client-details {
        padding: 0px 4px;
        width: calc(100% - 50px);
        color: #000;
    }

        .client-profile.custom .client-details h6 {
            /*margin: 0;*/
            font-size: 14px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            min-height: 16px;
        }

        .client-profile.custom .client-details p {
            font-size: 12px;
            line-height: 15px;
            font-weight: normal;
            color: #909090;
        }

.person-details-box-body {
    float: left;
    width: 100%;
    /*padding: 4px 0;*/
    border-bottom: 1px solid #ccc;
    position: relative;
}

.person-details-box-info {
    float: left;
    padding: 4px;
    width: 50%;
}

    .person-details-box-info .text-1 {
        color: #909090;
        display: block;
        margin-bottom: 0 !important;
    }

    .person-details-box-info .text-2 {
        display: block;
        font-size: 13px;
        line-height: 15px;
        color: #000;
        margin: 0;
    }

.person-details-box-footer {
    float: left;
    width: 100%;
    padding: 6px 0;
}

.person-details-box-footer-left {
    float: left;
}

.person-details-box-footer-right {
    float: right;
}

.status-active {
    color: #00935f;
    cursor: pointer;
}

.edit-active {
    color: #00a4e5;
    cursor: pointer;
}

.inactive {
    color: #666666;
    pointer-events: none;
}

.view-active {
    color: var(--alternate-color);
    cursor: pointer;
    outline: none !important;
}

.view-inactive {
    color: #b7b7b7;
    cursor: not-allowed;
}

.delete-active {
    color: #ff0000;
    cursor: pointer;
    outline: none !important;
}

.delete-inactive {
    color: #b7b7b7;
    cursor: not-allowed;
}


.popup-fullwidth .modal-content {
    width: 1200px !important;
    left: -100px;
}

/*-------------- Confirmation POPUP Css Start Here ----------------*/
.modal.fade.in {
    opacity: 1 !important;
}

.modal-backdrop.fade.in {
    opacity: 0.5 !important;
}

.modal.fade.in {
    top: 50px !important;
}

/*.modal.fade.in .modal-dialog {
        top: 25px !important;
    }*/

.modal-content {
    background: none;
    border: 0;
}



.confirm-popup {
    width: 300px;
    background: #fff;
    margin: 0 auto;
    padding: 25px 15px;
    border-radius: 4px;
    box-shadow: 0 0 10px #000;
    margin-top: 30px;
}

    .confirm-popup .header {
        font-size: 45px;
        text-align: center;
        color: #086131;
    }

    .confirm-popup .body {
        font-size: 14px;
        text-align: center;
        padding: 25px 15px;
        overflow-y: auto;
        max-height: calc(100vh - 500px);
        cursor: default;
    }

    .confirm-popup .footer {
        text-align: center;
        padding: 15px 0;
    }

        .confirm-popup .footer .popup-btn {
            font-size: 14px;
            padding: 4px 15px;
            color: #fff;
            background: #f79100;
            border-radius: 4px;
            outline: none !important;
            border: 1px solid #b36b04;
            width: 30%;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            transition: all 0.6s ease;
        }

            .confirm-popup .footer .popup-btn:hover {
                box-shadow: 0 0 3px #c37403;
                background: #c37403;
            }

            .confirm-popup .footer .popup-btn.active {
                background: #00a4e5;
                border: 1px solid #04709a;
            }

                .confirm-popup .footer .popup-btn.active:hover {
                    box-shadow: 0 0 3px #00a4e5;
                    background: #0492ca;
                }
/*------------- Error popup -------------*/
.error {
    color: #ff4242 !important;
}

.confirm-popup.error-popup {
}

    .confirm-popup.error-popup > .header {
        color: #C51F30;
    }

    .confirm-popup.error-popup > .body {
        color: #C51F30;
    }


/*------------- Email popup -------------*/
.email-popup {
    background: #fff;
    border-radius: 25px;
    margin-top: 25px;
}

.email-popup-header {
    text-align: right;
    padding: 6px 12px 0px 0;
}

    .email-popup-header .email-close-btn {
        font-size: 20px;
        padding: 0;
        border: 0;
        background: none;
        outline: none !important;
        transition: all 0.6s ease;
    }

        .email-popup-header .email-close-btn:hover i {
            background: #b1b1b1;
            border-radius: 50%;
        }

.email-popup-body {
    text-align: center;
    padding: 4px 10px 10px 10px;
}

    .email-popup-body .title {
        font-size: 23px;
        font-weight: 700;
        margin-bottom: 20px;
    }

.email-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .email-icon img {
        width: 100%;
    }

.email-popup-body p {
    font-size: 18px;
}

    .email-popup-body p span {
        font-weight: 700;
    }




/*-------------- Confirmation POPUP End Start Here ----------------*/


/*-------------- Main Popup Start Here  -------------*/
.main-popup {
    width: 100%;
    background: #fff;
    margin-top: 22px;
}

.main-popup-header {
    padding: 10px 15px;
    color: #fff;
    background: linear-gradient(to bottom right, var(--primary-dark-color) 0%, #2a56a9 100%);
    border-bottom: 1px solid #ccc;
}

    .main-popup-header .title {
        float: left;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }

.main-popup-close {
    float: right;
    font-size: 16px;
    color: #fff;
    border: 0;
    background: none;
    outline: none !important;
    padding: 0;
}

    .main-popup-close:hover {
        color: rgba(255,255,255,0.6);
    }

.main-popup-body {
    padding: 15px;
    min-height: 200px !important;
    max-height: calc(100vh - 172px) !important;
    overflow-y: auto;
}

.main-popup-footer {
    padding: 10px 15px;
    border-top: 1px solid #ccc;
    background: #f1f1f1;
    text-align: right;
}

.main-popup-btn {
    font-size: 14px;
    color: var(--primary-dark-color);
    border: 1px solid var(--primary-dark-color);
    background: #fff;
    border-radius: 4px;
    padding: 0px 10px 2px 10px;
    outline: none !important;
    transition: all 0.6s ease;
    text-transform: capitalize;
}

    .main-popup-btn.active {
        color: #fff;
        background: var(--primary-dark-color);
    }

        .main-popup-btn.active:hover {
            color: #fff;
            background: var(--primary-dark-color);
            box-shadow: 0 0 6px var(--primary-dark-color);
        }

    .main-popup-btn:hover {
        color: #fff;
        background: var(--primary-dark-color);
    }

.view-map-btn {
    border: 0px;
    background: #00a4e5 !important;
    color: #FFF;
    padding: 5px 15px;
    transition: all 0.4s ease;
}

.form-action-link.left {
    float: left !important;
    margin-left: 0;
    margin-right: 10px;
}
/*-------------- Main Popup End Here  -------------*/


.pop-btn,
.pop-btn-sucess,
.pop-btn-warn {
    border-radius: 0;
    padding: 4px 30px;
}

.pop-btn {
    background: #3a9bca;
    border-color: #3a9bca;
}

.pop-btn-sucess {
    background: #00935f;
    border-color: #00935f;
}

.pop-btn-warn {
    background: #f79100;
    border-color: #f79100;
}

/*------------ Transporter Dashboard ----------------*/
.dashboard-1-right.bd-transporters {
    background: #fff;
    padding-top: 10px;
}

    .dashboard-1-right.bd-transporters .dashboard-1-right-header {
        padding: 6px 5px 10px 5px !important;
        border-bottom: 0;
    }

    .dashboard-1-right.bd-transporters .tab-pane {
        overflow-y: auto;
        height: calc(100vh - 99px);
        padding: 5px 4px 0 4px;
    }


.data-table-header-1 {
    padding: 6px;
    border: 1px solid #dedee0;
    border-bottom: 0;
}

.search-box {
    width: 250px;
}

    .search-box .form-control {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 2px 5px;
        height: calc(1.1em + 0.75rem + 2px);
    }

.search-box-1 {
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
}

.search-box-1-control {
    width: 100%;
    border: 1px solid var(--primary-color);
    box-shadow: none !important;
    outline: none !important;
    height: 30px;
    padding: 5px;
    min-width: 100px;
}

.search-box-1-btn {
    min-width: 30px;
    height: 30px;
    border: 0;
    outline: none !important;
    color: #fff;
    background: var(--primary-color);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .search-box-1-btn:hover {
        background: #212e7c;
    }

.custom-height .cke_contents {
    height: 70px !important;
}

.custom-height .cke_contents_ltr p {
    margin: 0 !important;
}

/*----------- Kendo Css Start Here -----------*/
.k-grid-norecords {
    padding: 20px 10px;
}

.k-grid-norecords {
    height: auto !important;
    width: calc(100% - 20px) !important;
}

/*----------- Common Chart CSS Start Here -----------*/
.chat-window {
    position: fixed;
    height: calc(100vh - 60px);
    top: 60px;
    right: 0;
    background: #FFF;
    padding: 10px;
    box-shadow: 0 0 5px #aaaaaa;
    /*transition: all 0.6s ease-in-out;*/
}

.chat-window-close {
    position: absolute;
    left: -31px;
    top: 0px;
    font-size: 20px;
    padding: 0px 8px;
    color: #fff;
    background: #e02020;
    cursor: pointer;
    border: 1px solid #e02020;
    border-radius: 4px 0 0 4px;
    outline: none !important;
    transition: all 0.4s ease;
}

    .chat-window-close:hover {
        color: #e02020;
        background: #f5f5f5;
    }

.db-chat-form {
    float: left;
    position: relative;
    /*left: 15px;
    top: 15px;*/
    height: calc(100% - 30px);
    width: 350px;
    background: #fff;
    border: 1px solid #ccc;
    /*margin-right:15px;*/
    /*transition: all 0.6s ease;*/
    overflow: hidden;
    opacity: 1;
}

    .db-chat-form .chat-header {
        background: linear-gradient(to right, #002059 50%, #079dda 100%);
        padding: 4px 8px;
    }

        .db-chat-form .chat-header .title {
            float: left;
            color: #fff;
            font-size: 15px;
            /*padding-top: 4px;*/
            font-weight: 600;
            text-transform: uppercase;
        }

.chat-filter-section {
    padding: 4px;
    display: flex;
}

    .chat-filter-section .custom-btn-checkbox {
        width: 100%;
    }

        .chat-filter-section .custom-btn-checkbox:last-child {
            margin-right: 0px !important;
        }


/*---------- Custom button Check box ------------*/

.custom-btn-checkbox {
    float: left;
    min-width: 100px;
    margin-right: 4px;
}

.inputGroup {
    background-color: #fff;
    display: block;
    /*margin: 10px 0;*/
    position: relative;
}

    .inputGroup label {
        padding: 2px 4px;
        margin: 0;
        width: 100%;
        display: block;
        text-align: left;
        color: #3c454c;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        border: 1px solid #CCC;
        box-shadow: 0 0 3px #aaa;
        border: 1px solid #CCC;
        box-shadow: 0 0 3px #aaa;
        text-align: center;
        font-weight: 400;
        font-size: 14px;
    }

        .inputGroup label:hover {
            background: #eee;
        }

        .inputGroup label:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: "";
            background-color: #013b75;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

    .inputGroup input:checked ~ label {
        color: #fff;
    }

        .inputGroup input:checked ~ label:before {
            -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

        .inputGroup input:checked ~ label:after {
            background-color: #54e0c7;
            border-color: #54e0c7;
        }

    .inputGroup input {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }
/*-------------------------------*/

.chat-bottom-header.custom {
    display: flex;
    padding: 4px;
    border-bottom: 1px solid #ccc;
}

    .chat-bottom-header.custom input {
        padding: 0 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        height: calc(1.2em + 0.75rem + 2px);
    }

        .chat-bottom-header.custom input:focus {
            box-shadow: none !important;
        }

.chat-search-btn {
    font-size: 14px;
    padding: 4px 10px;
    color: #fca041;
    background: #fff;
    border: 1px solid #fca041;
    border-radius: 4px;
    cursor: pointer;
    outline: none !important;
    transition: all 0.6s ease;
    margin: 0px 0px 1px 5px;
}

    .chat-search-btn.active, .chat-search-btn:hover {
        color: #fff;
        background: #fca041;
    }

        .chat-search-btn.active:hover {
            background: #da8936;
        }

.chat-window .db-chat-form {
    height: calc(100vh - 80px);
}

.chat-window .chat-body {
    /*padding: 4px 15px;*/
    overflow-y: auto;
    height: calc(100vh - 189px);
}

.uder-about {
    text-align: center;
}

.chat-users {
    display: flex;
    padding: 8px 8px;
    vertical-align: middle;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    transition: all 0.4s ease;
    word-wrap: break-word;
}

    .chat-users:hover {
        background: #f4f4f4;
    }

.chat-client {
    float: left;
    /*position: relative;*/
    right: 15px;
    top: 15px;
    width: 350px;
    height: calc(100% - 0px);
    background: #fff;
    border: 1px solid #ccc;
    margin-left: 15px;
}

.chat-users .chat-users1 {
    width: 35px;
    height: 35px;
    /*background: #ccc;*/
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

    .chat-users .chat-users1 img {
        width: 100%;
    }

.chat-users .chat-users2 {
    width: calc(100% - 35px);
    padding: 0 0px 0 6px;
    position: relative;
}

.chat-users2 .uder-name {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

    .chat-users2 .uder-name label {
        float: left;
        width: calc(100% - 55px);
        margin: 0;
    }

    .chat-users2 .uder-name span {
        float: right;
        text-align: right;
        width: 55px;
        font-weight: normal;
        line-height: 13px;
        font-size: 11px;
    }

.uder-about {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.chat-client .chat-client-header {
    padding: 4px 8px;
    background: linear-gradient(to right, #002059 20%, #079dda 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .chat-client .chat-client-header .header-left {
        float: left;
        text-align: left;
        display: flex;
        align-items: center;
        vertical-align: middle;
        width: calc(100% - 90px);
        word-wrap: break-word;
        overflow: hidden;
    }

.client-chat-profile {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*background: #ccc;*/
    overflow: hidden;
    margin-right: 4px;
    display: inline-table;
}

    .client-chat-profile img {
        width: 100%;
        height: auto;
    }

.client-chat-name {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.chat-client-header .header-right {
    max-width: 90px;
    padding: 0px 0px 0 2px;
    float: right;
    text-align: right;
    /*display: flex;*/
}

.client-info-btn {
    width: 30px;
    height: 30px;
    margin-left: 4px;
    font-size: 15px;
    color: #fff;
    border: 0;
    outline: none !important;
    background: #002059;
    border-radius: 50%;
    transition: all 0.6s ease;
}

    .client-info-btn.close-btn {
        background: #fca041 !important;
    }

    .client-info-btn:hover {
        color: #009c4c;
        background: #fff;
        box-shadow: 0 0 8px #000;
    }

    .client-info-btn.close-btn:hover {
        color: #fca041;
        background: #fff !important;
        box-shadow: 0 0 2px #fca041 !important;
    }

.chat-client-body {
    padding: 10px;
    height: calc(100vh - 182px);
    overflow-y: auto;
}

    .chat-client-body .chat-users {
        border-bottom: 0;
    }

    .chat-client-body .chat-users2 {
        width: 100%;
    }

    .chat-client-body .chat-users:hover {
        background: #fff;
    }

    .chat-client-body .uder-about {
        font-size: 15px;
        text-align: center;
    }

.chat-date-select {
    background: #F1F1F1;
    font-weight: 600;
    padding: 2px 5px;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    box-shadow: 0 0 1px #000;
}

.user-chat-text-box {
    text-align: right;
    display: flex;
    align-items: flex-start;
    vertical-align: middle;
}

.user-chat-text {
    width: 100%;
}

    .user-chat-text p {
        font-size: 12px;
        width: 100%;
        margin-bottom: 4px;
        color: #9e9e9e;
    }

        .user-chat-text p img {
            width: 100%;
            height: auto;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        .user-chat-text p span {
            font-size: 14px;
            line-height: 16px;
            color: #fff;
            padding: 7px 8px 5px 15px;
            border-radius: 30px 4px 4px 30px;
            background: var(--primary-dark-color);
            display: inline-block;
        }

.chat-time {
    margin-top: -5px;
}

.client-chat-text-box {
    text-align: left;
    display: flex;
    align-items: flex-start;
    vertical-align: middle;
}

.client-chat-text-box-left {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-right: 8px;
}

    .client-chat-text-box-left img {
        width: 100%;
        height: auto;
    }

.client-chat-text-box-right {
    width: calc(100% - 30px);
}

    .client-chat-text-box-right p {
        font-size: 12px;
        width: 100%;
        margin-bottom: 4px;
        color: #9e9e9e;
    }

        .client-chat-text-box-right p img {
            width: 100%;
            height: auto;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        .client-chat-text-box-right p span {
            font-size: 14px;
            line-height: 16px;
            color: #000;
            padding: 7px 15px 5px 8px;
            border-radius: 4px 30px 30px 4px;
            background: #f1f1f1;
            display: inline-block;
        }

.chat-client-footer {
    padding: 6px 6px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    position: relative;
}

.add-chat-btn {
    width: 35px;
    height: 35px;
    font-size: 18px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 5px;
    outline: none !important;
    transition: all 0.6s ease;
}

    .add-chat-btn:hover {
        color: #fff;
        background: linear-gradient(to right, #002059 50%, #079dda 100%);
    }

.chat-field-box {
    width: calc(100% - 40px);
    position: relative;
}

    .chat-field-box textarea {
        border-radius: 10px;
        background: #f4f4f4;
        border: 1px solid #ccc;
        padding: 2px 30px 2px 4px;
        height: 40px;
        font-size: 14px;
        line-height: 18px;
        overflow-y: hidden;
    }

    .chat-field-box input {
        border-radius: 30px;
        background: #f4f4f4;
        border: 1px solid #ccc;
        padding: 8px 35px 8px 10px;
    }

    .chat-field-box textarea:focus {
        box-shadow: none !important;
        border: 1px solid var(--primary-dark-color);
    }

    .chat-field-box input:focus {
        box-shadow: none !important;
        border: 1px solid var(--primary-dark-color);
    }

    .chat-field-box .send-btn {
        font-size: 18px;
        background: none;
        border: 0;
        color: #e97f00;
        position: absolute;
        right: 3px;
        top: 6px;
        outline: none !important;
    }
/*chat-added-image*/
.chat-added-image {
    width: 100px;
    /*max-height: 50px;*/
    border: 1px solid #000;
    margin: 0 10px 4px 0;
    position: absolute;
    bottom: 55px;
    left: 5px;
}

    .chat-added-image:hover {
        box-shadow: 0 0 3px #00663b;
    }

    .chat-added-image img {
        width: 100%;
        height: auto;
    }

.chat-added-image-close {
    font-size: 15px;
    color: #000;
    position: absolute;
    top: -16px;
    right: -16px;
    background: none;
    border: 0;
    outline: none !important;
}
/*Chat More Loader*/

.more-loader {
    font-size: 14px;
    color: #00984f;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.more-loader-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0 0 0 / 0.3);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.loader-icon {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
}

/*-------------- Custom table ---------------*/

.custom-table-box {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    margin-bottom: 20px;
    padding: 0 1px;
    /*float: left;*/
    max-height: 350px;
    position: relative;
    white-space: nowrap;
}

    .custom-table-box th {
        position: sticky;
        top: -2px;
        z-index: 10;
        transition: all 0.6s ease;
    }

.custom-table {
    width: 100%;
    font-size: 14px;
    border-bottom: 0;
    /*white-space: nowrap;*/
    /*max-height: 400px;*/
    /*border: 1px solid #404f62;*/
    border: 1px solid #404f62;
    border-bottom: 0;
}

    .custom-table table {
    }

    .custom-table thead tr th {
        color: #fff;
        background: #424242;
        padding: 6px;
        letter-spacing: 0.8px;
        border: 0;
        /*position: sticky;
        top: -2px;
        z-index: 10;*/
    }

    .custom-table > tbody > tr > td {
        background: #fff !important;
        padding: 6px !important;
        transition: 0.4s all ease;
        border-bottom: 1px solid #404f62;
        border-top: 0;
    }

    .custom-table tr td a:hover {
        text-decoration: none;
    }

    .custom-table tbody tr td label {
        margin: 0;
    }



    .custom-table tbody tr:hover td {
        background: #f1f1f1 !important;
    }

.custom-table-footer {
    padding: 4px 6px;
    border: 1px solid #404f62;
    border-top: 0;
    background: #ccc;
}

    .custom-table-footer select {
        outline: none !important;
    }

.table-btn {
    font-size: 14px;
    line-height: 15px;
    color: var(--primary-dark-color);
    padding: 0;
    background: none;
    border: 0;
    font-weight: 600;
    outline: none !important;
}

.pagination {
    margin: 0;
}
/*-------------- Custom table 1 CSS Start ---------------*/
.custom-table-1 {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    margin-bottom: 20px;
    max-height: 350px;
    position: relative;
    box-shadow: 0 0 2px #ccc;
}

    .custom-table-1 table {
        width: 100%;
        color: #000;
        background: #fff;
    }

        .custom-table-1 table th {
            position: sticky;
            top: -1px;
            z-index: 10;
            color: #fff;
            padding: 5px 10px;
            background: var(--primary-color);
            white-space: nowrap;
        }

    .custom-table-1 td {
        padding: 5px 10px;
        border-bottom: 1px solid #ccc;
    }

.table-footer {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-top: 0;
    background: #ECEFF1;
}

.width-80 {
    width: 80px !important;
}

.width-100 {
    width: 100px !important;
}

.width-150 {
    width: 150px !important;
}

.width-200 {
    width: 200px !important;
}

/*-------------- Custom table 1 CSS End ---------------*/

/* IDMS Custom collaps Panel */
.idms-collaps-panel {
    float: left;
    width: 100%;
    padding: 15px;
}

.idms-collaps-item {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.idms-collaps-item-title {
    float: left;
    position: relative;
    width: 100%;
    padding: 8px 10px;
    background: #f1f1f1;
    color: #333;
    cursor: pointer;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.6s ease;
}

    .idms-collaps-item-title.active {
        background: #666;
        color: #FFF;
    }

    .idms-collaps-item-title::after {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        vertical-align: middle;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-size: 16px;
        font-weight: 900;
        color: #222;
        transition: all 0.6s ease;
        padding: 8px 20px;
        transform: rotate(0deg);
    }

    .idms-collaps-item-title.active::after {
        transform: rotate(180deg);
        color: #FFF;
        top: 2px;
    }

.idms-collaps-item-content {
    float: left;
    width: 100%;
    padding: 0px 10px;
    max-height: 0;
    transition: all 0.6s ease;
    border: 0px solid #ddd;
    overflow: hidden;
}

.idms-collaps-item.collaps-active .idms-collaps-item-content {
    padding: 10px 10px;
    max-height: 12000px;
    border: 1px solid #ddd;
    overflow: inherit;
}
/*   gates movements  */

.gates-custom-container {
    float: left;
    width: 100%;
}

.gates-item-block {
    float: left;
    width: 100%;
}

.gates-preview-item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    /*padding: 0 15px;*/
}

.category-preview-item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.gares-category-title {
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #CCC;
    font-size: 16px;
    text-transform: uppercase;
}

.gates-item-controls {
    float: left;
    width: 100%;
    padding: 10px 0;
}


.gates-date-btn {
    float: right;
    margin: -0px 0 0 0;
    position: relative;
    z-index: 4;
    border-radius: 0;
}

    .gates-date-btn .btn {
        font-size: 14px;
    }

.gates-btn {
    width: 100%;
    text-align: center;
    padding: 4px 15px;
    color: #000;
    border: 1px solid #ddd;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none !important;
    box-shadow: none !important;
    background: #f1f1f1;
}

.smartfield {
    display: none;
}

/*    fancy checkbox    */
.fancy-checkbox {
    margin-right: 10px;
}

.cust-fancy-checkbox {
    margin-right: 0px;
    margin-bottom: 0px;
}

.fancy-checkbox,
.fancy-checkbox label {
    font-weight: normal;
}

    .fancy-checkbox input[type="checkbox"] {
        display: none;
    }

        .fancy-checkbox input[type="checkbox"] + span {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            cursor: pointer;
            position: relative;
        }

            .fancy-checkbox input[type="checkbox"] + span:before {
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                *zoom: 1;
                *display: inline;
                position: relative;
                bottom: 1px;
                width: 24px;
                height: 24px;
                margin-right: 10px;
                content: "";
                border: 1px solid #ccc;
                border-radius: 3px;
            }

.cust-fancy-checkbox input[type="checkbox"] + span:before {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    border: 2px solid #666;
}

.fancy-checkbox input[type="checkbox"]:checked + span:before {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-weight: 900;
}

.cust-fancy-checkbox input[type="checkbox"]:checked + span:before {
    line-height: 16px;
    font-size: 10px;
}

.fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
    color: #FFF;
    background-color: var(--primary-dark-color);
    border-color: var(--primary-dark-color);
}

.fancy-checkbox.cust-fancy-checkbox input[type="checkbox"]:checked + span:before {
    color: #FFF;
    background-color: var(--primary-dark-color);
    border-color: var(--primary-dark-color);
}

/*   fancy radio   */

.fancy-radio {
    margin-right: 10px;
}

    .fancy-radio,
    .fancy-radio label {
        font-weight: normal;
    }

        .fancy-radio input[type="radio"] {
            display: none;
        }

            .fancy-radio input[type="radio"] + span {
                display: block;
                cursor: pointer;
                position: relative;
            }

                .fancy-radio input[type="radio"] + span i {
                    display: inline-block;
                    vertical-align: middle;
                    *vertical-align: auto;
                    *zoom: 1;
                    *display: inline;
                    -webkit-border-radius: 8px;
                    -moz-border-radius: 8px;
                    border-radius: 8px;
                    position: relative;
                    bottom: 1px;
                    content: "";
                    border: 1px solid #ccc;
                    width: 18px;
                    height: 18px;
                    margin-right: 5px;
                }

            .fancy-radio input[type="radio"]:checked + span i:after {
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                display: block;
                position: relative;
                top: 3px;
                left: 3px;
                content: '';
                width: 10px;
                height: 10px;
                background-color: #7b848c;
            }

        .fancy-radio.custom-color-green input[type="radio"]:checked + span i:after {
            background-color: #53D76A;
        }

        .fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i {
            background-color: #53D76A;
        }

            .fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i:after {
                background-color: #fff;
            }

.input-group-addon .fancy-radio,
.input-group-addon .fancy-checkbox {
    margin: 0;
    position: relative;
    top: 1px;
}

    .input-group-addon .fancy-radio input[type="radio"] + span i,
    .input-group-addon .fancy-checkbox input[type="checkbox"] + span {
        margin: 0;
    }

        .input-group-addon .fancy-radio input[type="radio"] + span i:before,
        .input-group-addon .fancy-checkbox input[type="checkbox"] + span:before {
            margin: 0;
        }


.range-slider {
    width: 100%; /*var(--alternate-color)*/
}
/*   Range Slider   */
.range-slide-container {
    width: 100%;
}

.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 12px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .range-slider:hover {
        opacity: 1;
    }

    .range-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background: var(--alternate-color);
        cursor: pointer;
        border: 1px solid var(--primary-dark-color);
        box-shadow: 0 0 5px #999;
        border-radius: 50%;
    }

    .range-slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #E48444;
        cursor: pointer;
        border: 1px solid #E48444;
        box-shadow: 0 0 5px #999;
    }

.left-bar ~ * select:focus .left-bar ~ select:focus {
    display: none;
}
/*custom-file-upload*/
.custom-file-upload {
}

    .custom-file-upload .file-upload-button {
        float: right;
        border: 0;
        padding: 4px;
        background: #888;
        color: #fff;
        padding: 6px 15px;
        outline: none !important;
    }

    .custom-file-upload input {
        float: left;
        width: calc(100% - 75px);
        background: #f1f1f1;
        border: 1px solid #ced4da;
        padding: 10px;
        height: 33px;
    }

/*----------------------------------- Calender Css Start Here -------------------------------------------*/

/*-------------------- Date Header Start Here -------------------------*/
.uib-daypicker {
    outline: none !important;
}

    .uib-daypicker table tbody tr td button.primary-btn.active {
        padding: 1px 5px;
    }

.uib-datepicker-popup {
    padding: 0;
    min-width: 240px;
    box-shadow: 0 0 5px #15458f !important;
    /*border: 1px solid #3998c7 !important;*/
    /*box-shadow: none !important;*/
}

    .uib-datepicker-popup li {
        outline: none !important;
        box-shadow: 0 0 5px #fff;
    }

        .uib-datepicker-popup li .uib-datepicker .uib-daypicker table {
            outline: none !important;
            /*box-shadow: 0 0 5px #fff !important;*/
            width: 100%;
        }

            .uib-datepicker-popup li .uib-datepicker .uib-daypicker table.header-table tbody tr {
                background: var(--primary-dark-color);
                padding: 2px 0;
            }

                .uib-datepicker-popup li .uib-datepicker .uib-daypicker table.header-table tbody tr th button.cal-head-btn {
                    background: #fff;
                    color: var(--primary-dark-color);
                    padding: 0px 10px;
                    margin: 5px 3px;
                }

                    .uib-datepicker-popup li .uib-datepicker .uib-daypicker table.header-table tbody tr th button.cal-head-btn:hover {
                        background: #f1f1f1;
                    }

.uib-daypicker .calender tbody tr {
    text-align: center;
}

.uib-daypicker th, .uib-daypicker td {
    padding: 0 !important;
}

.uib-daypicker .calender tbody tr th.cal-small-text-center {
    background: #ccc;
}

.uib-datepicker-popup li .uib-datepicker .uib-daypicker table thead tr {
    background: linear-gradient(to right, #3998c7 0%, #1d477a 100%);
    color: #fff;
}

    .uib-datepicker-popup li .uib-datepicker .uib-daypicker table thead tr:nth-child(2) {
        background: #dbe5f1;
        color: #000;
    }

    .uib-datepicker-popup li .uib-datepicker .uib-daypicker table thead tr th button {
        color: #fff;
        outline: none !important;
    }

        .uib-datepicker-popup li .uib-datepicker .uib-daypicker table thead tr th button.pull-left {
            position: relative;
            padding: 15px 5px;
        }

            .uib-datepicker-popup li .uib-datepicker .uib-daypicker table thead tr th button.pull-left:hover {
                background: #dbe5f1;
            }

                .uib-datepicker-popup li .uib-datepicker .uib-daypicker table thead tr th button.pull-left:hover::after {
                    color: #3998c7;
                }

            .uib-datepicker-popup li .uib-datepicker .uib-daypicker table thead tr th button.pull-left::after {
                position: absolute;
                content: "\f0d9";
                left: 13px;
                bottom: 0px;
                font-size: 20px;
                color: #fff;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
            }

        .uib-datepicker-popup li .uib-datepicker .uib-daypicker table thead tr th button.pull-right {
            position: relative;
            padding: 15px 5px;
        }

            .uib-datepicker-popup li .uib-datepicker .uib-daypicker table thead tr th button.pull-right:hover {
                background: #dbe5f1;
            }

                .uib-datepicker-popup li .uib-datepicker .uib-daypicker table thead tr th button.pull-right:hover::after {
                    color: #3998c7;
                }

            .uib-datepicker-popup li .uib-datepicker .uib-daypicker table thead tr th button.pull-right::after {
                position: absolute;
                content: "\f0da";
                right: 13px;
                bottom: 0px;
                font-size: 20px;
                color: #fff;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
            }

.uib-daypicker table tbody tr th.cal-small-text-center {
    cursor: default;
}

    .uib-daypicker table tbody tr th.cal-small-text-center:hover {
        background: #aba9a9;
    }
/*-------------- Month Header Start here --------------------*/
.uib-monthpicker {
    outline: none !important;
}

    .uib-monthpicker table {
        width: 100%;
    }

    .uib-monthpicker .calender thead tr td table.header-table {
        width: 100%;
    }

.uib-datepicker-popup li .uib-datepicker .uib-monthpicker table thead tr {
    background: var(--primary-dark-color);
}

    .uib-datepicker-popup li .uib-datepicker .uib-monthpicker table thead tr th button {
        color: var(--primary-dark-color);
        outline: none !important;
        padding: 0px 10px;
        margin: 4px 3px;
        border: 0;
    }

        .uib-datepicker-popup li .uib-datepicker .uib-monthpicker table thead tr th button.pull-left {
            position: relative;
            padding: 15px 5px;
            width: 37px;
            float: left;
        }

            .uib-datepicker-popup li .uib-datepicker .uib-monthpicker table thead tr th button.pull-left:hover {
                background: #dbe5f1;
            }

                .uib-datepicker-popup li .uib-datepicker .uib-monthpicker table thead tr th button.pull-left:hover::after {
                    color: #3998c7;
                }

            .uib-datepicker-popup li .uib-datepicker .uib-monthpicker table thead tr th button.pull-left::after {
                position: absolute;
                content: "\f0d9";
                left: 12px;
                bottom: 0px;
                font-size: 20px;
                color: #fff;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
            }

        .uib-datepicker-popup li .uib-datepicker .uib-monthpicker table thead tr th button.pull-right {
            position: relative;
            padding: 15px 5px;
            width: 37px;
            float: right;
        }

            .uib-datepicker-popup li .uib-datepicker .uib-monthpicker table thead tr th button.pull-right:hover {
                background: #dbe5f1;
            }

                .uib-datepicker-popup li .uib-datepicker .uib-monthpicker table thead tr th button.pull-right:hover::after {
                    color: #3998c7;
                }

            .uib-datepicker-popup li .uib-datepicker .uib-monthpicker table thead tr th button.pull-right::after {
                position: absolute;
                content: "\f0da";
                right: 12px;
                bottom: 0px;
                font-size: 20px;
                color: #fff;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
            }
/*-------------- Year Header Start here --------------------*/
.uib-yearpicker {
    outline: none !important;
}

    .uib-yearpicker table {
        width: 100%;
    }

    .uib-yearpicker .calender thead tr td table.header-table {
        width: 100%;
    }

.uib-datepicker-popup li .uib-datepicker .uib-yearpicker table thead tr {
    background: var(--primary-color);
}

    .uib-datepicker-popup li .uib-datepicker .uib-yearpicker table thead tr th button {
        color: var(--primary-color);
        background: #fff;
        outline: none !important;
        padding: 0px 10px;
        margin: 4px 3px;
        border: 0;
    }

        .uib-datepicker-popup li .uib-datepicker .uib-yearpicker table thead tr th button.pull-left {
            position: relative;
            padding: 15px 5px;
            width: 37px;
            float: left;
        }

            .uib-datepicker-popup li .uib-datepicker .uib-yearpicker table thead tr th button.pull-left:hover {
                background: #dbe5f1;
            }

                .uib-datepicker-popup li .uib-datepicker .uib-yearpicker table thead tr th button.pull-left:hover::after {
                    color: #3998c7;
                }

            .uib-datepicker-popup li .uib-datepicker .uib-yearpicker table thead tr th button.pull-left::after {
                position: absolute;
                content: "\f0d9";
                left: 12px;
                bottom: 0px;
                font-size: 20px;
                color: #fff;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
            }

        .uib-datepicker-popup li .uib-datepicker .uib-yearpicker table thead tr th button.pull-right {
            position: relative;
            padding: 15px 5px;
            width: 37px;
            float: right;
        }

            .uib-datepicker-popup li .uib-datepicker .uib-yearpicker table thead tr th button.pull-right:hover {
                background: #dbe5f1;
            }

                .uib-datepicker-popup li .uib-datepicker .uib-yearpicker table thead tr th button.pull-right:hover::after {
                    color: #3998c7;
                }

            .uib-datepicker-popup li .uib-datepicker .uib-yearpicker table thead tr th button.pull-right::after {
                position: absolute;
                content: "\f0da";
                right: 12px;
                bottom: 0px;
                font-size: 20px;
                color: #fff;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
            }

/*-------------------- Date Body Start Here -------------------------*/
.calender > tbody > tr > td > .cal-day-btn.active {
    color: var(--primary-dark-color);
    font-weight: 600;
    background: #ccc;
}

    .calender > tbody > tr > td > .cal-day-btn.active:hover {
        color: #fff;
        background: rgb(0 30 87 / 0.8);
    }

        .calender > tbody > tr > td > .cal-day-btn.active:hover .text-info {
            color: #fff !important;
        }

.calender > tbody > tr > td > .cal-day-btn:hover {
    background: rgb(0 30 87 / 0.2);
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    background: linear-gradient(to top, #3998c7 0%, #1d477a 100%);
    font-weight: 700;
}

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle:hover {
        background: linear-gradient(to bottom, #1c66d6, #15458f) !important;
    }

.text-info {
    color: var(--primary-dark-color) !important;
    font-weight: 700;
}


.uib-datepicker-popup li .uib-datepicker .uib-daypicker table tbody tr td button {
    border: 1px solid #f5f5f5;
    /*padding: 4px 8px;*/
}

    .uib-datepicker-popup li .uib-datepicker .uib-daypicker table tbody tr td button.btn-info.active span.text-info {
        color: #fff !important;
    }

    .uib-datepicker-popup li .uib-datepicker .uib-daypicker table tbody tr td button.btn-default span.text-info {
        font-weight: 700 !important;
    }
    /*.uib-datepicker-popup li .uib-datepicker .uib-daypicker table tbody tr td button.btn-default.btn-default span.text-info:active {
    background: red;
}*/
    .uib-datepicker-popup li .uib-datepicker .uib-daypicker table tbody tr td button.btn-default {
        transition: all 0.6s ease;
    }

        .uib-datepicker-popup li .uib-datepicker .uib-daypicker table tbody tr td button.btn-default:hover {
            background: #dbe5f1;
        }


/*-------------------- Month Body Start Here -------------------------*/
.uib-datepicker-popup li .uib-datepicker .uib-monthpicker table tbody tr td .cal-year-btn {
    border: 1px solid #f5f5f5;
    padding: 2px;
}

    .uib-datepicker-popup li .uib-datepicker .uib-monthpicker table tbody tr td .cal-year-btn:hover {
        background: rgb(0 30 87 / 0.2);
    }

    .uib-datepicker-popup li .uib-datepicker .uib-monthpicker table tbody tr td .cal-year-btn.active {
        background: #ccc;
    }

        .uib-datepicker-popup li .uib-datepicker .uib-monthpicker table tbody tr td .cal-year-btn.active:hover {
            background: rgb(0 30 87 / 0.8);
        }

            .uib-datepicker-popup li .uib-datepicker .uib-monthpicker table tbody tr td .cal-year-btn.active:hover .text-info {
                color: #fff !important;
            }

.uib-datepicker-popup li .uib-datepicker .uib-monthpicker table tbody tr td button.btn-info.active span.text-info {
    color: #fff !important;
}

.uib-datepicker-popup li .uib-datepicker .uib-monthpicker table tbody tr td button.btn-default.btn-default span.text-info {
    font-weight: 700 !important;
}



/*-------------------- Year Body Start Here -------------------------*/
.uib-datepicker-popup li .uib-datepicker .uib-yearpicker table tbody tr td .cal-year-btn {
    border: 1px solid #f5f5f5;
}

    .uib-datepicker-popup li .uib-datepicker .uib-yearpicker table tbody tr td .cal-year-btn:hover {
        background: rgb(0 30 87 / 0.2);
    }

    .uib-datepicker-popup li .uib-datepicker .uib-yearpicker table tbody tr td .cal-year-btn.active {
        background: #ccc;
    }

        .uib-datepicker-popup li .uib-datepicker .uib-yearpicker table tbody tr td .cal-year-btn.active:hover {
            background: rgb(0 30 87 / 0.8);
        }

            .uib-datepicker-popup li .uib-datepicker .uib-yearpicker table tbody tr td .cal-year-btn.active:hover .text-info {
                color: #fff !important;
            }

.uib-datepicker-popup li .uib-datepicker .uib-yearpicker table tbody tr td button.btn-info.active span.text-info {
    color: #fff !important;
}

.uib-datepicker-popup li .uib-datepicker .uib-yearpicker table tbody tr td button.btn-default.btn-default span.text-info {
    font-weight: 700 !important;
}


/*-------------------- Fotter Buttons Start Here -------------------------*/




.uib-button-bar {
    border-top: 1px solid #ccc;
    padding: 5px 9px 2px;
}

    .uib-button-bar button.btn-sm {
        padding: 3px 10px;
        outline: none !important;
        font-size: 13px !important;
    }

        .uib-button-bar button.btn-sm:focus {
            box-shadow: none !important;
        }

    .uib-button-bar span.btn-group.pull-left {
        width: 67% !important;
        float: left;
        margin-bottom: 5px;
    }

        .uib-button-bar span.btn-group.pull-left button {
            color: #fff;
            margin-bottom: 0px;
            border: 0;
        }

        .uib-button-bar span.btn-group.pull-left .btn-info {
            border-radius: 4px 0 0 4px;
            background: linear-gradient(to bottom, #1c66d6, #15458f);
        }

            .uib-button-bar span.btn-group.pull-left .btn-info:hover {
                background: linear-gradient(to top, #3998c7 0%, #1d477a 100%);
            }

        .uib-button-bar span.btn-group.pull-left .uib-clear {
            border-radius: 0;
            background: linear-gradient(to top, #e85e51 0%, #bf4d42 100%);
        }

            .uib-button-bar span.btn-group.pull-left .uib-clear:hover {
                background: linear-gradient(to bottom, #e85e51 0%, #bf4d42 100%);
            }

    .uib-button-bar .btn-success {
        float: left;
        width: calc(100% - 67%);
        border-radius: 0 4px 4px 0;
        padding: 3px;
        font-size: 13px;
        background: #00aa36;
        border: 1px solid #00aa36;
        padding: 2px 10px !important;
    }

        .uib-button-bar .btn-success:hover {
            background: #02882d;
        }


/*----------------------------------- Calender Css End Here -------------------------------------------*/



.loader-wrapper {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}

.truck-wrapper {
    height: 200px;
    width: 200px;
    border: 4px solid #001d5b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    background: white;
    animation: bg 0.5s linear infinite;
    /* border-bottom:3px solid #404143; */
    border-radius: 100%;
    overflow: hidden;
    box-shadow: inset 0px 0px 10px 4px rgba(0,0,0,0.3),inset 0px 0px 5px 0px #001d5b;
}

    .truck-wrapper:after {
        content: 'Loading';
        font-size: 20px;
        position: absolute;
        bottom: 0px;
        text-align: center;
        width: 100%;
        border-top: 1px solid #001d5b;
        background: #001d5b;
        /*background: -moz-linear-gradient(left, rgba(30,252,200,1) 0%, rgba(29,211,214,1) 100%);
background: -webkit-linear-gradient(left, rgba(30,252,200,1) 0%,rgba(29,211,214,1) 100%);
background: linear-gradient(to right, rgba(30,252,200,1) 0%,rgba(29,211,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1efcc8', endColorstr='#1dd3d6',GradientType=1 );*/
        color: white;
        padding-top: 8px;
        padding-bottom: 18px;
        /*animation: bg 3s linear infinite;*/
    }

.truck {
    height: 110px;
    width: 150px;
    position: absolute;
    bottom: 48px;
    left: calc(50% + 10px);
    transform: translateX(-50%);
}


    .truck > .truck-container {
        background: rgb(175,189,195);
        background: -moz-linear-gradient(-45deg, rgba(175,189,195,1) 0%, rgba(175,189,195,1) 50%, rgba(143,163,173,1) 51%, rgba(143,163,173,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(175,189,195,1) 0%,rgba(175,189,195,1) 50%,rgba(143,163,173,1) 51%,rgba(143,163,173,1) 100%);
        background: linear-gradient(135deg, rgba(175,189,195,1) 0%,rgba(175,189,195,1) 50%,rgba(143,163,173,1) 51%,rgba(143,163,173,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afbdc3', endColorstr='#8fa3ad',GradientType=1 );
        height: 50px;
        width: 80px;
        position: absolute;
        top: 10px;
        left: 10px;
        animation: container 0.8s linear infinite;
    }

    .truck > .glases {
        background: rgb(40,181,245);
        background: -moz-linear-gradient(-45deg, rgba(40,181,245,1) 0%, rgba(40,181,245,1) 50%, rgba(2,153,227,1) 52%, rgba(2,153,227,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(40,181,245,1) 0%,rgba(40,181,245,1) 50%,rgba(2,153,227,1) 52%,rgba(2,153,227,1) 100%);
        background: linear-gradient(135deg, rgba(40,181,245,1) 0%,rgba(40,181,245,1) 50%,rgba(2,153,227,1) 52%,rgba(2,153,227,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28b5f5', endColorstr='#0299e3',GradientType=1 );
        position: absolute;
        height: 25px;
        width: 25px;
        border: 4px solid #FBD734;
        border-bottom: none;
        top: 35px;
        left: 95px;
        border-top-right-radius: 6px;
        animation: updown-half 0.9s linear infinite;
    }

        .truck > .glases:after {
            content: '';
            display: block;
            background-color: #FBD734;
            height: 13px;
            width: 10px;
            position: absolute;
            right: -10px;
            bottom: 0px;
            border-radius: 10px / 15px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
        }

        .truck > .glases:before {
            content: '';
            display: block;
            background-color: #F9BF2C;
            height: 12px;
            width: 16px;
            position: absolute;
            left: 0px;
            bottom: 0px;
            border-top-right-radius: 4px;
        }

    .truck > .bonet {
        background-color: #F9BF2C;
        position: absolute;
        width: 124px;
        height: 15px;
        top: 64px;
        left: 10px;
        z-index: -1;
        animation: updown 0.6s linear infinite;
    }

        .truck > .bonet:after {
            content: '';
            display: block;
            background: rgb(255,255,255);
            background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
            background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
            background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
            height: 10px;
            width: 6px;
            position: absolute;
            right: 0px;
            bottom: 2px;
            border-top-left-radius: 4px;
        }

    .truck > .base {
        position: absolute;
        background-color: #445A64;
        width: 106px;
        height: 15px;
        border-top-right-radius: 10px;
        top: 70px;
        left: 14px;
        animation: updown 0.8s linear infinite;
    }

        .truck > .base:before {
            content: '';
            display: block;
            background-color: #E54A18;
            height: 12px;
            width: 5px;
            position: absolute;
            left: -4px;
            bottom: 0px;
            border-bottom-left-radius: 4px;
        }

        .truck > .base:after {
            content: '';
            display: block;
            background-color: RGB(84,110,122);
            height: 10px;
            width: 20px;
            position: absolute;
            right: -16px;
            bottom: 0px;
            border-bottom-right-radius: 4px;
            z-index: -1;
        }

    .truck > .base-aux {
        width: 82px;
        height: 8px;
        background-color: #F9BF2C;
        position: absolute;
        top: 65px;
        left: 14px;
        border-bottom-right-radius: 4px;
        animation: updown 0.8s linear infinite;
    }

    .truck > .wheel-back {
        left: 20px;
    }

    .truck > .wheel-front {
        left: 95px;
    }

    .truck > .wheel-back, .truck > .wheel-front {
        border-radius: 100%;
        position: absolute;
        background: rgb(84,110,122);
        background: -moz-linear-gradient(-45deg, rgba(84,110,122,1) 0%, rgba(84,110,122,1) 49%, rgba(68,90,100,1) 52%, rgba(68,90,100,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(84,110,122,1) 0%,rgba(84,110,122,1) 49%,rgba(68,90,100,1) 52%,rgba(68,90,100,1) 100%);
        background: linear-gradient(135deg, rgba(84,110,122,1) 0%,rgba(84,110,122,1) 49%,rgba(68,90,100,1) 52%,rgba(68,90,100,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546e7a', endColorstr='#445a64',GradientType=1 );
        top: 80px;
        height: 22px;
        width: 22px;
        animation: spin 0.9s linear infinite;
    }

        .truck > .wheel-back:before, .truck > .wheel-front:before {
            content: '';
            border-radius: 100%;
            left: 5px;
            top: 5px;
            position: absolute;
            background: rgb(175,189,195);
            background: -moz-linear-gradient(-45deg, rgba(175,189,195,1) 0%, rgba(175,189,195,1) 50%, rgba(143,163,173,1) 51%, rgba(143,163,173,1) 100%);
            background: -webkit-linear-gradient(-45deg, rgba(175,189,195,1) 0%,rgba(175,189,195,1) 50%,rgba(143,163,173,1) 51%,rgba(143,163,173,1) 100%);
            background: linear-gradient(135deg, rgba(175,189,195,1) 0%,rgba(175,189,195,1) 50%,rgba(143,163,173,1) 51%,rgba(143,163,173,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afbdc3', endColorstr='#8fa3ad',GradientType=1 );
            height: 12px;
            width: 12px;
        }

@keyframes spin {
    50% {
        top: 81px;
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes container {

    30% {
        transform: rotate(1deg);
    }

    50% {
        top: 11px;
    }

    70% {
        top: 10px;
        transform: rotate(-1deg);
    }
}

.truck > .smoke {
    position: absolute;
    background-color: #AFBDC3;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    top: 90px;
    left: 6px;
    animation: fade 0.4s linear infinite;
    opacity: 0;
}

    .truck > .smoke:after {
        content: '';
        position: absolute;
        background-color: RGB(143,163,173);
        border-radius: 100%;
        width: 6px;
        height: 6px;
        top: -4px;
        left: 4px;
    }

    .truck > .smoke:before {
        content: '';
        position: absolute;
        background-color: RGB(143,163,173);
        border-radius: 100%;
        width: 4px;
        height: 4px;
        top: -2px;
        left: 0px;
    }

@keyframes fade {

    30% {
        opacity: 0.3;
        left: 7px;
    }

    50% {
        opacity: 0.5;
        left: 6px;
    }

    70% {
        opacity: 0.1;
        left: 4px;
    }

    90% {
        opacity: 0.4;
        left: 2px;
    }
}

@keyframes bg {
    from {
        background-position-x: 0px;
    }

    to {
        background-position-x: -400px;
    }
}

@keyframes updown {
    50% {
        transform: translateY(-20%);
    }

    70% {
        transform: translateY(-10%);
    }
}

@keyframes updown-half {
    50% {
        transform: translateY(-10%);
    }

    70% {
        transform: translateY(-5%);
    }
}


/*  Error Page Design   */
.error-page {
    float: left;
    width: 100%;
    padding: 15px;
    overflow-y: auto;
    height: calc(100vh - 65px);
}

.error-page-title {
    text-align: center;
    color: var(--primary-dark-color);
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
}

.error-404 {
    float: left;
    width: 100%;
    text-align: center;
}

    .error-404 img {
        width: 500px;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
        border-radius: 10px;
        box-shadow: 0 0 3px #000;
    }

.error-404-msg {
    float: left;
    width: 100%;
}

    .error-404-msg h4 {
        font-size: 16px;
        color: #666;
        font-weight: 400;
        padding: 10px 0 20px;
    }

.error-page-back-section {
    text-align: center;
    width: 100%;
    padding: 10px;
}


.error-msg-content {
    padding: 15px 10px;
    margin-bottom: 10px;
}

.error-back-btn {
    background: var(--primary-dark-color);
    color: #FFF;
    transition: all 0.6s ease;
    font-size: 14px;
    padding: 8px 25px 8px 25px;
    border-radius: 6px;
    cursor: pointer;
}

    .error-back-btn:hover {
        background: #022a77;
        box-shadow: 0 0 6px #000;
    }

.error-page-back-section a {
    text-decoration: none;
}

.error-detais {
    color: var(--primary-dark-color) !important;
}

.error-back-btn:hover {
    color: #FFF;
}

/*--------- Slides Tabs ------------*/
.left-btn-bar {
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
}

    .left-btn-bar > .form-action-link {
        float: left;
        margin: 0 15px 4px 0px;
    }

.slide-tabs-content {
    float: right;
    width: 0;
    background: #fff;
    overflow-y: auto;
    height: calc(100vh - 246px);
    -webkit-transition: width 0.4s;
    /*transition: width 0.6s;*/
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    opacity: 0;
}

    .slide-tabs-content.full-height {
        height: calc(100vh - 131px) !important;
    }

    .slide-tabs-content.active {
        width: 100%;
        padding: 15px;
        border: 1px solid #ccc;
        opacity: 1;
    }

.slide-tabs-footer {
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: right;
}

.tooltip {
    opacity: 1 !important;
}

/*terms-conditons popup*/

/*.terms-conditons ol{
    padding-left: 30px;
}
.terms-conditons ol li{
    list-style-type: none;
    position: relative;
}
 .terms-conditons ol li::before {
        
        position: relative;
    }

    .terms-conditons ol li::before, .terms-conditons ol li::before {
        content: counters(item, ".") " ";
        counter-increment: item;
        position: absolute;
        left: -22px;
        top: 0px;
        font-weight: 700;
    }*/
.terms-conditons ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

    .terms-conditons ol > li {
        display: table;
        counter-increment: item;
        margin-bottom: 0.6em;
    }

        .terms-conditons ol > li:before {
            content: counters(item, ".") ". ";
            display: table-cell;
            padding-right: 0.6em;
            font-weight: 700;
            color: #001d5b;
        }

        .terms-conditons ol > li > ol > li:before {
            font-weight: normal;
            color: #000;
        }

.terms-conditons li ol > li {
    margin: 0;
}

    .terms-conditons li ol > li:before {
        content: counters(item, ".") " ";
    }

.terms-conditons h6 {
    font-weight: 600;
    color: #001d5b;
}

.terms-conditons-title {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    color: #001d5b;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}

/*---------------- New Design Changes screens Css -------------------*/
.form-section-body {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .form-section-body .form-section-body-left {
        position: absolute;
        top: 0;
        left: -300px;
        /*transition: all 0.6s ease-in-out;*/
    }

    .form-section-body.active .form-section-body-left {
        float: left;
        left: 0;
        width: 300px;
        padding-top: 15px;
        background: #f1f1f1;
    }

.form-section-body-left-inner {
    height: calc(100vh - 170px);
    padding: 10px;
    overflow-y: auto;
}

    .form-section-body-left-inner .cutom-info-box {
        /*cursor: default;*/
    }

.form-section-body-left-header {
    width: 100%;
    padding: 0px 10px 15px 10px;
    text-align: center;
}

.form-section-body .form-section-body-right {
    width: 100%;
    /*transition: all 0.6s ease-in-out;*/
    padding: 5px;
    padding-top: 15px;
    overflow-y: auto;
    /*height: calc(100vh - 158px);*/
    height: calc(100vh - 110px);
    background: #fff;
    right: 0;
}

.form-section-body.active .form-section-body-right {
    float: right;
    width: calc(100% - 300px);
    right: 0;
    border-left: 1px solid #999;
}

.form-section-body-right .form-tabs .tab-content {
    border: 0;
}

.form-action-link.center {
    float: inherit;
    margin: 0 auto;
    text-align: center;
}

.group-control-box {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

    .group-control-box .form-group label {
        /*color: #24338A !important;*/
        margin-top: 0;
    }

.custom-btn {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    background: none;
    outline: none !important;
    border: 0;
    font-weight: 600;
    transition: all 0.6s ease;
}

    .custom-btn:hover {
        color: rgba(255,255,255,0.6);
    }

.cutom-info-box-title {
    width: 100%;
    text-align: left;
    color: #000;
    padding: 4px 0;
    font-size: 15px;
    font-weight: 600;
}

.time-counter-box {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    color: #C51F30;
    text-align: right;
    right: 10px;
    top: 0px;
}

.roots-address label {
    position: relative;
    padding-left: 15px;
}

    .roots-address label::after {
        content: "\f3c5";
        position: absolute;
        left: 0;
        top: 0;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: #000;
    }






.roots-data {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
}

    .roots-data li {
        display: inline-block;
        list-style-type: none;
        width: 20%;
        text-align: left;
        float: left;
        padding-left: 5px;
        position: relative;
    }

        .roots-data li::after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            background: #7d7d7d;
            width: 1px;
            height: 50px;
        }

        .roots-data li:first-child {
            padding-left: 0px;
        }

        .roots-data li:last-child::after {
            content: none;
        }

        .roots-data li label {
            color: #606060;
        }

        .roots-data li span {
            display: block;
            color: #000;
            font-weight: 500;
            padding-left: 15px;
            min-height: 20px;
        }

.selectable-checkbox {
    position: absolute;
    right: -13px;
    top: 6px;
    z-index: 22;
}

.person-details {
    width: 100%;
    border: 1px solid #000;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    position: relative;
}

.person-details-btn {
    font-size: 14px;
    padding: 2px 10px;
    color: #fff;
    border: 0;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    background: #00a4e5;
    position: absolute;
    bottom: 0;
    right: 0;
    letter-spacing: 0.5px;
    transition: all 0.6s ease;
    cursor: pointer;
    outline: none !important;
}

    .person-details-btn:hover {
        background: #027eaf;
    }

.static-label-1 {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    display: block;
}

.dynamic-label-1 {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
    display: block;
}

/*---------- New Model Popup Start here -------------*/

.popup-2 {
    background: #fff;
    box-shadow: 0 0 3px #000;
    margin-top: 25px;
}

.popup-2-header {
    width: 100%;
    font-size: 15px;
    line-height: 13px;
    color: #fff;
    background: #011e60;
    letter-spacing: 1px;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    padding: 12px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-2-header-left {
    float: left;
    width: calc(100% - 300px);
}

.popup-2-header-right {
    float: right;
    text-align: right;
    width: 300px;
}

    .popup-2-header-right span {
        margin-left: 10px;
    }

.popup-2-body {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.popup-2-body-left {
    float: left;
    padding: 10px;
    background: #fff;
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - 170px);
}

.popup-2-body-right {
    float: right;
    padding: 10px;
    overflow-y: auto;
    width: 300px;
    height: calc(100vh - 170px);
    position: absolute;
    top: 0;
    right: -300px;
    background: #f2f2f2;
}


.popup-2.active .popup-2-body-left {
    width: calc(100% - 300px);
}

.popup-2.active .popup-2-body-right {
    right: 0;
}

.customize-popup .popup-2-body-right {
    width: 700px;
    right: -700px;
}

.customize-popup.active .popup-2-body-left {
    width: calc(100% - 700px) !important;
}

.customize-popup.active .popup-2-body-right {
    right: 0;
}

.popup-2-footer {
    padding: 8px 10px;
    background: #08a2e0;
}

.popup-2-footer-left {
    float: left;
    font-weight: 600;
    max-width: calc(100% - 300px);
}

.popup-2-footer-right {
    float: right;
    text-align: right;
}

.popup-2-footer .text-btn {
    text-transform: uppercase;
}

.no-drivers-avaliable {
    width: 100%;
    color: #24338A;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 30px 0 15px 0;
    font-weight: 500;
    letter-spacing: 0.5px;
    word-wrap: break-word;
}




/*----------- custom-form-group-1 ---------------*/

.custom-form-group-1 {
    width: 100%;
}

.custom-form-group-1-title {
    float: left;
    width: 100%;
    background: #0596d5;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.custom-form-group-1-title-left {
    float: left;
    text-align: left;
}

.custom-form-group-1-title-right {
    float: right;
    text-align: right;
}

.custom-form-group-1-body {
    padding-top: 10px;
}

.custom-form-group-1-body-left {
    float: left;
    width: calc(100% - 300px);
    overflow-y: auto;
    height: calc(100vh - 199px);
    padding: 0px 10px 0px 0;
}

.custom-form-group-1-body-right {
    float: right;
    width: 300px;
    padding: 25px 0px 0px 10px;
}

.roots-data-1 {
    display: flex;
    flex-wrap: nowrap;
    vertical-align: middle;
}

    .roots-data-1 .roots-data-1-box {
        width: 100%;
        padding-left: 10px;
        border-right: 1px solid #7d7d7d;
    }

        .roots-data-1 .roots-data-1-box:first-child {
            padding-left: 0px;
        }

        .roots-data-1 .roots-data-1-box:last-child {
            border-right: 0;
        }

        .roots-data-1 .roots-data-1-box label {
            display: block;
            font-family: 'Oswald', sans-serif;
        }

        .roots-data-1 .roots-data-1-box span {
            display: block;
        }

.custom-form-group-1-body-left label {
    color: #000 !important;
}

.bid-box {
    border: 1px solid #ccc;
}

.bid-box-header {
    background: #e4e9ff;
    text-align: left;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
}

.bid-box-body {
    padding: 15px;
    background: #fff;
    overflow-y: auto;
    max-height: calc(100vh - 282px);
}

    .bid-box-body .form-group label {
        font-size: 12px;
        line-height: 13px;
        color: #606060;
    }

.bid-boxes {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.bid-box-body .form-group span {
    color: #000;
    font-size: 13px;
    line-height: 15px;
    display: block;
    font-weight: 600;
}

.form-group.custom-5 label {
    font-size: 12px;
    color: #606060;
}

.form-group.custom-5 span {
    display: block;
    color: #000;
    font-weight: 600;
    padding-left: 12px;
}

.bid-boxed {
    border: 1px solid #000;
    padding: 5px;
    line-height: 15px;
    margin-bottom: 15px;
}

    .bid-boxed label {
        width: calc(100% - 70px);
        float: left;
        text-align: left;
        margin: 0;
    }

    .bid-boxed span {
        width: 70px;
        float: right;
        text-align: right;
        font-weight: 600;
    }

.bid-box-footer {
    font-size: 12px;
    padding: 6px 8px;
    text-align: center;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.bid-box-btn {
    width: 100%;
    padding: 6px 8px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    background: #980065;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0px 2px 3px #000;
    transition: all 0.6s ease;
}

    .bid-box-btn:hover {
        background: #790352;
    }


/*-------- custom-map-form ---------*/
.custom-map-form {
    width: 100%;
    background: #fff;
}

.custom-map-form-1 {
    float: left;
    width: 270px;
    background: #f2f2f2;
    border-right: 1px solid #ccc;
}

.custom-map-form-1-header {
    padding: 10px;
    font-size: 17px;
    color: var(--primary-color);
    line-height: 18px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.custom-map-form-1-body {
    padding: 10px;
    overflow-y: auto;
    height: calc(100vh - 190px);
}

    .custom-map-form-1-body > .cutom-info-box {
        cursor: pointer;
    }

.custom-map-form-2 {
    float: left;
    font-size: 12px;
    width: 270px;
    padding: 10px 15px 10px 10px;
    border-right: 1px solid #ccc;
    overflow-y: auto;
    height: calc(100vh - 152px);
}

    .custom-map-form-2 .form-group {
        margin-bottom: 8px;
    }

        .custom-map-form-2 .form-group label {
            color: #000;
            font-weight: 600;
        }

        .custom-map-form-2 .form-group span {
            display: block;
        }

.custom-map-form-3 {
    width: calc(100% - 540px);
    overflow-y: hidden;
    height: calc(100vh - 152px);
}

/*tracking-steps*/

.tracking-steps {
    font-size: 12px;
    padding-top: 20px;
}

    .tracking-steps .title {
        font-size: 15px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 10px;
    }

    .tracking-steps ul {
        padding: 0;
        margin: 0;
    }

        .tracking-steps ul li {
            list-style-type: none;
            margin: 0 0 0px 20px;
            position: relative;
            padding-bottom: 15px;
            min-height: 71px;
            cursor: default;
            transition: all 0.6s ease;
        }

            .tracking-steps ul li.active:hover::after {
                width: 14px;
                height: 14px;
                left: -22px;
                top: 2px;
            }

            .tracking-steps ul li.active:hover h6 {
                font-weight: 700;
            }

            .tracking-steps ul li::after {
                content: "";
                position: absolute;
                left: -20px;
                top: 4px;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background: #989898;
                border: 1px solid #000;
                z-index: 2;
                transition: all 0.6s ease;
            }

            .tracking-steps ul li::before {
                content: "";
                position: absolute;
                left: -16.5px;
                bottom: -8px;
                width: 2px;
                height: 100%;
                background: #d8d8d8;
            }

            .tracking-steps ul li.active::before {
                background: #00ac46;
            }

            .tracking-steps ul li.active::after {
                background: #00ac46;
            }

            .tracking-steps ul li.active h6 {
                color: #00ac46;
                transition: all 0.6s ease;
            }

            .tracking-steps ul li:last-child::before {
                content: none;
            }

            .tracking-steps ul li h6 {
                font-size: 13px;
                margin: 0 0 5px 0;
            }

            .tracking-steps ul li label {
                display: block;
                margin: 0;
            }


/*------ Custom Checkbox Css Start here ------*/

.custom-btn-checkbox-section {
    width: 100%;
    padding-bottom: 10px;
}

.custom-btn-checkbox-1 {
    float: left;
    min-width: 100px;
}

.inputGroup-1 {
    background-color: #fff;
    display: block;
    position: relative;
}

    .inputGroup-1 label {
        padding: 2px 5px;
        width: 100%;
        display: block;
        text-align: left;
        color: #000;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        border: 1px solid #000;
        text-align: center;
        font-weight: 400;
        font-size: 16px;
    }

        .inputGroup-1 label:hover {
            /*background: #eee;*/
        }

        .inputGroup-1 label:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: "";
            background-color: #458725;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

    .inputGroup-1 input:checked ~ label {
        color: #fff;
    }

        .inputGroup-1 input:checked ~ label:before {
            -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

        .inputGroup-1 input:checked ~ label:after {
            background-color: #54e0c7;
            border-color: #54e0c7;
        }

    .inputGroup-1 input {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }



/* Multiselect Sropdown Start Here */

.wrapper {
    width: 100%;
    position: relative;
}

    .wrapper .selected-items-box {
        float: left;
        cursor: pointer;
        border: solid 1px #ddd;
        padding: 0px 0px;
        width: 100%;
        background-color: #FFF;
        color: #333;
        border-radius: 4px;
        position: relative;
        z-index: 9;
    }

        .wrapper .selected-items-box[disabled="disabled"] {
            background-color: #e9ecef;
            color: #333;
            pointer-events: none;
        }

.selected-items-box.disabled {
    pointer-events: none;
    background-color: #e9ecef;
}

.selected-items-box .items-list {
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .selected-items-box .items-list li {
        display: inline;
    }

.check-all {
    padding: 5px 5px;
    background: #eee;
}

.right-0 {
    right: 0 !important;
}

.wrapper .list {
    display: none;
    width: 250px;
    border-left: solid 1px #C7C6C7;
    border-right: solid 1px #C7C6C7;
    border-top: solid 1px #C7C6C7;
    border-bottom: solid 1px #C7C6C7;
    z-index: 99;
    position: absolute;
    /*width: 100%;*/
    top: 35px;
    background: #FFF;
}

.list .items-list {
    list-style-type: none;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 0 0 0 !important;
    margin: 0;
}

    .list .items-list li {
        margin: 0;
        width: 100%;
        padding: 0;
        border-bottom: solid 1px #C7C6C7;
        padding: 5px;
        background-color: #fff;
    }

        .list .items-list li label {
            font-weight: normal;
        }

.wrapper .selected-items-box label.selected-items {
    font-weight: normal;
}

.multi-select-check {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .multi-select-check input {
        position: absolute;
        opacity: 0;
        width: 15px;
        height: 15px;
        top: -1px;
        cursor: pointer;
    }

.multicheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.check-all .multicheckmark {
    background-color: #FFF;
}

.multi-select-check:hover input ~ .multicheckmark {
    background-color: #ccc;
}

.multi-select-check input:checked ~ .multicheckmark {
    background-color: var(--primary-color);
}

.multicheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.multi-select-check input:checked ~ .multicheckmark:after {
    display: block;
}

.multi-select-check .multicheckmark::after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.selected-items {
    float: left;
    /*width: 94%;*/
    width: 100%;
    padding: 4px 12px 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    min-height: 32px;
}

.dropdown-icon {
    position: absolute;
    top: 7px;
    right: 9px;
}

.list-controlls {
    background: #F5F5F5;
    padding: 5px;
    text-align: center;
}

    .list-controlls .btn {
        padding: 3px 15px;
        width: 100%;
    }
/*Mulit check Search*/

.multi-search {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 4px 5px;
    background: #ccc;
    border-bottom: 1px solid #bababa;
}

    .multi-search .form-control {
        width: calc(100% - 32px);
        margin-right: 5px;
        height: 27px;
        border-radius: 0;
        padding: 4px;
        background: #fff;
        outline: none !important;
        border: 1px solid #bababa;
    }

.multi-search-close {
    font-size: 15px;
    width: 30px;
    color: #fff;
    background: #e87f00;
    border: 1px solid #e87f00;
    transition: all 0.3s ease;
    border-radius: 4px;
    outline: none !important;
}

    .multi-search-close:hover {
        background: #d67500;
    }

/* Multiselect Sropdown End Here */

.left-btn-bar.custom-1 {
    padding: 10px 10px 10px 0px !important;
}


.link {
    padding: 5px;
    min-width: 33px;
    background: #999999;
    text-align: center;
    color: #fff;
    border: 1px solid #848383;
    cursor: pointer;
    outline: none !important;
    transition: all 0.6s ease;
}

    .link a {
        color: #fff;
    }

    .link:hover {
        background: #848383;
    }

    .link.close-btn:hover {
        background: #C51F30;
        border-color: #C51F30;
    }

.sla-status {
    padding-top: 35px;
}


/*---------------- Swith CSS Start Here --------------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: var(--primary-color);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*---------------- Swith CSS End Here --------------------*/


.btn-group .time-dropdown {
    overflow-y: auto;
    height: calc(100vh - 400px);
}

.reason-block {
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    text-align: left;
    border: 1px solid #999;
    background: #fff;
    position: absolute;
    top: 40px;
    right: 0;
    width: 350px;
    font-family: Arial, Helvetica, sans-serif;
}

    .reason-block .form-control {
        line-height: 16px;
    }

.custom-inner-box {
    padding: 10px 15px 10px 10px;
    overflow-y: auto;
    height: calc(100vh - 170px);
    background: #fff;
    border: 1px solid #ccc;
    margin: 10px 10px 0 0;
}

.lowercase {
    text-transform: lowercase !important;
}

.scrollTop {
    position: fixed;
    left: 251px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 4px 4px 4px;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 999;
}

    .scrollTop:hover {
        background-color: rgba(0,0,0,0.8);
    }

    .scrollTop a {
        font-size: 18px;
        color: #fff;
    }

.simple-tabs .user-details {
    height: calc(100vh - 381px);
}

.simple-tabs .group-details-block-1 {
    height: calc(100vh - 207px);
}

.simple-tabs .chat-screen-body {
    height: calc(100vh - 247px) !important;
}

/*----------- Pop-Style-1 -----------*/
.pop-style-1 {
    width: 100%;
}

.pop-style-1-left {
    float: left;
    width: 250px;
    border-right: 1px solid #3e3e3e;
    background: #fff;
    padding: 15px;
    overflow-y: auto;
    height: calc(100vh - 110px);
    word-wrap: break-word;
}

.static-label-2 {
    color: #000 !important;
}

.dynamic-label-2 {
    font-weight: 600;
    width: 100%;
    color: #011e60;
}

.time {
    padding-left: 10px;
}

.custom-btn-group-1 {
    width: 100%;
    margin-top: 50px;
}

.custom-btn-1 {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #1dafea;
    padding: 2px 5px;
    text-align: center;
    border: 1px solid #1dafea;
    background: #fff;
    border-radius: 3px;
    outline: none !important;
    transition: all 0.6s ease;
}

    .custom-btn-1:hover {
        color: #fff;
        background: #1dafea;
    }

.pop-style-1-right {
    float: right;
    width: calc(100% - 250px);
}

.tab-pan-body {
    width: 100%;
    padding: 10px 15px 10px 15px;
    height: calc(100vh - 159px);
    overflow-y: auto;
    word-wrap: break-word;
}

.trip-tracking {
    width: 100%;
    margin-bottom: 20px;
}

    .trip-tracking ul {
        font-size: 14px;
        padding-left: 30px;
    }

        .trip-tracking ul li {
            list-style-type: none;
            min-height: 100px;
            position: relative;
        }

.tracking-point {
    font-size: 15px;
}

.trip-tracking ul li::after {
    content: "";
    position: absolute;
    left: -25px;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #1dafea;
}

.trip-tracking ul li::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 9px;
    width: 2px;
    height: 100%;
    border-radius: 50%;
    background: #363636;
}

.trip-tracking ul li:last-child::before {
    content: none;
}

.trip-tracking ul li label {
    line-height: 18px;
}

.tracing-profile {
    width: 500px;
    font-size: 12px;
    line-height: 12px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
    font-size: 12px;
    word-wrap: break-word;
    border-radius: 5px;
    overflow: hidden;
    cursor: default;
    transition: all 0.4s ease;
    margin-bottom: 5px;
}

    .tracing-profile:hover {
        box-shadow: 0 0 3px #ccc;
        border: 1px solid #b9b9b9;
    }

.tracing-profile-left {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
    background: #ccc;
    margin-right: 5px;
}

    .tracing-profile-left img {
        width: 100%;
    }

.tracing-profile-right {
    float: right;
    width: calc(100% - 45px);
}

    .tracing-profile-right h6 {
        margin-bottom: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.profile-text {
    display: flex;
    text-align: left;
    background: #fff;
}

.profile-text-box {
    width: 100%;
}

    .profile-text-box.right {
        text-align: right;
    }

/*Tracking Profile Block*/

.tracking-profile-block {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    word-wrap: break-word;
    transition: all 0.6s ease;
}

    .tracking-profile-block:hover {
        box-shadow: 0 0 3px #ccc;
    }

    .tracking-profile-block .tracing-profile {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
    }

    .tracking-profile-block > .profile-text {
        padding: 8px 5px;
        border-bottom: 1px solid #ccc;
    }

        .tracking-profile-block > .profile-text:last-child {
            border: none;
        }

.tracking-profile-btn-box {
    padding: 8px 5px;
    text-align: right;
    color: #fff;
    background: #666666;
}

    .tracking-profile-btn-box .text-btn {
        font-size: 12px;
    }

.text-btn {
    font-size: 14px;
    color: #fff;
    border: 0;
    background: none;
    transition: all 0.6s ease;
    outline: none !important;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-left: 10px;
}

    .text-btn:hover {
        color: rgba(255,255,255,0.6);
    }









/*Controls Select Box*/

.controls-select-box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.6s ease;
}

    .controls-select-box:hover {
        border-color: #999;
    }

        .controls-select-box:hover .controls-select-box-right {
            border-color: #999;
        }

    .controls-select-box.active {
        border-color: #559859;
        background: #f1fff2;
    }

        .controls-select-box.active .controls-select-box-right {
            border-color: #559859;
        }

        .controls-select-box.active .checkbox input:checked ~ .checkmark {
            background-color: #559859;
        }




.controls-select-box-left {
    float: left;
    width: calc(100% - 50px);
    padding: 8px;
}

    .controls-select-box-left .static-label {
        color: #000;
        font-size: 12px;
        font-weight: 500;
    }

    .controls-select-box-left .dynamic-label {
        color: #000;
        font-size: 12px;
    }

.controls-select-box-right {
    float: right;
    width: 50px;
    padding: 8px 4px 8px 13px;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.light-blue-bg {
    background: #e2e6ff !important;
    border-color: #273794 !important;
}

    .light-blue-bg:hover {
        border-color: var(--primary-color) !important;
    }

.text-bts {
    font-size: 16px;
    margin-left: 15px;
    font-weight: 600;
}

/*Custom Bootstrap Popup Form CSS Start*/

.custom-bootstrap-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgb(0 0 0 / 50%);
    display: none;
}

.custom-bootstrap-popup-inner {
    width: 100%;
    height: 100vh;
}

    .custom-bootstrap-popup-inner .main-popup {
        position: absolute;
        left: 50%;
        top: 20%;
        transform: translate(-50%, -20%);
    }

.custom-bootstrap-popup.active {
    display: block;
}

.custom-bootstrap-popup .main-popup.s {
    width: 40%;
}

.custom-bootstrap-popup .main-popup.m {
    width: 50%;
}

.custom-bootstrap-popup .main-popup.l {
    width: 65%;
}

.custom-bootstrap-popup .main-popup.xl {
    width: 90%;
}

/*Custom Bootstrap Popup Form CSS End */

/*------------- Invoice Css Start Here -----------------*/
.invoice .invoice-date-section {
}

    .invoice .invoice-date-section .input-group .form-control {
        border: 0;
        padding: 0;
        height: 15px;
    }

    .invoice .invoice-date-section .input-group > span {
        border: 0;
    }

        .invoice .invoice-date-section .input-group > span .btn-default {
            padding: 0;
            height: 20px;
            margin-top: -7px;
            color: var(--primary-color);
        }

.invoice .uib-datepicker-popup button span {
    padding: 4px 0 !important;
    display: block;
}

.invoice .header-table button {
    padding: 4px 8px !important;
}


.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-group > * {
        margin: 0.5rem 0.5rem 0.5rem 0;
        padding-left: 0;
    }

.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
}

.checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

    .checkbox-input:checked + .checkbox-tile {
        border-color: #24338A;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        color: #24338A;
    }

        .checkbox-input:checked + .checkbox-tile:before {
            transform: scale(1);
            opacity: 1;
            background-color: #24338A;
            border-color: #24338A;
        }

        .checkbox-input:checked + .checkbox-tile .checkbox-icon, .checkbox-input:checked + .checkbox-tile .checkbox-label {
            color: #24338A;
        }

    .checkbox-input:focus + .checkbox-tile {
        border-color: #24338A;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
    }

        .checkbox-input:focus + .checkbox-tile:before {
            transform: scale(1);
            opacity: 1;
        }

.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7rem;
    min-height: 4rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

    .checkbox-tile:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .checkbox-tile:hover {
        border-color: #12248e;
    }

        .checkbox-tile:hover:before {
            transform: scale(1);
            opacity: 1;
        }

.checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}

    .checkbox-icon svg {
        width: 3rem;
        height: 3rem;
    }

.checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}

.reject-status {
    width: 100%;
    background: rgb(255 0 0 / 10%);
    border: 1px solid #f38f8f;
    padding: 10px;
    margin-bottom: 10px;
}

.reject-status-title {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 5px;
}

.reject-status p {
    margin: 0;
}


.dashboard-2 {
    width: 100%;
    padding: 15px;
    overflow-y: auto;
    background: #f2f2f2;
    height: calc(100vh - 61px);
}

.db-value-group {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: var(--primary-color);
    background: #fff;
    border: 1px solid #ccc;
    word-wrap: break-word;
    border-radius: 5px;
    overflow: hidden;
}

.db-value-header {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.db-value-header-left {
    float: left;
}

.db-value-header-right {
    float: right;
    text-align: right;
}

.db-value-body {
    float: left;
    width: 100%;
    padding: 10px 5px;
    display: flex;
    align-items: center;
}

.db-value-box {
    width: 100%;
    text-align: center;
    padding: 15px 5px;
}

    .db-value-box.has-border {
        border-right: 1px solid #ccc;
    }

        .db-value-box.has-border:last-child {
            border-right: 0;
        }

    .db-value-box label {
        display: block;
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
    }

    .db-value-box span {
        display: block;
    }

.value-bg-1 {
    background: #c9ebf7 !important;
}

.value-bg-2 {
    background: #eeddff !important;
}

.value-bg-3 {
    background: #e8ffce !important;
}

.value-bg-4 {
    background: #dcfff8 !important;
}

.value-bg-5 {
    background: #ffefd5 !important;
}

.value-bg-6 {
    background: #d6e8ff !important;
}

.value-bg-7 {
    background: #ffd4db !important;
}

.data-info-card {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #24338A;
    background: rgba(36, 51, 138, 0.08);
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
}

.data-info-label {
    float: left;
    width: 100%;
    font-weight: 600;
}

.data-info-count {
    float: left;
    width: 100%;
    font-size: 24px;
    color: var(--secondry-color);
}

table .input-group {
    border: 1px solid #999;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

    table .input-group .form-control {
        height: 25px !important;
        border: 0;
    }

    table .input-group > span {
        padding: 0 6px;
        border: 0;
        border-radius: 0;
    }

.min-height-350 {
    min-height: 350px !important;
}

.custom-dt {
    width: 100%;
    border: 1px solid #000;
}

    .custom-dt input {
        height: 30px;
        border: 0;
        outline: none !important;
    }

    .custom-dt .btn-default {
        width: 30px;
        height: 30px;
        padding: 3px;
        border: 0;
        border-radius: 0;
        outline: none !important;
    }

/*----------- Responsive Css Start Here -----------*/

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media (min-width: 1200px) {
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }

        .modal-lg.modal-xxl {
            max-width: 90%;
        }
}

@media only screen and (max-width: 1024px) {
    .group-details {
        position: relative;
    }

        .group-details .group-details-form-1 {
            width: 100%;
            margin: 0 0 15px 0;
        }

    .group-details-form-1 .user-details {
        height: auto;
    }

    .group-details .group-details-form-2 {
        width: calc(100% - 265px);
    }


    .intrested-transporter-header {
        display: block;
    }

    .intrested-transporter-boxes {
        float: left;
        width: 25%;
    }

    .intrested-transporter-block {
        position: relative;
    }

        .intrested-transporter-block .transporter-box-2 {
            width: calc(100% - 270px);
        }

        .intrested-transporter-block .transporter-box-3 {
            position: absolute;
            top: 0;
            right: -300px;
        }

    .trip-view-form.custom-1 .trip-view-info {
        width: 250px;
    }

    .trip-view-form.custom-1 .trip-view-map {
        width: calc(100% - 250px);
    }

    /*-------dashboard-1-------*/
    .db1-chat-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .db1-chat-right {
        width: 100%;
    }

    .db1-status-box {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .custom-bootstrap-popup .main-popup.s {
        width: 60%;
    }

    .custom-bootstrap-popup .main-popup.m {
        width: 70%;
    }

    .custom-bootstrap-popup .main-popup.l {
        width: 85%;
    }

    .custom-bootstrap-popup .main-popup.xl {
        width: 90%;
    }

    .simple-nav-tabs .simple-nav-item {
        padding: 4px 8px;
    }

    .left-bar {
        position: fixed;
        z-index: 11;
        left: 0;
        transition: all 0.3s ease;
    }

        .left-bar::after {
            content: '';
            position: absolute;
            left: 250px;
            width: calc(100vw - 250px);
            height: 100%;
            background: rgb(0 0 0 / 50%);
            transition: all 0.6s ease;
        }

    .hide-menu.left-bar::after {
        width: 0;
    }

    .left-bar-close {
        display: block;
    }

    .left-bar.hide-menu {
        left: -250px;
        width: 250px;
    }

    .form-section-bar {
        width: 100%;
        left: 0;
    }

    .left-bar.hide-menu {
        width: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.6s ease;
    }
}

@media only screen and (max-width: 768px) {
    /*.left-bar {
        width: 200px;
    }*/

    /*.form-section-bar {
        left: 200px;
    }*/

    .form-section {
        padding: 15px;
    }

    .popup-form-section {
        padding: 10px;
    }

    .form-action-link {
        margin: 0 0 0px 10px;
    }

    .price-info-right {
        border-left: 0;
        padding-left: 0px;
    }

    .status-info-section {
        display: block;
        position: relative;
    }

    .status-info-box {
        width: 100%;
    }

        .status-info-box.center {
            position: absolute;
            text-align: right;
            top: -10px;
            right: 0;
        }

    .intrested-section {
        text-align: right;
    }

    .status-info-box .user-info {
        margin-bottom: 15px;
    }

    .form-title-bar {
        padding: 0 0 10px 0;
    }

    .form-title {
        padding: 0 0 10px 0;
    }

    .status-info-section {
        margin-bottom: 15px !important;
    }

    .tracking-table {
        overflow-x: auto;
    }

        .tracking-table tr th, td {
            white-space: nowrap;
        }

    .add-table {
        overflow-x: auto;
    }

        .add-table tr th, td {
            white-space: nowrap;
        }

    .form-tabs.prograss nav {
        margin-top: 30px;
    }

    .form-tabs.prograss .prograss-bar-box {
        top: -45px;
    }

    .form-tabs .nav-tabs .nav-item {
        padding: 2px 20px 2px 20px;
        margin-left: 35px;
    }

        .form-tabs .nav-tabs .nav-item::after {
            width: 23px;
            left: -30px;
        }

    .trip-view-form.custom {
        padding: 10px;
    }

        .trip-view-form.custom .trip-view-form {
            padding: 0;
        }

        .trip-view-form.custom .trip-view-info {
            height: auto;
        }

    .trip-view-form.custom-1 .trip-view-map {
        padding: 10px;
    }

    .trip-view-form.custom-2 .trip-view-info {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
    }

    .trip-view-form.custom-2 .trip-view-map {
        width: 100%;
        padding-left: 0;
        border: 1px solid #ccc;
    }

    .person-info-box {
        padding: 10px 15px;
    }

    .person-info-box-left {
        padding: 6px 0 0 0;
    }

        .person-info-box-left .client-profile .client-image {
            width: 45px;
            height: 45px;
        }

        .person-info-box-left .client-profile .client-details h2 {
            font-size: 20px;
        }

    .person-info-box-right {
        padding: 10px 0 0 0;
    }

        .person-info-box-right .show-count h4 {
            font-size: 18px;
        }

    .chart-form {
        position: relative;
    }

    .chart-form-right {
        position: absolute;
        right: -320px;
        top: 0;
    }

    .chart-form-left {
        width: 100%;
        margin-right: 0;
    }

    .chat-form-container {
        height: auto;
    }

    .group-details .group-details-form-2 {
        width: 100%;
    }

    .group-details-form-2 > .group-details-block {
        height: auto;
    }

    .group-details .group-details-form-3 {
        position: absolute;
        right: -300px;
        top: 0;
    }

    .intrested-transporter-boxes {
        width: 33.33%;
    }

    .intrested-transporter-block .transporter-box-1 {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
    }

    .intrested-transporter-block .transporter-box-2 {
        width: 100%;
    }

    .trip-view-form.custom-1 .trip-view-info {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .trip-view-form.custom-1 .trip-view-map {
        width: 100%;
        height: auto;
    }

    .trip-view-form > .trip-view-info {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .trip-view-form .trip-view-info .delivey-info-block {
        height: auto !important;
    }

    .trip-view-form > .trip-view-map {
        width: 100%;
        height: auto;
        padding-left: 0;
    }


    /*gp-circle-checkbox-1*/
    .circle-check-box {
        height: 130px;
    }

    .gp-circle-checkbox + label span:before {
        height: 80px;
        width: 80px;
        top: -80px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .gp-circle-checkbox + label span {
        bottom: -75px;
    }

    /*box-radio-btn*/
    .box-radio-btn {
        width: 70px;
    }

    .gp-box-radio + label {
        padding: 4px;
        font-size: 13px;
    }
    /*Info Table*/
    .info-table-top {
        display: block;
    }

        .info-table-top .info-table-group {
            width: 33.333%;
        }
    /*-------dashboard-1-------*/
    .simple-tabs.custom .simple-nav-tabs {
        border: 1px solid #ccc;
    }

        .simple-tabs.custom .simple-nav-tabs .simple-nav-item {
            display: block;
            width: 100%;
            text-align: left;
        }

            .simple-tabs.custom .simple-nav-tabs .simple-nav-item.active {
                color: #fff;
                background: #001f58;
                border: 0;
            }

    .dashboard-1-left {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
    }

    .dashboard-1-right {
        width: 100%;
        height: auto;
    }

    .dashboard-1-right-body {
        height: auto;
    }

    .custom-bootstrap-popup .main-popup.s {
        width: 90%;
    }

    .custom-bootstrap-popup .main-popup.m {
        width: 90%;
    }

    .custom-bootstrap-popup .main-popup.l {
        width: 90%;
    }

    .custom-bootstrap-popup .main-popup.xl {
        width: 95%;
    }
}

@media only screen and (max-width: 576px) {
    .custom-popup-form-body {
        height: 100% !important;
    }

    .chat-form-container {
        height: auto;
    }

    .simple-nav-tabs {
        border: 1px solid #666666;
    }

        .simple-nav-tabs .simple-nav-item {
            width: 100%;
        }

            .simple-nav-tabs .simple-nav-item.active {
                border: 0;
                color: #fff;
                background: #666666;
            }

    .form-tabs .nav-tabs .nav-item {
        padding: 0px 15px 0px 15px;
        margin-left: 20px;
    }

        .form-tabs .nav-tabs .nav-item::after {
            width: 8px;
            left: -15px;
        }

        .form-tabs .nav-tabs .nav-item.active::before {
            border: 2px solid var(--alternate-color);
        }

        .form-tabs .nav-tabs .nav-item::before {
            width: calc(100% + 12px);
            height: calc(100% + 12px);
            border: 2px solid #aeaeae;
            left: -6px;
            top: -6px;
        }

    .person-info-box {
        padding: 4px 10px;
    }

    .person-info-box-left {
        padding: 3px 0 0 0;
    }

    .form-title {
        font-size: 20px;
    }

    .form-action-link {
        font-size: 14px;
        padding: 2px 14px;
    }

    .intrested-transporter-boxes {
        width: 50%;
    }

    /*gp-circle-checkbox-1*/
    .circle-check-box {
        height: 100px;
    }

    .gp-circle-checkbox + label span:before {
        height: 60px;
        width: 60px;
        top: -62px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .gp-circle-checkbox + label:before {
        width: 15px;
        height: 15px;
        left: calc(50% + 19px);
        top: -20px;
    }

    .gp-circle-checkbox + label span {
        bottom: -55px;
        font-size: 14px;
    }

    gp-circle-checkbox:checked + label::after {
        left: calc(50% + 22px);
        top: -13px;
    }

    /*prograss bar box*/
    .form-tabs.prograss .prograss-bar-box {
        top: -39px;
    }

    .prograss-bar-box {
        width: 180px;
        padding: 20px 0px 4px 4px;
    }

    .prograss-bar-show::before {
        top: -18px;
        font-size: 11px;
    }

    .prograss-bar-mini {
        height: 4px;
    }

    .prograss-bar-show {
        height: 4px !important;
    }

    /*Grid Footer*/
    .grid-nav-icons {
        font-size: 11px;
        margin-top: 2px;
    }

    .grid-footer a {
        font-size: 12px;
        padding: 0px 5px;
    }

    .grid-footer-right {
        font-size: 12px;
        padding: 0 8px 0 0;
    }

    /*Info Table*/

    .info-table-top .info-table-group {
        width: 50%;
    }
    /*Selectable Table*/
    .selectable-table {
        white-space: nowrap;
        overflow-x: auto;
    }



    /*----------------*/

    .image-view:hover {
        width: 250px;
        height: auto !important;
    }

        .image-view:hover .view-image {
            width: 250px;
            height: auto !important;
        }

    .info-table-bottom {
        display: block;
    }

        .info-table-bottom .info-table-group {
            border-right: 0;
            border-bottom: 1px solid #ccc;
        }

    .allotted-details {
        display: block;
        position: relative;
    }

    .allotted-details-box {
        width: calc(100% - 90px);
    }

        .allotted-details-box.center {
            position: absolute;
            text-align: right;
            right: 0;
            top: 6px;
            width: unset;
        }

        .allotted-details-box.right {
            width: 100%;
        }

    .main-user-profile {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .header-search-icon {
        padding: 2px 10px 0 15px;
    }

    .header-alerts {
        padding: 2px 0px 0 20px;
    }

    .header-email {
        padding: 2px 0px 0 20px;
    }

    .header-logout {
        padding: 2px 0px 0 30px;
    }

    .form-title {
        width: 100%;
    }

    .add-form {
        right: -80%;
        width: calc(100% - 20%);
    }

    .intrested-transporter-boxes {
        width: 100%;
    }
    /*Info Table*/

    .info-table-top .info-table-group {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
}

/*   Drag and drop  */
.title-date {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    color: var(--secondry-color);
    top: 9px;
    border: 1px solid var(--secondry-color);
    padding: 5px 25px;
    border-radius: 6px;
}

.drag-drop-section {
    display: flex;
}

.drag-drop-grid {
    width: 100%;
    height: calc(100vh - 154px);
    overflow-y: auto;
    border: 2px solid var(--secondry-color);
}

.drag-drop-grid-row {
    background: #e5f8ff;
    /*border-bottom: 1px solid #ccc;*/
    display: flex;
}

    .drag-drop-grid-row:nth-child(even) {
        background: #dce1ff;
    }

.drag-drop-grid-cell {
    padding: 15px 15px 10px 15px;
}

    .drag-drop-grid-cell:nth-child(1) {
        width: 200px;
    }

    .drag-drop-grid-cell:hover {
        background: #fff;
    }

    .drag-drop-grid-cell:nth-child(2) {
        width: calc(100% - 200px);
        border-left: 1px solid #fff;
    }

.address-points {
    display: flex;
    width: 100%;
}

.address-box {
    background: #FFF;
    border: dashed 1px #000;
    border-radius: 6px;
    padding: 10px 15px;
}

.icon-center {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-point {
    color: var(--secondry-color);
}

.drag-drop-right-block {
    width: 400px;
}

.truck-info {
    color: var(--secondry-color);
    font-weight: 700;
    display: flex;
}

.truck-icon {
    color: var(--primary-color);
    margin-right: 5px;
}

.truck-no {
}

.schedule-title {
}

    .schedule-title h6 {
        background: #FFF;
        border-radius: 6px;
        border: 1px solid #2196F3;
        padding: 5px;
        display: block;
        color: #2196F3;
        text-align: center;
    }

.time-stamp {
    font-size: 12px;
    color: #666;
}

.schedule-idescription {
    font-size: 12px;
    color: #444;
}

.drag-drop-list {
    width: 500px;
    background: #FFF;
    border-left: 2px solid #ddd;
}

.drag-drop-header {
    width: 100%;
    padding: 15px;
    float: left;
    box-shadow: 0 0 5px #999;
    border-top: 2px solid #2196F3;
}

.drag-drop-points {
    padding: 15px;
    width: 100%;
    height: calc(100vh - 216px);
    overflow-y: auto;
}

    .drag-drop-points .drag-item {
        float: left;
    }

        .drag-drop-points .drag-item div {
            padding: 5px;
            margin: 5px;
            background: #e5f8ff;
            cursor: all-scroll;
            align-items: center;
            border-radius: 4px;
            cursor: move;
        }

@media only screen and (max-width: 992px) {
    .drag-drop-grid-row {
        flex-wrap: wrap;
    }

    .drag-drop-grid-cell {
        width: 100%;
    }
}



/* New dashboards styles */
.dashboard {
    width: 100%;
    padding: 15px;
    display: flex;
    overflow: hidden;
    overflow-y: auto;
    word-wrap: break-word;
}

.dashboard-left {
    width: 60%;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px;
}

.on_hover_scroll::-webkit-scrollbar {
    width: 3px;
}

.on_hover_scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.on_hover_scroll::-webkit-scrollbar-track {
    background: transparent;
}

.on_hover_scroll:hover::-webkit-scrollbar-thumb {
    background: #636363;
}

.on_hover_scroll:hover::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}



.dashboard-right {
    width: 40%;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px 15px 0 15px;
}

.info-block {
    width: 100%;
    overflow: hidden;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background: #f2f4f5;
}

    .info-block .info-block-header {
        width: 100%;
        color: #fff;
        background: #1e252f;
        padding: 9px 10px 7px 10px;
        letter-spacing: 0.5px;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .info-block .info-block-body {
        width: 100%;
        min-height: calc(100vh - 270px);
        padding: 10px;
        overflow: hidden;
        overflow-y: auto;
    }

.db-select select {
    height: 30px;
    width: 100%;
    font-size: 12px;
    padding: 5px 25px 5px 5px;
    background-color: #f7ce10;
    border-color: #000;
}

.db-select-dropdown {
}

.btn-db-select {
    padding: 5px 25px 5px 15px;
    background-color: #f7ce10;
    border-color: #000;
    width: 100%;
    margin-left: 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .btn-db-select.dropdown-toggle::after {
        right: 7px;
        position: relative;
        top: 16px;
        position: absolute;
    }

.db-select-info {
    padding: 15px;
    border-color: #000;
}

.db-list {
    width: 100%;
    min-height: 50px;
    padding: 6px 10px;
    border-radius: 5px;
    text-align: center;
    color: #000;
    background: #fffbef;
    letter-spacing: 0.5px;
    border: 1px solid #474747;
    cursor: default;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .db-list:hover {
        background: #f7eed2;
    }

.chart-block {
    width: 100%;
    border: 1px solid #1e252f;
    border-radius: 8px;
    overflow: hidden;
}

.chart-block-header {
    width: 100%;
    color: #fff;
    background: #1e252f;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 10px;
    font-size: 16px;
}

.chart-block-body {
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
}

.chart-block-body-left {
    width: 100%;
    padding-right: 15px;
}

.chart-block-body-right {
    width: 300px;
    border-left: 2px solid #000;
    padding-left: 15px;
    flex-shrink: 0;
}

.chart-status {
    width: 100%;
    color: #000;
    background: #fffbf0;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 8px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

    .chart-status:last-child {
        margin-bottom: 0;
    }

    .chart-status::after {
        content: '';
        position: absolute;
        top: 0;
        left: -1px;
        width: 7px;
        height: 100%;
        border-radius: 8px;
        border: 1px solid #000;
        background: #f67f11;
        transition: all 0.3s ease;
        z-index: 0;
    }

.chart-status-orange::after {
    background: #f8d46e !important;
}

.chart-status-red::after {
    background: #e31519 !important;
}

.chart-status:hover::after {
    width: 100%;
    left: 0;
    border-color: transparent;
    border-radius: 7px;
}

.chart-status label {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.chart-status span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.petrol-pump {
    width: 100%;
    max-width: 250px;
    height: 300px;
    padding: 35px 15px 15px 15px;
    color: #fff;
    border-radius: 15px;
    font-size: 24px;
    line-height: 30px;
}

.petrol-pump-display {
    width: 100%;
    height: 100px;
    color: #de4e3e;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
}

.petrol-pump-title {
    font-size: 18px;
    line-height: 24px;
}

.time {
    width: 120px;
    height: 120px;
    margin: 0 auto 25px auto;
}

    .time img {
        width: 120px;
        height: 120px;
        display: block;
    }

/* New dashboards styles */





.page-header-block {
    width: 100%;
    background: var(--primary-color);
    min-height: 120px;
    display: flex;
    flex-direction: column;
}

    .page-header-block .header-btn {
        color: #ffffffe6;
        background: #0006;
        padding: 5px 10px 3px;
        border-radius: 4px;
        border: 1px solid rgba(255,255,255,.6);
        letter-spacing: .3px;
        display: flex;
        align-items: center;
    }

        .page-header-block .header-btn .material-symbols-outlined {
            font-size: 20px;
            width: 18px;
            height: 18px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            line-height: 20px;
            margin-right: 3px;
            margin-left: -5px;
        }

    .page-header-block .bottom-header {
        width: 100%;
        padding-top: 8px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        font-size: 16px;
        line-height: 20px;
        margin-top: auto;
    }

        .page-header-block .bottom-header .bottom-header-left {
            padding: 10px 15px 0 15px;
            display: flex;
            align-items: flex-end;
        }

        .page-header-block .bottom-header .bottom-header-right {
            display: flex;
            align-items: right;
            padding: 10px 15px;
        }

    .page-header-block .top-tabs-nav-item {
        color: #fff;
    }

.search-container {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    color: #ffffff;
    background: #0006;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

    .search-container label {
        margin: 0;
    }

    .search-container i {
        font-size: 18px;
        width: 18px;
        height: 18px;
        display: block;
    }

    .search-container .mglass {
        display: inline-block;
        pointer-events: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

    .search-container .searchbutton {
        position: absolute;
        font-size: 22px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-container .search:focus + .searchbutton {
        transition-duration: .4s;
        -moz-transition-duration: .4s;
        -webkit-transition-duration: .4s;
        -o-transition-duration: .4s;
        background-color: #fff;
        color: #000;
    }

    .search-container .search {
        position: absolute;
        left: 49px;
        color: #fff;
        background-color: #fff;
        background: #0006;
        border: 1px solid rgba(255,255,255,.6);
        outline: none;
        padding: 0;
        width: 0;
        height: 100%;
        z-index: 10;
        transition-duration: .4s;
        -moz-transition-duration: .4s;
        -webkit-transition-duration: .4s;
        -o-transition-duration: .4s;
        opacity: 0;
        font-size: 14px;
        letter-spacing: .5px;
    }

        .search-container .search::placeholder {
            color: #ffffffe6;
        }

        .search-container .search:focus {
            width: 200px;
            opacity: 1;
        }

    .search-container .expandright {
        left: auto;
        top: 0;
        right: 26px;
    }

        .search-container .expandright:focus {
            padding: 0 0 0 6px;
        }

.page-header {
    width: 100%;
    min-height: 45px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 5px;
    color: var(--dark-black-colour);
    background: none;
}

    .page-header .page-header-left {
        text-align: left;
        display: flex;
        padding-right: 15px;
    }

    .page-header .page-header-right {
        text-align: right;
        display: flex;
        padding-left: 15px;
    }

        .page-header .page-header-right .form-select {
            font-weight: 500;
            padding-right: 25px !important;
            background-position: right 4px center;
            border: none;
            background-color: transparent;
        }
/* dashboard tab links */
.page-tabs {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    .page-tabs li {
        display: inline-block;
        padding: 5px 15px;
        cursor: pointer;
    }

        .page-tabs li.active {
            display: inline-block;
            padding: 5px 15px;
            font-weight: 600;
            border-bottom: 3px solid var(--primary-color);
        }
/* dashboard tabs */
.dashboard-tab {
    display: none;
}

    .dashboard-tab.tab-active {
        display: flex;
    }

/* dashboard status boxs Start here   */
.report-dashboard {
    padding: 30px 15px 0px 15px;
}

.status-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;
}

.status-card {
    background: #000;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .status-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    color: #fecb00;
    background-color: #d52b1e;
}

.card-content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 60px);
}

.card-label {
    font-size: 14px;
    color: #FFF;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.card-count {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 5px;
}

.card-change {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.positive {
    color: var(--success-color);
}

.negative {
    color: var(--danger-color);
}



/* Responsive css */
@media (max-width: 768px) {
    .status-bar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .status-bar {
        grid-template-columns: 1fr;
    }

    .status-card {
        flex-direction: column;
        text-align: center;
    }

    .card-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* Dashboard Status boxs End here   */


/* Dashboard Chart Start here   */

.dashboard-chart-section {
    width: 100%;
    margin-bottom: 30px;
}

.dashboard-section-header {
    display: flex;
    margin-bottom: 10px;
}

.dashboard-section-title {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.dashboard-section-actions {
    margin-left: auto;
}

.dashboard-section-actions button {
    background-color: #fecb00;
    border: 1px solid #000;
    padding: 6px 15px;
    border-radius: 4px;
    margin-left: 15px;
}

.dashboard-chart {
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
}

    .dashboard-chart img {
        width: 100%;
    }

.dashboard-chart-footer {
    background-color: #000;
    padding: 10px 5px;
    color: #FFF;
    text-align: center;
}

.color-white {
    color: #FFF;
}
