/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    scroll-behavior: smooth;
}

body {
    font-weight: 500 !important;
    font-family: system-ui;
    background: #f6f9ff;
    color: #444444;
}

a {
    color: #04326f;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
}

label {
    text-transform: uppercase;
    font-size: 13px;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    line-height: 1.5;
}

.form-label {
    text-transform: uppercase;
    font-size: 13px;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    line-height: 1.5;
}

.col-form-label {
    text-transform: uppercase;
    font-size: 13px;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    line-height: 1.5;
}

span {
    font-size: 13px;
}

/*** Spinner ***/
.spinner {
    z-index: 99999;
    position: fixed;
    /* display: flex !important; */
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: #ffffff80;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.spinner-grow {
    color: #f00;
    --bs-spinner-width: 3rem !important;
    --bs-spinner-height: 3rem !important;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 60px;
    padding: 20px 20px;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px 20px;
    }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

.pagetitle h1 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #04326f;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
}

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 2px 0 15px 0;
    font-size: 20px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

.card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
}

.card-body {
    padding: 10px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 50%;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
    background-color: #f5f5f5;
}

.accordion-header {
    margin-bottom: 0rem;
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: #d9d9d9 !important;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #04326f;
    /* background-color: #f6f9ff; */
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1.15rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-flush .accordion-button {
    padding: 0px 0;
    background: none;
    border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #04326f;
}

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    color: #04326f;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 13px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
    margin: 0px;
}

.breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
    color: #899bbd;
}

.breadcrumb .active {
    color: #51678f;
    font-weight: 600;
}

/* Bordered Tabs */
.nav {
    --bs-nav-link-padding-x: 0.9rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #04326f;
}

.nav-tabs-bordered .nav-link.active {
    background-color: #ffeaea;
    color: #04326f;
    border-bottom: 2px solid #04326f;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
    width: 80px;
}

@media (min-width: 1200px) {
    .logo {
        width: 156px;
    }
}

.logo img {
    width: 10dvw;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", sans-serif;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    background-color: #fff;
    padding-left: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.header .toggle-sidebar-btn {
    font-size: 24px;
    padding-left: 15px;
    cursor: pointer;
    color: #012970;
}

.header .search-bar {
    min-width: 435px;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .header {
        bottom: 93%;
    }

    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

.header .search-form input {
    border: 0;
    font-size: 13px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 3px 38px 3px 3px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.header .search-form button i {
    color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav>ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #012970;
}

.header-nav .nav-profile img {
    max-height: 36px;
}

.header-nav .nav-profile span {
    font-size: 16px;
    font-weight: 600;
}

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .messages .message-item a {
    display: flex;
}

.header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
}

.header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}

.header-nav .profile .dropdown-header span {
    font-size: 14px;
}

.header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 200px;
    z-index: 996;
    transition: all 0.3s;
    padding: 7px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {

    #main,
    #footer {
        margin-left: 200px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #012970;
    transition: 0.3;
    background: #fff;
    padding: 5px 15px;
    border-radius: 4px;
}

.sidebar-nav .nav-link i {
    font-size: 20px;
    margin-right: 10px;
    color: #04326f;
}

.sidebar-nav .nav-link.collapsed {
    color: #012970;
    background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
    color: #04326f;
    font-size: 13px;
}

.bi-chevron-down::before {
    content: "\f282";
    font-size: 13px;
}

.sidebar-nav .nav-link:hover {
    color: #000;
    background: #ccddff;
}

.sidebar-nav .nav-link:hover i {
    color: #000;
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-content {
    padding: 0 0 0 0;
    margin-top: 7px;
    list-style: none;
    background: #ede9e9;
    border-radius: 2px;
    border: 2px dotted #ff313138;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #012970;
    transition: 0.3;
    padding: 10px 0 10px 12px;
}

.sidebar-nav .nav-content a i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
    color: #899bbd;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: #000;
    background: #ccddff;
}

.sidebar-nav .nav-content a:hover i {
    color: #000;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

.dashboard .filter .icon {
    color: #aab7cf;
    padding-right: 20px;
    padding-bottom: 5px;
    transition: 0.3s;
    font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
    color: #04326f;
}

.dashboard .filter .dropdown-header {
    padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0;
}

.dashboard .filter .dropdown-item {
    padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
    padding-bottom: 10px;
}

.dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    color: #04326f;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

/* Activity */
.dashboard .activity {
    font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
    top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dashboard .news h4 a {
    color: #012970;
    transition: 0.3s;
}

.dashboard .news h4 a:hover {
    color: #04326f;
}

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
    font-size: 14px;
}

.dashboard .recent-sales .table thead {
    background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
    border: 0;
}

.dashboard .recent-sales .dataTable-top {
    padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
    padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
    font-size: 14px;
}

.dashboard .top-selling .table thead {
    background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
    border: 0;
}

.dashboard .top-selling .table tbody td {
    vertical-align: middle;
}

.dashboard .top-selling img {
    border-radius: 5px;
    max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

.iconslist .icon {
    background-color: #fff;
    border-radius: 0.25rem;
    text-align: center;
    color: #012970;
    padding: 15px 0;
}

.iconslist i {
    margin: 0.25rem;
    font-size: 2.5rem;
}

.iconslist .label {
    font-family: var(--bs-font-monospace);
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 0.25rem;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
    color: #012970;
}

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #04326f;
}

.faq .basic p {
    color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    padding: 28px 30px;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #04326f;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #04326f;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #04326f;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #5969f3;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
    padding: 30px;
}

.error-404 h1 {
    font-size: 180px;
    font-weight: 700;
    color: #04326f;
    margin-bottom: 0;
    line-height: 150px;
}

.error-404 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
    margin-bottom: 30px;
}

.error-404 .btn {
    background: #51678f;
    color: #fff;
    padding: 8px 30px;
}

.error-404 .btn:hover {
    background: #3e4f6f;
}

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}

.footer .copyright {
    text-align: center;
    color: #012970;
}

.footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}

/*--------------------------------------------------------------
# Custom Scroll CSS
--------------------------------------------------------------*/

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #012970;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ff3131;
}

/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

.row>* {
    color: #121212;
}

.row {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    width: 120px;
    border-radius: 0.25em;
    background: initial;
    background-color: #bd302d;
    color: #fff;
    font-size: 1em;
}

.swal2-container.swal2-top-end.swal2-backdrop-show {
    width: auto !important;
}

.swal2-popup.swal2-toast.swal2-icon-error.swal2-show {
    width: auto !important;
}

.layout_padding {
    padding: 90px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.hero_area {
    height: 90vh;
    background-image: url(../images/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

.hero_area.custom_page-height {
    height: 86px;
}

.hero_area.custom_page-height::after {
    display: none;
}

.hero_area::after {
    position: absolute;
    content: "";
    background-image: url(../images/blue-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 42%;
    height: 70px;
    top: 98.5%;
    right: -4%;
    z-index: -1;
}

/*header section*


.logo-box {
  padding-top: 5px;
}

.logo-box span {
  font-size: 22px;
  font-weight: bold;
  color: #0a0057;
  font-family: "Roboto", sans-serif;
}

.header_section .header_container {
  display: flex;
  justify-content: space-between;
}

.header_top {
  display: flex;
  justify-content: flex-end;
  padding-top: 7px;
}

.header_top img {
  margin-right: 5px;
}

.header_top-social {
  display: flex;
}

.header_top-contact {
  display: flex;
}

.header_top-contact a,
.header_top-contact a:hover {
  display: flex;
  color: #c3c3c5;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #0a0057;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.heading_style {
  border-left: 12px solid #78cffd;
  font-size: 40px;
  padding-left: 3px;
  font-weight: lighter;
  color: #0a0057;
}

.custom_nav-container .navbar-toggler {}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {}

.custom_nav-container .nav_search-btn {}

.navbar {}

.nav-link:hover {}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 48px;
}

/*end header section*/

/* slider section */
.slider_section {
    position: relative;
}

.slider_form-box form {
    display: flex;
}

.slider_form-box form .search_input {
    position: relative;
}

.slider_form-box form .search_input input {
    width: 250px;
    height: 45px;
    outline: none;
    border: none;
    background-color: #f7f6fd;
    padding-left: 10%;
}

.slider_form-box form .search_input img {
    position: absolute;
    width: 15px;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
}

.slider_form-box form button {
    border: none;
    background-color: #78cffd;
    color: #fff;
    padding: 10px 25px;
}

.slider_section .slider_item-container {
    margin-top: 10%;
}

.slider_section .slider_item-container.col-md-6 {
    padding: 0;
}

.slider_item-detail h1 {
    font-weight: bold;
    margin: 35px 0;
    color: #000002;
}

.read-btn,
.quote-btn,
.read-btn:hover,
.quote-btn:hover {
    padding: 15px 20px;

    color: #fff;
}

.read-btn {
    background-color: #78cffd;
}

.quote-btn {
    background-color: #0a0057;
}

.read-btn img,
.quote-btn img {
    margin-left: 5px;
    width: 20px;
}

.slider_section .carousel-indicators {
    position: absolute;
    top: 50%;
    left: -10%;
    bottom: auto;
    right: auto;
    transform: translateY(-50%);
}

.slider_section .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #78cffd;
    background-clip: padding-box;
    margin: 3px;
    border: none;
    opacity: 1;
    border-radius: 100%;
    transition: background-color 0.6s;
}

.slider_section .carousel-indicators .active {
    background-color: #0a0057;
}


/* end slider section */

/* about section */
.about_section {
    padding-top: 50px;
    position: relative;
}

.about_section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 65px;
    height: 120px;
    transform: translateY(-50%);
    background-image: url(../images/circle-bg.jpg);
    background-size: cover;
}

.about_section .col-md-6 {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_detail-container {
    position: relative;
}

.about_detail-container::before {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #02caf0;
    z-index: -1;
}

.about_detail-box {
    padding: 25px 50px;
    padding-right: 0;
}

.about_detail-box h3,
.about_detail-box p {
    text-align: right;
}

.about_detail-box h3 {
    color: #fff;
    font-weight: normal;
}

.about_detail-box p {
    margin: 20px 0;
}

.about-btn img {
    margin: 0;
    margin-right: 5px;
    transform: rotate(180deg);
}

.about_img-box {
    position: relative;
}

.about_img-box::before {
    content: "";
    width: 18%;
    height: 10%;
    background-color: #02caf0;
    position: absolute;
    right: 0;
    bottom: 25%;

}

.about_img-box::after {
    content: "";
    position: absolute;
    width: 18%;
    height: 10%;
    right: 0;
    bottom: 25%;
    background-image: url(../images/white-next.png);
    background-size: 20px;
    background-position: 15px;
    background-repeat: no-repeat;
}

/* end about section */

/* service section */
.service_img-box {
    position: relative;
}

.service_img-box h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: lighter;
    padding: 10px 15px;
    padding-right: 35px;
    margin: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.s-b-1 h3 {
    background-image: url(../images/hbg.png);
}

.s-b-2 h3 {
    background-image: url(../images/hbg-2.png);
}

.s-b-3 h3 {
    background-image: url(../images/hbg-3.png);
}

.service_img-box img {
    width: 100%;
}

.service-btn,
.service-btn:hover {
    padding: 7px 12px;
    background-color: #0a0057;
    color: #fff;
}

/* service section */

/* shop section */

.shop_section {}

.shop_section .row {
    margin-top: 100px;
    background-color: #0a0057;
}

.shop-detail {
    padding: 50px;
}

.shop-detail h5 {
    color: #78cffd;
    font-size: 22px;
}

.shop-detail p {
    color: #fff;
}

.shop_img-box {
    position: relative;
    margin-top: -50px;
    margin-left: -50px;
    margin-bottom: 50px;
}

/* end shop section */

/* client section */
.client_section {
    padding-bottom: 125px;
}

.client_box {
    position: relative;
    margin-top: 150px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.c-b-1 {
    background-image: url(../images/client1-bg.png);
}

.c-b-2 {
    background-image: url(../images/client2-bg.png);
}

.client_detail {
    padding: 20px 30px;
    padding-left: 50px;
}

.client_detail h5 {
    padding-left: 20%;
    color: #78cffd;
}

.client_detail p {
    padding-top: 20px;
    color: #fff;
}

.client_box .client_img {
    position: absolute;
    top: -40%;
}

.client_section .carousel-indicators {
    position: absolute;
    top: 115%;
    left: 33%;
    bottom: auto;
    right: auto;
}

.client_section .carousel-indicators li {
    width: 21px;
    height: 10px;
    background-color: #0a0057;
    background-clip: padding-box;
    margin: 0;
    border: none;
    opacity: 1;
    transition: background-color 0.6s;
}

.client_section .carousel-indicators .active {
    background-color: #78cffd;
}

/* end client section */

/* company section */
.company_section {
    background-color: #78cffd;
}

.company-detail h3 {
    color: #060000;
    font-weight: bold;
}

.company-detail p {
    color: #fff;
    width: 85%;
}

/* end company section */

/* contact_section */

.contact_section .col-md-6 {
    padding: 0;
}

.contact_form-container {
    padding: 60px;
    background-color: #78cffd;
    position: relative;
}

.contact_form-container form {
    width: 100%;
}

.contact_form-container form input {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;

    background-color: #fcfcfc;
    margin: 10px 0;
}

.message_input {
    height: 100px;
}

.contact_form-container button {
    border: none;
    display: inline-block;
    padding: 8px 40px;
    background-color: #0a0057;
    color: #fff;

    margin-top: 20px;
}


.contact_form-container::before {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #78cffd;
    position: absolute;
    /* right: 0; */
    /* bottom: 25%; */
    left: -50px;
    top: 15%;

}

/* end contact_section */

/* info section */
.info_section {
    padding-top: 150px;
    padding-bottom: 1px;
    color: #fff;
    background-image: url(../images/info-bg.png);
    background-size: 100% 101%;

    background-repeat: no-repeat;
    font-family: "Poppins", sans-serif;
}

.info_section h5 {

    font-size: 22px;

}

.info_section a,
.info_section a:hover {
    color: #fff;
}

.info_logo .logo-box {
    padding-top: 0;
    margin-top: -10px;
}

.info_logo .logo-box img {
    width: 65px;
}

.info_logo .logo-box span {
    color: #fff;
}

.info_section .col-md-4 {
    padding: 0 30px;
}

.info_news {
    padding-right: 8%;
}

.info_news input {
    border: none;
    width: 100%;
    height: 40px;
    margin: 5px 0;
    background-color: #fff;
    outline: none;
    padding-left: 20px;
}

.info_news button {
    border: none;
    background-color: #78cffd;
    color: #fff;
    padding: 7px 12px;
    margin-top: 10px;
}

.info_nav nav {
    width: 70%;
    margin: 0 auto;
}

.info_nav ul {
    display: flex;
    flex-direction: column;
}

.info_nav ul li {
    list-style-type: none;
}

.info_nav ul li a {
    color: #fff;
}

.info_social {
    display: flex;
    justify-content: space-between;
    width: 150px;
}

.info_social a img {
    width: 30px;
}

/* end info section */
/* footer section*/

.footer_section {
    background-color: #78cffd;
    padding: 20px 0;
    font-family: "Roboto", sans-serif;
}

.footer_section p {
    color: #fff;
    margin: 0;
    text-align: center;
}

.footer_section a {
    color: #fff;
}

/* end footer section*/

.edit-icon {
    color: #0a0057;
}

.delete-icon {
    color: red;
}

.add-data-btn {
    margin-right: 12px;
    padding: 3px 10px !important;
    background-color: #04326f !important;
    width: auto;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    font-size: 14px !important;
    border: 0px;
    text-transform: uppercase;
}

.save-button {
    margin-right: 12px;
    padding: 3px 10px !important;
    background-color: #04326f !important;
    width: auto;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    font-size: 14px !important;
    border: 0px;
    text-transform: uppercase;
}

.save-button:hover,
.cancel-button:hover,
.add-data-btn:hover {
    color: #fff;
    background-color: #ff3131 !important;
}

.wo-button {
    margin-right: 12px;
    padding: 3px 10px !important;
    background-color: #3e82d5 !important;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    width: auto;
    border: 0px;
    text-transform: uppercase;
}

.WorkOrderbtnrow {
    margin: 5px;
}

.cancel-button {
    margin-right: 12px;
    padding: 3px 10px !important;
    background-color: #6c757d !important;
    width: auto;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    font-size: 14px !important;
    border: 0px;
    text-transform: uppercase;
}

.edit-button {
    margin-right: 12px;
    padding: 3px 10px !important;
    background-color: #ff3131 !important;
    width: auto;
    font-weight: 600;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    font-size: 14px !important;
    text-transform: uppercase;
}

.edit-button:hover {
    color: #fff;
    background-color: #04326f !important;
}

.yes-delete-button {
    margin-right: 12px;
    padding: 3px 10px !important;
    background-color: red !important;
    width: auto;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    font-size: 14px !important;
    border: 0px;
    text-transform: uppercase;
}

.list-driver-button,
.list-truck-button,
.employee-truck-button {
    padding: 3px;
    background-color: #1fabce;
    width: 24%;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.admin-detail-div {
    background-color: #0a005721;
    padding: 40px;
    border-radius: 10px;
}

.add-account-button {
    padding: 3px;
    background-color: #0a0057;
    width: 27%;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

a#deleteAdmin {
    padding: 0px;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    border: 2px solid #04326f;
}

input.form-check-input {
    cursor: pointer;
    margin-top: .6em;
}

.form-check-input:checked {
    background-color: #0a0057 !important;
    border-color: #0a0057 !important;
}

input.form-control {
    line-height: 20px;
    height: 22px;
    padding: 0px 10px;
    border-radius: 0;
    border: 1px solid #04347336;
    font-size: 13px;
}

.form-control:disabled {
    background-color: #04326f1c;
    opacity: 1;
}

select.form-control,
select.form-control-select {
    line-height: 20px;
    height: 22px;
    padding: 0px 10px;
    border-radius: 0;
    border: 1px solid #04347336;
    font-size: 13px;
}

textarea.form-control {
    line-height: 20px;
    height: 25px;
    padding: 0px 10px;
    border-radius: 0;
    border: 1px solid #04347336;
    font-size: 13px;
}

.trailer-detail {
    margin-bottom: 10px;
}

.driver-detail {
    margin-bottom: 10px;
}

.d-checkbox {
    margin-top: 40px;
}

.d-checkbox-citizen {
    margin-top: 25px;
    padding-left: 10px !important;
}

.container-n {
    padding: 20px;
    background-color: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* border: 2px solid #000; */
    /* border-radius: 10px; */
    /* box-shadow: 0px -9px 1px rgb(4 50 111); */
}

.min-d-container {
    padding: 20px;
    background-color: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /*  border-radius: 10px;*/
    margin: 16px 4px;
    /*  box-shadow: 0px -9px 1px rgb(4 50 111);*/
}

.emp-d-container {
    padding: 20px;
    background-color: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 30px 14px;
}

.div-header {
    border-bottom: 2px solid #f3a1a1;
}

.line-header {
    border-top: 2px solid #f3a1a1;
}

div#sidebar-wrapper {
    width: 220px;
    z-index: 9;
    position: fixed;
}

i.dash-icons {
    font-size: 15px !important;
    background: #ff31311a;
    border-radius: 50px;
    padding: 4px 7px;
    color: #ff3131 !important;
}

span.admin-dash {
    margin-left: 17px;
}

a.list-group-item.list-group-item-action.bg-light.active {
    background-color: #0a0057 !important;
    border-right: 8px solid #1fabce !important;
}

.upload-button {
    margin-right: 12px;
    border-radius: 5px;
    padding: 3px;
    font-size: 14px;
    width: 25%;
    font-weight: 700;
    color: #fff;
    background-color: #0a0057;
}

.document-div {
    margin-left: 14%;
}

span.displayDate {
    color: #9f6060;
}

.document-cards {
    border-radius: 10px;
    padding: 18px;
    margin: 25px 0px 0px 26px;
}

.document-title {
    background-color: #d9d9d9;
    margin: 0px;
}

.document-dow {
    font-size: 20px;
    color: #053574;
}

nav.navbar.driver-navbar {
    background-color: #78cffd;
    width: 103% !important;
    margin-left: -2%;
}

h3.driver-had {
    margin-left: 21%;
    color: #0a0057;
}

span.driver-name {
    color: #0a0057;
    line-height: 39px;
    font-size: 22px;
    margin-left: -9%;
}

.truck-detail {
    margin-bottom: 10px;
}

.main-header {
    background-color: #78cffd !important;
}

button.add-customer {
    padding: 0px 7px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    border: 0px;
}

.customer-model {
    width: 180%;
    margin-left: -41%;
}

.modal-header {
    height: 40px;
    background-color: #faf0e6;
    border-radius: 6px;
}

.modal-title {
    font-size: 25px;
    color: #011836;
}

form.model-custmer {
    background-color: #d9d9d9;
    border-radius: 10px;
}

button.btn-close {
    font-size: 13px;
}

a.btn.dashboard-btn {
    float: right;
    padding: 5px;
    background-color: #1fabce;
    margin-right: 7%;
    color: #fff;
    width: 46%;
    margin-top: 3px;
}

nav.main-navbar {
    background-color: #0a0057;
}

.admin-page {
    margin-top: 5% !important;
}

.auth-name {
    color: #fff;
    font-size: 20px;
}

i.auth-icon {
    font-size: 23px;
    color: #fff;
    margin-right: 10px;
}

.edit-content {
    margin-top: 5% !important;
    margin-left: 15% !important;
}

.admin-content {
    margin-left: 16%;
}

.compulsory {
    border-bottom: 2px solid #f00 !important;
}

span.delivery {
    font-weight: 600;
    color: #fff;
    background-color: #fb7f3a;
    padding: 12px 4px;
    text-transform: uppercase;
}

span.pickup {
    font-weight: 600;
    color: #fff;
    background-color: #2a6af9;
    padding: 12px 4px;
    text-transform: uppercase;
}

i.save-icon {
    background-color: #198754;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}

.super-admin-content {
    margin-left: 15%;
    margin-top: 5%;
}

.float-right {
    float: right;
}

.edit-mode {
    padding: 0px 10px;
    background: #04326f1c;
    display: block;
    height: 25px;
    line-height: 26px;
    color: #6a6a6a;
}

.admin-fuellogedit {
    margin-top: 7%;
}

span.td-value {
    font-weight: 600;
    font-size: 15px;
    margin: 0px 44px;
}

.td-value-div {
    margin-top: 16px;
    margin-bottom: 13px;
    border-radius: 10px;
    background-color: #ff3131;
    padding: 20px;
    color: #fff;
}

.val-div2 {
    margin-left: 28%;
}

td.action_col {
    width: 122px;
}

a.login-btn:hover {
    color: #fff;
}

a.dashboard-btn:hover {
    color: #fff;
}

a.register-btn:hover {
    color: #fff;
}

a.login-btn {
    border-radius: 5px;
    background: #ff3131;
    color: #fff;
    margin: 2px 5px;
    padding: 5px 16px;
    text-transform: uppercase;
}

a.register-btn {
    border-radius: 5px;
    background: #053574;
    color: #fff;
    margin: 2px 5px;
    padding: 5px 16px;
    text-transform: uppercase;
}

a.dashboard-btn {
    border-radius: 5px;
    background: #053574;
    color: #fff;
    margin: 2px 5px;
    padding: 5px 16px;
}

.wo-status {
    margin-top: 5px !important;
}

a.btn.wo-edit-btn {
    padding: 5px 14px;
    border: 2px solid #ff3131;
}

i.bi.bi-check2-circle {
    padding: 1px;
    background: #4CAF50;
    color: #ffffff;
    border-radius: 10px;
}

.table_total {
    text-align: right !important;
}

.table {
    border-collapse: separate;
}

th.nested {
    font-size: 12px;
}

td.nested {
    font-size: 14px;
}

.left-table-wo {
    margin-left: 35%;
}

span.milesihed {
    margin-left: 39%;
}

tr.nestedTr {
    border: 2px solid #f3a1a1;
}

li.col.card1 {
    padding-left: 12px;
    padding-right: 12px;
    border-width: 6px 2px 2px;
    border-style: solid;
    border-radius: 2px;
    margin: 5px;
}

span.invoices-text {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

span.invoices-amount {
    float: inline-end;
}

span.invoices-no {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.purple {
    color: rgb(255, 10, 84);
    border-color: rgb(255, 10, 84);
}

.yellow {
    color: rgb(255, 208, 0);
    border-color: rgb(255, 208, 0);
}

.orange {
    color: orange;
    border-color: orange;
}

.skyblue {
    color: #00b5ff;
    border-color: #00b5ff;
}

.green {
    color: green;
    border-color: green;
}

.purple.active-invoice {
    box-shadow: rgb(255 0 0) 0px 5px 15px;
}

.yellow.active-invoice {
    box-shadow: rgb(255 208 0) 0px 5px 15px;
    ;
}

.orange.active-invoice {
    box-shadow: rgb(255 165 0) 0px 5px 15px;
    ;
}

.skyblue.active-invoice {
    box-shadow: rgb(0 181 255) 0px 5px 15px;
    ;
}

.green.active-invoice {
    box-shadow: rgb(0 128 0) 0px 5px 15px;
}

span.company_name {
    font-weight: 600;
    color: #F44336;
}

label.company_name {
    font-weight: 600;
    color: #F44336;
}

span.inv-card-title {
    color: #005efe;
    font-size: 1rem;
    font-weight: 600;
}

span.inv-status {
    font-size: 13px;
    border-radius: 21px;
    padding: 2px 11px;
    color: rgb(255, 10, 84);
    border: 3px solid rgb(255, 10, 84);
}

.email-invoice {
    margin-top: 5px;
    border: 2px solid #cdc2c2;
    padding: 22px;
}

.heading-div {
    padding: 12px 0px;
}

label.heading {
    font-size: 14px;
    color: #ff2424;
    font-weight: 600;
}

span.heading {
    font-size: 14px;
    color: #ff2424;
    font-weight: 600;
}

.fileSelectr {
    margin-top: 32px;
}

i.bi.bi-x-lg.no {
    font-size: 13px;
    color: #f00;
}

i.bi.bi-check2.yes {
    color: #009688;
    font-size: 14px;
}

span.rejected {
    color: #f00;
}

span.accept {
    color: #009688;
}

i.dropbtn {
    /* margin-left: 2px; */
    font-size: 18px;
    color: #F44336;
}

.dropdown-toggle {
    position: relative;
    display: inline-block;
}

.dropdown-toggle-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 5 !important;
}

.dropdown-toggle-content a {
    padding: 2px;
    text-decoration: none;
    color: #378889;
    font-weight: 500;
    font-size: 14px;
}

.invoice-icon {
    color: #378889;
}

ul.toggle-ul {
    list-style-type: none;
    padding: 14px;
    text-align: justify;
}

.dropdown-toggle:hover .dropdown-toggle-content {
    display: block;
}

.datatable-selector {
    padding: 0px;
    border: 2px solid #f20b56;
    border-radius: 5px;
}

.datatable-input {
    padding: 1px 7px;
    border: 2px solid #f20b56;
    border-radius: 5px;
}

.data_table {
    display: block;
    overflow-x: auto;
    overflow-y: scroll;
    white-space: nowrap;
    max-height: 80vh;
    padding: 4px;
}

.invoice_table {
    display: block;
    overflow-x: auto;
    overflow-y: scroll;
    white-space: nowrap;
    max-height: 80vh;
}

.invoice_table,
th,
td {
    border-collapse: collapse;
}

span.total {
    padding: 5px 25px;
    background: #ff0000;
    border-radius: inherit;
    color: #ffffff;
}

/*.sticky_table {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
}

.first-col {
    min-width: 70px;
    max-width: 100px;
    left: 0px;
    z-index: 99;
}

.second-col {
    min-width: 50px;
    max-width: 150px;
    left: 50px;
    z-index: 99;
}*/

.telephone {
    color: #f51100;
    font-size: 14px;
    padding: 2px 3px;
}

button.swal2-confirm,
button.swal2-cancel {
    padding: 2px 14px !important;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}

.unlock_div {
    text-align: center;
    position: absolute;
    top: 26%;
    left: 40%;
    padding: 0% 6% 2% 6%;
    z-index: 99;
    background: #f7f5f5;
    border-radius: 9px;
}

button.unlock_btn {
    background: #005efe !important;
    border-color: #005efe !important;
    font-weight: 600;
    color: #fff;
    padding: 4px 14px;
    border-radius: 5px;
}

.lock-icon {
    font-size: 90px;
    color: #f91100;
}

.unlockModel {
    width: 39%;
    left: 32%;
    position: absolute;
    z-index: 9;
}

.delete_confirm {
    top: 30%;
    width: 39%;
    left: 32%;
    position: absolute;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

span.less_amount {
    color: #f00;
}

.button-div {
    height: 0px;
    margin-top: -6%;
    text-align: end;
}

.incidentDiv {
    box-shadow: 0.5rem 0.5rem #d7161666, -0.5rem -0.5rem #03142f5e;
    padding: 20px;
    border-radius: 10px;
    margin: 3% 10%;
}

.closingNotesBtn {
    text-align: end;
    margin-top: -20px;
}

.wo_status {
    padding: 1px 6px;
    border-radius: 28px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.view-btn {
    color: #ff3131;
    margin: 10px;
}

th.action {
    width: 2% !important;
}

a.btn {
    padding: 0px;
}

span.admin-card-title {
    color: #005efe;
    font-size: 1rem;
    font-weight: 600;
}

.admin-card {
    margin-top: 26px;
    border: 2px solid #cdc2c2;
    padding: 22px;
}

.heading-text {
    padding: 12px 0px;
}

span.heading-text {
    font-size: 14px;
    color: #231f20;
    font-weight: 600;
}

span.heading-container {
    font-size: 14px;
    /* color: #ff2424; */
    font-weight: 600;
}

option.\36 _invoiced,
select.\36 _invoiced {
    color: green;
    border: 2px solid green;
}

option.\33_dispatched,
select.\33_dispatched {
    color: #8A2BE2;
    border: 2px solid #8A2BE2;
}

option.\32_cancelled,
select.\32_cancelled {
    color: rgb(209, 102, 88);
    border: 2px solid rgb(209, 102, 88);
}

option.\34_delivered,
select.\34_delivered {
    color: blue;
    border: 2px solid blue;
}

option.\35_inYard,
select.\35_inYard {
    color: blueviolet;
    border: 2px solid blueviolet;
}

option.\31_assigned,
select.\31_assigned {
    color: #20B2AA;
    border: 2px solid #20B2AA;
}

option.\37_loading,
select.\37_loading {
    color: rgb(209, 102, 88);
    border: 2px solid rgb(209, 102, 88);
}

option.\39_pending,
select.\39_pending {
    color: navy;
    border: 2px solid navy;
}

option.\31 0_reached,
select.\31 0_reached {
    color: royalblue;
    border: 2px solid royalblue;
}

option.\31 1_tonu,
select.\31 1_tonu {
    color: #A52A2A;
    border: 2px solid #A52A2A;
}

option.\31 2_unAssigned,
select.\31 2_unAssigned {
    color: purple;
    border: 2px solid purple !important;
}

option.\31 3_unloading,
select.\31 3_unloading {
    color: #00FFFF;
    border: 2px solid #00FFFF;
}

option.\31 4_closed,
select.\31 4_closed {
    color: #483D8B;
    border: 2px solid #483D8B;
}

option.\35_claim,
select.\35_claim {
    color: #1E90FF;
    border: 2px solid #1E90FF;
}

option.\38 _onRoad,
select.\38 _onRoad {
    color: #FF00FF;
    border: 2px solid #FF00FF;
}

option.\31 5_claim,
select.\31 5_claim {
    color: #c72e2e;
    border: 2px solid #c72e2e;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #50729d !important;
    color: #ffffff;
    padding: 2px 7px !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f7f7f7 !important;
    color: #032d63;
    padding: 2px 7px !important;
}

.select2-results__option {
    padding: 2px 7px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #f00 !important;
    padding: 1px !important;
    border-radius: 5px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

span.select2-dropdown.select2-dropdown--below {
    width: 273px !important;
    margin-left: -55px !important;
}


.searchDiv {
    width: auto;
    position: absolute;
    z-index: 100;
}

tr.searchName {
    border-bottom: 2px solid #b1b0b0;
    cursor: pointer;
}

tr.searchName:hover {
    background: #ffcaca;
}

.no_recorde_div {
    padding: 12px;
    position: absolute;
    z-index: 100;
    width: 281.2px;
    background: #ffffff;
    border: 1px dashed #04347385;
}

.no_recorde_div:hover {
    background: #dfdfdf;
}

span.serAddress {
    color: #053574;
    font-size: 14px;
}

span.no_recorde {
    color: red;
}

span.serName {
    display: block;
    color: #f00;
}

.form-control:focus,
.form-control-select:focus {
    border: 2px solid #4caf50;
}

.customersData {
    background: #04326f29;
    position: absolute;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.64) 0px 5px 15px;
    /* border: 2px dashed #04347385; */
}

.card-cusomer {
    padding: 10px 10px 0px 10px !important;
}

#customersUI {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#customersUI li {
    border: 1px solid #ddd;
    margin-top: 0px;
    /* Prevent double borders */
    background-color: #ffffff;
    padding: 9px;
    text-decoration: none;
    font-size: 13px;
    color: black;
    display: block;
    width: 299px;
}

#contactsUI li {
    border: 1px solid #ddd;
    margin-top: 0px;
    /* Prevent double borders */
    background-color: #ffffff;
    padding: 9px;
    text-decoration: none;
    font-size: 13px;
    color: black;
    display: block;
    width: 299px;
}

.close-tag {
    padding: 4px;
    color: #053574;
    font-size: 15px;
}

ul#contactsUI {
    padding: 0px;
    margin-bottom: 0rem
}

#customersUI li a:hover:not(.header),
#customersUI li:hover:not(.header) {
    background-color: #dfdfdf;
    color: #f00;
}

#contactsUI li a:hover:not(.header),
#contactsUI li:hover:not(.header) {
    background-color: #dfdfdf;
    color: #f00;
}

label.unitsType {
    padding: 5px 10px;
    background: #01040869;
    color: #fff;
    cursor: pointer;
}

label.unitsType.active {
    background: #ff3131;
}

input#option1,
input#option2 {
    display: none;
}

.not-allowed {
    cursor: not-allowed !important;
    display: none;
}

.disabled {
    cursor: not-allowed;
    background: #dfdfdf;
    opacity: 0.6;
}

.unitsTypeTd {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 3%;
}

.stopItems {
    margin: 10px;
    padding: 10px;
    background: #ede5e5;
}

span.stopCompName {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.stopsItemsData {
    margin: 0px 20px;
}

hr {
    margin: 0px;
}

span.stopItemsTime {
    font-size: 15px;
}

.saveBtnDiv {
    margin-top: 20px;
}

span.red-text {
    color: #F44336;
    font-size: 18px;
    font-weight: 500;
    float: right;
}

span.black-text {
    color: #010110;
    font-size: 17px;
    font-weight: 500;
    float: right;
}

.carrier-text {
    padding: 2px 0 10px 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}

.center-div {
    display: grid;
    place-items: center;
}

.add-adress {
    border: 1px solid #b5a1a1;
    padding: 2px 5px;
    color: #ff3131;
    background: #fff;
    border-radius: 5px;
}

.recent-loads {
    border-radius: 3px;
    color: #fff;
    background: #3F51B5;
    border: navajowhite;
}

.slected_address_show {
    padding: 5px;
    border: 2px dashed #ff313173;
    border-radius: 7px;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    font-size: 14px !important;
    width: 24em !important;
}

h2#swal2-title {
    font-size: 16px !important;
}

div:where(.swal2-icon).swal2-warning {
    font-size: 10px !important;
}

.swal2-popup.swal2-toast.swal2-icon-success.swal2-show {
    width: auto !important;
}

/* Multi Step Form */
.display-none {
    display: none;
}

.multi-wizard-step p {
    margin-top: 12px;
}

.multi-wizard-step a {
    margin-right: 0px !important;
}

.wizard-active {
    color: #04326f;
}

.wizard-disabled {
    opacity: 0.6;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    position: relative;
    width: 100%;
}

.multi-wizard-step button[disabled] {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    content: " ";
    width: 100%;
    height: 2px;
    z-order: 0;
    position: absolute;
    background-color: #ff0000;
}

.multi-wizard-step {
    text-align: center;
    position: relative;
    display: table-cell;
}

.card-title-2 {
    padding: 2px 0 2px 0;
    font-size: 20px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

.invoice_table_div {
    margin-top: 15px;
}

.invoice-pdf-icon {
    padding: 2px 6px;
    background: #adacac82;
    color: #000000;
    font-size: 20px;
    border-radius: 50%;
}

.company_name_hed {
    min-width: 34%;
    padding: 0 20px;
}

span.companyName {
    float: inline-end;
    padding: 2px 15px;
    border: 2px solid #adbdd4;
    font-size: 16px;
    color: #053574;
}

span.exp_driver_name {
    font-size: 18px;
    color: #000;
}

span.exp_date {
    font-size: 15px;
    color: #ff3131;
    font-weight: 700;
}

.driver-info {
    padding: 0px 11px;
    color: #00a2c9;
    font-size: 19px;
}

span.exp_driver_col {
    color: #021a3a;
    font-size: 15px;
}

.dashboard-cards {
    border-radius: 5px;
    padding: 0 5px 0 5px;
}

.dash_wo_id_un {
    padding: 8px;
    background: #fbdbdb8c;
    border-radius: 25px;
    color: #c96060;
    text-align: center;
}

.dash_wo_id_disp {
    padding: 8px;
    background: #095edc26;
    border-radius: 25px;
    color: #095cd8;
    text-align: center;
}

.dash_wo_id_onR {
    padding: 8px;
    background: #dda70626;
    border-radius: 25px;
    color: #f5b906;
    text-align: center;
}

.dash_wo_id_deliv {
    padding: 8px;
    background: #19875433;
    border-radius: 25px;
    color: #198754;
    text-align: center;
}

.dash-wo {
    padding: 8px;
    margin: 5px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

span.wo_count {
    padding: 5px;
    font-size: 15px;
    background: #05357417;
    border-radius: 16px;
    float: right;
    text-align: center;
    width: 30px;
}

.dash_company_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #053574;
    margin-left: -10px;
}

.dash-scroll {
    max-height: 68vh;
    overflow-y: scroll;
}

.dash-scroll::-webkit-scrollbar {
    width: 0px;
    height: 8px;
}

span.customer_ref {
    color: #8f8c8c;
}

.wo_list_icon {
    background: #fce7e8;
    color: #61769c;
    padding: 1px 10px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
}

.count {
    background-color: #005dff;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    padding-inline: 5px !important;
    text-align: center;
    color: #fff;
}

.datatable-table th button,
.datatable-pagination-list a {
    color: #5c5c5ce8;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
}

.datatable-table th button,
.datatable-pagination-list button {
    color: #5c5c5ce8;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
}

.table thead tr th {
    color: #5c5c5ce8;
    text-align: left;
    font-size: 14px;
    /* position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99; */
}

td {
    font-size: 14px;
}

.wo_drop_btn {
    margin-bottom: 4px;
    margin-left: 10px;
}

.dropdown-toggle::after {
    display: none;
}

span.loadsShowTd {
    font-size: 14px;
    padding: 1px 5px;
    background: #f7c3c3;
}

.pac-container {
    z-index: 10000 !important;
}

input:hover,
select:hover,
textarea:hover {
    border: 2px solid #fe161661;
}

label.miles_lable {
    margin-left: 21px;
    font-size: 14px;
}

span.miles_vlaue {
    font-size: 14px;
    padding: 3px 8px;
    background: #e7d3d3;
}

.claculateMiles {
    margin-left: 10px;
    padding: 2px 4px;
    background: #f00;
    color: #fff;
    border-radius: 24px;
    cursor: pointer;
}

.dropdown-toggle-content {}

.hidden_row {
    display: none;
    width: 250px;
}

.truck_col_wo {
    cursor: pointer;
    color: #f00;
    font-size: 17px;
}

@media screen and (max-width: 480px) {
    .logo img {
        width: 20dvw;
    }
}

@media screen and (max-width: 780px) {

    .dash_wo_id_un,
    .dash_wo_id_disp,
    .dash_wo_id_onR,
    .dash_wo_id_deliv {
        width: 64px;
    }

    /* .d-flex.align-items-center.justify-content-between {
        width: 24%;
    } */

    .company_name_hed {
        min-width: 20%;
        padding: 0 0px;
        margin-right: 2px;
    }

    span.companyName {
        padding: 0px 4px;
        font-size: 13px;
    }

    .header-nav .nav-profile img {
        max-height: 28px;
    }

    .card-body {
        overflow-x: scroll;
    }

    .wo_status {
        padding: 0px;
        width: auto;
    }

    /* .modal-content {
        margin-left: -22%;
        width: 144%;
    }   */

    .save-button,
    .cancel-button {
        font-size: 12px !important;

    }

    .document-div {
        margin: 0px;
    }

    .pagetitle h1 {
        font-size: 20px;
        color: #012970;
        text-transform: uppercase;
    }

    .header-nav .nav-icon {
        font-size: 18px;
    }

    ul.toggle-ul {
        /* position: fixed; */
        background: #fff;
        border-radius: 15px;
        text-align: justify;
    }

    .dropdown-toggle-content {
        right: 17px;
    }

    .dropdown-toggle:corner-present .dropdown-toggle-content {
        display: block;
    }
}