﻿/*navbar*/
.navbar-custom {
    background: #ec232b !important;
}

    .navbar-custom .topnav-menu .nav-link {
        color: #fff;
    }

        .navbar-custom .topnav-menu .nav-link:nth-child(2) {
            margin-right: 30px;
        }

.list-unstyled .topnav-menu {
    margin-right: 20px;
}

.notification-list .noti-icon-badge-cust {
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 25px !important;
}

.badge-notif {
    color: #000;
    background: #f7d51c;
}

.navbar-custom .button-menu-mobile {
    /*color: #000 !important;
    background: #fff !important;*/
}

.logo-box {
    background: #fff;
    /*width: 180px !important;*/
}

.nav-vli-logo {
    list-style: none;
    margin-top: 14px;
    padding-left: 0 !important;
    padding-right: 15px;
}

/*side-bar*/

#sidebar-menu > ul > li > a:active, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:hover {
    color: #ec232b;
    text-decoration: none;
}

#sidebar-menu > ul > li > a {
    font-size: 12px;
    white-space: nowrap;
}

.nav-user img {
    height: 40px;
    width: 40px;
}

.profile-btn {
    color: #000 !important;
}

.pro-user-name {
    font-size: 14px;
    font-weight: 900;
}

#sidebar-menu > ul > li > a:active, #sidebar-menu > ul > li .profile-btn :hover {
    /*color: #000 !important;*/
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a:hover {
    color: #ec232b !important;
}

.send-cargo-btn {
    background: #fece00;
    margin: 15px;
    text-align: center;
    color: #000 !important;
    font-weight: bold;
}

    .send-cargo-btn:hover {
        color: #000 !important;
    }

/*profile-dropdown-list*/
.navbar-user-type span {
    font-size: 8px;
    background: #000;
    color: #fff;
    padding: 0px 2px;
}

.simplebar-offset {
    /*top: 120px !important;*/
}

.dropdown-menu.dropdown-menu-right.profile-dropdown.show {
    top: 40px !important;
    right: 20px !important;
}

.acc-class {
    font-size: 10px !important;
    /*background: #ec232b !important;*/
    background: #000 !important;
    color: #fff !important;
    position: relative;
    padding: 0px 3px;
    border-radius: 5px;
    margin-left: 50px;
}

li .acc-class:hover {
    color: #fff !important;
}

.upgarde-plan {
    font-size: 10px !important;
    color: #ec232b !important;
    position: relative;
}

/*.navbar-user-type {
    position: absolute;
    top: 15px;
    left: 55px;
}*/

/*content*/
.content {
    background-image: url('../Content/drop-go-theme2/assets/images/admin-panel-bg.jpg');
    background-size: cover;
}

.content-page {
    padding: 0 0px 0px 0px;
}

.content-page-title {
    position: absolute;
    top: -5px;
    left: 70px;
    color: #ec232b;
}

.page-title-box span {
    font-weight: 900;
}

.content-page-breadcrumb {
    position: absolute;
    top: 30px;
    left: 80px;
    font-size: 12px;
}

.card-title-after {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ced4da;
}

.location-icon {
    position: absolute;
    top: 42px;
    right: 30px;
}

.red-text-link {
    color: #ec232b;
    text-decoration: none;
}

    .red-text-link:hover {
        color: #ec232b;
    }

.card {
    border-radius: 0px;
}

.bg-unset {
    background: unset;
}

.card-img {
    border-radius: 0px;
}

.search-btn {
    padding: 11px 18px;
    border-radius: 3px;
    background: #ec232b !important;
    color: #fff;
    font-size: 10px;
    border: 0px !important;
}

    .search-btn:hover {
        color: #fff !important;
    }

.track-order-list-table th {
    font-size: 10px;
}

.track-order-list-table td {
    font-weight: 600;
}

.tracking-step.active {
    background: #ec232b;
    padding: 8px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 40%;
    z-index: 2;
}

.tracking-line.active {
    width: 100%;
    height: 3px;
    background: #ec232b;
    position: absolute;
    top: 16px;
    z-index: 1;
}

.tracking-step {
    background: #c1c1c1;
    padding: 8px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 40%;
    z-index: 2;
}

.tracking-line {
    width: 100%;
    height: 3px;
    background: #c1c1c1;
    position: absolute;
    top: 16px;
    z-index: 1;
}

.tracking-step-holder {
    height: 70px;
    padding: 0px;
    font-size: 16px;
}

.tracking-step-label {
    margin-top: 60px;
}

.track-order-blocks {
    background: #ec232b;
    color: #fff;
}

.recipient-info p, .sender-info p {
    margin-bottom: 0px;
    font-weight: bold;
}

.recipient-info .label, .sender-info .label {
    font-size: 10px !important;
    margin-top: 5px;
}

.item-info-tbl tr td {
    font-weight: bold;
}

.label{
    color: dimgray;
}



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-bordered a.active, .nav-bordered a {
    border-bottom: 0px solid #6658dd !important;
}

.nav-tabs .nav-link.active {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    color: #6c757d;
    background-color: #f3f7f9;
    border-color: #dee2e6 #dee2e6 #fff;
    text-align: left !important;
}

.content-footer {
    height: 70px !important;
    background: #fff;
    padding: 0px;
    margin: 0px;
    color: #000;
    font-weight: 900;
    font-size: 10px;
}

    .content-footer p {
        padding-top: 2.5%;
    }

#sidebar-menu .menuitem-active .active {
    color: #ec232b !important;
}

@media (min-width: 768px) {
    body {
        min-height: unset !important;
    }
}

@media (max-width: 991.98px) {
    body {
        overflow-x: hidden;
        padding-bottom: 0px;
    }
}
