@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');

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "IBM Plex Sans", sans-serif !important;
}

/***** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif !important;
}****/


:root {

  --app-color:#163daf;
  --bg-light-blue: #eff5ff;
  --bg-light-blue2: #c5e2e7;
  --solid-blue: #5b93ff;
  --solid-blue2: #61afbd;
  --bg-light-green: #d8f3dc;
  --solid-green: #52b788;
  --light-oragne: #fed9b7;
  --solid-orange: #fdb068;
  --light-red: #faf0f0;
  --solid-red: #f45f5f;
  --text: #8a8b96;
  --light: #f8f9fb;
}

.app-color{
    color:var(--app-color)
}

.app-color-bg{
    color:var(--app-color)
}


/***************************************************
*************** Bootstrap Overrides ****************
****************************************************/
.table.product_details_table > :not(caption) > * > * {
  border-bottom-width: 0;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #dee2e6 !important;
  outline: 0;
  box-shadow: none !important;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked + .slider {
    background-color: #136BAF;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@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;
}

        @font-face {
    font-family: 'Myriad Pro';
    src: url('https://transcend.staging-rt.com/fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
     src: url('https://transcend.staging-rt.com/fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('https://transcend.staging-rt.com/fonts/MyriadPro-Semibold.woff') format('woff');
   
    font-weight: 600;
    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;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    height: 100vh;
    display: table;
}
.content-overlay
{
    display: table-cell;
    vertical-align: middle;
}



/*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;
}
.sidebar_logo 
{
    padding-top: 25px;
    padding-bottom: 20px;
}

/**.sidebar_logo {
    margin-top: 5px;
    padding-bottom: 0px;
    width: 75px;
    margin-left: 5px;
}**/

.sidebar_logo {
    margin-top: 0px;
    padding-bottom: 15px;
    width: 75px;
    margin-left: 5px;
}


.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: #36ACE2 !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: #166BAF;
    height:16px;
    width:16px;
}

.test_prof img {
    border-radius: 50%;
}

.row.load-file-upload input[type=file] {
    padding: 3px;
}

a.bill-view-btn {
    background-color: #36ACE2;
    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;
}

  select.form-control {
    appearance: none; /* Hides the default arrow in most browsers */
    -webkit-appearance: none; /* Hides the default arrow in Safari */
    -moz-appearance: none; /* Hides the default arrow in Firefox */
    background-image: url(../images/ChevronDown.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px; /* Adds space for the icon */
  }

li.nav-item.dropdown.bell_notification .dropdown-toggle::after {
    display: none !important;
}

.navbar-nav .dropdown-menu{
postion: absolute !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: 46px;
    text-align: center;
    font-weight: 700;
    color: #0d6efd !important;
}

.please_go {
    color: #1D2A2E;
    font-size: 20px;
}

span.home_link {
    color: #0d6efd !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 {
    text-transform: capitalize;
    color: #163daf;
}


.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: #166BAF !important;
}

li.breadcrumb-item a:hover {
    text-decoration: none !important;
    color: #36ACE2 !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;
    outline: none;
}

.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: #166BAF !important;
    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;
    align-items:center;
}

/*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;
}
.tab-content .over-all .row{
align-items:center;
}

.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 !important;
    border-color: #C9C8CB !important;
    box-shadow: none !important;
}

.form-control:focus{
    border-color:#ced4da !important;
}

.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-primary:focus,.btn:focus{
box-shadow:none !important;

}

.btn-outline-primary {
    color: #1D2A2E !important;
    border-color: #166baf !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;
}

.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 30px;
}

.bi-search::before {
    color: #9E9E9E !important;
}

.tabs-vehicles {
    margin-top: 1rem;
}

label.form-check-label.view-primy-label {
    padding-bottom: 0px;
}

.document-view-btn{
    margin-top:12px;
}

.document-view-btn a {
    background-color: #166baf;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    padding: 8px 16px;
    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;
    outline:none;
}

.nav .nav-item .nav-link.active {
    color: #166BAF;
}

.nav-link.active::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #166BAF;
    height: 5px;
    border-top-left-radius: 80px 80px;
    border-top-right-radius: 80px 80px;
}

.dropdown.remove-active.show .show {
    background-color: #fff;
    color: #1D2A2E !important;

}
.sidebar_list .nav-pills .nav-item.remove-active .dropdown-menu.show
{
display: none !important;
}
.sidebar_list .nav-pills .nav-item.remove-active.active .dropdown-menu.show
{
display: block !important;
}

.dropdown.remove-active.show .show .dashboard-txt {
    color: #1D2A2E !important;
}

.active.remove-active .dropdown-menu {
    inset: 0px auto auto 0px;
    display: block !important;
    background-color: transparent;
    color: #1D2A2E !important;
    margin: 0 26px !important;
    position: relative !important;
    transform: none !important;
    border: none !important;
    padding-right: 9px !important;
    border-radius: 4px !important;
    min-width: auto !important;
    top: 13px !important;
    margin-bottom: 5px !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: 10px;
}

.sidebar_list .nav-item {
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
}
.sidebar_list .nav-pills .nav-item .dashboard-logo.active-logo
{
display: none !important;
}
.sidebar_list .nav-pills .nav-item.active .dashboard-logo
{
display: none !important;
}
.sidebar_list .nav-pills .nav-item.active .dashboard-logo.active-logo
{
display: inline-block !important;
}
.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: inline;
}


.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: #166BAF;
    border: 2px solid #166BAF;
    background-color: #166BAF;
    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: #163daf !important;
    color: #FFF;
    padding: 6px 14px;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    display: inline-block;
    cursor: pointer;
}

.dashboard_refresh a {
    background-color: #166baf !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: #36ACE2;
    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;
}


.primary_cancel_btn {
    background-color: #FFFFFF;
    color: #666666 !important;
    padding: 5px 14px !important;
    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: #36ACE2;
    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: #141414;
    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: #ffffffb5 !important;
    font-size: 15px !important;
    padding: 7px 10px;

}

.row.yes-no_convert {
    margin-top: 5px;
}

#order-details {
    margin-top: 30px;
}

.order_process_txt {
    color: #166BAF;
    font-size: 18px;
    font-weight: 600;
    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;
}

.approve_txt p {
    color: #333333;
    margin-bottom: 0px;
}

i.bi.bi-x-circle-fill {
    color: #D4534D;
}

.reject_txt p {
    color: #666666;
    margin-bottom: 0px;
}

.lr_document {
    background-color: #FFF;
    border-radius: 6px;
    margin: 25px 0px;
    padding: 25px;
}

.lr_document .form-check-label{
font-size:15px;
color:#666666;
}

.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: #166BAF !important;*/
    background-color: #163daf !important;
    border: 1px solid #163daf !important;
    color:#fff;
}

#power-grid-table-base .table tbody tr:empty {
    display: none !important;
}
#power-grid-table-base .table thead tr th {
    border: none !important;
    font-size: 16px;
    font-weight: 500 !important;
}

#power-grid-table-base .rounded-lg {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    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: 150px;
    position: relative;
}

.rdr-login {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    background-image: url(../images/auth-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

.welcom-bk-wrap {
    max-width: 35%;
    margin: auto;
    box-shadow: -2px 2px 16px 0px #0000001A;
    padding: 20px 30px;
    background: #e5f7ffdb !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: #36ACE2 !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: #36ACE2 !important;
    color: #FFFFFF;
    box-shadow: none !important;
    border: none !important;
}

.welcom-bk-bottom.text-center {
    margin-top: 1rem !important;
    margin-bottom: rem !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #fff;
}


.event-list-wrap {
    background: #ffffff !important;
    margin-top: 25px;
    border-radius: 6px;
}

.event-list-wrap h6 {
    background: #166BAF;
    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: #166BAF !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: #36ACE2;
    border-color: #D9D9D9;
    bottom: -5px;
}

.event-list-wrap li.nav-item a.active span:before {
    content: '';
    background-color: #166BAF;
    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: -12px;
    background-image: url(../images/airplane.svg);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    top: 28%;
    background-size: 17px;
    transform: rotate(180deg);
}

#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;
}

.vertical-order-processing-tab .nav .nav-link.active::after{
background-color: #fff;
}
.vertical-order-processing-tab .nav .nav-link.active{
font-weight:500;
border-left:1px solid #0d6efd;
}


.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: #36ACE2;
}

.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: #36ACE2;
    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: #166baf;
    border-color: #fff;
}

.input-switch:checked~.label-switch::after {
    left: unset;
    right: 0;
    background: #166baf;
    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: rgb(169 217 255);
    border: 3px solid rgb(169 217 255);
    width: fit-content;
    margin: auto;
    margin-bottom: 15px;
    transition: all 1.4s ease-in-out;
}

.hist-tl-img img {
    padding: 15px;
    height: 75px;
}
.timline-order-width
{
    width: 160px;
    margin: 0 auto;
}
.timline-order-width p
{
    white-space: normal;
    padding: 0px 4px;
}
.timln-order-hist ul.d-flex {
    padding: 15px;
    margin: 0;
    text-align: center;
    list-style-type: none;
    overflow: auto;
    white-space: nowrap;
}


.timln-order-hist ul.d-flex::-webkit-scrollbar {
    width: 10px;
    height:10px;
}
.timln-order-hist ul.d-flex::-webkit-scrollbar-thumb {
    background: #166BAF !important;
    border-radius: 20px;
    }

.timln-order-hist ul.d-flex li {
    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 > li:not(.order-history-active) p {
    color: #166BAF80;
}

.timln-order-hist ul.d-flex li:before {
    content: '';
    position: absolute !important;
    width: 100%;
    top: 25%;
    background-color:#fff;
    height: 10px;
    left: 50%;
    z-index: -1;
}

.timln-order-hist ul.d-flex li:last-child:after,
.timln-order-hist ul.d-flex li:last-child:before {
    display: none;
}

.timln-order-hist ul.d-flex li.order-history-active {
    color: #166BAF;

}

img.hist-white-icon {
    display: none;
}

.timln-order-hist ul.d-flex li.order-history-active img.hist-white-icon {
    display: inline-block;
}

.timln-order-hist ul.d-flex li.order-history-active .hist-tl-img {
    border-color: #FFFFFF !important;
    background-color: #093E68;
    transition: all 1.4s ease-in-out;
}


.timln-order-hist ul.d-flex li:after {
    content: '';
    position: absolute !important;
    width: 0;
    top: 25%;
    background-color: #093E68;
    height: 10px;
    z-index: -1;
    transition: all 1s ease-in-out;
}

.timln-order-hist ul.d-flex li.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: #163daf;
    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.active {
    color: #FFFFFF !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: 0px;

}

.sidebar_list .dropdown-menu li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    background-color: #f4f6f98a !important;
    /*background-color: #C2C4C8;*/
    left: 7px;
    top: -22px;
    z-index: -1;
}

.sidebar_list .dropdown-menu li::before {
    position: absolute;
    content: "";
    background-color: #f4f6f98a !important;
    width:15px;
    height:1px;
    top:17px;
    left:8px;

  /*
    border-radius: 50%;
    top: 15px;
    left: 4px;
    width: 7px;
    height: 7px;
    */

}

.sidebar_list .dropdown-menu li.active::before {
    background-color: #fff !important;
}

.sidebar_list .dropdown-menu li.active .dropdown-item {
    background: transparent !important;
    border-radius: 6px;
    width: 100%;
}
.sidebar_list .dropdown-menu li.active .dropdown-item 
{
    color: #fff !important;
}

.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: -12px;
    /* 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: #166BAF !important;
    border-radius: 20px;

}

span.order_content {
    color: #36ACE2 !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;
    }
    .btn-dark{
    padding: 4px 16px !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;
    }

    .select2-container--default .select2-search--inline .select2-search__field{
       font-size:11px !important;

    }
    .select2-container .select2-search--inline .select2-search__field{
     padding:6px 8px;

   }

    .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 li {
        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: 13px !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: 13px !important;
    }

    .lr_document{
     padding:8px 25px;
     
     
   }

    .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>theafd {
        font-size: 13px;
    }

    .table>tbody {
        font-size: 14px;
    }
    table{
    
    width:100%; border: 1px solid black; border-collapse: collapse;
    }
    table th{
    border: 1px solid black !imporant; 
    padding: 8px !imporant;
    }

    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;

    }
    .select2-container .select2-selection--single .select2-selection__rendered{
        height: 32px !important;
        font-size: 12px !important;
        line-height: normal !important

    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    font-size: 12px !important;
}

    .select2-container--default .select2-selection--single{
    height: 32px !important;
    }

    .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: #36ACE2;
        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: 900px) and (max-width: 1100px){

  .reduce-lgo{
 
  margin-top:-37rem !important;

  }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  .reduce-lgo{
 
  margin-top:0rem !important;

  }


}


@media only screen and (min-width: 600px) and (max-width: 1100px) {

.tab-bg .nav .nav-item .nav-link {
white-space:nowrap;
}

.tab-bg .nav{
overflow-x:scroll;
}

.reduce-lgo{

margin-top:-30rem;

}


.welcom-bk-wrap {
max-width: 60% !important;
}

    #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: 30px;
}

.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;
}

img.dashboard_icon {
    height: 30px;
    padding-left: 10px;
}

.dashboard_card .card {
    padding: 10px 8px 20px;
    height: 100%;
}

.dashboard_card .card:hover{
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.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; */
    margin-top:0px !important;
}

.dashboard_over_all .row equal-cols .col-lg-2:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.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: #36ACE2 !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){
#power-grid-table-base .justify-between.w-full.items-center.py-3.bg-white.overflow-y-auto.pl-2.pr-2.relative{

      display: flex !important;

   }

  .sidebar_list .dropdown-item {
    font-size: 13px !important;
    padding: 7px 7px;
}


}



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

.tab-bg .nav{
flex-wrap:nowrap;
}

.tab-bg .nav .nav-item .nav-link {
white-space:nowrap;
}

.tab-bg .nav{
overflow-x:scroll;
}

.inside_card .col{
flex: 1 0 50% !important;

}

.dashboard-txt{

font-size:13px;

}

    .menu-trigger {
        display: inline;
    }
    .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: 60% !important;
        padding: 20px 20px !important;
    }

    .reduce-lgo {
        margin-top: -17rem !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: 75% !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: transparent;
    color: #1D2A2E !important;
    margin: 0 26px !important;
    position: relative !important;
    transform: none !important;
    border: none !important;
    padding-right: 9px !important;
    border-radius: 4px !important;
    min-width: auto !important;
    top: 13px !important;
    margin-bottom: 5px !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;
}


/* MULTY RANGE SLIDER */
:root {
    --ColorPrimaryDk: #193957;
    --ColorPrimaryLt: #31689b;
  }
.range-slider {
    --range-slider-common-height: 16px;
    --range-slider-handle-width: 24px;
    --range-slider-handle-height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    width: 99%;
    height: 100%;
    top: 12px;
  }
  
  .range-slider > div {
    position: absolute;
    display: flex;
    align-items: center;
    left: 13px;
    right: 15px;
    height: var(--range-slider-common-height);
  }
  
  .range-slider > div > .range-slider-val-left,
  .range-slider > div > .range-slider-val-right,
  .range-slider > div > .range-slider-val-range {
    height: 10px;
  }
  
  .range-slider > div > .range-slider-val-left {
    position: absolute;
    left: 0;
    border-radius: 10px;
    background-color: #ccc;
    margin: 0 7px;
  }
  
  .range-slider > div > .range-slider-val-right {
    position: absolute;
    right: 0;
    margin: 0 7px;
    border-radius: 10px;
    background-color: #ccc;
  }
  
  .range-slider > div > .range-slider-val-range {
    position: absolute;
    left: 0;
    top: -1px;
    height: 16px;
    border-radius: 14px;
    background-color: var(--ColorPrimaryLt);
  }
  
  .range-slider > div > .range-slider-handle {
    z-index: 1;
    position: absolute;
    top: -5px;
    margin-left: -11px;
    width: var(--range-slider-handle-width);
    height: var(--range-slider-handle-height);
    border-radius: 25%;
    background-color: #fff;
    text-align: left;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    outline: none;
    cursor: pointer;
  }
  
  div.range-slider > input[type=range]::-ms-thumb {
    width: var(--range-slider-handle-width);
    height: var(--range-slider-handle-height);
    border: 0 none;
    border-radius: 0px;
    background: red;
    pointer-events: all;
  }
  
  div.range-slider > input[type=range]::-moz-range-thumb {
    width: var(--range-slider-handle-width);
    height: var(--range-slider-handle-height);
    border: 0 none;
    border-radius: 0px;
    background: red;
    pointer-events: all;
  }
  
  div.range-slider > input[type=range]::-webkit-slider-thumb {
    width: var(--range-slider-handle-width);
    height: var(--range-slider-handle-height);
    border: 0 none;
    border-radius: 0px;
    background: red;
    pointer-events: all;
    -webkit-appearance: none;
  }
  
  div.range-slider > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
  }
  
  div.range-slider > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
  }
  
  .range-slider > input[type=range] {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: var(--range-slider-common-height);
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    pointer-events: none;
    -webkit-appearance: none;
  }
  
  div.range-slider > input[type=range]::-ms-track {
    background: transparent;
    color: transparent;
    -webkit-appearance: none;
  }
  
  div.range-slider > input[type=range]::-moz-range-track {
    background: transparent;
    color: transparent;
    -moz-appearance: none;
  }
  
  div.range-slider > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
  }
  
  div.range-slider > input[type=range]:focus {
    outline: none;
  }
  
  div.range-slider > input[type=range]::-ms-tooltip {
    display: none;
  }
  
  .range-slider > div > .range-slider-tooltip {
    z-index: 2;
    position: absolute;
    top: -42px;
    margin-left: -12px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    background-color: var(--ColorPrimaryLt);
    color: #fff;
    text-align: center;
    opacity: 0;
  }
  
  .range-slider > div > .range-slider-tooltip:after {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: var(--ColorPrimaryLt);
    border-radius: 16px;
  }
  
  .range-slider > div > .range-slider-tooltip > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
  }
  
  .range-slider:hover > div > .range-slider-tooltip {
    opacity: 1;
  }




  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
  .range-slider {
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 15px;
    background: transparent linear-gradient(90deg, #000 0%, #000 100%) 0% 0%
      no-repeat padding-box;
  }
  .range-slider .progress {
    position: absolute;
    left: 25%;
    right: 0%;
    height: 100%;
    border-radius: 15px;
    background: transparent linear-gradient(90deg, #000 0%, #000 100%) 0% 0%
      no-repeat padding-box;
  }
  .range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    height: 10px;
    -webkit-appearance: none;
    pointer-events: none;
    background: none;
    outline: none;
    top:-4px;
  }
  .range-slider .range-min::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: #fcfcfc;
    border: 2px solid #166BAF;
    border-radius: 30px;
    opacity: 1;
  }
  .range-slider .range-max::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: #fcfcfc;
    border: 2px solid #166BAF;
    border-radius: 20px;
    opacity: 1;
  }
  .select2-filter .select2-container--default .select2-selection--multiple
  {
    border: 1px solid #C9C8CB;
   
  min-height: 35px;
  padding: 0px;
  }
  .select2-container .select2-search--inline .select2-search__field
  {
   height: 30px !important;
  }

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 3px 8px !important;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}

.select2-selection.select2-selection--multiple{
border:1px solid #ced4da !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
border:1px solid #ced4da !important;

} 

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    outline: none !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
   border:1px solid #aaa !important;
   outline:none !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
flex-grow: 1;
}
.select2-container--default .select2-selection--single
{
    border: none !important;
    height: 40px !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .select2-container--default .select2-selection--single {
        height: 32px !important;
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none !important;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    margin-bottom: 5px;
}
.bg-gray
{
    background-color: #F3F6F9;
}
.round-img
{
    border-radius: 50px;
    width: 100%;
}
.navbar-nav .nav-item
{
    margin-right: 10px;
}
.navbar-nav .nav-item .primary_btn
{
    background-color: #166BAF !important;
}
.navbar-nav .nav-item .btn-outline-primary
{
    border-color: #093E68 !important;
}

.mobile-item2 ul li a:hover{
font-weight:600;
}


.edit-can-btn .primary_cancel_btn
{
   margin-right: 0px; 
}
.input-group-text.active
{
    background-color: #166baf;
    color: #fff;
}
.input-group-text
{
    cursor: pointer !important;
}
.round-img-profile
{
        border-radius: 60px;
    height: 120px;
    width: 120px;
}
.input-group
{
    flex-wrap: unset !important;

}
.cv-profile-img
{
    height: 60px;
    width: 60px;
}
.btn-dark
{
    padding: 6px 14px;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    display: inline-block;
    cursor: pointer;
}
.btn-dark:focus
{
    box-shadow: none !important;
    outline: none !important;
}
.selec-cv-pagination .text-sm
{
    text-align: left;
}
.selec-cv-pagination .rounded-md
{
text-align: right;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas
{
    font-family: "Font Awesome 6 Free" !important;
}
.dropdown-toggle::after
{
display:none !important;
}

/* ********* */

/* Default styles for menu-trigger-mobile (visible on small screens) */
.menu-trigger-mobile {
  display: inline !important;
}

/* Default styles for menu-trigger (hidden on small screens) */
.menu-trigger {
  display: none !important;
}

/* Media query for screens 650px and above */

@media (max-width:720px){
 .reduce-lgo{
  margin-top: -27rem !important;
  
  }

}

@media (min-width: 650px) {
  /* Show menu-trigger */
  .menu-trigger {
    display: block !important;
  }

  /* Hide menu-trigger-mobile */
  .menu-trigger-mobile {
    display: none !important;
  }
}

.slider {
  display: none !important;
}

/* Media query for screens wider than 767px */
@media (min-width: 768px) {
  .slider {
    display: block !important;
  }
}


.navbar-expand-lg .navbar-nav .dropdown-menu{
min-width: 13rem !important;
padding:10px;
}


@media (max-width: 768px){
.tab-bg .nav .nav-item .nav-link {
white-space:nowrap;
}

.tab-bg .nav{
overflow-x:scroll;
}

}


.view-details{
color: #166BAF;
}
.view-details:hover{
text-decoration:underline !important;
}

/************************ label-switch with on/off **************************/
.label-switch {
    display: inline-block;
    position: relative;
    width: 80px; /* Adjusted to fit the switch size */
    height: 30px; /* Adjusted to fit the switch size */
}

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

.label-switch::before {
    width: 80px;
    height: 30px;
    border-radius: 34px;
    background: #333333; /* Default background color */
    content: 'OFF';
    color: white;
    display: flex;
    padding-left:8px;
    align-items: center;
    justify-content: center;
    font-size:12px;
    font-family: Verdana, sans-serif;
    position: relative;
}

.label-switch::after {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ffffff;
}

.input-switch:checked + .label-switch::before {
    background-color: #163daf;
    content: 'ON';
    font-size:12px;
    padding-right:12px;
}

.input-switch:checked + .label-switch::after {
    left: unset;
    right: 4px;
    background: #ffffff;
}

/************************ label-switch with on/off **************************/


.download-btn a{
background-color:#36ACE2 !important;

}
.nav-item.dropdown .user-name .bi-chevron-down::before {
    transition: transform 0.5s ease;
    transform: rotate(360deg);
}
.nav-item.dropdown:has(.show) .user-name .bi-chevron-down::before {
    transition: transform 0.5s ease;
    transform: rotate(180deg);
}


/************************ Dashboard Styles ***************************/

.dashboard_over_all .dashboard_card{
    background-color:#fff;
    border-radius:5px;
    border: 1px solid #d0d5da;
    padding:20px;
}

.dashboard_card .dashboard_card_count{
    font-size:23px;
    font-weight:500;
    padding-top:12px;
}
.dashboard_card .dashboard_card_title{
    padding-top:12px;    

}
.dashboard_progressbar,
.dashboard_charts{
    margin-top:24px;
}
.dashboard_charts .dashboard_chart-container{
    background-color:#fff;
    border-radius:5px;
    border: 1px solid #d0d5da;
    padding:20px;
}

.dashboard_charts .dashboard_chart-container .chart-details{
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.dashboard_progress-container{
    background-color:#fff;
    border-radius:5px;
    border: 1px solid #d0d5da;
    padding:20px;
}

.dashboard_progress-container .progress-items-details{
    font-weight: 600;
    margin-bottom: 20px;
}

.dashboard_progress-container .progress-item{
    margin-bottom:20px:
}

.progress-details{
    margin-bottom:8px;
    display: flex;
    justify-content: space-between;
}



/*******************************************
************** ORDER PAGE ******************
*******************************************/


/* Bootstrap Overrides */
.table.product_details_table > :not(caption) > * > * {
  border-bottom-width: 0;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #dee2e6 !important;
  outline: 0;
  box-shadow: none !important;
}

/* custom utils */
.text-light-color {
  color: var(--text);
}
.bg-light-white {
  background-color: var(--light);
}

.order_section {
  /* background-color: #fff; */
  /* border: 1px solid #b3b3b4; */
  border-radius: 5px;
  padding: 1rem;
}

.order_details .order_id{
    font-size: 28px;
    font-weight:500;
}

.status-approved,
.status-closed,
.order_status-delivered {
  padding-block: 5px;
  padding-inline: 10px;
  border-radius: 5px;
  background-color: var(--bg-light-green);
  color: var(--solid-green);
  display: inline-block;
  font-size: 12px;
}

.status-rejected,
.status-open,
.order_status-cancelled {
  padding-block: 5px;
  padding-inline: 10px;
  border-radius: 5px;
  background-color: var(--light-red);
  color: var(--solid-red);
  display: inline-block;
  font-size: 12px;
}
.status-inProgress,
.order_status-in-transit {
  padding-block: 5px;
  padding-inline: 10px;
  border-radius: 5px;
  background-color: var(--bg-light-blue2);
  color: var(--solid-blue2);
  display: inline-block;
  font-size: 12px;
}

.order_status-placed {
  padding-block: 5px;
  padding-inline: 10px;
  border-radius: 5px;
  background-color: var(--bg-light-blue);
  color: var(--solid-blue);
  display: inline-block;
  font-size: 12px;
}

.order_section .product_details_table > :not(caption) > * > * {
    padding: 0 ;
}

.product_details_table {
  width: 100%;
}

.product_details_table thead {
  border-bottom: 1px solid #e0e0e0;
}

.product_details_table thead th {
  font-weight: 500;
  font-size: 14px;
}

.product_details_table tbody td {
  font-size: 14px;
}
.product_details {
  border-bottom: 1px solid #e0e0e0;
}
.product_details .product_detail {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product_details .product_image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.product_details .product_name {
  font-weight: 500;
}
.product_details td {
  align-content: center;
}

.product_total td{
    padding-block:20px !important;
    font-weight:500;
}

.actions,
.customer_details {
  padding: 1rem;
}

.customer_details div p {
  margin-bottom: 0% !important;
}

.customer_details svg {
  width: 24px;
  height: 24px;
}

.actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fw-medium {
    font-weight: 500 !important;
}





