f@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,500;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif !important;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Medium.woff2') format('woff2'),
        url('fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body
{
    font-family: 'Lato', sans-serif !important;
}
/*body*/
.total-body-background{
    background-color:  #E7E7E7;
}
/*body*/
/*Nav-Bar Start*/
.nav-bg{
    background-color: #0D649D;
}
.notify.me-3 {
    cursor: pointer;
}
/*Nav-Bar End*/
/*Header*/
.over-all.counter-grid .col-lg-2
{
padding: 0px 3px;
}
.over-all.counter-grid .col-md-3
{
padding: 0px 4px !important;
}
.over-all.counter-grid .card
{
    border-radius: 0px !important;
}
.offcanvas-start
{
    display: none;
}
.grid-charts
{
    background-color: transparent !important;
    padding: 0px !important;
    margin: 30px 7px 10px !important;
}
.grid-charts .col-lg-3
{
    padding: 0px 4px !important;
        margin-top: 8px !important;
}
.grid-charts .col-lg-3 .card
{
    border-radius: 0px !important;
    padding: 8px;
}
.grid-charts .col-lg-4
{
    padding: 0px 4px !important;
        margin-top: 8px !important;
}
.grid-charts .col-lg-4 .card
{
    border-radius: 0px !important;
    padding: 8px;
}
.grid-charts .col-lg-6 .card {
    border-radius: 0px !important;
    padding: 8px;
}
.grid-charts .col-lg-6
{
  padding: 0px 4px !important;
  margin-top: 8px !important;
}
.grid-charts .col-lg-12 .card {
    border-radius: 0px !important;
    padding: 8px;
}
.grid-charts .col-lg-12
{
  padding: 0px 4px !important;
  margin-top: 8px !important;
}
.row-charts-filters .col-md-3
{
    padding: 0px 4px !important;
}
.over-all.counter-grid
{
    padding: 15px 8px !important;
    border-radius: 0px;
    background-color: transparent !important;
}
.create a {
    background-color: #7DCE5F !important;
    color: #FFF;
    padding: 5px 20px;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
}
.text-primary {
    color: #1D2A2E !important;
}
input.name {
    accent-color: #1D2A2E;
}
.test_prof img {
    border-radius: 50%;
  }
.row.load-file-upload input[type=file] {
    padding: 3px;
}
a.bill-view-btn{ 
    background-color: #7DCE5F;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    padding: 6px 20px;
    border-radius: 4px;
    margin-left: 17px;
    font-weight: 500;
    line-height: 15.6px;
}
.form-select {
    cursor: pointer;
}
.form-select.header-box {
    width: 176.37px;
    height: 34px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
}
.form-select.header-box{
    width: 176.37px;
    height: 34px;
    border: none;
}
li.nav-item.dropdown.bell_notification .dropdown-toggle::after {
    display: none !important;
}
span.top_count {
    position: relative;
    background-color: #FF0000;
    height: 6px;
    width: 6px;
    text-align: center;
    border-radius: 20px;
    right: 10px;
    top: 5px;
}
img.notify {
    background-color: #F7F6FF;
    border-radius: 24px;
}
h1.access_forbidden {
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    color: #7DCE5F !important;
}
.please_go {
    color: #1D2A2E;
    font-size: 20px;
}
span.home_link {
    color: #7DCE5F !important;
}
img.profile_photo {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid #bbb7b7;
}
.week_notification {
    font-size: 15px;
    line-height: 19.2px;
    color: #1D2A2E;
    font-weight: 600;
}
ul#notification_subject {
    margin-top: 15px;
    margin-left: -200px;
    width: 400px;
    height: 350px;
    overflow: auto;
    overflow-y: scroll;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%) !important;
    overflow-x: hidden;
    background-color: #FFFFFF;
}
ul#notification_subject::-webkit-scrollbar {
    width: 6px;
}
ul#notification_subject::-webkit-scrollbar-track {
    background: transparent; 
}
ul#notification_subject::-webkit-scrollbar-thumb {
    background: #1D2A2E; 
    border-radius: 20px;
    border: 1px solid #ffffff;
}
span.user-name {
    cursor: pointer;
    text-transform: capitalize;
}
.reduce-lgo {
    margin-top: 5.5rem;
}
.details-txt_two {
    font-size: 22px;
    line-height: 26.4px;
    color: #1D2A2E;
    font-weight: 600;
}
ul#notification_subject .dropdown-item:active {
      background-color: #1D2A2E !important;
}
ul#notification_subject .dropdown-item {
    margin: 10px 0px;
    white-space: normal;
}
.notification_header {
    padding: 7px 15px 0px 15px;
}
a.clear_all:hover {
    color: #1D2A2E !important;
}
a.clear_all {
    color: #1D2A2E !important;
}
/*Header*/
/*form*/
.box {
    position: relative;
}
.search_lens {
    position: absolute;
    top: 22%;
    left: 83%;
    color: #3A354199;
    cursor: pointer;
}
.search_lens_two {
    position: absolute;
    top: 22%;
    left: 93%;
    color: #3A354199;
    cursor: pointer;
}
span.required {
    color: #FF0000;
    margin-left: 3px;
}
.form-control{
    box-shadow: none !important;
    height: 40px;
    font-size: 0.92rem !important;
}
li.breadcrumb-item a {
    text-decoration: none !important;
    color: #888888 !important;
}
li.breadcrumb-item a:hover{
    text-decoration: none !important;
    color: #7DCE5F !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #94979E !important;
}
button.btn.btn-warning {
    background-color: #1D2A2E !important;
    color: #FFFFFF;
    box-shadow: none !important;
    border: none;
    padding: 7px 20px;
    border-radius: 4px;
    height: 39px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-left: 20px;
}
button.btn.btn-warning:focus {
    color: #FFFFFF !important;
}
/*
.dashboard-txt{
    color: #FFF;
    font-size: 14px;
	white-space: nowrap;
	font-weight: 500;
}*/
.form-control:focus{
    border-color:#ced4da;
}
.total-body{
    padding-left: 30px;
}
h5.details {
    padding-left: 15px;
}
input#search-box {
    width: 324px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-right: 30px;
}
button.admin-btn {
    background-color: #1073B4;
    color: #FFF;
    border: none;
    padding: 3px 15px 3px 15px;
    border-radius: 10px;
}
button.admin-btn:focus{
    outline: none !important;
}
.button-tog {
    background-color: #d2d2d2;
    width: 45px;
    height: 18px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    transition: 0.2s;
}
.button-tog::before{
    position: absolute;
    content: "";
    background-color: #0CECEC;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    transition: 0.2s;
    margin-top: -3px;

}
input:checked + .button-tog{
    background-color: #01FFFF;
}
input:checked + .button-tog::before{
    transform: translateX(25px);
}
label.button-tog {
    margin-bottom: 0px;
}
.input-group .btn {
    position: relative;
    z-index: 2;
    height: 100%;
}
/*vendor Text*/
.vendor-txt h2{
    font-size: 22px;
    color: #333333;
    line-height: 26.4px;
    margin: 30px 0px 0px 30px;
    font-weight: 600;
}
/*vendor Text*/
/*client*/
.create.mb-4 {
    margin: 20px 0px 0px 30px;
}
.col-lg-6.white-field {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}
/*Create client*/
.vendor-txt-blue{
    font-size: 22px;
    line-height: 25px;
    color: #1D2A2E;
    font-weight: 600;
    margin-bottom: 8px;
}
/*Bread Crumbs*/
a.non_active  {
    /* font-size: 16px; */
    line-height: 19.2px;
    color: #1073B4;
    text-decoration: none !important;
}
.breadcrumb-item.active{
    color: #1D2A2E !important;
}
.breadcrumb{
    margin-bottom: 0px;
}

/*Bread Crumbs*/
.breadcrumbs-radure {
    background-color: #FFFF;
    padding: 18px 30px;
    border-radius: 6px;
}
/*Details*/
.over-all{
    background-color: #FFFF;
    border-radius: 6px;
    padding: 30px;
   margin-top: 25px;
}
.details-txt h3 {
    font-size: 22px;
    line-height: 26.4px;
    color: #1D2A2E;
    font-weight: 600;
}
.all-input-box{
    height: 40px;
    border-color: #C9C8CB;
    font-size: 15px;
    
}
.form-select:focus{
    outline: none;
    border-color: #C9C8CB;
    box-shadow: none;
}
.form-check {
    padding-left: 0em !important;
}
label.form-check-label {
    color: #3A3541;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check-input:checked {
    background-color: #01579B;
    border-color: #01579B;
    box-shadow: none !important;
}
.col-lg-3.actve-radio {
    margin-top: 30px;
}
.form-check-input.green:checked {
    background-color: #4CD039;
    border-color: #4CD039;
    box-shadow: none !important;
}
.form-check-input.red:checked{
    background-color: #FF0000;
    border-color: #FF0000;
    box-shadow: none !important;
}
.horizontal-line-one{
    border: 0.5px solid;
    color: #C9C8CB;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.horizontal-line {
    border: 1px solid;
    color: #C9C8CB;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}
/*Details*/
/*Finance Start*/
.label-option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
label.form-label.option {
    font-size: 13px;
    line-height: 19.2px;
    color: #A3A3A3;
}
input.form-control.all-input-box-two {
    height: 40px;
    color: #444;
    padding: 6px 3px 5px 16px;
}
.card {
    padding: 15px;
}
.card-body{
    padding: 0px;
}
.col-lg-3.primary-secondary {
    margin-top: 25px !important;
}
.pop-btn
{
    margin-right: 5px;
}
button.btn.btn-primary {
    background-color: #1D2A2E;
    border-radius: 28px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 15px;
    border: none !important;
    box-shadow: none !important;
}
.btn-outline-primary {
    color: #1D2A2E !important;
    border-color: #7DCE5F !important;
    box-shadow: none !important;
    height: 39px !important;
    border-radius: 4px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding: 7px 20px;
    cursor: default !important;
}
.btn-outline-primary:hover {
    background-color: #FFFFFF !important;

}
button.btn.btn-light {
    background-color: #FFFFFF;
}
.row.yes-no {
    margin-top: 15px;
}
input.form-control.all-input-box-two::file-selector-button{
    background-color: #1D2A2E !important;
    color: #FFF;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    padding: 7px;
    
}
input.form-control.all-input-box-two::file-selector-button:hover, input.form-control.all-input-box-two::file-selector-button:focus
{
    background-color: #1D2A2E !important;
    opacity: 1 !important;
    outline: none !important;
    color: #FFF; 
}
.form-control[type=file]:not(:disabled):not([readonly]):hover
{
opacity: 1 !important;
}
input[type="date"]::-webkit-calendar-picker-indicator{
    opacity: 1;
    background: url(../images/calender.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 95%;
    cursor: pointer;
}
input[type="datetime-local"]::-webkit-calendar-picker-indicator{
    opacity: 1;
    background: url(../images/calender.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 95%;
    cursor: pointer;
}
input[type="month"]::-webkit-calendar-picker-indicator{
    opacity: 1;
    background: url(../images/calender.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 95%;
    cursor: pointer;
}

/*Finance End*/
/*Button Start*/
.col-lg-12.d-flex.justify-content-end.save_cancel{
    margin-top: 10px;
}

/*Button End*/
/*VRL Logistics Start*/
.vrl-logistics-txt h3{
    font-size: 20px;
    margin-left: 12px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.15px;
}
/*VRL Logistics End*/
.vrl-logistics-btn a {
    background-color: #0D649D;
    color: #FFFFFF !important;
    width: 90px;
    height: 33px;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    line-height: 16.8px;
}
.vrl-logistics-bg {
    background-color: #FFF;
    width: 389px;
    height: 78px;
    border-radius: 6px;
    margin: 25px 0px 0px 30px;
    padding: 27px 15px 27px 27px;
}
.tab-bg {
    background-color: #FFF;
    border-radius: 6px;
    padding: 15px 0px;
}
.bi-search::before {
    color: #9E9E9E !important;
}
.tabs-vehicles
{
	margin-top: 1rem;
}
label.form-check-label.view-primy-label {
    padding-bottom: 0px;
}
.document-view-btn a {
    background-color: #7DCE5F;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    padding: 6px 20px;
    border-radius: 4px;
    margin-left: 17px;
    font-weight: 500;
    line-height: 15.6px;
    letter-spacing: 0.15px;
    cursor: pointer;
}
button.mobile-logout.desktop-hide {
    display: none;
}
.document-view-btn a:hover {
    color: #FFFFFF;
    text-decoration: none !important;
}
.gst-label-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.label-paragraph p {
    color: #666666;
    font-size: 15px;
    word-break: break-word;
}
.nav .nav-item .nav-link{
    color: #999AA3;
    position: relative;
    font-size: 16px;
}
.nav .nav-item .nav-link.active{
    color:#1D2A2E;
}
.nav-link.active::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #1D2A2E;
    height: 5px;
    border-top-left-radius: 80px 80px;
    border-top-right-radius: 80px 80px;
}
.dropdown.remove-active .show
    {
         background-color: #fff;
        color: #1D2A2E !important;
            
    }
    .dropdown.remove-active .show .dashboard-txt
    {
        color: #1D2A2E !important;
    }
    .active.remove-active .dropdown-menu
    {
            inset: 0px auto auto 0px;
        display: block !important;
            background-color: #fff;
    color: #1D2A2E !important;
    margin: 0 18px !important;
    position: relative !important;
    transform: none !important;
    background-color: #1D2A2E !important;
    border: none !important;
    padding-right: 9px !important;
    border-radius: 0px !important;
    min-width: auto !important;
    top: 16px !important;
    margin-bottom: 20px !important;
    }
/*Performance Tab Start*/
.loading-bg {
    background-color: #1D2A2E;
    border-radius: 6px;
    padding: 15px;
}
h6.on_time {
    font-weight: 500;
    color: #FFFFFF;
}
.number h5 {
    color: #FFFFFF;
}
.row.delivery {
    margin-top: 30px;
}
.destination-bg{
    background-color: #1D2A2E;
    border-radius: 6px;
    padding: 15px;
}
.completion-bg{
    background-color: #1D2A2E;
    border-radius: 6px;
    padding: 15px;
}
/*Performance Tab End*/
/*VRL Logistics Driver Start*/
.truck_text {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.vrl-logistics-bg-two {
    background-color: #FFF;
    width: 389px;
    height: 78px;
    border-radius: 6px;
    margin: 25px 0px 0px 30px;
    padding: 14px 15px;
}
.details-txt-order h3 {
    font-size: 22px;
    line-height: 26.4px;
    color: #01579B;
    padding: 25px 0px 0px 30px;
}
/*VRL Logistics Driver End*/
/*Sidebar start*/
/* 
.sidebar {
    background-color: #0D649D;
    width: 150px !important;
    overflow: hidden;
    display: block;
    min-height: calc(100vh - 0px);
} */
#page-content-wrapper{
    width: 100%;
    overflow: hidden; 
}
/*Sidebae End*/
/*Route Start*/
.route_create_radio{
     display: flex;
    flex-direction: column;
    justify-content: center;
}
.create_route_cancel_btn a{
    background-color: #FFFFFF;
    color: #666666 !important;
    padding: 10px 33px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #C9C8CB !important;
    font-size: 18px;
    margin-right: 30px;
}
/*Route End*/
/*Driver Start*/
.offcanva-header{
    display: flex;
    padding: 18px 0px 0px 22px;
}
.offcanvas-body {
    padding: 1rem 1.5rem !important;
}
a.log_out {
    padding: 0px 20px 0px 0px;
}
.status a {
    background-color: #4CD039;
    text-decoration: none;
    color: #FFF;
    padding: 4px 15px;
    border-radius: 4px;
    font-size: 14px;
}
.offcanvas-end{
    width: 55%;
}
.status {
    display: flex;
    justify-content: end;
}
.vrl-log h3{
    font-size: 20px;
}
.vrl p{
    margin-bottom: 0px;
}
.status p{
    margin-bottom: 0px;
    margin-right: 17px;
}
/*Blocked vehicles start*/
.status_inactive {
    background-color: #FFFF;
    margin: 25px 30px 0px 30px;
    padding: 18px 30px;
    border-radius: 6px;
}
a.inactive {
    background-color: #FF0000;
}
/*Blocked vehicles End*/
.sidebar_list
{
    overflow: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
}
.sidebar_list .nav-item
{
	margin-top: 20px;
	margin-left: 0px;
    margin-right: 0px;
}
.sidebar_list .nav-pills .nav-item.active .nav-link
{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
   
}

/* .sidebar_list .nav-pills .nav-item.active 
{
	background-color: transparent !important;
} */

.sidebar_list .dashboard-logo
{
	margin: 0 auto;
}
.sidebar_logo .radure-logo
{
	margin: 0 auto;
}
#page-content-wrapper
{
	background-color: #F4F6F9;
}
.main-panel
{
    padding: 25px 0px;
    margin: 0px 25px;
    background-image: url(../images/bg_circle.svg);
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 100vh;
    position: relative;
    background-position-x: 89%;
    background-position-y: 5%;
    
}
/* 
.main-panel::after {
   position: absolute;
   content: url(../images/bg_circle.svg);
   /*background-image:  url(../images/bg_circle.svg);
} */
.actvie-radio .form-check
{
    padding-left: 0px !important;
}
.form-group
{
	margin-bottom: 15px;
}
/*
.radio-active-primary {
    position: relative;
}
.radio-active-primary input[type="radio"]:checked, .radio-active-primary input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-active-primary input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.radio-active-primary input[type="radio"]:checked + label, .radio-active-primary input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
.radio-active-primary input[type="radio"]:checked + label:before, .radio-active-primary input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #1D2A2E;
    border-radius: 100%;
    background: #fff;
}
.radio-active-primary input[type="radio"]:checked + label:before {
    border-color: #4CD039;
    border: 2px solid #4CD039;
}
.radio-active-primary input[type="radio"]:checked + label:after {
    background: #4CD039;
    

}
.radio-active-primary input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.radio-active-primary input[type="radio"]:checked + label:after, .radio-active-primary input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 22%;
    left: 6.2%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

*/

.menu-trigger-mobile {
    display: none;
}
.radio-active-primary {
    position: relative;
}
.radio-active-primary input[type="radio"]:checked, .radio-active-primary input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-active-primary input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.radio-active-primary input[type="radio"]:checked + label, .radio-active-primary input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
.radio-active-primary input[type="radio"]:checked + label:before, .radio-active-primary input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #1D2A2E;
    border-radius: 100%;
    background: #fff;
}
.radio-active-primary input[type="radio"]:checked + label:before {
    border-color: #4CD039;
    border: 2px solid #4CD039;
    background-color: #4CD039;
    box-shadow: inset 0 0 0 3px #FFF;
}
.radio-active-primary input[type="radio"]:checked + label:after {
    background: #4CD039;
}
.radio-active-primary input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* .radio-active-primary input[type="radio"]:checked + label:after, .radio-active-primary input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
} */






.radio-in-active-primary {
    position: relative;
}
.radio-in-active-primary input[type="radio"]:checked, .radio-in-active-primary input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-in-active-primary input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.radio-in-active-primary input[type="radio"]:checked + label, .radio-in-active-primary input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.radio-in-active-primary input[type="radio"]:checked + label:before, .radio-in-active-primary input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #1D2A2E;
    border-radius: 100%;
    background: #fff;
}
.radio-in-active-primary input[type="radio"]:checked + label:before {
    border-color: #FF0000;
    border: 2px solid #FF0000;
    background-color: #FF0000;
    box-shadow: inset 0 0 0 3px #FFF;
}
.radio-in-active-primary input[type="radio"]:checked + label:after {
    background: #FF0000;
    

}
.radio-in-active-primary input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* .radio-in-active-primary input[type="radio"]:checked + label:after, .radio-in-active-primary input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 22%;
    left: 5%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
} */


.radio-primary {
    position: relative;
}
.radio-primary input[type="radio"]:checked, .radio-primary input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-primary input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.radio-primary input[type="radio"]:checked + label, .radio-primary input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.radio-primary input[type="radio"]:checked + label:before, .radio-primary input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #1D2A2E;
    border-radius: 100%;
    background: #fff;
}
.radio-primary input[type="radio"]:checked + label:before {
    border-color: #1D2A2E;
    border: 2px solid #1D2A2E;
    background-color: #1D2A2E;
    box-shadow: inset 0 0 0 3px #FFF;
}
.radio-primary input[type="radio"]:checked + label:after {
    background: #1D2A2E;
    

}
.radio-primary input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* .radio-primary input[type="radio"]:checked + label:after, .radio-primary input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0.278em;
    left: 0.289em;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
} */


.radio-secondary {
    position: relative;
}
.radio-secondary input[type="radio"]:checked, .radio-secondary input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-secondary input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.radio-secondary input[type="radio"]:checked + label, .radio-secondary input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.radio-secondary input[type="radio"]:checked + label:before, .radio-secondary input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #01579B;
    border-radius: 100%;
    background: #fff;
}
.radio-secondary input[type="radio"]:checked + label:before {
    border-color: #01579B;
    border: 2px solid #01579B;
}
.radio-secondary input[type="radio"]:checked + label:after {
    background: #01579B;
    

}
.radio-secondary input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.radio-secondary input[type="radio"]:checked + label:after, .radio-secondary input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.primary_btn, .primary_create_btn{
    background-color: #7DCE5F !important;
    color: #FFF;
    padding: 8px 20px;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    height: 39px;
    display: inline-block;
    cursor: pointer;
}
.dashboard_refresh a {
    background-color: #7DCE5F !important;
    color: #FFF;
    padding: 7px 18px;
    text-decoration: none !important;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
}
.dashboard_field_two {
    width: 100%;
    height: 35px;
    border-radius: 0px !important;
}
.primary_btn:hover, .primary_create_btn:hover
{
	color: #fff !important;
}
.primary_btn_trigger
{
    background-color: #7DCE5F;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    padding: 9px 27px;
    border-radius: 4px;
    font-weight: 500;
    line-height: 15px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.15px;
}
.primary_btn_trigger:hover
{
    color: #fff;
}
.form-label.outside-card
{
padding-top: 20px;
}
.primary_cancel_btn{
    background-color: #FFFFFF;
    color: #666666 !important;
    padding: 7px 18px;
    text-decoration: none !important;
    border-radius: 4px;
    border: 1px solid #C9C8CB !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    height: 39px;
	margin-right: 20px;
	display: inline-block;
    cursor: pointer !important;
}
.export-btn
{
padding: 5px;
    text-decoration: none !important;
    border-radius: 3px;
    border: 1px solid #f7f7f7 !important;
    cursor: pointer !important;
}
.export-btn img
{
    height: 20px;
}
.primary_view_btn{
    background-color: #47ADEF;
    color: #FFFFFF !important;
    height: 33px !important;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    line-height: 16.8px;
    text-decoration: none;
	display: inline-block;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
	background-color: transparent !important;
}
.advance_txt h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color: #333333;
}
.trigger {
    background-color: #7DCE5F;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    padding: 9px 27px;
    border-radius: 4px;
    font-weight: 500;
    line-height: 15px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.15px;
}
.satus_vendor {
    color:#1D2A2E;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.status_date_time {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 10px;
}
.status_date_time p {
    margin-bottom: 0px;
}
.status_heading {
    background-color: #1D2A2E;
    padding: 6px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.approve_txt_status p {
    color: #FFFFFF;
    margin-bottom: 0px;
}
.status_content {
    background-color: #F4F6F9;
    padding: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.reaching-line_status {
    border: 1px solid;
    color: #C9C8CB;
    width: 100%;
    margin: 30px 0px;
}
.form-check.prmy-secndry
{
    padding-left: 0em !important;
}
.trigger:hover
{
    color: #fff;
    text-decoration: none !important;
}
.vendor_pending {
    background-color: #EDEDED;
    display: inline-block;
    border-radius: 6px;
    padding: 0.6rem 0.75rem;
}
.vendor_pending p {
    margin-bottom: 0px;
}
.transaction_details {
    background-color: #D9D9D9;
    border-radius: 6px;
    padding: 12px 15px;
}
.transaction_details p {
    margin-bottom: 0px;
}
.truck_vehicle_number
{
    margin-bottom: 10px;
}
.truck_vehicle_number h6 {
    color: #888888;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
span.tnhu {
    margin-left: 5px;
    font-size: 16px;
    color: #1D2A2E;
    font-weight: 500;
    line-height: 19.2px;
}
.dropdown-menu {
    background-clip: unset;
}
.sidebar_list .dropdown-menu.show
{
    position: relative !important;
    transform: none !important;
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
    border-radius: 0px !important;
    min-width: auto !important;
}
label.form-label {
    font-size: 16px;
    line-height: 19.2px;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.01rem;
}
#power-grid-table-base
{
	padding: 0px !important;
}
#power-grid-table-container
{
	margin: 0 !important;	
}
.status_reach h4
{
	font-size: 18px;
    font-weight: 500;
    color: #1D2A2E;
    margin-bottom: 10px;
}

.sidebar_list .dropdown-item.active, .sidebar_list .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent !important;
}
.sidebar_list .dropdown-item:focus, .sidebar_list .dropdown-item:hover
{
    color: #fff !important;
    background-color: transparent !important;
}

.sidebar_list .dropdown-item
{
    color: #90D0FA !important;
    font-size: 15px !important;
    padding: 7px 10px;
  
}
.row.yes-no_convert {
    margin-top: 5px;
}
#order-details
{
	margin-top: 30px;
}
.order_process_txt {
    color: #1D2A2E;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    background-color: #FFF;
    border-radius: 6px;
    margin: 25px 0;
    padding: 15px;
}
.avg_txt_off h3 {
    font-size: 18px;
    line-height: 24px;
    color: #313233;
    font-family: 'Ubuntu Condensed', sans-serif !important;
    margin-bottom: 0px;
}
.order_process_txt h5 {
    margin-bottom: 0px;
}
.card.loading_doc {
    margin-top: 5px;
    padding: 15px;
}
i.bi.bi-check-circle-fill {
    color: #74B65F;
}
.approve .bi, .reject .bi
{
    display: inline-block;
}
/*
.reject,
.approve,
.reject_txt,
.approve_txt{
	display:flex;
	gap:4px;
	align-items: center;
}*/
.approved,
.approve_txt p {
    color: #333333;
	font-size:14px;
    margin-bottom: 0px;
}
i.bi.bi-x-circle-fill {
    color: #D4534D;
}
.reject_txt p {
    color: #666666;
	font-size:14px;
    margin-bottom: 0px;
}

.reject p {
    color: #666666;
	font-size:14px;
    margin-bottom: 0px;
}

.reject-reason{
	font-size:12px;
}

.lr_document {
    background-color: #FFF;
    border-radius: 6px;
    margin: 25px 0px;
    padding: 25px;
}
.assigned-active-orders
{
	position: relative;
}
.assigned-active-orders span
{
	background: #1073B4;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
	left: 0;
    position: relative;
    border: 1px solid #FFFFFF;
}
.assigned-active-orders span:nth-child(2)
{
	left: -10px;
    z-index: 2;
}
.assigned-active-orders span:nth-child(3)
{
	    left: -20px;
    z-index: 3;
}
.assigned-active-orders span:nth-child(4)
{
	    left: -30px;
    z-index: 4;
}
.assigned-active-orders span:nth-child(5)
{
	    left: -40px;
    z-index: 5;
}
.assigned-active-orders span:nth-child(6)
{
	    left: -50px;
    z-index: 6;
}
.assigned-active-orders span:nth-child(7)
{
	    left: -60px;
    z-index: 7;
}
.assigned-active-orders span:nth-child(8)
{
	    left: -70px;
    z-index: 8;
}
.assigned-active-orders span:nth-child(9)
{
	    left: -80px;
    z-index: 9;
}
.assigned-active-orders span:nth-child(10)
{
	    left: -90px;
    z-index: 10;
}
.align-middle-grid
{
	height: 180px;
	display: table;
}
.align-middle-grid .align-middle
{
	display: table-cell;
}
.details-txt h3
{
	margin-bottom: 15px;
}
.shadow-lg
{
	--tw-shadow: none !important;
	box-shadow: none !important;
}
.btn-light
{
    padding: 4px !important;
    background-color: transparent;
}
.btn-light svg
{
    height: 18px;
    opacity: 0.7;
}
.btn-light:focus
{
    box-shadow: none !important;
    outline: none !important;
}
#power-grid-table-base .table thead
{
	background-color: #EBEDF0 !important;
	    border: 1px solid #EBEDF0 !important;
}
#power-grid-table-base .table thead tr th
{
	border: none !important;
	color: #222222;
    font-size: 16px;
    font-weight: 500 !important;
}
#power-grid-table-base .rounded-lg {
    border-radius: 3px;
    margin-bottom: 0px;
}
#power-grid-table-base nav .justify-center span, #power-grid-table-base nav .justify-center a
{
	    border-radius: 50px !important;
    height: 30px;
    width: 30px;
    line-height: 25px;
    padding: 0 !important;
    position: relative;
    display: inline-block;
    background-color: #f7f7f7;
	color: #222 !important;
    text-align: center;
}
#power-grid-table-base nav .justify-center a svg
{
	    margin-top: 5px;
    margin-left: 5px;
}
section.login-enter{
    display: table;
    margin: 0px auto;
    height: 100%;
    width: 100%;
}
img.redure-lgo-svg{
    height: 100px;
    margin-bottom: 20px;
    position: relative;
}
.rdr-login{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    background-image: url(../images/login_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.welcom-bk-wrap{
    max-width: 40%;
    margin: auto;
    box-shadow: -2px 2px 16px 0px #0000001A;
    padding: 20px 30px;
    background: #ffffff !important;
    border-radius: 15px;
}
.welcom-bk-title.text-center{
    margin-bottom: 15px;
}
.welcom-bk-title.text-center h3{
    color: #1D2A2E;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
}
.welcom-bk-title.text-center h4{
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.wbk-input-wrap{
    margin-bottom: 16px;
}
.wbk-input-wrap label{
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    color: #333333;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
}
.wbk-input-wrap label a{
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none !important;
    color: #888888 !important;
}
.wbk-input-wrap input{
    border-color: #C9C8CB !important;
    border-radius: 4px;
    padding: 8px 12px;
}
.wbk-input-wrap input,.wbk-input-wrap input::placeholder{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #666666 !important;
}
.wbk-input-wrap input:focus,.wbk-input-wrap input:focus-visible{
    outline: none !important;
    box-shadow: none !important;
    border-color: #C9C8CB !important;
}
.wbk-check-box{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
}
.wbk-check-box input{
    margin-right: 7px;
    border-color: #C9C8CB !important;
}
.wbk-check-box input[type="checkbox"]{
    accent-color: #1D2A2E;
    height: 10px;
   
}
.wbk-btn{
    margin-top: 25px;
    text-align: center;
}
.wbk-btn button{
    width: 100%;
    background: #7DCE5F !important;
    border: none !important;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    padding: 8px 20px;
    margin-bottom: 8px;
}
.wbk-btn button:hover{
    background: #7DCE5F !important;
    color: #FFFFFF;
    box-shadow: none !important;
    border:none !important;
}
.welcom-bk-bottom.text-center{
    margin-top: 5rem !important;
    margin-bottom: 3rem !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #666666;
}


.event-list-wrap{
    background: #ffffff !important;
    margin-top: 25px;
    border-radius: 6px;
}
.event-list-wrap h6{
    background: #1D2A2E;
    color: #ffffff !important;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0;
}
.event-list-wrap .nav{
    margin: 0px !important;
    padding-bottom: 26px;
}
.event-list-wrap .nav a{
    display: block;
    position: relative;
    border-left: 1px dashed #707B81;
    border-bottom: 1px solid #DFDFDF;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #818181 !important;
    padding: 0;
}
.event-list-wrap .nav a span{
    padding: 15px 25px;
}
.event-list-wrap .nav a.active{
    color: #1D2A2E !important;
    font-weight: 600;
}
.event-list-wrap .nav a:before{
    content: '';
    background: #ffffff;
    height: 5px;
    width: 5px;
    position: absolute;
    left: -7px;
    bottom: -7px;
    border-radius: 50%;
    border: 4px solid #E7E7E7;
    padding: 3px;
    z-index: 99;
}

.event-list-wrap .nav li a.active:before{
    background-color: #7DCE5F;
    border-color: #D9D9D9;
}

.event-list-wrap li.nav-item a.active span:before{
    content: '';
    background-color: #1D2A2E;
    height: 48px;
    width: 6px;
    position: absolute;
    left: -23px;
    top: 5px;
    z-index: 99;
    display: block;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.event-list-wrap .nav li.nav-item{
    padding-left: 22px;
    position: relative;
}
.event-list-wrap li.nav-item a span{
    display: block;
    position: relative;
}
.event-list-wrap li.nav-item a.active span:after{
    content: '';
    position: absolute;
    left: -5px;
    background-image: url(../images/truck_sidebar.svg);
    height: 90%;
    width: 90%;
    background-repeat: no-repeat;
    top: 26%;
    background-size: 9px;
}
#order-details .event-list-wrap .nav li a:after{
    content: '\f105';
    font-family: FontAwesome;
    font-size: inherit;
    position: absolute;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border: none !important;
    height: unset !important;
    border-radius: 0px !important;
    width: unset !important;
    background: unset !important;
    left: unset !important;
}
#order-details .event-list-wrap .nav li a.active:after
{
    z-index: 999 !important;
    display: block !important;
    top: 56% !important;
    color: #1D2A2E !important;
}
#order-details .row .col-lg-3.side-bar-3
{
    width: 28%;
}
#order-details .row .col-lg-9.side-bar-content-9
{
    width: 72%;
}
.read-only-radio {
        pointer-events: none;
        opacity: 0.5; /* Optional: You can adjust the opacity to make it visually appear disabled */
    }


.vertical-order-processing-tab
{
    position: relative;
}


.tab-steps--list {
  list-style: none;
  padding-left: 0;
     transform: rotateX(45deg);
    position: absolute;
    z-index: 10;
    top: 0;
}

.tab-steps--list li a{
  position: relative;
  list-style: none;
  display: inline-block;
  counter-increment: li;
  width: 2px;
    height: 70px;
  cursor: pointer;
  opacity: 0.5  ;
}

.tab-steps--list li a.active {
  opacity: 1
}

.tab-steps--list li a.active:before {
  background: #FFA500;
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tab-steps--list li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #eee;
  top: 20px;
  left: -50%;
  z-index: -1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}

.tab-steps--list li:before {
  color: #777;
  border: 1px solid #777;
}


.tab-steps--list li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #eee;
  top: 20px;
  left: -50%;
  z-index: -1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}

.tab-steps--list li:first-child:after {
  content: none;
}
.map-area-address
{
        background-color: #F4F6F9;
    padding: 15px;
}
.navbar.navbar-expand-lg
{
        background-color: #FFF;
    box-shadow: 15px 10px 18px #d6d6d6;
    padding: 15px 30px;
}
.map-area-address .details-txt h3
{
    margin-bottom: 10px !important;
}
.load-doc-title{
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2A2E;
    padding: 15px 25px;
    background-color: #D9D9D9;
    margin: 36px auto;
    border-radius: 6px !important;
}
a.bg-indigo-500.cursor-pointer.text-white.px-3.py-2\.5.m-1.rounded.text-sm {
    background-color: #7DCE5F;
}
.load-file-info{
    border: 0.8px solid rgba(201, 200, 203, 1);
    border-radius: 6px;
}
.load-file-info h3{
    background-color: #1D2A2E !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    padding: 10px 30px;
    border-radius: 6px;
}
.load-files-wrap{
    padding: 30px
}
.load-files-wrap form .d-flex{
    display: flex !important;
    align-items: center;
}
.load-files-wrap form .load-doc-left{
    width: 62%;
}
.row.load-file-upload{
    background: #D9D9D9;
    padding: 25px;
    margin: 0px 25px 0px 0px;
    border-radius: 6px;
}
.load-file-oper{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
}
.load-file-oper img{
 
    margin: auto;
}
.row.load-file-upload select:focus, .row.load-file-upload select:focus-visible,.row.load-file-upload input:focus, .row.load-file-upload input:focus-visible{
    box-shadow: none;
    border-color: rgba(229, 229, 229, 1) !important;
}
.row.load-file-upload input::file-selector-button{
    background-color: #1D2A2E !important;
    color: #FFF;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    padding: 7px;
    /* background: #1D2A2E !important;
    box-shadow: 0px 1px 1px 0px rgba(123, 123, 123, 0.16);
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    padding: 8px 10px;
    border-radius: 6px;
    display: inline-block;
    margin:1px 15px 1px 0px */
}
.row.load-file-upload input[type=file]{
    font-size: 14px;
    /* font-weight: 500; */
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    padding: 8.5px 3px 5px 16px;
    /* color: rgba(115, 123, 123, 1); */
}
.row.load-file-upload select{
    height: 100%;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}
.row.load-file-upload input::file-selector-button:active{
    background: #1D2A2E !important;
}
section.redr-load-d-header{
    background-color: #FFFFFF;
    padding: 25px;
    box-shadow: 10px 32px 54px -20px #1018282E;
}
.mob-add-doc{
    display: none;
}
.load-docmt
{
    padding: 50px;
}

/*loading-doc-mobile-design*/

@media (max-width: 700px){
    section.redr-load-d-header .container, .load-docmt{
        max-width: 94% !important;
        margin: auto;
    }
    section.redr-load-d-header img{
        height: 35px;
    }
    .load-doc-title{
        font-size: 16px;
        padding: 10px 12px;
        border-radius: 6px;
        margin: 15px 0px;
    }
    .load-file-info h3{
        letter-spacing: 0;
        font-size: 14px;
        padding: 10px 15px;
        line-height: normal;
    }
    .load-files-wrap{
        padding: 15px 10px;
    }
    .load-files-wrap form .d-flex{
        display: block !important;
        margin-bottom: 12px;
        background: #F6FBFF;
        border-radius: 10px;
        padding: 10px;
    }
    .load-files-wrap form .load-doc-left{
        width: 100%;
    }
    .load-files-wrap .row.load-file-upload{
        background: transparent;
        padding: 0;
        margin: 0;
        border-radius: 0px;
    }
    .load-files-wrap .load-doc-col{
        width: 100%;
        margin-bottom: 10px;
    }
    .load-file-oper, .load-file-oper a{
        text-align: right;
    }
    .load-file-oper a{
        display: flex;
        align-items: center;
        font-size: 14px;
        padding: 0px 15px;
    }
    .load-file-oper img{
        height: 14px;
        margin: 3px 3px 0px auto;
    }
    .row.load-file-upload select{
        font-size: 13px;
        border: 0.8px solid #E5E5E5;
        background-size: 10px;
    }
    .row.load-file-upload input[type=file]{
        border: 0.8px solid rgba(229, 229, 229, 1);
        font-size: 12px;
    }
    .row.load-file-upload input::file-selector-button{
        padding: 6px 10px;
        font-size: 12px;
        margin-right: 10px;
    }
    .load-file-oper.desk-add-doc{
        display: none;
    }
    .mob-add-doc{
        display: block;
    }
    .mob-add-doc a, .mob-add-doc a span{
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: left;
        color: #666666 !important;
        text-decoration: none !important;
    }
    .mob-add-doc a span{
        position: relative;
        left: -8px;
    }

}

.order_number p {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    font-weight: 400;
    margin-bottom: 0px;
}
span.hash_num {
    color: #094267;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
.past_vendor h5{
    color: #1D2A2E;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    background-color: #FFFFFF;
    padding: 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 0px;
}
.past_current_return {
    margin-top: 30px;
    margin-bottom: 10px;
}
.grey_bg {
    background-color: #EDEDED;
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.box_two {
    position: relative;
}
.search_lens_for_vendor {
    position: absolute;
    top: 28%;
    left: 91%;
    color: #3A354199;
    cursor: pointer;
}
input#search_lens_for_vendor {
    width: 100%;
    height: 38px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
}
span.search_lens_for_vendor {
    color: #E08D17;
    font-size: 13px;
}
.past_route {
    background-color: #FFFFFF;
    padding: 10px 12px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: 10px;
    position: relative;
    /* border-left: 6px solid #1D2A2E;     */
}
.past_route::before {
    content: '';
    position: absolute;
    color: #1D2A2E;
    width: 6px;
    height: 100%;
    background-color: #1D2A2E;
    top: 0;
    left: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
/*
.past_route::after {
    background-size: contain;
    position: absolute;
    content: "";
    background-image: url(../images/border_line.svg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}*/
span.route_bhji {
    font-size: 15px;
    font-weight: 500;
    line-height: 21.6px;
    color: #666666;
}
span.route_bhji_two{
    font-size: 17px;
    font-weight: 500;
    line-height: 21.6px;
    color: #333333;
}
.order_id_bg {
    background-color: #D9D9D9;
    padding: 20px;
    border-radius: 6px;
}
.order_details_reaching {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.2px;
}
.reaching_sts {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.2px;
}
.dotted_line{
    border: 1px dashed #C9C8CB;
    width: 100%;
    margin: 10px 0px;
}
.vendor_name h6 {
    color: #666666;
    font-weight: 500;
    font-size: 13px;
    line-height: 19.2px;
    margin-bottom: 0px;
}
span.vendor_name_spn {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    line-height: 19.2px;
}
span.past_vendor_num.ps-1{
     color: #1D2A2E;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.connect {
    background-color: #7DCE5F;
    color: #FFFFFF;
    text-decoration: none !important;
    font-size: 14px;
    padding: 6px 25px;
    border-radius: 4px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer !important;
}
.connect:hover {
    color: #FFFFFF;
}
.canvas_line {
    border: 1px solid #C9C8CB;
    width: 100%;
    margin-top: 17px;
}
.details-txt_off h3 {
    font-size: 18px;
    line-height: 24px;
    color: #313233;
   /* font-family: 'Ubuntu Condensed', sans-serif !important; */
    margin-bottom: 0px;
    font-weight: 600;
}
.document-past-btn a {
    background-color: #1073B4;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    padding: 9px 27px;
    border-radius: 6px;
    font-weight: 500;
    line-height: 15.6px;
}
.input-switch{
    display: none;
}
textarea.form-control {
    min-height: calc(1.5em + (3.75rem + 4px));
    resize: none !important;
}
.label-switch{
    display: inline-block;
    position: relative;
}

.label-switch::before, .label-switch::after{
    content: "";
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
}

.label-switch::before {
    width: 2.1em;
    height: 1em;
    border: 1px solid #757575;
    border-radius: 4em;
    background: #888888;
}

.label-switch::after {
    position: absolute;
    left: 0;
    top: 0px;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #757575;
    border-radius: 4em;
    background: #ffffff;
}

.input-switch:checked ~ .label-switch::before {
    background: #7DCE5F;
    border-color: #fff;
}

.input-switch:checked ~ .label-switch::after {
    left: unset;
    right: 0;
    background: #7DCE5F;
    border-color: #ffffff;
  } 
#order-overview .label-paragraph p
{
margin-top: 0px;

}
#order-overview .label-paragraph
{
    margin-bottom: 3px;
}
#order-overview .form-label.outside-card {
    font-size: 17px;
}
.pending_order_labels label.form-label
{
font-weight: 600;
}
.pending_order_labels .label-paragraph p
{
margin-top: 0px;
}
.pending_order_labels .label-paragraph
{
    margin-bottom: 3px;
}
.fa:before
{
font-family: FontAwesome;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
    color: #212529 !important;
    background-color: transparent !important;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
    border-left: none !important;
            border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.btn-outline-secondary
{
    border: 1px solid #ced4da;
    border-left: none !important;
        border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


/*order history*/


.timln-order-hist{
    background-color: #ffffff;
    margin-top: 25px;
    border-radius: 6px;
}
.timln-order-hist h3{
    padding: 15px 30px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2A2E;
    margin: 0;
    border-bottom: 0.8px solid rgba(223, 223, 223, 1);
}
.hist-tl-img{
    border-radius: 50%;
    background-color: #ffffff;
    border: 3px solid rgba(219, 228, 241, 1);
    width: fit-content;
    margin: auto;
    margin-bottom: 15px;
    transition: all 1.4s ease-in-out;
}
.hist-tl-img img{
    padding: 15px;
}
.timln-order-hist ul.d-flex{
    padding: 40px 70px;
  
    margin: 0;
    text-align: center;
    list-style-type: none;
}
.timln-order-hist ul.d-flex .col{
    position: relative;
    z-index: 99;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #444444;
}
.timln-order-hist ul.d-flex .col:before{
    content: '';
    position: absolute !important;
    width: 100%;
    top: 25%;
    background-color: #E8F2FC;
    height: 10px;
    left: 50%;
    z-index: -1;
}
.timln-order-hist ul.d-flex .col:last-child:before,.timln-order-hist ul.d-flex .col:first-child:after{
    display: none;
}

.timln-order-hist ul.d-flex .col.order-history-active{
    color: #1D2A2E;

}
img.hist-white-icon{
    display: none;
}
.timln-order-hist ul.d-flex .col.order-history-active img.hist-grey-icon{
display: none;
}
.timln-order-hist ul.d-flex .col.order-history-active img.hist-white-icon{
    display: inline-block;
}
.timln-order-hist ul.d-flex .col.order-history-active .hist-tl-img{
    border-color: #FFFFFF !important;
    background-color: #1D2A2E;
    transition: all 1.4s ease-in-out;
}


.timln-order-hist ul.d-flex .col:after{
    content: '';
    position: absolute !important;
    width: 0;
    top: 25%;
    background-color: #1D2A2E;
    height: 10px;
    left: -30%;
    z-index: -1;
     transition: all 1s ease-in-out;
}
.timln-order-hist ul.d-flex .col.order-history-active:after{
    width: 100%;
    transition: all 1s ease-in-out;
}
#nav-order_history .container{
    max-width: 95% !important;
}
.order-record h3{
    margin: 25px 0px 22px !important;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2A2E;
}
.order-rcrd-table .orr-tbody{
    background-color: #FFFFFF;
    padding: 0px 20px;
}
.orr-head{
    background: #1D2A2E;
    border: 1px solid #EBEDF0;
    border-radius: 6px 6px 0px 0px;
    padding: 12px 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}
.orr-tbody .row{
    margin: 0px 10px;
    padding: 20px 0px;
    border-bottom: 0.8px solid #DFDFDF;
}
.orr-tbody .row:last-child{
    border:none;
}
.orr-tbody .row .p-0{
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
}
.orr-tbody .row .p-0:first-child{
    color: #1D2A2E;
}
.orr-tbody .row .p-0:last-child{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #444444;
}


.order-rcrd-table{
    margin-bottom: 30px;
}
.order-history-btns a{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: left;
    display: inline-block;
    margin-left: 30px;
}
.order-history-btns{
    margin-bottom: 60px;
    text-align: right;
}
.col-lg-12.white-field {
    padding: 0px;
}
/*-------------------------------Side bar Start-------------*/
.sidebar {
    background-color: #1D2A2E;
    width: 250px !important;
    overflow: hidden;
    
}
img.dashboard-logo {
    display: inline-block !important;
}
img.dashboard-logo {
    max-width: 19%;
    padding-left: 7px;
}
.dashboard-txt{             
    color: #FFFFFF;
    font-size: 14px;
	white-space: nowrap;
	font-weight: 500;
    line-height: 16.8px;
    padding-left: 5px;
}
img.bottom_vector {
    width: 14rem;
    margin-left: 7px;
   
}
.sidebar_list .nav-pills .nav-item.active .nav-link {
    background-color: #F4F6F9;
    margin-left: 18px;
    padding-left: 0px;
    transition-timing-function: linear;
    outline: none !important;
}
.sidebar_list .nav-pills .nav-item .nav-link {
    position: relative;

}

.sidebar_list .nav-pills .nav-item.active .nav-link span {
    color:#1D2A2E;
}

.sidebar_list .dropdown-item {
    color: #FFFFFF !important;
    font-size: 13px !important;
    padding: 0.25rem 0.5rem !important;
}
.sidebar_list .dropdown-menu.show
{
    position: relative !important;
    transform: none !important;
    margin-left: 26px !important;
	background-color: #1D2A2E !important;
    border: none !important;
    padding-right: 9px !important;
    border-radius: 0px !important;
    min-width: auto !important;
    top: 16px !important;
    margin-bottom: 20px !important;
}

.sidebar.nav-item.active .nav-link a.active span {
    color: #1D2A2E;
}
ul.nav.nav-pills.flex-column.mt-4 {
    position: relative;
    display: block;
}
span.left_line {
    border: 1px solid #C2C4C8;
    width: 209px !important;
    transform: rotate(90deg);
    position: relative;
    top: 87px;
    right: 65%;
}
span.left_line_master {
    border: 1px solid #C2C4C8;
    width: 105px !important;
    transform: rotate(90deg);
    position: relative;
    top: 35px;
    display: inline-block;
    right: 30%;
}
.sidebar_list .dropdown-menu li {
    position: relative;
    padding-left: 18px;
    margin-top: 5px;
    
}
.sidebar_list .dropdown-menu li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 36px;
    background-color: #C2C4C8;
    left: 7px;
    top: -21px;
    z-index: -1;
}
.sidebar_list .dropdown-menu li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #FFF;
    border-radius: 50%;
    top: 10px;
    left: 4px;
}
.sidebar_list .dropdown-menu li.active::before {
    background-color: #7DCE5F !important;
}
.sidebar_list .dropdown-menu li.active .dropdown-item {
    background: #5DAC3F78 !important;
    border-radius: 6px;
    width: 100%;
   
}
.sidebar_list .dropdown-menu.show li.nav-link {
    background-color: #1D2A2E;
}
.sidebar_list .dropdown-menu.show {
    background-color: transparent !important;
}
.sidebar_list {
    position: relative;
    margin-left: -3px;
    z-index: 1;
}
li.nav-link.sub {
    margin-top: -5% !important;
}
.sidebar_list .nav-pills .nav-item {
    position: relative;
}
.sidebar_list .nav-pills .nav-item.active::before {
    position: absolute;
    content: "";
    width: 25%;
    left: -20px;
    top: 17.5px;
    background-color: #F4F6F9;
    height: 8px;
    border-top-left-radius: 80px 80px;
    border-top-right-radius: 80px 80px;
    transform: rotate(90deg);
    z-index: 10;
}

.sidebar_list .nav-pills .nav-item.active .nav-link:before {
    position: absolute;
    content: "";
    width: 14%;
    height: 33%;
    background-color: transparent;
    right: 0;
    top: -14px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0px 5px #F4F6F9;
}
.sidebar_list .nav-pills .nav-item.active .nav-link:after {
    position: absolute;
    content: '';
    width: 14%;
    height: 30%;
    background-color: transparent;
    right: 0;
    bottom: -30%;
    border-top-right-radius: 20px;
    box-shadow: 4px -2px 0px 1px #F4F6F9;
}
.col.bottom {
    padding: 0px;
    position: absolute;
    bottom: -30px;
}

/*------------------Side bar End--------------------------*/
.items-center .flex-row .inset-y-0.left-0
{
right: 0px !important;
left: auto !important;
}
svg.h-5.w-5.text-pg-primary-300.mr-2.w-5.h-5.dark\:text-pg-primary-200 {
    color: #9E9E9E !important;
}
button.close {
    font-size: 25px;
}
.card.shadow.mb-4 {
    overflow-y: scroll;
    height: 40rem;
    overflow-x: hidden;
}
.card.shadow.mb-4::-webkit-scrollbar {
    width: 10px;
  }
.card.shadow.mb-4::-webkit-scrollbar-track {
    background: #D9D9D9; 
  }
.card.shadow.mb-4::-webkit-scrollbar-thumb {
    background: #1D2A2E !important;
    border-radius: 20px;
    
  }
span.order_content {
    color: #7DCE5F !important;
}
.loading_bg_clr {
    background: #D9D9D9;
    padding: 24px 37px;
    border-radius: 6px;
}
.loading_bg_clr .form-select.all-input-box {
    box-shadow: none !important;
    outline: none !important;
    border-color: #C9C8CB;
}
.form-control.all-input-box-two:focus {
    border-color: #C9C8CB;
    outline: none !important;
}
span.text-danger {
    font-size: 14px;
}
/* -------------------------------------------------------------- */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .main-panel {
        background-size: 38%;
        background-position-x: 91%;
        background-position-y: 4%;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .main-panel {
        background-size: 38%;
        background-position-x: 90.5%;
        background-position-y: 4%;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1500px) {
    .main-panel {
        background-size: 32%;
        background-position-x: 87%;
        background-position-y: 4%;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
    .main-panel {
        background-size: 28%;
        background-position-x: 85%;
        background-position-y: 4%;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1919px) {
    .main-panel {
        background-size: 25%;
        background-position-x: 83.5%;
        background-position-y: 4%;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 1969px) {
    .main-panel {
        background-size: 25%;
        background-position-x: 83.5%;
        background-position-y: 4%;
    }
 }
 
@media only screen and (min-width: 1970px) and (max-width:2025px) {
    .main-panel {
        background-position-x: 81.7%;
        background-position-y: 5%;
    }
}
@media only screen and (min-width: 2025px) and (max-width:2065px) {
    .main-panel {
        background-position-x: 81.5%;
        background-position-y: 5%;
    }
}
@media only screen and (min-width: 2065px) and (max-width:2100px) {
    .main-panel {
        background-position-x: 81.3%;
        background-position-y: 5%;
    }
}
@media only screen and (min-width: 2100px) and (max-width:2200px) {
    .main-panel {
        background-position-x: 81%;
        background-position-y: 5%;
    }
}
@media only screen and (min-width: 2200px) and (max-width:2250px) {
    .main-panel {
        background-position-x: 80.8%;
        background-position-y: 5%;
    }
}
@media only screen and (min-width: 2250px) and (max-width:2560px) {
    .main-panel {
        background-position-x: 80%;
        background-position-y: 5%;
    }
} 
@media only screen and (min-width: 1536px) and (max-width: 1700px) {
    /* img.dashboard_icon {
        width: 16% !important;
    } */
}
@media only screen and (min-width: 1700px) and (max-width: 2250px) {
    /* img.dashboard_icon {
        width: 13% !important;
    } */
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
@media only screen and  (min-width:1024px) and (max-width:1200px) {
    .primary_btn, .primary_create_btn {
         font-size: 12px !important;
         padding: 4px 15px !important;
         letter-spacing: 0.45px;
         height: 31px !important;
    }
    .form-label.outside-card.max {
        font-size: 7px !important;
    }
    .avg_txt_off h3 {
        font-size: 12px !important;
    }
    .week_notification {
        font-size: 14px;
    }
   .filter_apply {
    font-size: 11px !important;
    padding: 2px 15px !important;
    letter-spacing: 0.45px !important;
    height: 28px !important;
    }
    h1.access_forbidden {
        font-size: 38px !important;
    }
    .please_go {
        font-size: 18px !important;
    }
    .col-lg-2.col-md-5.col-8.loading_nxt_tab.mt-1 p {
        margin-top: 4px !important;
    }
    img.view-img {
        width: 50% !important;
    }
   .filter_cancel { 
    font-size: 11px !important;
    padding: 1px 15px !important;
    letter-spacing: 0.45px !important;
    height: 28px !important;
   }
   .trip_size_type {
    margin-top: 3px !important;
  }
   .dashboard_field{
    height: 30px !important; 
   }
   .dashboard_refresh a {
    height: 30px !important;
    font-size: 10px !important;
    padding: 4px 14px !important;
   }
    .btn-outline-primary {
        font-size: 12px !important;
         padding: 3px 15px !important;
         letter-spacing: 0.45px;
         height: 31px !important;
    }
    .loading_add_area p {
        font-size: 12px !important;
    }
    .graph_label .form-label.outside-card {
        padding-top: 0px !important;
    }  
    .no_records_found a {
        font-size: 12px !important;
    }
    .add_area {
        margin-top: 7px !important;
      }
    .add_route {
        margin-top: 28px !important;
    }
     img.dashboard_icon {
        width: 37% !important;
    } 
    .sidebar_list .nav-pills .nav-item.active::before {
        top: 15.5px;
    }
    .number_show {
        margin-top: 10px !important;
        font-size: 18px !important;
    }
    .form-label.trip_pros {
        font-size: 14px !important;
    }
    .form-label.transit_pros {
        font-size: 12px !important;
    }
    .dasboard_title {
        margin-left: 12px !important;
    }
    .dasboard_title h4 {
        font-size: 13px !important;
    }
    .document-view-btn.dashboard_refresh {
        margin-top: 2px !important;
    }
    .view_center_upload {
        margin-top: -5px !important;
    }
    input.form-control {
        font-size: 11px !important;
    }
.active_inactive_center {
    margin-top: 30px !important;
}  
    .event-list-wrap h6 {
        font-size: 17px !important;
    }
    .order_process_txt {
        font-size: 17px !important;
    }
    .loading-bg {
        padding: 12px !important;
    }
    #order-overview .form-label.outside-card {
        font-size: 13.5px !important;
    }
    .orr-tbody .row .p-0 {
        font-size: 13px !important;
    }
    img.hist-white-icon {
        width: 94% !important;
    }
    .fa-refresh:before {
        font-size: 8px !important;
    }
    .loading_nxt_tab p {
        font-size: 14px;
    }
    span.approve p, span.reject p {
        font-size: 11px;
    }
    .approve_txt p {
        font-size: 11px !important;
    }
    .loading_nxt_tab img {
        width: 18% !important;
    }
    .reject_txt p {
        font-size: 11px !important;
    }
    .row.load-file-upload input[type=file] {
        font-size: 12px !important;  
        padding: 4.4px 3px 5px 16px !important;
    }
    .generat_passwrd {
        margin-top: 2px !important;
    }
    ul#notification_subject {
        margin-left: -150px;
        width: 350px;
    }
    ul#notification_subject .dropdown-item {
        font-size: 12px !important;
        margin: 0px !important;
    }
    a.bill-view-btn {
        font-size: 9px;
        padding: 4px 13px;
    }
    .lr_docs_view_center.document-view-btn {
        margin-top: -4px !important;
    }
    .satus_vendor {
        font-size: 17px !important;
    }
    .timln-order-hist ul.d-flex .col {
        font-size: 13px !important;
    }
    .timln-order-hist ul.d-flex {
        padding: 40px 30px !important;
    }
    .document-view-btn.mt-2.e_way_bill {
        margin-top: 2px !important;
    }
    .truck_vehicle_number h6 {
        font-size: 16px;
    }
    span.tnhu {
        font-size: 14px;
    }
    .document-view-btn.ms-1.mt-1.extra_chrg_view {
        margin-top: -15px !important;
    }
    .transaction_details {
        font-size: 14px !important;
    }
    .order-record h3,.timln-order-hist h3 {
        font-size: 19px !important;
    }
    .timln-order-hist ul.d-flex .col:after {
        top: 25% !important;
        left: -29% !important;
    }
    .assigned-active-orders span {
        font-size: 12px !important;
    }
    .alert {
        font-size: 13px !important;
    }
    .form-label {
        margin-bottom: 0.1rem !important;
    }
    span.search_lens_for_vendor {
        font-size: 11px !important;
    }
    .generatr_password_center {
        margin-top: 31px !important;
    }
    .refresh_route {
        margin-top: 28px !important;
    }
    .sidebar_list .dropdown-item {
        font-size: 11px !important;
    }
    .destination-bg {
        padding: 12px !important;
    }
    .sidebar_list .nav-pills .nav-item.active .nav-link:before {
        height: 29.5% !important;
        top: -12px !important;
    }
    svg.h-5.w-5.text-pg-primary-300.mr-2.w-5.h-5.dark\:text-pg-primary-200 {
        width: 60% !important;
    }
    .completion-bg {
        padding: 12px !important;
    }
    .number.mt-3.fw-bold {
        font-size: 14px;
        margin-top: 5px !important;
    }
    h6.on_time {
        font-size: 12px !important;
    }
    #power-grid-table-base nav .justify-center span, #power-grid-table-base nav .justify-center a {
        padding: 2px !important;
    }
    .initiate_consent_center {
        margin-top: 22px !important;
    }
    .form-label.outside-card {
        padding-top: 10px !important;
    }
    .horizontal-line {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .nav .nav-item .nav-link {
        font-size: 14px !important;
    }
    .col-lg-1.gst_card_center_two {
        margin-top: 28px !important;
    }
    img.log_out_back {
        width: 77%;
    }
    .submit_center {
        margin-top: 26px !important;
    }
    .vrl p {
        font-size: 13px !important;
    }
    .vrl-log h3 {
        font-size: 16px !important;
    }
    .status p {
        font-size: 14px !important;
    }
    a.log_out {
        padding: 0px;
    }
    span.route_bhji {
        font-size: 13px !important;
        padding: 0px !important;
    }
    .details-txt_off h3 {
        font-size: 17px !important;
    }
    span.route_bhji_two {
        font-size: 13px !important;
        padding: 0px !important;
        margin-left: 1px !important;
    }
    .order_details_reaching {
        font-size: 12.5px !important;
    }
    .reaching_sts {
        font-size: 13px !important;
    }
    .status a {
        font-size: 11px !important;
    }
    .label-switch::after {
        top: 0.7px;
        width: 1.1em;
        height: 1.1em;
    }
    .pointer-events-none.absolute.inset-y-0.right-0.flex.items-center.px-2.text-pg-primary-700 {
        top: 6px;
    }
    .px-2 {
        margin-bottom: 6px !important;
        
    }
    /* .leading-tight {
        font-size: 13px !important;
    } */
    .leading-5 {
        font-size: 14px;
    }
    .col-lg-1.ps-0.gst_card_center {
        margin-top: 23px !important;
    }
    .gst_card_center_two {
        margin-top: 28px !important;
    }
    .col-lg-1.ps-0.pan_card_center {
        margin-top: 33px !important;
    }
    .welcom-bk-title.text-center h3 {
        font-size: 19px !important;
    }
    .wbk-btn button {
        font-size: 16px !important;
    }
    .invalid-feedback {
        font-size: 0.675em !important;
    }
    .welcom-bk-bottom.text-center {
        font-size: 12px !important;
        margin-bottom: 20px !important;
    }
    .text-sm {
        font-size: 0.700rem !important;
    }
    .wbk-check-box {
        font-size: 12px !important;
    }
    .wbk-input-wrap label {
        font-size: 14px !important;
    }
    .welcom-bk-title.text-center h4 {
        font-size: 17px !important;
    }
    #power-grid-table-base .rounded-lg {
        font-size: 14px;
    }
    .form-select {
        background-size: 10px 11px;
    }
    img.redure-lgo-svg {
        margin-top: 30px !important;
    }
    #power-grid-table-base nav .justify-center span, #power-grid-table-base nav .justify-center a {
        font-size: 13px !important;
    }
    label.label-switch {
        font-size: 14.5px;
    }
    .col-12.col-lg-3.upload_docs_center {
        margin-top: 27px !important;
    }
    input.form-control.all-input-box-two {
        height: 32px;
        /* padding: 6px 3px 3px 16px; */
        font-size: 12px;
        padding: 0.36rem 0.375rem 0.375rem 0.9rem;
    }
    .client_route_add {
        margin-top: 10px !important;
    }
    .label-paragraph p {
        font-size: 11.5px;
        margin-top: 5px !important;
    }
input[type="date"]::-webkit-calendar-picker-indicator{
    opacity: 1;
    background: url(../images/calender.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 95%;
}
input[type="datetime-local"]::-webkit-calendar-picker-indicator{
    opacity: 1;
    background: url(../images/calender.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 95%;
}
input[type="month"]::-webkit-calendar-picker-indicator{
    opacity: 1;
    background: url(../images/calender.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 95%;
}
    button.btn.btn-warning {
        padding: 3px 15px;
        font-size: 12px;
        letter-spacing: 0.45px;
        height: 31px;
    }
    span.order_content {
        font-size: 13px !important;
    }
    .fa-eye:before {
        font-size: 14px;
    }
    .table>thead {
        font-size: 13px;
    }
    .table>tbody {
        font-size: 14px;
    }
    span.required {
        margin-left: 2px;
    }
    input.form-control.all-input-box-two::file-selector-button {
        border-radius: 6px;
        font-size: 9px;
        padding: 5px 6px;
        line-height: 14.6px;
    }
    .form-control {
        height: 32px;
        font-size: 12px;
        
    }
    .details-txt_two {
        font-size: 19px;
    }
    label.form-label.option {
        font-size: 8px !important;
    }
    a.clear_all {
        font-size: 14px;
    }
    .status_reach h4 {
        margin-bottom: 5px !important;
        font-size: 17px !important;
    }
    .advance_txt h6 {
        font-size: 17px !important;
    }
    .dashboard-txt {
        font-size: 12px;
    }
    .vendor_pending p {
        font-size: 13px !important;
    }
    .vendor-txt-blue {
        font-size: 19px;
        margin-bottom: 4px !important;
    }
    .details-txt h3 {
        font-size: 19px;
        margin-bottom: 5px !important;
    }
    label.form-label {
        font-size: 11px !important;
    }
    .bi-check-circle-fill::before,.bi-x-circle-fill::before{
        font-size: 14px;
    }
    span.text-danger {
        font-size: 10px;
    }
    .primary_cancel_btn {
        font-size: 12px;
        padding: 3px 15px !important;
        letter-spacing: 0.45px;
        height: 31px;
    }
    .all-input-box {
        font-size: 11px;
        height: 32px;
    }
    i.fa.fa-eye-slash {
        font-size: 14px;
    }
    .input-group .btn {
        height: 100%;
        padding: 3px 10px;
    }
    .notification-badge {
        width: 20px !important;
        height: 20px !important;
        font-size: 9px !important;
        top: 3px !important;
    }
    .menu-trigger .fa-bars {
        font-size: 21px !important;
    }
    .notify {
        width: 95%;
    }
    select.block.appearance-none {
        font-size: 14px !important;
    }
    .leading-tight {
        line-height: 1.5 !important;
    }
    .client_generate_pass {
        margin-top: -5px !important;
    }
    .radure-vector {
        width: 55% !important;
    }
    select.form-control {
        font-size: 11px !important;
    }
    .btn-light svg {
        height: 16px;
    }
    .add_bank_center {
        margin-top: 18px !important;
    }
    /* .label-switch {
        font-size: 14px;
    } */
    button.btn.btn-primary {
        width: 33px;
        height: 33px;
        font-size: 16px;
    }
    .edit_client_generate_pass {
        margin-top: 2px !important;
    }
    span.vendor_name_spn {
        font-size: 8.5px;
    }
    .vendor_name h6 {
        font-size: 12px;
    }
    .past_vendor h5 {
        font-size: 16px;
        padding: 12px !important;
    }
    .search_lens_for_vendor  {
        left: 88%;
    }
    .connect {
        font-size: 11px;
        padding: 4px 12px;
    }
    span.past_vendor_num.ps-1 {
        font-size: 8.5px;
    }
    table.table.table-striped.table-bordered td {
        font-size: 12px;
    }
    .document-view-btn a {
        font-size: 9px;
        padding: 4px 13px;
    }
    .load-doc-title {
        font-size: 20px;
    }
    .load-file-info h3 {
        font-size: 17px
    }
    .form-select {
        font-size: 0.7rem !important;
    }
    .primary_btn_trigger {
        background-color: #7DCE5F;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 11px;
        padding: 5px 15px;
        border-radius: 4px;
        font-weight: 500;
        line-height: 15px;
        cursor: pointer;
        display: inline-block;
        letter-spacing: 0.15px;
    }
    .approved {
        font-size: 12px;
    }
    li.breadcrumb-item {
        font-size: 12px;
    }
    .breadcrumb-item.active {
        font-size: 12px;
    }
    .radio-primary input[type="radio"]:checked + label:before, .radio-primary input[type="radio"]:not(:checked) + label:before {
        width: 18px;
        height: 18px;
    }
    .radio-primary input[type="radio"]:checked + label:before {
        box-shadow: inset 0 0 0 2.5px #FFF;
    }
    .radio-primary input[type="radio"]:checked + label, .radio-primary input[type="radio"]:not(:checked) + label {
        line-height: 18px;
        padding-left: 23px;
        font-size: 12.5px;
    }
    .radio-active-primary input[type="radio"]:checked + label:after, .radio-active-primary input[type="radio"]:not(:checked) + label:after {
        width: 8px;
        height: 8px;
        top: 23%;
        left: 6%;
    }
    .radio-active-primary input[type="radio"]:checked + label:before, .radio-active-primary input[type="radio"]:not(:checked) + label:before {
        width: 18px;
        height: 18px;
    }
    .radio-active-primary input[type="radio"]:checked + label:before {
        box-shadow: inset 0 0 0 2.5px #FFF;
    }
    .radio-active-primary input[type="radio"]:checked + label, .radio-active-primary input[type="radio"]:not(:checked) + label {
        line-height: 18px;
        padding-left: 23px;
        font-size: 13.5px;
    }
    .radio-in-active-primary input[type="radio"]:checked + label:before, .radio-in-active-primary input[type="radio"]:not(:checked) + label:before {
        width: 18px;
        height: 18px;
    }
    .radio-in-active-primary input[type="radio"]:checked + label:before {
        box-shadow: inset 0 0 0 2.5px #FFF;
    }
    .radio-in-active-primary input[type="radio"]:checked + label:after, .radio-in-active-primary input[type="radio"]:not(:checked) + label:after {
        width: 8px;
        height: 8px;
        top: 25%;
        left: 4.3%;
    }
    .radio-in-active-primary input[type="radio"]:checked + label, .radio-in-active-primary input[type="radio"]:not(:checked) + label {
        line-height: 18px;
        padding-left: 23px;
        font-size: 13.5px;
    }
}
@media only screen and (min-width:1440px) and (max-width:1600px) {
    .search_lens_for_vendor {
        left: 92%;
    }
}
@media only screen and (min-width:1600px) and (max-width:1700px) {
    .search_lens_for_vendor {
        left: 93%;
    }
}
@media only screen and (min-width:1700px) and (max-width:1920px) {
    .search_lens_for_vendor {
        left: 93%;
    }
}
@media only screen and (min-width:1920px) and (max-width:2000px) {
    .search_lens_for_vendor {
        left: 94%;
    }
}
@media only screen and (min-width:2001px) and (max-width:2480px) {
    .search_lens_for_vendor {
        left: 95%;
    }
}

 
 @media only screen and (min-width:1600px) and (max-width:2480px) {
    .vendor-txt-blue {
        font-size: 24px;
    }
    .dasboard_title h4 {
        font-size: 18px !important;
    }
    .details-txt h3 {
        font-size: 24px;
    }
    .week_notification {
        font-size: 16px;
    }
    label.form-label {
        font-size: 17px;
    }
    .welcom-bk-title.text-center h4 {
        font-size: 19px;
    }
    .welcom-bk-title.text-center h3 {
        font-size: 22px;
    }
    .all-input-box {
        font-size: 16px;
    }
    .radio-active-primary input[type="radio"]:checked + label, .radio-active-primary input[type="radio"]:not(:checked) + label {
        font-size: 17px;
    }
    .radio-in-active-primary input[type="radio"]:checked + label, .radio-in-active-primary input[type="radio"]:not(:checked) + label {
        font-size: 17px;
    }
    li.breadcrumb-item {
        font-size: 17px;
    }
    .breadcrumb-item.active {
        font-size: 17px;
    }
    span.text-danger {
        font-size: 15px;
    }
    .radio-primary input[type="radio"]:checked + label, .radio-primary input[type="radio"]:not(:checked) + label {
        font-size: 17px;
    }
    .order_process_txt {
        font-size: 19px;
    }
    .nav .nav-item .nav-link {
        font-size: 17px;
    }
    .details-txt_off h3 {
        font-size: 22px;
    }
    .avg_txt_off h3 {
        font-size: 20px !important;
    }
    .vrl-log h3 {
        font-size: 21px;
    }
    span.route_bhji {
        font-size: 16px;
    }
    span.route_bhji_two {
        font-size: 18px;
    }
    #order-overview .form-label.outside-card {
        font-size: 18px;
    }
    .status_reach h4 {
        font-size: 19px;
    }
    span.order_content {
        font-size: 17px;
    }
    .event-list-wrap h6 {
        font-size: 20px;
    }
    .advance_txt h6 {
        font-size: 19px;
    }
    .truck_vehicle_number h6 {
        font-size: 19px;
    }
    span.tnhu {
        font-size: 17px;
    }
    .satus_vendor {
        font-size: 19px;
    }
    span.order_content {
        font-size: 17px !important;
    }
    .approve_txt_status p {
        font-size: 18px;
    }
    .status_date_time p {
        font-size: 17px;
    }
    .timln-order-hist h3 {
        font-size: 24px;
    }
    .order-record h3 {
        font-size: 24px;
    }
    .past_vendor h5 {
        font-size: 22px;
    }
    .vendor_name h6 {
        font-size: 14px;
    }
    span.vendor_name_spn {
        font-size: 15px;
    }
    span.past_vendor_num.ps-1 {
        font-size: 17px;
    }
    .load-doc-title {
        font-size: 24px;
    }
    .load-file-info h3 {
        font-size: 20px;
    }
 }
/* ----------------------------------------------------------------------------------------------------------------------------- */
span.order_content {
    font-size: 16px;
}
 .notification-badge {
    position: absolute;
    top: 3px;
    right: 0px;
    /* padding: 1px 3.5px; */
    border-radius: 50%;
    background-color: red;
    color: white;
    width: 21px;
    height: 21px;
    font-size: 9px;
    left: 22px;
  }
.menu-trigger .fa-bars
{
font-size: 25px;
 margin-right: 20px;
 cursor: pointer;
}
.menu-active #wrapper .sidebar
  {
  margin-left: -250px;
  display: none;
  }
#wrapper .sidebar
  {
   margin-left: 0px;
   transition: all 600ms ease-in-out;
   position: relative;
   display: block;
  }
  .mt-1.pt-1 {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  a.btn.btn-light:hover {
    background-color: #FFFFFF;
}
button.btn-close.closeModal {
    box-shadow: none !important;
    color: #1D2A2E !important;
}
button.btn-close.closeModal:hover {
    color: #1D2A2E !important;
}
/* --------------------------- */
@media only screen and (min-width: 600px) and (max-width: 1100px)  {
    #wrapper .sidebar {
        margin-left: -250px !important;
        display: none;
    }
    .menu-active #wrapper .sidebar
    {
      margin-left: 0px !important;
      display: block;
    }
    }
/* ------------------------- */
.flex.flex-row.mt-2.md\:mt-0.w-full.rounded-full.flex.justify-start.sm\:justify-center.md\:justify-end {
    margin: 0px !important;
}
.col-lg-1.ps-0.pan_card_center {
    margin-top: 54px;
}
.col-lg-1.ps-0.gst_card_center {
    margin-top: 35px;
}
.col-12.col-lg-3.upload_docs_center {
    margin-top: 38px;
}
.flex.justify-center.mt-2.md\:flex-none.md\:justify-end.sm\:mt-0 {
    margin-top: 0px !important;
}
.col-lg-1.gst_card_center_two {
    margin-top: 38px;
}
.table>tbody {
    vertical-align: baseline;
}
.initiate_consent_center {
    margin-top: 28px;
}
.generatr_password_center {
    margin-top: 48px;
}
.gst_card_center_two {
    margin-top: 38px;
}
.submit_center {
    margin-top: 31px;
}
.add_route {
    margin-top: 39px;
}
.refresh_route {
    margin-top: 39px;
}
.active_inactive_center {
    margin-top: 40px;
}

@media only screen and (min-width: 1440px) and (max-width: 1536px) {
    .timln-order-hist ul.d-flex .col:after {
        left: -31%;
    }
}
@media only screen and (min-width: 1536px) and (max-width: 1600px) {
    .timln-order-hist ul.d-flex .col:after {
        left: -33%;
    }
}
@media only screen and (min-width: 1601px) and (max-width: 2560px) {
    .timln-order-hist ul.d-flex .col:after {
        left: -36%;
    }
}
.dasboard_title h4{
    font-size: 16px;
    line-height: 1.2rem;
    color: #626262;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif !important;
    min-height: 40px;
}

.number_show {
color: #676d6e;
    font-size: 36px;
    line-height: 1.75rem;
    font-weight: 500;
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif !important;
}
.number_show span
{
	    font-size: 20px;
    color: #a3a0a0;
}
img.dashboard_icon {
    height: 30px;
    padding-left: 10px;
} 
.dashboard_card .card {
    padding: 10px 8px 20px;
    height: 100%;
}
.document-view-btn.dashboard_refresh {
    margin-top: 7px;
}
.dashboard_card {
    margin-top: 6px; 
}
.dashboard_field {
    width: 100%;
    height: 35px;
    border-radius: 0px !important;
}
/* .dashboard_over_all .over-all {
    padding: 30px 30px 20px 30px !important;
} */
.no_records_found a:hover {
    color: unset !important;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .row.equal-cols:before,
  .row.equal-cols:after {
    display: block;
  }
  
  .row.equal-cols > [class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .row.equal-cols > [class*='col-'] > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; 
  }
  .add_area {
    margin-top: 16px;
  }
  .truck_table {
    font-size: 13px;
    overflow-x: auto;
  }
  /*--------------------------------- Mobile Responsive start----------------------------- */
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    section.redr-load-d-header img {
        width: 125px !important;
    }
    section.redr-load-d-header {
        padding: 25px 5px;
    }
    .load-docmt {
        padding: 45px 5px;
    }
    .loading_choose_file {
        margin-top: 15px !important;
    }
    .loading_pop_button {
        margin-top: 15px !important;
        text-align: center;
    }
    .form-select {
        font-size: 14px !important;
    }
    button.btn.btn-primary {
        width: 35px !important;
        height: 35px !important;
        font-size: 18px !important;
    }
    .document-view-btn a {
        font-size: 10px !important;
        padding: 5px 18px !important;
    }
    .loading_nxt_tab img {
        width: 18px !important;
        margin-top: 12px !important;
        margin-bottom: -6px !important;
    }
    .load-files-wrap .row.load-file-upload {
        background-color: #D9D9D9 !important;
        border-radius: 6px;
        padding: 20px 3px 20px 3px;
    }
    .loading_bg_clr {
        padding: 20px 15px; 
    }
    .load-doc-title {
        font-size: 20px !important;
    }
    .load-file-info h3 {
        font-size: 15px !important;
    }
    /* .loading_nxt_tab {
        margin-top: 10px !important;
    } */
    .form-control:disabled,.form-control[readonly] {
        font-size: 13px !important;
    }
    span.text-danger {
        font-size: 13px !important;
    }
    .loading_nxt_tab p {
        font-size: 14px;
    }
  }
 /*--------------------------------- Mobile Responsive End------------------------------- */
 /*-------------------------------Tab Responsive Start---------------------------------- */
 @media only screen and (min-width: 768px) and (max-width: 1023px){
 .load-doc-title {
        font-size: 20px !important;
 }
 .load-file-info h3 {
    font-size: 17px !important;
 }
 .form-select {
    font-size: 0.9rem !important;
 }
 button.btn.btn-primary {
    width: 37px !important;
    height: 37px !important;
    font-size: 18px !important;
 }
 .document-view-btn a {
    font-size: 11px !important;
    padding: 6px 18px !important;
 }
 .loading_nxt_tab img {
    margin-top: 15px !important;
    width: 23px !important;
}
.loading_nxt_tab p {
    font-size: 14px;
}
}
 /*-------------------------------Tab Responsive End----------------------------------- */
 @media only screen and (min-width: 992px) and (max-width: 1023px) {
    .loading_nxt_tab img {
        margin-top: 10px !important;
        width: 25% !important;
    }
 }
  .filter_apply {
    background-color: #7DCE5F !important;
    color: #FFF;
    padding: 2px 18px;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.35px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
 } 
 .filter_cancel {
    background-color: #FFFFFF;
    color: #666666 !important;
    padding: 2px 18px;
    text-decoration: none !important;
    border-radius: 4px;
    border: 1px solid #C9C8CB !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.35px;
    height: 30px;
    margin-right: 20px;
    margin-left: 20px;
    display: inline-block;
 }
 .vehicle_expiry_soon {
    color: #D6C100 !important;
 }
 .vehicle_expiry {
    color: #DC3545 !important;
 }
 .btn-light:hover {
    background-color: #FFFFFF;
 }
 .tble_box_check input[type="checkbox"] {
    accent-color: #1D2A2E;
 }
 .pr-8 {
    padding-right: 1.5rem !important;
 }
 .pl-\[36px\] {
    padding-right: 36px !important;
 }
 img.trip_assign_icon {
    width: 19px;
 }
 .table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem !important;
 }
 svg.w-4.h-4.text-pg-primary-400.dark\:text-pg-primary-200 {
    color: #9E9E9E !important;
}
.form-label.outside-card.max {
    font-size: 13px;
    line-height: 19.2px;
    color: #A3A3A3;
    margin-left: 5px;
}
.label-option.two {
    display: flex;
    flex-direction: row;
    justify-content: start;
}


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


 .menu-trigger
 {
    display: none !important;
 }
 .sidebar
 {
   display: none !important;
 }
 .col-lg-4.form-group.m-0.mobile_res {
    width: 25% !important;
}
/* #power-grid-table-base {
    margin-top: 20px !important;
} */
.main-panel {
  margin: 0px 15px !important;
}
.log_out_mob_btn {
    box-shadow: none !important;  
}
/* .over-all {
  padding: 25px 20px !important;
} */
.generat_passwrd.mobile_adj {
  display: flex;
  justify-content: center;
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
.mobile_pop {
   justify-content: center;
   margin-top: 15px !important;
}
.client_mob_view .nav .nav-item .nav-link {
   font-size: 13px !important;
}
.welcom-bk-wrap {
   max-width: 85% !important;
   padding: 20px 20px !important;
}
.reduce-lgo {
    margin-top: 10rem !important;
}
.pancard_top {
    margin-top: 0px !important;
}
.pancard_top {
    margin-top: 0px !important;
}
.tds_yes {
    width: 50%;
}
.performance {
    width: 30% !important;
}
.dri_performance {
    width: 70% !important;
}
.gst_card_center {
   justify-content: center;
   display: flex;
}
.gst_card_center {
    justify-content: center;
    display: flex;
    margin-top: -7px !important;
    margin-bottom: 12px;
}
.mob_label {
    padding-top: 0px !important;
}
.pan_card_center {
    margin-top: -7px !important;
    margin-bottom: 12px !important;
    display: flex;
    justify-content: center;
}
.add_mob_btn {
    margin-top: 7px !important;
}
.vehicle_num_field {
    width: 96.5%;
}
.type_top {
  margin-top: 15px !important;
}
nav.items-center.justify-between.sm\:flex {
    margin-top: 10px !important;
    margin-bottom: -5px !important;
}
.generat_passwrd.mobile_adj a {
    margin-top: 0px !important;
}
.active_line {
    width: 50% !important;
}   
.gstin_top {
   margin-top: 5px !important;
}
.pod_top_zero {
    margin-top: 0px !important;
}
.form-check-inline {
    margin-right: 0.7rem !important;
}
.add_mob_btn {
    text-align: center;
}
.vehicle_view_edit {
    justify-content: center;
    display: flex;
    margin-top: -5px !important;
    margin-bottom: 12px;
}
.offcanvas-end {
    width: 100% !important;
}
.status_complete {
    justify-content: start !important;
    margin-top: 15px !important;
}
.initiate_mob {
    display: flex;
    justify-content: center;
}
.breadcrumbs-radure {
    padding: 18px 20px !important;
}
.tab-bg {
    padding: 15px 20px !important;
}
.navbar.navbar-expand-lg {
    padding: 10px 15px !important;
    display: block;
}

.navbar.navbar-expand-lg .navbar-nav li.bell_notification
{
    position: static !important;
}

.navbar.navbar-expand-lg .d-flex .notification-badge.d-flex
{
    position: relative;
    left: -6px;
}
.menu-trigger-mobile .fa
{
     font-size: 25px;   
}
ul#notification_subject
{
    width: 100% !important;
    position: absolute !important;
    margin: 15px 5px 0px 0px !important;
}
.inside_card .col {
    flex: 1 0 100%;
}
.below_space {
    margin-bottom: 15px !important;
}
.items-center.justify-between.sm\:flex {
    display: block;
}
.pl-4.hidden.sm\:block.md\:block.lg\:block.w-full {
    display: contents !important;
}
.vehicle_search {
    margin-top: 7px !important;
    text-align: center;
}

}
@media only screen and (min-width: 320px) and (max-width: 359px) {
    .welcom-bk-bottom.text-center {
        font-size: 12px !important;
    }
    .cei_btn .export_btn  {
        margin-left: 7px !important;
    }
    .cei_btn .primary_cancel_btn  {
        margin-right: 7px !important;
    }
   
}

/* ---------------------------Desktop-------------------------------------------- */
.cei_btn .export_btn  {
    margin-left: 20px;
}
/*----------------------------- Dashboard Card Start --------------------------*/
@media only screen and (min-width: 1201px) and (max-width: 1365px) {
    .number_show {
    font-size: 30px !important;
    }
}
/*----------------------------- Dashboard Card End- --------------------------*/
.custom-model-main {
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
  }
  .custom-model-inner {
    -webkit-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    transform: translate(0, -15%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    margin: 30px auto;
    max-width: 97%;
  }
  .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
      overflow-y: auto;
  }
  .model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
  }
  .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
  }
  .close-btn {
    position: absolute;
    right: 20px;
    top: 0px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #000;
  }
  @media screen and (min-width:800px){
      .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
      }
  }
  @media screen and (max-width:799px){
    .custom-model-inner{margin-top: 45px;}
  }
  .dashboard_no_chart
    {
    height: 200px;
    }
    .mainDashboard
    {
padding-top: 0px !important;
    }
    .mainDashboard .row .col.s12.map
    {
    padding: 0px !important;
    }
  .primary_btn.driver_update {
    margin-left: 20px;
  }
@media screen and (min-width: 1400px) and (max-width: 2480px) {
    .sidebar_list .nav-pills .nav-item.active::before {
        left: -21px;
    }
}
span.absolute.opacity-0.group-hover\:opacity-100.transition-all.inset-y-0.right-0.flex.items-center {
    margin-right: 30px;
}
 /*------------------------Mobile sidebar start----------------------------*/

 .sidebar.mobile_view {
    display: none !important;
}
@media only screen and (min-width: 320px) and (max-width:600px) {
    .col.bottom {
    position: fixed;
    bottom: -50px !important;
}
    .sidebar.mobile_view {
        display: block !important;
        width: 100% !important;
        
    }
    .btn-close.side_mobile {
        box-shadow: none !important;
        font-size: 30px;
        display: flex;
        align-items: center;
        color: #FFF !important;
    }
    .mobile_slider {
        padding: 0px !important;
        background-color: #1D2A2E;
    }
    .menu-trigger-mobile {
        display: block;
            padding: 0 5px;
    z-index: 9999;
    }
    .nav-item.dropdown .dropdown-toggle-order.show
    {
        background-color: #fff;
        color: #1D2A2E !important;
            margin: 0 18px !important;
    }
    .dropdown.remove-active .show
    {
         background-color: #fff;
        color: #1D2A2E !important;
            margin: 0 18px !important;
    }
    .dropdown.remove-active .show .dashboard-txt
    {
        color: #1D2A2E !important;
    }
    .active.remove-active .dropdown-menu
    {
            inset: 0px auto auto 0px;
        display: block !important;
            background-color: #fff;
    color: #1D2A2E !important;
    margin: 0 18px !important;
    position: relative !important;
    transform: none !important;
    background-color: transparent !important;
    border: none !important;
    padding-right: 9px !important;
    border-radius: 0px !important;
    min-width: auto !important;
    top: 16px !important;
    margin-bottom: 20px !important;
    }
    .offcanvas-start
    {
        z-index: 9999999 !important;
        overflow: auto !important;
    }
    .nav-item.dropdown .dropdown-toggle-order.show .dashboard-txt
    {
     color: #1D2A2E !important;
    }
    .radure-vector
    {
        height: 22px;
    }
    .col-lg-9.collll.d-flex
    {
        margin-top: 10px;
        position: relative;
        width: 100%;
        justify-content: flex-start !important;
    }
    .sidebar_list .nav-pills .nav-item.active::before {
        display: none;
    }
    /* .sidebar_list .nav-pills .nav-item.active .nav-link {
        background-color: transparent !important;
    } */
    img.dashboard-logo {
        max-width: 10%;
    }
    .sidebar_list .nav-pills .nav-item.active .nav-link:before {
        display: none;
    }
    .sidebar_list .nav-pills .nav-item.active .nav-link:after {
        display: none;
    }
    img.bottom_vector {
        width: 13rem !important;
    }
    .bell_notification
    {
    width: 100%;
    }
    .bell_notification .dropdown-toggle
    {
    position: absolute;
    top: -45px;
    right: 40px;
    }
        .mobile-logout
    {
        position: absolute;
        right: 0;
        top: -40px;
        display: block !important;
    }
    button.btn.btn-warning.mobile-hide {
        display: none !important;
    }
    .mobile-item2, .mobile-item3
    {
    display: inline-flex;
    }
    .mobile-header .btn-outline-primary {
        font-size: 13px !important;
        margin: 0px 10px;
        height: 30px !important;
        padding: 2px 10px;
    }
    .mobile-header .user-name {
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    .mobile_side_head {
        background-color: #1D2A2E;
    }
    .mobile-header .navbar-nav {
        display: block;
    }
    .test_prof {
        margin-bottom: 10px !important;
    }
    .sidebar_list .nav-pills .nav-item.active .nav-link {
        background-color: #FFF !important;
        color: #1D2A2E !important;
        margin-right: 18px !important;
        border-radius: 8px !important;
    }
    /* .sidebar_list .nav-pills .nav-item.active .nav-link.dropdown-toggle-master.show {
        background-color: #FFF !important;
        color: #1D2A2E !important;
    } */
    /* a.nav-link.dropdown-toggle-client.show {
        background-color: #FFF !important;
        color: #1D2A2E !important;
        margin-left: 18px !important;
    } */
    .filter_shrink {
        width: 82%;
    }
    .refresh_shrink {
        width: 18%;
    }
    .offcanvas-start
    {
        display: block;
    }
}
  /*------------------------Mobile sidebar end--------------------------*/
  .trip_size_type {
    margin-top: 10px;
  }
.border-unloading-time
{
	    border: 1px solid #d9d9d9;
    padding: 15px;
    margin-top: 10px;
    border-radius: 6px;
}
.border-unloading-grid
{
	margin-bottom:20px;
}
.border-unloading-time .border-unloading-grid .transaction_details
{
	background-color: #f3f3f3;
    padding: 8px;
}
.border-unloading-time .border-unloading-grid span
{
	    font-size: 15px;
    font-weight: 600;
}

.fa.fa-trash,
.delete-icon {
	color:#575757 !important;
	font-size: 28px !important;
}
.project-filter-container {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.project-filter-container h5 {
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 600;
}

.form-check-label {
    margin-left: 5px;
}