@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


[data-bs-theme="light"] {
    --bs-app-sidebar-base-toggle-btn-box-shadow: 0px 8px 14px rgba(15, 42, 81, 0.04);
    --bs-app-sidebar-base-toggle-btn-bg-color: #ffffff;
    --bs-app-sidebar-base-border-color: #f1f1f2;
    --bs-danger: #AF1E2D;
    --bs-text-danger: #AF1E2D;
    ----bs-nav-link-color: #AF1E2D;
}

[data-bs-theme="dark"] {
    --bs-app-sidebar-base-toggle-btn-box-shadow: 0px 8px 14px rgba(15, 42, 81, 0.04);
    --bs-app-sidebar-base-toggle-btn-bg-color: #ffffff;
    --bs-app-sidebar-base-border-color: #f1f1f2;
    --bs-danger: #AF1E2D;
    --bs-text-danger: #AF1E2D;
}

body {

    font-family: "Inter", sans-serif !important;

}

.contactapp-wrap .contactapp-content {
    padding-left: 88% !important;
}

@media (min-width: 1200px) {
    .status-toggle {
        cursor: pointer;
    }
}

.emergency-content {
    margin-top: -45px;
    display: flex;
    justify-content: end;
}

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

.truncate-10 {
    display: inline-block;
    /* Ensure the element respects the width */
    width: 20ch;
    /* Adjust the width as needed */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#roleSelect option:checked {
    background-color: #0056b3;
    /* Darker shade of primary color */
    color: white;
    /* Text color */
}

.modal-dialog-right {
    position: fixed !important;
    right: 30px !important;
    /* Adjust as needed */
    top: 20px !important;
    /* Adjust as needed */
    margin: 0px !important;
    max-width: 350px !important;
    /* Adjust the width of the modal */
    width: 380px !important;
    height: 90vh !important;
    /* Adjust the height as needed */
    transition: right 0.3s ease-in-out !important;
}

@media (max-width: 768px) {
    .modal-dialog-right {
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
        /* Remove rounded corners for mobile */
    }
}

/* Ensure the chat container is visible */
.chatbot-popup-body {
    overflow-y: auto !important;
    /* Ensure scrolling if content overflows */
    max-height: 300px !important;
    /* Adjust height as needed */
}

/* emergency  */
.sidebar-left {
    width: 549px;
    /*background-color: rgba(94, 203, 243, 0.35);*/
}

.sidebar-right {
    width: 549px;
    /*background-color: #6684e1;*/
}

.map-central {
    /*background-color: rgba(85, 180, 35, 0.36);*/
}

.map_container {
    /*border-radius: 0.25rem;*/
    /*border: 2px #ddd solid;*/
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

#map_here {
    width: 100%;
    height: 100%;
    display: block;
}

.full_vertical_height,
.sidebar-left .simplebar-wrapper,
.r-line-right .simplebar-wrapper {
    height: calc(100vh - 64px);
}

/* custom css for dispaly language translate with globe icon */

form.language-form {
    float: left;
}

form.language-form .language-selecter {
    padding-top: 3px;
    position: relative;
}

form.language-form .language-selecter i.fa.fa-globe {
    font-size: 26px;
    padding-right: 20px;
    border-right: 2px solid #8993a4;
    margin-right: 20px;
}

.fa,
.fas {
    font-weight: 900;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa.fa-globe:before {
    content: "\f57d";
}

i.bi,
i[class^="fonticon-"],
i[class*=" fonticon-"],
i[class^="fa-"],
i[class*=" fa-"],
i[class^="la-"],
i[class*=" la-"] {
    font-size: 2rem !important;
}

/* form .fa:before,
form .fas:before {
    color: #00113f !important;
} */


.w-full {
    width: 100% !important;
}

.h-full {
    height: 100% !important;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}


form.language-form .language-selecter ul {
    margin: 0;
    list-style: none;
    min-width: 100px;
    position: absolute;
    margin-top: 0;
    width: 140px;
    left: 0;
    color: #313131;
    z-index: 100;
    text-align: left;
    display: none;
    background: #fff;
    padding: 10px;
    box-shadow: #dbdbdb80 -20px 7px 28px;
    border-radius: 5px;
    border: 2px solid #dbdbdb;
}

form.language-form .language-selecter:hover ul {
    display: block;
}

form.language-form .language-selecter ul li {
    padding: 5px 0;
    cursor: pointer;
}

form.language-form .language-selecter ul li.active,
form.language-form .language-selecter ul li:hover {
    background: #f7f7f7;
    font-weight: bold;
}

.language-selecter ul li a.selected {
    font-weight: bold;
    color: #f7f7f7;
}

.msg-lft .msg-date {
    float: left;
    width: 70%;
    font-size: 14px;
    font-weight: 700;
    color: #8993a4;
}

.msg-lft .msg-date {
    float: none;
}

.msg-lft .msg-date {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px;
}

.msg-lft .msg-date {
    width: auto;
}

/* end custom css for dispaly language translate with globe icon */

/* fullscreen css  */
.fullscreen-click {
    margin-right: 0;
    float: right;
    font-size: 25px;
    color: #dcdcdc;
    /* margin-right: 18px; */
    margin-top: 2px;
}

a {
    text-decoration: none;
    background: transparent;
}

/* fullscreen css end  */

.nav-start-wrap {
    display: flex;
    justify-content: left;
    align-items: left;
    flex-grow: 1;
}

/* map-incidents start */
.ui.fluid.dropdown.select_input_with_icon {
    border-left-color: transparent;
    margin-left: -3px;
}

/*Date form*/
.date-form .months {
    margin: 0 auto;
}

.date-form .months .month_name {
    font-size: 18px;
    color: #a1a6aa;
    display: inline;
    margin: 0 30px;
}

.date-form .months .month_name.actual {
    color: #0a0a0a;
}

.date-form .days {
    margin: 0 auto;
}

.date-form .days .day {
    margin: 0 10px;
    display: inline;
    text-align: center;
    width: 47px;
    float: left;
}

.date-form .days .day .day_number {
    color: #090909;
    padding: 15px;
    border-radius: 50%;
    background-color: #f0f0f0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
}

.date-form .days .day.today .day_number {
    background-color: #00113f;
    color: #fff;
}

.date-form .days .day.higth_light_green .day_number {
    background-color: #02b304;
}

.date-form .days .day.higth_light_bage .day_number {
    background-color: #fff7ed;
}

.date-form .days .day .day_name {
    color: #a8acae;
    font-size: 10px;
    font-weight: bold;
}

/*Date form*/
/* !*calendar*!
 .calendar {
  margin: 0 auto;
 }
 .calendar .calendar_day {
  padding: 8px 25px 7px 25px;
  background-color: #00b800;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  opacity: .5;
  margin: 0 4px;
  transform: translateY(-8px);
  min-width: 86px;
 }
 .calendar .calendar_day:hover {
  cursor: pointer;
 }
 .calendar .month_name,
 .calendar .month_day,
 .calendar .week_day {
  color: #FFF;
 }
 .calendar .month_name,
 .calendar .week_day {
  font-size: 14px;
 }
 .calendar .month_day {
  font-size: 32px;
 }
 .calendar .month_name,
 .calendar .month_day {
  margin-bottom: 0;
 }
 !*---------------*!
 .calendar .calendar_day.actual {
  padding: 10px 35px 8px 35px;
  background-color: #00113f;
  opacity: 1;
  margin-left: -7px;
  margin-right: -7px;
  transform: translateY(0);
  box-shadow: 0 0 15px #00000073;
  z-index: 1080;
  min-width: 114px;
 }
 .calendar .calendar_day.actual .month_name,
 .calendar .calendar_day.actual .week_day {
  font-size: 20px;
 }
 .calendar .calendar_day.actual .month_day {
  font-size: 40px;
 }
 .calendar .calendar_day.actual .month_name,
 .calendar .calendar_day.actual .month_day {
  margin-bottom: 0;
 }*/
/*calendar*/
.calendar {
    margin: 0 auto;
}

.calendar .calendar_day {
    padding: 8px 25px 7px 25px;
    background-color: #fafafa;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    opacity: 1;
    margin: 0 4px;
    transform: translateY(-8px);
    min-width: 86px;
    border: 1px solid #cacaca;
}

.calendar .calendar_day:hover {
    cursor: pointer;
}

.calendar .month_name,
.calendar .month_day {
    color: #00113f;
}

.calendar .week_day {
    color: #25b408;
    font-weight: bold;
}

.calendar .month_name,
.calendar .week_day {
    font-size: 14px;
}

.calendar .month_day {
    font-size: 32px;
}

.calendar .month_name,
.calendar .month_day {
    margin-bottom: 0;
}

/*---------------*/
.calendar .calendar_day.actual {
    padding: 10px 35px 8px 35px;
    background-color: #00113f;
    opacity: 1;
    margin-left: -7px;
    margin-right: -7px;
    transform: translateY(0);
    box-shadow: 0 0 15px #00000073;
    z-index: 1080;
    min-width: 114px;
}

.calendar .calendar_day.actual .month_name,
.calendar .calendar_day.actual .week_day {
    font-size: 20px;
    color: #fff;
}

.calendar .calendar_day.actual .month_day {
    font-size: 40px;
    color: #fff;
}

.calendar .calendar_day.actual .month_name,
.calendar .calendar_day.actual .month_day {
    margin-bottom: 0;
}

.sidebar-admin.sidebar_color_admin .nicescroll-cursors {
    left: 30px;
}

/*END calendar*/
.swiper {
    width: 100%;
    height: 300px;
}

/*v3.0.1*/
.calendar_outer_container {
    width: 100%;
    margin: 0 auto;
}

.calendar_container {
    width: calc(100%);
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0 0;
    z-index: 1;
    display: block;
    box-sizing: border-box;
}

.swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: border-box;
}

.calendar_day_holder {
    cursor: pointer;
    border: 1px solid #d5d5d6;
    height: 68px;
    width: 55px !important;
    border-radius: 0.5rem;
    box-sizing: border-box;
}

.calendar_day_holder a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.cdh_week_day {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #000;
}

.cdh_month_day {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 3px;
}

.cdh_line {
    background-color: #22b90a;
    height: 2px;
    border-radius: 0.5rem;
    width: 15px;
}

/*active*/
.calendar_day_holder.active {
    border: 1px solid #00113f;
    background-color: #00113f;
}

.calendar_day_holder.active .cdh_week_day,
.calendar_day_holder.active .cdh_month_day {
    color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    width: 2.5rem !important;
    height: 2.5rem !important;
    justify-content: center;
    border-radius: 50%;
    color: #00113f;
    fill: #00113f;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06);*/
    /*background: #FFF;*/
    pointer-events: auto;
    transition: background 0.3s;
    margin: -0.5rem 0;
    cursor: pointer;
}

.swiper-button-next {
    transform: rotate(-180deg);
}

.swiper-button-prev svg,
.swiper-button-next svg {
    height: 16px !important;
    width: 16px !important;
}

.swiper-button-next:after {
    content: none !important;
}

.swiper-button-prev:after {
    content: none !important;
}

.highlight-slide {
    background-color: #ffeb3b;
    /* Color amarillo de ejemplo */
}

.app-sidebar-logo {
    width: 90% !important;
    margin: auto;
    display: block;
}

.app-sidebar-logo img {
    width: 100%;
    object-fit: contain;

}

.minimize_logo img {
    scale: 1.3;
}


@media (min-width: 992px) {
    .app-sidebar-toggle {
        box-shadow: var(--bs-app-sidebar-base-toggle-btn-box-shadow) !important;
        background-color: var(--bs-app-sidebar-base-toggle-btn-bg-color) !important;
        border: 1px solid var(--bs-app-sidebar-base-border-color) !important;
        top: 38px;
    }
}

@media (min-width: 992px) {
    [data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .app-sidebar-logo .app-sidebar-logo-default {
        display: none;
    }
}

@media (min-width: 992px) {
    [data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .app-sidebar-logo .app-sidebar-logo-minimize {
        display: inline-block;
        border-radius: 10px;
    }
}

.app-sidebar-logo-minimize {
    display: none;
}

.h-25px {
    height: 25px !important;
}

[data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .app-sidebar-navs .menu .menu-item .menu-heading {
    color: #363843;
    display: none;
}

[data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .menu-active-bg .menu-item .menu-link.active {
    /* width: 45px !important; */
}

[data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .app-sidebar-header .emergency {
    opacity: 0;
}

[data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:hover .app-sidebar-wrapper {
    width: 265px;
}

.book_container_link {
    padding: 0 44px;
    width: 100%;
    margin: auto;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
}

.book_container_link .app-sidebar-logo .fa-calendar-alt {
    font-size: 22px !important;
}

.book_container_link .emergency {
    margin-left: 4px;
}

[data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .app-sidebar-header .book_container_link {
    height: 50px !important;
    padding: 8px;
    width: 44px;
    margin: auto;
}


[data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .book_container_lable {
    width: 28px;
}

[data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .app-sidebar-header .book_container_link .calendar_icon_box {
    margin: 0 2px !important;
}

.app-sidebar-header .book_container_link .calendar_icon_box {
    margin-left: -32px !important;
}

[data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .menu-link {
    width: 80% !important;
}

[data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .menu-sub-indention {
    padding-left: 13px !important;
}

.symbol>img {
    background-color: #fff;
}

.app-sidebar-header .btn.btn-custom .btn-title {
    color: #ffff00;
}

.ms-n2 {
    margin-left: -0.75rem !important;
}

[data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .app-sidebar-navs .menu .menu-item .menu-link.active .menu-title {
    color: transparent;
}

[data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .app-sidebar-navs .menu .menu-item .menu-link .menu-title {
    color: transparent;
    display: none;
}

[data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .app-sidebar-navs .menu .menu-item .menu-link.active {
    background-color: transparent;
}

[data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .app-sidebar-navs .menu .menu-item .menu-link.active {
    background-color: #fff;
    width: 45px !important;
}

[data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"] .app-sidebar:not(:hover) .app-sidebar-navs .menu .menu-item .menu-content {
    opacity: 0;
    padding: 0;
}

.otp-box {
    width: 50px;
    text-align: center;
    font-size: 14px;
}

.otp-box:focus {
    border-color: #007bff;
    outline: none;
}

.form-check-input:checked {
    background-color: #010f40;
    border-color: #010f40;
}

.text-active-schedular_1.nav-link.active {
    color: #010f40 !important;
}

.text-active-schedular_2.nav-link.active {
    color: #f6c000 !important;
}

.text-active-schedular_3.nav-link.active {
    color: #AF1E2D !important;
}

.btn-check:checked+.btn.btn-active-danger,
.btn-check:active+.btn.btn-active-danger,
.btn.btn-active-danger:focus:not(.btn-active),
.btn.btn-active-danger:hover:not(.btn-active),
.btn.btn-active-danger:active:not(.btn-active),
.btn.btn-active-danger.active,
.btn.btn-active-danger.show,
.show>.btn.btn-active-danger {
    background-color: #AF1E2D !important;
    color: #fff;
}

.rating-label {
    display: inline-block;
    cursor: pointer;
}

.rating-label .ki-duotone {
    color: #ddd;
}

.rating-label.checked .ki-duotone {
    color: gold;
}

#selected-rating {
    margin-top: 10px;
}

.review-section {
    margin-top: 20px;
}

#review {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.rating-label i {
    color: #fff;
    cursor: pointer;
}

.rating-label i.text-yellow-500 {
    color: gold;
}

.rating-label i.text-gray-300 {
    color: #fff;
}

.star-rating {
    display: inline-flex;
}

.star {
    font-size: 30px;
    color: #ddd;
    cursor: pointer;
    position: relative;
    width: 30px;
    text-align: center;
}

.star::before {
    content: "☆";
}

.star.filled::before {
    content: "★";
    color: #ffc107;
}

.star.half::before {
    content: "★";
    color: #ffc107;
    position: absolute;
    overflow: hidden;
    width: 46%;
    left: 0;
}

.average-star {
    position: relative;
    width: 26px;
    height: 25px;
    margin-top: 10px;
    background-color: #e0e0e0;
    clip-path: polygon(50% 0%,
            61% 35%,
            98% 35%,
            68% 57%,
            79% 91%,
            50% 70%,
            21% 91%,
            32% 57%,
            2% 35%,
            39% 35%);
    display: inline-block;
}

.average-star.filled {
    background-color: gold;
}

.swal2-container .swal2-html-container {
    max-height: 300px;
    overflow: auto;
}

.btn>i {
    display: inline-flex;
    font-size: 1rem;
    padding-right: 0rem;
    vertical-align: middle;
}

.btn-custom {
    position: relative;
    z-index: 99;
    /* Make sure the profile button stays on top */
}

.btn-custom:hover {
    z-index: 99;
    /* Ensure that when hovered, it gets the highest priority */
}

.tools .btn-default {
    background-color: #fff;
}

@font-face {
    font-family: "GLYPHICONS Halflings";
    src: url("https://db.onlinewebfonts.com/t/017408da87d74ff3770960264091f3d4.eot");
    src: url("https://db.onlinewebfonts.com/t/017408da87d74ff3770960264091f3d4.eot?#iefix") format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/017408da87d74ff3770960264091f3d4.woff2") format("woff2"),
        url("https://db.onlinewebfonts.com/t/017408da87d74ff3770960264091f3d4.woff") format("woff"),
        url("https://db.onlinewebfonts.com/t/017408da87d74ff3770960264091f3d4.ttf") format("truetype"),
        url("https://db.onlinewebfonts.com/t/017408da87d74ff3770960264091f3d4.svg#GLYPHICONS Halflings") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.profile_name_icon.btn-custom {
    z-index: 9;
}

table tr th,
table tr td {
    white-space: nowrap;
}

.breadcrumb .breadcrumb-item a {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 !important;
}

@media(max-width:1200px) {
    .role_container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .app-container.map_container {
        padding: 0 20px !important;
    }
}

@media(min-width:991px) {
    .social_media_content {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

}

@media(max-width:991px) {
    .app-navbar {
        width: 100%;
        justify-content: space-between;
    }

    .social_media_content {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .right_column {
        padding: 20px !important;
    }

    .card .card-header .card-toolbar {
        gap: 10px;
    }

}


@media(max-width:768px) {
    .name_icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 15px !important;
    }

    .app-navbar form.language-form .language-selecter i.fa.fa-globe {
        margin-right: 10px;
        padding-right: 10px !important;
    }

    .app-navbar .fullscreen-click {
        margin-left: 5px !important;
    }

}



@media(max-width:420px) {
    .name_icon {
        width: 35px !important;
        height: 35px !important;
        font-size: 13px !important;
    }



}

@media(max-width:350px) {
    .app-navbar .msg-date {
        font-size: 10px;
    }



}


.step_one .heading {
    font-size: 18px;
    margin-bottom: 15px;
    color: #AF1E2D;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    border-bottom: 2px solid #010F40;
    padding: 0 0 5px 0;
    display: inline;
}


.step_one .top_button_box {
    margin: 25px 0;
    display: flex;

}

.step_one ul li {
    margin: 5px 0;
    list-style: none;

}

.step_one .box {
    width: 150px;
    height: 100px;
    background-color: #AF1E2D;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
}

.step_one .box img {
    width: 60px;
}

.step_one .box.active {
    background-color: #00113f !important;
}

.step_one ul li:first-child {
    margin: 0;
}

.step_one .input_box {
    margin-bottom: 10px;
}

.step_one .right_side_box {
    border-left: 2px solid #C4CADA;
}

.step_one .right_side_box p {
    text-align: center;
    color: #c3c1cc;
}

.step_one .right_side_box img {
    height: 600px;
    width: 100%;
    margin: auto;
    display: flex;
}

.emergency_modal .add_emergency_modal {
    overflow-y: auto;
}

.modal_right_content {
    overflow-y: auto;
}

.emergency_buttons .btn.btn-primary:active:not(.btn-active) {
    background-color: #AF1E2D !important;
    color: white !important;
}

@media(max-width : 1200px) {
    .step_one ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .step_one ul li {
        margin: 0;
        list-style: none;
    }

    .step_one ul li .box {
        width: 120px;
        height: 80px;
    }

    .step_one ul {
        margin-bottom: 15px;
    }

    .step_one ul li .box img {
        width: 50px;
    }

    .step_one .right_side_box {
        border: 0;
    }
}

.required:after {
    color: #AF1E2D;
}

.nav-link {
    color: var(--bs-nav-link-color);
}


.text-active-primary.active {
    transition: color 0.2s ease;
    color: #AF1E2D !important;
}

@media(max-width : 991px) {

    .bottom_buttons .continue_btn,
    .emergency_modal .add_emergency_modal .bottom_buttons {
        position: relative;
        right: unset;
        left: unset;
        width: max-content;
    }

    .modal_right_content {
        padding: 20px 0;
    }

    .step_one ul li .box {
        width: 100px;
        height: 80px;
    }

    .step_one ul li .box img {
        width: 40px;
    }

    .step_one .right_side_box img {
        width: 70%;
    }

    .book_container .main_row_box .center_col {
        margin-bottom: 15px !important;
    }

}

#sidebar_heading {
    color: red !important;
}


#preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

.loader .loader-outter {
    position: absolute;
    border: 4px solid #ff5600;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader .loader-inner {
    position: absolute;
    border: 4px solid #ffa705;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

.loader-two .loader-outter {
    border: 4px solid #c9504a;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-two .loader-inner {
    border: 4px solid #c9504a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-three .loader-outter {
    border: 4px solid #ffb22b;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-three .loader-inner {
    border: 4px solid #ffb22b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-four .loader-outter {
    border: 4px solid #25b408;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-four .loader-inner {
    border: 4px solid #25b408;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-five .loader-outter {
    border: 4px solid #25b408;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-five .loader-inner {
    border: 4px solid #25b408;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}



/* TERMINALS css ======= */



.terminal_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    padding: 20px 10px;
    background-color: #fff;
    margin: 30px 0 0 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.terminal_box .top_box {
    display: flex;
    justify-content: space-between;
}

.terminal_box .top_box .box {
    width: 33%;

}

.terminal_box .top_box .box .fill_box {
    width: 100%;
    /* height: 100px; */
    background-color: #08083a;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.terminal_box .top_box .box .content_box {
    /* display: flex;
    justify-content: space-between; */
    align-items: center;
}

.terminal_box .top_box .box .fill_box small,
.terminal_box .top_box .box .fill_box h6 {
    color: #fff;
    margin-bottom: 0;
}

.terminal_box .top_box .box .fill_box h1 {
    font-size: 50px;
}

.terminal_box .top_box .box .fill_box h6 {
    font-size: 12px;
}

.terminal_box .top_box .box .content_box h6 {
    font-size: 13px;
    color: #08083a;
    margin-bottom: 0;
    margin-top: 13px;
    text-transform: uppercase;
}

.terminal_box .bottom_box {
    width: 100%;
    padding: 50px 10px 10px 10px;
    display: flex;
    justify-content: space-between;
    background-color: #08083a;

}

.terminal_box .horizontal_line {
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    margin: 70px 0 50px 0;
    display: flex;
    justify-content: space-between;
    background-color: #08083a;
}

.terminal_box .horizontal_line .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #08083a;
    position: relative;
    top: 11px;
    background-color: #fff;
    z-index: 6;
    transform: translateY(-18px);
}

/* .terminal_box .horizontal_line .circle:nth-child(even)::before, */
.terminal_box .horizontal_line .circle:nth-child(even)::after {
    width: 1px;
    height: 95px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background-image: linear-gradient(to bottom, #08083a 60%, transparent 50%, white 40%);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 10px 16px;
}


.terminal_box .horizontal_line .circle:nth-child(even) {
    background-color: #01A5FB;
}

.terminal_box .horizontal_line .circle:nth-child(odd)::after {
    width: 1px;
    height: 40px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    background-image: linear-gradient(to bottom, #08083a 60%, transparent 50%, white 40%);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 10px 16px;
}

.terminal_box .bottom_box .box {
    width: 32.5%;
    height: 250px;
    background-color: #fff;
}

.terminal_box .horizontal_line .circle:nth-child(1) {
    background-color: #08083a;
}

.terminal_box .horizontal_line .circle:nth-child(3) {
    background-color: #efff11;
}

.terminal_box .horizontal_line .circle:nth-child(5) {
    background-color: #08083a;
}

.terminal_box .horizontal_line .circle:nth-child(7) {
    background-color: #10c40d;
}

.terminal_box .bottom_box .box .content_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.terminal_box .bottom_box .box .content_box .top_content {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    width: 90%;
}

.terminal_box .bottom_box .box .content_box .bottom_content {
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    width: 90%;

}


.terminal_box .bottom_box .box .content_box .midd_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70%;
}

.terminal_box .bottom_box .box .content_box .midd_box .clock_in {
    width: 48%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.terminal_box .bottom_box .box .content_box .midd_box .clock_in:nth-child(2) {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
}

.terminal_box .bottom_box .box .content_box .midd_box .clock_in .bottom_content,
.terminal_box .bottom_box .box .content_box .midd_box .clock_in .top_content {
    padding: 5px;
}

.terminal_box .bottom_box .box .content_box p {
    margin-bottom: 0;
}

.terminal_box .bottom_box .box .content_box .midd_box p {
    margin: 0;
    text-align: center;
}


.mobile_logo,
.search-toggle-mobile {
    display: none !important;
}

/* port_job_detail===== */

.port_job_detail .top_port_job {
    background-color: #F8F8F8;
    padding: 15px 15px 0 15px;
}

.port_job_detail .top_detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.port_job_detail .top_detail h1 {
    font-weight: bold;
    font-size: 40px;
    color: #00113F
}

.port_job_detail .top_detail .img_box {
    width: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.port_job_detail .top_detail .img_box img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
}

.port_job_detail .top_detail .img_box h6 {
    font-size: 14px;
    color: #00113F;
    font-weight: 500;
}


.port_job_detail .top_detail .action {
    width: 530px;
    height: 40px;
    background-color: #00113f;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
}


.actions_buttons_box {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.actions_buttons_box button {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 0;
    outline: none;
    color: #fff;
    font-weight: 600;
    background-color: #1D96FF;
}

.actions_buttons_box button:last-child,
.actions_buttons_box button:first-child {
    background-color: #00113F;
}

.job_buttons .job_buttons_content {
    width: 100%;
    text-align: center;
}

.job_buttons .job_buttons_content p {
    margin-bottom: 4px;
    color: #000;
    font-weight: 600;

}

.job_buttons .job_buttons_content button {
    background-color: #1d96ff;
    font-weight: 600;
}

.bg_red {
    background-color: red !important;
}

.bg_info {
    background-color: #1d96ff;
}

.bg_primary {
    background-color: #00113F !important;
}

.bg_error {
    background-color: #dc3546 !important;
}

.text_error {
    color: #dc3546 !important;
}

.bg_green {
    background-color: #22B706 !important;
}

.text_green {
    color: #22B706 !important;
}

.table_box {
    margin: 20px 0 15px 0;
}




/* container booking  */



.book_container .left_side {
    padding: 10px;
    background-color: #fff;
    
}

.book_container .left_side .long_btn {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    outline: none;
    font-size: 14px;
    border: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.book_container .left_side .long_btn img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.table_box table tr td:last-child::after {
    content: none;
}


.table_box table tr td b {
    font-size: 16px;
    font-weight: 800;
    color: #00113f;
    padding: 15px;
    border-radius: 10px;
    border: 4px solid #ececec;

}

.mt_40 {
    margin-top: 40px;
}

.table_box table tr:last-child td {
    padding: 10px;
}


/* container booking  */



.scroll_height {
    overflow-y: auto;
    height: calc(100vh - 5px);
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */

}


.scroll_height::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}


.book_container {
    height: 100vh;
    overflow-y: auto;
}

.book_container .left_side .long_btn {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    outline: none;
    font-size: 14px;
    border: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.book_container .left_side .long_btn img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.book_container .left_side .long_btn.dryadrayage {
    background-color: rgba(44, 75, 109, 0.5);
}

.book_container .left_side .long_btn.dryadrayage.active,
.book_container .left_side .long_btn.dryadrayage:hover {
    background-color: #00113f;
}

.book_container .left_side .long_btn.intermodal {
    background-color: rgba(111, 167, 100, 0.5)
}

.book_container .left_side .long_btn.intermodal.active,
.book_container .left_side .long_btn.intermodal:hover {
    background-color: #25b408 !important;
}

.book_container .left_side .button_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.book_container .left_side .button_box button {
    height: 55px;
}

.book_container .left_side .canlender {
    /* margin-top: 15px; */
}

.book_container .left_side .canlender {
    display: flex;
    gap: 10px;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    /* For Firefox */
    scroll-behavior: auto;
    overflow-x: auto;
}

.canlender.active {
    cursor: grabbing;
}

.book_container .left_side .canlender::-webkit-scrollbar {
    display: none;
}

.book_container .left_side .canlender .box::-webkit-scrollbar {
    display: none;
}

.book_container .left_side .canlender .box {
    min-width: 53px;
    max-width: 53px;
    background-color: #00113f;
    color: #fff;
    height: 69px;
    border: 1px solid #d5d5d6;
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;

}

.book_container .left_side .canlender .box h6,
.book_container .left_side .canlender .box p {
    margin-bottom: 0;
    color: #fff;
}

.book_container .left_side .canlender .box p {
    text-transform: capitalize;
    font-size: 12px;
}

.book_container .left_side .canlender .box h6 {
    border-bottom: 2px solid #02b304;
    padding-bottom: 4px;
    font-size: 14px;
}

.book_container .left_side .canlender .box.active h6,
.book_container .left_side .canlender .box:hover h6 {
    color: #fff;
    border-bottom: 2px solid #00113f;
}

.book_container .left_side .canlender .box.active,
.book_container .left_side .canlender .box:hover {
    background-color: #00b800;
    color: #fff;
}

.book_container .left_side .time {
    display: flex;
    gap: 10px;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    /* For Firefox */
    scroll-behavior: auto;
    overflow-x: auto;
    margin-top: 15px;
}


.book_container .left_side .time .box {
    min-width: 83px;
    max-width: 83px;
    height: 30px;
    border: 1px solid #d5d5d6;
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.book_container .left_side .time .box p {
    margin-bottom: 0;
}


.book_container .left_side .time .box.active,
.book_container .left_side .time .box:hover {
    background-color: #00113f;
    color: #fff;
}

.book_container .left_side .form_box {
    margin-top: 15px;

}

.book_container .left_side .form_box .input_select {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.book_container .left_side .form_box .input_select #portJobMap {
    position: absolute;
    width: 100%;
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    max-height: 300px !important;
    overflow-y: auto;
}

.book_container .left_side .form_box .input_select #portJobMap ul li {
    background-color: transparent !important;
    border: 0;
    border-radius: 0 !important;
    border-bottom: 1px solid #ae99992a !important;

}

.book_container .left_side .form_box .input_select input,
.book_container .left_side .form_box input,
.book_container .left_side .form_box .input_select select {
    width: 100%;
    height: 44px;
    font-size: 14px;
    font-weight: 500;
    /* color: #00113f; */
    padding: 0 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 0;

}

.book_container .left_side .form_box .input_select input:focus,
.book_container .left_side .form_box .input_select select:focus,
.book_container .left_side .form_box input:focus {
    outline: none;
    border: 0;
}

.book_container .left_side .form_box .input_select input::placeholder {
    color: #00113fd6;
    font-weight: 500;


}

.book_container .left_side .form_box .input_select label {
    margin-bottom: 7px;
    font-size: 13.5px;
    color: #071437;
    font-weight: 600;
}

.book_container .bottom_info {
    padding: 10px;
    background-color: #f8f8f8;
}

.book_container .bottom_info .content_box {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.book_container .bottom_info .content_box img {
    height: 50px;
    width: 70%;
    margin: auto;
}

.book_container .bottom_info .content_box h1 {
    font-size: 14px;
    color: #00113f;
    margin-bottom: 0;
    font-weight: bold;
}

.book_container .bottom_info .content_box h3 {
    font-weight: bold;
    color: #a9adb0;
    font-size: 14px;
    margin-bottom: 0;
}

.book_container .bottom_info .content_box.delivery img {
    width: 50px !important;
}

.book_container .map_box {
    height: 100%;
    width: 100%;
    display: flex; 
}

.book_container .info-window-container {
    background: #fff;
    /* Dark Blue Background */
    color: #000;
    font-family: Arial, sans-serif;
    border-radius: 5px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    max-width: max-content;
}

.book_container .info-window-time {
    background: #00113f;
    /* Slightly darker blue */
    color: #fff;
    text-align: center;
    padding: 13px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 50px;
}

.book_container .info-window-time span {
    display: block;
    line-height: 1.2;
}

.book_container .info-window-details {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-top: 19px;
}

.book_container .info-window-address {
    font-weight: bold;
    font-size: 14px;
    color: 000;
}

.book_container .info-window-distance {
    font-size: 12px;
    color: #000;
    /* Light grey */
    margin-top: 4px;
}

/* .book_container:has(.info-window-container) .gm-ui-hover-effect {
    display: none !important;
} */

.book_container:has(.info-window-container) .gm-style-iw {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
}

/* .book_container:has(.info-window-container) .gm-style-iw-ch {
    padding: 0 !important;
} */

.book_container:has(.info-window-container) .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0 !important;
}

#map {
    width: 100%;
    height: 100%;
    /* margin-top: 10px; */
    border: 1px solid #ddd;
}




.book_container .main_row_box {
    display: flex;
    justify-content: space-between;
    overflow-x: hidden;
}

.book_container .main_row_box .right_col {
    min-width: 400px;
    max-width: 400px;
    padding: 15px;
    height: 100%;
    margin-right: -400px;
    transition: margin-right 0.2s ease-out;
    /* Smooth transition */
    position: relative;

}

.book_container .main_row_box .right_col.active {
    margin-right: 0;
    transition: margin-right 0.2s ease-in;
    /* Smooth transition */

}

#toggleButton {
    position: absolute;
    left: -45px;
    top: 50%;
    background-color: #fff;
    border: 0;
    outline: none;
    width: 45px;
    height: 150px;
    box-shadow: -11px 0 16px -10px #000;
    transform: translateY(-50%);
}

.right_col_scroll {
    height: 100%;
    overflow-y: auto;
    width: 100%;
}

#toggleButton img {
    width: 25px;
}

.book_container .main_row_box .center_col {
    height: 100%;
    width: -webkit-fill-available;
    margin: 0 1.5px;

}

.book_container .main_row_box .left_col {
    width: 420px;
}

@media(max-width:1600px) {
    .book_container .book_container .left_side .button_box {
        flex-wrap: wrap;
    }

    .main_row_box {
        flex-wrap: wrap;
    }

    .book_container .main_row_box .left_col {
        order: 1;
        width: 50%;
    }

    .book_container .main_row_box .right_col {
        order: 2;
        min-width: 50%;
        height: auto;
    }

    .book_container .main_row_box .center_col {
        width: 100%;
        order: 3;
        height: 700px;
    }
}

@media(max-width:1500px) {
    .book_container .right_side .tolls_default img {
        height: 400px;
        object-fit: contain;
    }

    .scroll_height,
    .book_container {
        height: auto;
    }

    .book_container .left_side .button_box {
        margin: 5px 0;
    }


    .book_container .row.my-4 {
        margin: 0 !important;
    }

    .button_box_left {
        padding-left: 0;
    }

    .button_box_right {
        padding-right: 0;
    }
}

@media(max-width:768px) {
    .book_container .book_container .left_side .button_box {
        flex-wrap: nowrap;
    }

    .book_container .book_container .left_side .long_btn {
        margin: 7px 0;
    }


    .book_container .main_row_box .left_col {
        width: 100%;
    }

    .book_container .main_row_box .right_col {
        min-width: 100%;
        margin: 15px 0;
    }



}


@media(max-width:575px) {
    .main_left_button_box {
        padding: 0;
    }


    .main_left_button_box button {
        margin: 0;
    }



    .book_container .left_side .long_btn.intermodal {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .book_container .left_side .long_btn.dryadrayage,
    .book_container .left_side .long_btn.dryadrayage:hover {
        margin: 4px 0;
    }

    .book_container .main_left_button_box .button_box {
        margin: 5px 0;
    }

    .book_container .main_left_button_box button {
        margin: 0 !important;
    }
}


.job_payment_details {
    padding: 10px;
    padding-top: 0;
}

.job_payment_details .col_left {
    background-color: #00113f;
    color: #FFF;
}




.job_payment_details .col_left .month_day {
    font-size: 72px;
    font-weight: 600;
    line-height: 75px;
}

.job_payment_details .col_left .month_name,
.job_payment_details .col_left .week_day {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    width: fit-content;
    margin: auto;
    border-bottom: 5px solid #fff;
}


.job_payment_details .col_left .footer_container {
    font-size: 26px;
    font-weight: bold;
}

.job_payment_details .col_left .surcharge_tagline {
    font-size: 14px;
    font-weight: bold;

}


.job_payment_details .col_right .action_call_header {
    font-size: 32px;
    font-weight: bolder;
    text-align: center;
    color: #00113F;
}

.job_payment_details .col_right .action_call_info_cost {
    font-size: 26px;
    font-weight: bolder;
    text-align: center;
    color: #00113F;

}

.job_payment_details .col_right .action_call_info_time {
    font-size: 32px;
    text-align: center;
    font-weight: bolder;
    color: #00113F;
}

.job_payment_details .col_right .action_call_info_type {
    font-size: 14px;
    text-align: center;
    font-weight: bolder;
    color: #00113F;
}

.job_payment_details .col_right .detailed_extra_info {
    margin-top: 30px;
}

.job_payment_details .col_right .detailed_extra_info .dei_info {
    display: flex;
    gap: 10px;
    margin: 15px 0;

}

.job_payment_details .col_right .detailed_extra_info .dei_info i {
    font-size: 18px !important;
    color: #00113F;

}

.job_payment_details .col_right .detailed_extra_info .dei_info .text {
    border-left: 2px solid #00113F;
    padding: 0 10px;
    color: #00113F;
    font-size: 14px;
    font-weight: 600;
}

.transportation .col_left .temp_icon {
    display: flex;

}

.transportation .col_left .temp {
    flex-grow: 1;
    font-size: 50px;
    line-height: 38px;
}

.transportation .col_left .max_min_feels,
.transportation .col_left .city {
    font-size: 11px;
    font-weight: bold;

}

.transportation .col_right .extra_charge_details .ecd_line {
    display: flex;
    justify-content: space-between;
}

.transportation .col_right .extra_charge_details .ecd_line .ecd_info,
.transportation .col_right .extra_charge_details .ecd_line .ecd_title {
    font-size: 12px;
    font-weight: bold;
    color: #00113F;
    line-height: 15px;

}

.job_payment_details .bottom_btn_box {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.px-0 {
    padding: 0;
}

.btn1 {
    width: 100%;
}


.job_payment_details .button_box button {
    height: 40px;
    background-color: #00113f;
    border: 0;
    color: #fff;
}

.job_payment_details .button_box .btn1 {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.job_payment_details .button_box .btn1 i {
    color: #fff;
    font-size: 15px !important;
}

.job_payment_details.disable_details {
    opacity: 0.5;
}



@media(max-width:768px) {

    .job_payment_details .row .col_right,
    .job_payment_details .row .col_left {
        max-width: 100%;
        width: 100%;
    }

    .job_payment_details .col_left .month_day {
        font-size: 60px;
    }

    .job_payment_details .col_left .month_name,
    .job_payment_details .col_left .week_day {
        font-size: 31px;

    }

    .job_payment_details .col_left .footer_container {
        font-size: 22px;
    }

    .job_payment_details .col_left .surcharge_tagline {
        font-size: 13px;
    }

    .job_payment_details .col_right .action_call_header {
        font-size: 28px;
    }

    .job_payment_details .col_right .action_call_info_time {
        font-size: 22px;
    }

    .job_payment_details .col_right .action_call_info_cost {
        font-size: 21px;
    }

    .transportation .col_left .temp {
        font-size: 40px;
    }

    .job_payment_details .col_left .month_name,
    .job_payment_details .col_left .week_day {

        border-bottom: 2px solid #fff;
    }
}

/* invoice_pdf_box css */


.invoice_btn {
    width: 150px;
    height: 45px;
    background-color: #007bff;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
}

.modal-dialog.invoice_modal {
    max-width: 950px;
    width: 98%;
    margin: 5px auto !important;
}


.invoice_modal .modal-title {
    font-weight: 700;
    font-size: 24px;
}

.modal-dialog.invoice_modal .modal-header .top_head_right_btns {
    display: flex;
    gap: 10px;
    align-items: center;
}

.modal-dialog.invoice_modal .modal-header .top_head_right_btns button {
    width: 44px;
    height: 38px;
    border: 2px solid #ddd;
    border-radius: 5px;
    outline: none;
    background-color: transparent;
}

.modal-dialog.invoice_modal .modal-header .top_head_right_btns button i {
    color: #ddd;
    scale: 0.8;
}

.modal-dialog.invoice_modal .modal-header .top_head_right_btns .btn-close {
    padding: 0;
    border: 0;
    scale: 1.5;
}


.modal-dialog.invoice_modal table tr th,
table tr td {
    white-space: wrap !important;
}

.modal-dialog.invoice_modal .modal-body {
    height: 80vh;
    overflow-y: auto;
}


.modal-dialog.invoice_modal .route_map .map_box {

    width: 100%;
    height: 500px;
}

.modal-dialog.invoice_modal .route_map .map_box iframe {
    width: 100%;
}

.modal-dialog.invoice_modal .route_map h5 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 8px;
    text-align: center;
}

@media(max-width:768px) {

    .modal-dialog.invoice_modal .invoice_content {
        overflow-x: auto;
        width: 100%;
    }

    .modal-dialog.invoice_modal #invoice_table {
        width: 800px !important;
    }
}

@media(max-width:575px) {

    .modal-dialog.invoice_modal .modal-header {
        flex-direction: column;
        gap: 15px;
    }

    .modal-dialog.invoice_modal .modal-header .top_head_right_btns .btn-close {
        position: absolute;
        right: 10px;
        top: 10px;
    }
}


/* Marker */

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    10% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    10% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@-o-keyframes pulse {
    0% {
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    10% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    10% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

.marker.blueEffect .marker-wrapper:before {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: pulse;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 2s;
    -moz-animation-name: pulse;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 0s;
    -o-animation-duration: 2s;
    -o-animation-name: pulse;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: pulse;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-iteration-count: infinite;
    /*background: rgb(37, 180, 8);*/
    background: #00113f;
}

.marker.greenEffect .marker-wrapper:before {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: pulse;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 2s;
    -moz-animation-name: pulse;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 0s;
    -o-animation-duration: 2s;
    -o-animation-name: pulse;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: pulse;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-iteration-count: infinite;
    /*background: rgb(37, 180, 8);*/
    background: #25b408;
}

.marker.hover-state .marker-wrapper:before {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: pulse;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 2s;
    -moz-animation-name: pulse;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 0s;
    -o-animation-duration: 2s;
    -o-animation-name: pulse;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: pulse;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-iteration-count: infinite;
    /* background: rgb(0 17 63); */
}

.marker .marker-wrapper {
    -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    position: relative;
    transform-style: preserve-3d;
    /*  width: 70px;
		height: 70px;*/
}

.marker .marker-wrapper:before {
    -moz-border-radius: 100%;
    /* -webkit-border-radius: 100%; */
    border-radius: 100%;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35px;
    left: -34px;
    content: "";
    z-index: -1;
}

.marker .marker-wrapper:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: "fontawesome";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -moz-transform: translateZ(-4px);
    -ms-transform: translateZ(-4px);
    -webkit-transform: translateZ(-4px);
    transform: translateZ(-4px);
    /* content: "\f002"; */
    color: #fff;
    position: absolute;
    /*background-image: url(assets/img/truckerMarker.png);*/
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
}

.marker .marker-wrapper .pin {
    height: 0px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    /* border-radius: 100%; */
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
    /* -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white; */
    /* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white; */
    transform-style: preserve-3d;
    position: absolute;
    top: -38px;
    left: -13px;
    height: 50px;
    width: 50px;
    /* top: -21px;
    left: -15px;
    height: 40px;
    width: 40px; */
    background-size: cover;
}

.marker .marker-wrapper .pin:before {
    -moz-transform: translateZ(-2px);
    -ms-transform: translateZ(-2px);
    -webkit-transform: translateZ(-2px);
    transform: translateZ(-2px);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    /* border: 2px solid #ffffff; */
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
}

.marker .marker-wrapper .pin .image {
    -moz-border-radius: 100%;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
    /* -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white; */
    /* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white; */
    background-size: cover;
    height: 81%;
    width: 81%;
    position: relative;
    z-index: 2;
}

.marker .marker-wrapper .pin .image:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    /* content: ""; */
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;

}

.hover-scroll-y {
    height: calc(100vh - 180px) !important;
}


/* loading screen  css */

.book_container {
    position: relative;
}

.book_container .container_loader {
    position: absolute;
    left: -40px;
    top: 0;
    /* background-color: #00113fc9; */
    background-color: #fff;
    z-index: 99;
    width: calc(100% + 65px);
    height: 100%;
}

.book_container .container_loader .loader_modal {
    max-width: 450px;
    width: 100%;
    min-height: 160px;
    position: absolute;
    background-color: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}


.book_container .container_loader .loader_modal {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;

}

.book_container .container_loader .loader_modal h4 {
    font-size: 22px;
    color: #323232;
}

.book_container .container_loader .loader_modal h6 {
    font-size: 14px;
    color: #323232;
    margin-top: 7px;
}

.book_container .container_loader .loader_modal .loading_cirle {
    /* min-width: 90px;
    max-width: 90px;
    height: 90px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 7px solid #B4E7C6;
    border-right-color: #00113F;
    animation: l2 1s infinite linear; */
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #00b800;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes l2 {
    to {
        transform: rotate(1turn)
    }
}

@media(max-width:575px) {
    .book_container .container_loader .loader_modal {
        flex-direction: column;
        gap: 20px;
    }
}


/* end loading screen css  */




.border-right {
    border-right: 1px solid #ddd;
    height: 100%;
}


.container_booking_form .section_title {
    font-size: 16px;
    font-weight: bold;
    color: #00113f;
    margin-bottom: 20px;
}

/* .book_container.container_booking_form .left_side .form_box .input_select input,
.book_container.container_booking_form .left_side .form_box .input_select select {
    color: #515254;
    font-size: 16px;
    font-weight: bold;
} */



.book_container.container_booking_form .left_side .form_box .input_select {
    margin-bottom: 20px;
    margin-top: 0;
}


.container_booking_form .horizantal_line {
    margin: 38px 0 23px 0;
}


.container_booking_form .horizantal_line.line_2 {
    margin: 60px 0 40px 0 !important;
    opacity: 0.2 !important;
}


.container_booking_form .form_box .next_btn {
    width: 100%;
    height: 45px;
    background-color: #00113F;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 6px;
}

/* book container end  step 2 css */



/* port job step 3 ========== */

.justify-center {
    justify-content: center !important;
}




.port_job .port_job_left .col_weather_data .day_number {
    font-size: 62px;
    line-height: 62px;
    color: #747786;
    font-weight: bold;
}

.port_job .port_job_left .col_weather_data>div {
    width: max-content;
    margin-left: auto;
}

.port_job .port_job_left .col_weather_data {
    text-align: center;
}

.port_job .port_job_left .col_weather_data .month,
.port_job .port_job_left .col_weather_data .day_week {
    font-size: 30px;
    font-weight: 700;
    border-bottom: 5px solid #747786;
    display: block;
    width: max-content;
    margin: auto;
    text-transform: uppercase;
}


.port_job .port_job_left .col_weather_data .surcharge {
    margin-top: 25px;
}

.port_job .port_job_left .col_weather_data .surcharge .surcharge_line_1 {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
}

.port_job .port_job_left .col_weather_data .surcharge .surcharge_line_2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}

.port_job .bodyColor {
    color: #747786;
}

.justify-center {
    gap: 50px;
    justify-content: center !important;
}

.port_job .port_job_left .col_details {
    height: calc(100vh - 100px);
    overflow-y: auto;
    padding-right: 50px;
    scrollbar-width: thin;
    scrollbar-color: #BBBBBB #f1f1f1;
    /* Handle and track color for Firefox */

}




.port_job .right_side_box {
    padding-left: 50px;

}

.port_job .port_job_left .col_details .plane_box {
    border-radius: 5px;
    background-color: #f6f7f9;
    padding: 20px;
    font-size: 13px;
    font-weight: normal;
}

.port_job .port_job_left .col_details .plane_box>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.port_job .port_job_left .col_details .plane_box .box_lable {
    font-size: 16px;
    font-weight: bold;
    color: #757982;
}

.port_job .port_job_left .col_details .plane_box .price_lable {
    font-size: 14px;
    font-weight: bold;
    font-size: 18px;
    color: #2a231d;
}

.port_job .port_job_left .col_details .plane_box .yearly {
    font-size: 14px;
    font-weight: normal;
    color: #8e857e;
}

.port_job .port_job_left .col_details .plane_box .yearly b {
    font-size: 21px;
    color: #000;
}

.port_job .port_job_left .col_details .sub_text {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
}

.port_job .port_job_left .col_details .price {
    font-size: 48px;
    line-height: 48px;
    color: #2a231d;
    font-weight: bold;
}

.port_job .port_job_left .col_details .text_bold {
    color: #747786;
    font-weight: 700;
    font-size: 16px;
}

.port_job .port_job_left .col_details .sub_totals_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.port_job .port_job_left .col_details .sub_totals_line .text_opaque {
    color: #2a231d;
    font-weight: 700;
    font-size: 16px;
}

.port_job .port_job_left .col_details .chassis_box {
    border-radius: 5px;
    background-color: #f6f7f9;
    padding: 0 15px;
    margin: 15px 0;

}

.port_job .port_job_left .col_details .chassis_box p {
    position: relative;
}

.port_job .port_job_left .col_details .chassis_box p {
    font-size: 14px;
    font-weight: bold;
    color: #2a231d;
    padding: 15px 0;
    margin-bottom: 0;
    display: flex;
    gap: 7px;
    align-items: center;
}

.port_job .port_job_left .col_details .chassis_box p:first-child {
    border-bottom: 1px solid #fff;
}

.port_job .port_job_left .col_details .chassis_box p .dot_circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #25b408;
}

.port_job .port_job_left .col_details .chassis_box p:last-child .dot_circle {
    background-color: #00113F;
}

.port_job .port_job_left .col_details .detailed_extra_info>div {
    display: flex;
    gap: 15px;
}

.port_job .port_job_left .col_details .detailed_extra_info>div .icon i {
    color: #00113f;
    font-size: 18px !important;
}

.port_job .port_job_left .col_details .detailed_extra_info>div .icon {
    width: 35px;
    border-right: 2px solid #00113F;
}

.port_job .port_job_left .col_details .detailed_extra_info>div .text {
    font-size: 14px;
    font-weight: bold;
}

.port_job .port_job_left .col_details .bill_summary {
    padding: 18px;
    border-radius: 5px;
    background-color: #f6f7f9;
    margin: 20px 0 15px 0;
}

.port_job .port_job_left .col_details .bill_summary>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.port_job .port_job_left .col_details .bill_summary>div p {
    margin-bottom: 0;
    font-size: 13px;
    color: #656363;
}

.port_job .port_job_left .col_details .bill_summary>div b {
    font-size: 14px;
    color: #000;
    font-weight: 600 !important;
}


.port_job .port_job_left .col_details .promotion_input {
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 25px 0;
}

.port_job .port_job_left .promotion_input input {
    width: 100%;
    height: 38px;
    border: 1px solid #ebebeb;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    padding: 13px 10px;
    color: #646464;
    outline: none;
    border-radius: 5px;
}

.port_job .port_job_left .promotion_input input:focus {
    outline: none;
    background: #f7f7f7;
}

.port_job .port_job_left .promotion_input button {
    height: 38px;
    border: 1px solid #ebebeb;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    padding: 13px 10px;
    color: #646464;
    border-radius: 5px;
}

.port_job .port_job_left .total_due {
    padding: 18px;
    border-radius: 5px;
    background-color: #f6f7f9;
    margin: 20px 0 15px 0;
}

.port_job .port_job_left .total_due {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.port_job .port_job_left .total_due p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    color: #2a231d;
}

.port_job .port_job_left .detailed_extra_info {
    margin: 15px 0 !important;
}

.port_job .port_job_left .total_due h5 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    color: #2a231d;
}

.port_job .right_side_box h2 {
    font-size: 15px;
    font-weight: bold;
    color: #00113f;
    margin-bottom: 16px;
}

.justify-between {
    justify-content: space-between;
}

.port_job .right_side_box .good_type_box {
    max-width: 350px;
    width: 100%;
    display: flex;
    gap: 3px;
    margin: 10px 0;
    flex-wrap: wrap;
    align-items: center;
}

.port_job .right_side_box .good_type_box .type_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45px;
    gap: 8px;
    margin-bottom: 22px;
}

.port_job .right_side_box .good_type_box .type_box .box {
    height: 40px;
    width: 40px;
    padding: 5px;
    background-color: #ecf0f1;
    border: 1px solid rgb(187, 187, 187);
    border-radius: 3px;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.port_job .right_side_box .good_type_box .type_box .box .tooltips {
    position: absolute;
    background-color: #000;
    top: -30px;
    padding: 3px 7px;
    border-radius: 5px;
    width: max-content;
    white-space: nowrap;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}

.port_job .right_side_box .good_type_box .type_box input {
    cursor: pointer;
}

.port_job .right_side_box .good_type_box .type_box .box label {
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
}

.port_job .right_side_box .good_type_box .type_box .box:hover .tooltips {
    display: block;
}

.port_job .right_side_box .good_type_box .type_box .box label img {
    width: 90%;
    object-fit: contain;
}

.port_job .right_side_box .good_type_box .type_box .box .tooltips p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.port_job .right_side_box .evidences_box {
    margin: 20px 0;
    max-width: 100%;
    width: 100%;
}

.port_job .right_side_box .evidences_box .photo_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.port_job .right_side_box .evidences_box .photo_container .photo_box {
    width: 220px;
}

.port_job .right_side_box .evidences_box .photo_container .photo_box .img_box {
    width: 100%;
    height: 270px;
    border: 3px solid #cccccc;
    position: relative;
    border-radius: 10px;
}

.port_job .right_side_box .evidences_box .photo_container .photo_box .content_box {
    width: 100%;
    height: 45px;
    background-color: #ebf1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.port_job .right_side_box .evidences_box .photo_container .photo_box .img_box .plus_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #02b304;
    position: absolute;
    bottom: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}

.port_job .right_side_box .evidences_box .photo_container .photo_box .img_box .plus_btn i {
    color: #fff;
    font-size: 22px !important;
}

.port_job .right_side_box .evidences_box .photo_container .photo_box .img_box img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.port_job .right_side_box .evidences_box .photo_container .photo_box .content_box h6 {
    color: #00113f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 12px;
}

.port_job .right_side_box .evidences_box .photo_container .photo_box .img_box input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    opacity: 0;
}

.port_job .right_side_box .good_main_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    border-bottom: 1px solid #d3d4d748;
}

.port_job .right_side_box .good_main_box .good_type_box {
    margin: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}


.pr-0 {
    padding-right: 0 !important;
}

.port_job .right_side_box .evidences_post_btn {
    margin: 20px 0;
}

.port_job .right_side_box .evidences_post_btn button {
    width: 100%;
    height: 45px;
    border: 0;
    background-color: #00113F;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.port_job .right_side_box .evidences_post_btn button.post_board_btn {
    background-color: #02b304;
}

@media(max-width:1400px) {
    .port_job .right_side_box .evidences_box {
        margin: 20px 0;
        max-width: 100%;
        width: 100%;
    }

    .port_job .port_job_left .col_details {
        height: auto;
        overflow-y: unset;
    }
}

@media(max-width:1024px) {
    .port_job .port_job_left .col_details {
        padding-right: 0 !important;
    }

    .port_job .right_side_box {
        padding-left: 0 !important;
    }

    .port_job .port_job_left .col_weather_data .day_number {
        font-size: 49px;

    }

    .port_job .port_job_left .col_weather_data .month,
    .port_job .port_job_left .col_weather_data .day_week {
        font-size: 25px;
        display: block;
        width: max-content;
        margin: auto;
    }

    .port_job .port_job_left .col_details .price {
        font-size: 35px;

    }

}

@media(max-width:991px) {
    .port_job .port_job_left .col_details .plane_box {
        margin: 15px 0;
    }


}


@media(max-width:768px) {
    .port_job .right_side_box .evidences_post_btn button {
        margin: 10px 0;
    }

    .port_job .right_side_box .evidences_post_btn .col-md-6.pl-0 {
        padding-left: 10px !important;
    }

    .port_job .right_side_box .good_type_box {
        max-width: 100%;
        justify-content: space-between;
    }

    .port_job .port_job_left .col_weather_data>div {
        margin: auto;
    }
}


@media(max-width:575px) {
    .port_job .right_side_box .evidences_box .photo_container {
        justify-content: center;
    }

    .fullscreen-click {
        display: none;
    }

    .port_job .right_side_box .evidences_box .photo_container .photo_box .img_box .plus_btn {
        width: 35px;
        height: 35px;
        bottom: -17px;
    }

    .port_job .right_side_box .good_type_box {
        justify-content: start;
    }
}


@media(max-width:1200px) {
    .welcome_board {
        width: 50%;
    }

}

.top_logo_box,
.copy_right_footer_mobile {
    display: none !important;
}

.welcome_board {
    position: relative;
    width: 50% !important;
    overflow: hidden;
}


.welcome_board .video_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.welcome_board .video_bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome_board .video_bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000096;
}

.welcome_board .board_content {
    z-index: 99;
    position: relative;
}

.welcome_board .board_content p,
.welcome_board .board_content h1 {
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    text-align: start;

}

.welcome_board .board_content h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
}

.welcome_board .board_content p {
    font-size: 16px;
}

.login_page_logo {
    position: absolute;
    width: 150px;
    z-index: 99;
    top: 15px;
    left: 10px;
}

.login_with_media {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.login_with_media a {
    display: flex;
    width: fit-content !important;
    font-size: 12px;
    border: 1px solid #ddd !important;
    background-color: #fff;
    padding: 10px !important;
    margin-bottom: 0 !important;
}

.account_title {
    font-size: 12px;
    margin-top: 10px;
}

.account_title a {
    text-decoration: underline;
    color: #000;
}

.copy_right_title {
    font-size: 12px;
    font-weight: 300;
}

@media(max-width:991px) {
    .welcome_board {
        display: none !important;
    }

    .form_box {
        padding: 25px 15px !important;
    }

    .social_logos {
        gap: 15px;
    }

    .social_logos img {
        width: 80px;
        object-fit: contain;
    }

    .registration_page .app-header {
        display: none !important;
    }

    .app-sidebar-toggle {
        display: none !important;
    }

    .copy_right_footer_desk {
        display: none !important;
    }

    .copy_right_footer_mobile {
        order: 3;
        display: block !important;
    }

    .top_logo_box {
        padding: 8px;
        display: block !important;
        background-color: #010F40;
    }

    .top_logo_box img {
        width: 85%;
        height: 45px;
        margin: auto;
        display: block;
        margin: auto;
        object-fit: contain;
    }

}



/* profile css  */


.police_agent_lable {
    gap: 15px;
}

.police_agent_lable>div {
    margin: 0 !important;
}

.police_agent_right {
    max-width: max-content !important;
}


@media(max-width:768px) {
    .profile_container.card-body {
        padding: 15px;
    }

    .profile_container .profile_button_box {
        padding-right: 0 !important;
    }

    .profile_container .profile_button_box>div {
        gap: 10px;
    }

    .profile_container .profile_button_box>div .lable_box {
        margin: 0 !important;
    }

    .settings_profile_details form .dropzone {
        width: 100% !important;
    }

    .settings_profile_details .card-body {
        padding: 15px !important;
    }

    .profile_top_tab {
        justify-content: center !important;
    }
}



@media(max-width:420px) {
    .profile_container .profile_button_box>div {
        justify-content: space-evenly;
    }

    .police_agent_lable {
        justify-content: center;
    }

}


.police_agent_online {
    gap: 25px !important;
    justify-content: space-between !important;

}

.mb_3 {
    margin-bottom: 3px;
}

.font-13,
table tr td a,
table tr td p,
table tr label,
table tr span,
table tr td button,
table tr th,
table tr td {
    font-size: 12px !important;
}

table tr th {
    padding: 10px !important;
}

table {
    font-family: "Roboto", sans-serif !important;

}



/* port-job driver card */
.rcard_container {
    width: 300px;
    background-color: #FFF;
    /*height: 200px;*/
    padding: 0;
    /*border-radius: 15px;*/
    overflow: hidden;
}

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

.rcard_header div:first-child {
    padding-left: 15px;
}

.rcard_header div:last-child {
    padding-right: 15px;
}

.rcard_container h4 {
    color: #00113f;
    font-size: 16px;
}

.rcard_container h5 {
    color: #bec5ca;
    width: 100%;
    text-align: center;
}

.rcard_body .rcard_address {
    text-align: center;
    color: #00113f;
    font-size: 9px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.rcard_body {
    padding: 5px 0 15px 0;
}

.rcard_body .rcard_photo_container {
    width: 90px;
    height: 90px;
    margin: -10px auto 10px auto;
    position: relative;
}

.rcard_photo_container .sbp_status {
    position: absolute;
    bottom: 5px;
    left: 67px;
    background-color: #25b408;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #FFF;
}

.rcard_body .rcard_photo_container img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 5px 5px 5px rgba(0, 0, 0, 0.1);
    border: 3px solid #FFF;
}

.rcard_body h4 {
    color: #00113f;
}

.rcard_footer {
    display: flex;
    font-size: 14px;
    font-weight: bold;
}

.rcard_footer div:nth-child(1) {
    background-color: #00113f;
    color: #FFF;
    text-align: center;
    padding: 15px;
    width: 140px !important;
    white-space: nowrap;
}

.rcard_footer div:nth-child(2) {
    flex-grow: 1;
    color: #00113f;
    text-align: center;
    padding: 15px;
}

.gm-style-iw-d {
    padding: 0 !important;
}

.gm-style-iw-d>div {
    padding: 0 !important;
    /*position: relative;*/
    /*top: 20px;*/
}

.rcard_driver_name,
.rcard_driver_title,
.location_title {
    padding: 0 !important;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #00113f;
    font-weight: bold;
}

.rcard_driver_name {
    margin-top: 10px;
}

.rcard_driver_title,
.location_title {
    color: #c0c5c9;
    font-size: 13px;
}

.book_container:has(.rcard_container) .gm-style .gm-style-iw-tc::after {
    background-color: #25b408;
}

.rcard_container .rcard_footer div:nth-child(2) {
    background-color: #25b408;
    color: #FFF;
    width: calc(100% + 50px);
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.rcard_plate_rating {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    justify-content: space-around;
}

.rcard_plate,
.rcard_rating {
    display: flex;
}

.rcard_plate_icon,
.rcard_rating_icon {
    background-color: #ebecee;
    padding: 10px;
    border-radius: 16px;
    color: #00113f;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rcard_plate_icon i {
    color: #00113F !important;
}

.rcard_rating_icon i,
.rcard_plate_icon i {
    font-size: 16px !important;
}

.rcard_rating_title,
.rcard_plate_title {
    color: #00113f;
    font-size: 16px;
    font-weight: bold;
}

.rcard_rating_label,
.rcard_plate_label {
    color: #d1d1d3;
    font-size: 14px;
}


.card_container.show-container-details .card_box {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;

}

#portjobs-table tr th,
#portjobs-table tr td p,
#portjobs-table tr td,
#portjobs-table tr td span {
    white-space: nowrap;
}

.board_right_side_content .form_box {
    padding-top: 0 !important;
}

.login_container_logo {
    width: 220px;
    margin-top: -50px;
    /* margin: -50px auto 0 auto !important; */
    margin: 0px auto 0 auto !important;
    display: block;
}

.auth.form_box {
    max-width: 500px;
    width: 100%;
}

@media(max-width:991px) {
    .login_container_logo {
        margin-top: 0 !important;
    }
}

.login_with_otp {
    display: none;
}

.show_otp_screen .login_with_otp {
    display: block;
}

.show_otp_screen .login_form {
    display: none;
}

.login_top_feature_card img {
    width: 50px;
}

.welcome_board .login_top_feature_card h2 {
    font-size: 55px;
    text-align: start;
    text-transform: uppercase;
    color: #fff;
}

.welcome_board .login_top_feature_card h3 {
    color: #fff;
    text-align: start;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 25px;
}

.login_top_feature_card h2 span {
    color: #d71214;

}

.login_top_feature_card img.truck_img {
    width: 100px;
    scale: 1.1;
    height: 50px;
}

.login_top_feature_card .content {
    font-family: "Roboto", sans-serif !important;
}

.get_it {
    margin-top: 30px;
    font-size: 25px !important;
    font-weight: 600;
    font-style: italic;
    text-align: start;
    color: #fff !important;
}


.quote_now_btn {
    background-color: #d71214;
    color: #fff;
    width: 150px;
    height: 40px;
    border: 0;
    border-radius: 5px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    display: flex;
}

.login_top_feature_card .content h1 {
    font-size: 15px;
    font-weight: 600;
    font-family: "Roboto", sans-serif !important;
    margin: 10px 0 5px 0;
    text-align: center;
}

.service_box {
    margin: 20px 0;
    gap: 50px;
}

.service_box .box_content {
    width: max-content;
    position: relative;
}

.service_box .box_content p {
    margin-bottom: 0;
}

.service_box .box_content::before {
    position: absolute;
    content: '';
    right: -20px;
    height: 70%;
    top: 15%;
    width: 1px;
    background-color: #fff;
}

.service_box .box_content:last-child::before {
    content: none;
}



/* #kt_pricing .Weekly,
#kt_pricing .Annual {
    display: none;
} */

#kt_pricing .pro_title {
    font-size: 35px !important;
}

#kt_pricing .price {
    font-size: 65px !important;
    color: #25b408;
}

#kt_pricing .nav-group.nav-group-outline {
    /* border-radius: 50px; */
}

#kt_pricing .nav-group .btn {
    /* border-radius: 50px !important; */
    margin: 0 !important;
}

#kt_pricing .nav-group .btn.active {
    background-color: #001b7b !important;
    color: #fff;
}

#kt_pricing .price_box {
    width: 100%;
    padding: 15px;
    background-color: #f7f7f7;
}

#kt_pricing .price_box:hover {
    background-color: #25b408;
    color: #fff;
}

#kt_pricing .pricing_content {
    padding: 20px;
}

#kt_pricing .price_box:hover span,
#kt_pricing .price_box:hover .pro_title {
    color: #fff !important;
    opacity: 1 !important;
}


#kt_pricing .pricing_container {
    border-radius: 10px;
    overflow: hidden;
}

#kt_pricing .price_box.active,
#kt_pricing .price_box.active .pro_title,
#kt_pricing .price_box.active .price {
    background-color: #25b408;
    color: #fff !important;
}


/* success_modal -=== */
.success_modal {
    text-align: center;
    overflow: hidden;
}

.success_modal img {
    width: 300px;
    scale: 1.5;
}

.success_modal p {
    font-size: 15px;
}


/* bid_modal css  */



.bid_modal {
    max-width: 370px;
}

.bid_modal h2 {
    text-transform: capitalize;
}

.bid_modal .notice {
    background-color: #e5ecf4 !important;
}

.bid_modal .desired_button_box {
    gap: 0 !important;
}

.bid_modal .desired_button_box button {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    border: 1px solid #b9bdc3 !important;
    background-color: transparent;
    border-radius: 50%;
}

.bid_modal .desired_button_box button i {
    color: #0f5151 !important;
}

.bid_modal .bid-plu:hover {
    background: #fff !important;
}


.bid_modal .desired_button_box .form-control.form-control-solid {

    background-color: transparent !important;
}

.bid_modal .desired_button_box input {
    font-size: 4rem;
    max-width: 200px !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #000 !important;
}


.bid_modal .desired_button_box input:focus {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
}


input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bid_modal .hand_icon i {
    font-size: 6rem !important;
    color: #00113F;
}

.bid_modal .hand_icon p {
    font-style: italic;
    color: #00113F;
}

.delay-day-box {
    height: 50px;
    width: 50px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    flex-direction: column;

}

.marker.car-marker .marker-wrapper:before {
    top: -11px;
    left: -24px;
}


.marker.car-marker.blueEffect .marker-wrapper:before {
    background-color: #00b80086;
}

.driver_express_container .gm-style-iw-t:has(.rcard_container) .gm-ui-hover-effect {
    display: block !important;
}

.port-terminal-btn-color {
    background-color: #00113f !important;
    color: #FFF !important;
    width: 100%;
    max-width: 400px;
    height: 36px !important;
    justify-content: center;
    border-radius: 4px !important;
}

.dropoff-address-btn-color {
    background-color: #00b500 !important;
    color: #FFF !important;
    width: 100%;
    max-width: 400px;
    height: 36px !important;
    justify-content: center;
    border-radius: 4px !important;
}

.dropoff-address-btn-color::placeholder {
    text-align: center;
    color: #fff !important;
}



.common-btn-color {
    background-color: #ffd100 !important;
    /* color: #000 !important; */
    width: 100%;
    max-width: 400px;
    height: 36px !important;
    justify-content: center;
    border-radius: 4px !important;
}

.common-btn-color-select {
    background-color: #00b800 !important;
}

.common-btn-blue {
    background-color: #00113F !important;
}

.common-btn-color-select .select2-selection__placeholder {
    color: #fff !important;
}

.common-btn-color::placeholder {
    text-align: center;
}

#containerNumber::placeholder {
    color: #000 !important;
}

.plan_card {
    border: 1.5px dashed #F1F1F4;
}

.common-btn-green {
    height: 45px !important;
    border-radius: 5px !important;
    background-color: #00b800 !important;
    max-width: 400px;
    color: #fff;
    width: 100%;
    border: none;
    justify-content: center;
}

.form_box .form-control {
    border: 1px solid #F1F1F4 !important;
    background-color: #F1F1F4 !important;
}

.port_small_select .select2-selection__rendered,
.port_small_select .select2-selection__placeholder {
    color: #fff !important;
}

.port-terminal-dropdown .select2-selection__placeholder,
.port-terminal-dropdown .select2-selection__rendered {
    color: #fff !important;
}

.select2-results__options .select2-results__option {
    font-size: 12px !important;
}


.book_container .form_box .form-select.form-select-solid,
.book_container .left_side .form_box .input_select input,
.book_container .left_side .form_box .input_select select {
    height: 45px !important;
    border-radius: 5px !important;
}

.image-input-placeholder {
    background-image: url('/assets/media/images/portboard_new.png');
}

@media(max-width:991px) {
    .port_small_select .role_inputs {
        margin: 10px 0 !important;
    }

}

.create_job_container .form-select {
    --bs-form-select-bg-img: url("../../assets/media/svg/icons/downArrow.svg");

}

.create_job_container .select2-selection__clear{
    -webkit-mask-image: url("../../assets/media/svg/icons/CloseIcon.svg");
    mask-image: unset;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-image: url("../../assets/media/svg/icons/CloseIcon.svg") !important;
    background-color: unset !important; 
    scale: 0.7;
    margin-top: -2px;
    
}

.role_inputs input::placeholder,
.role_inputs input {
    color: #fff  !important;
    caret-color: #ffffff;
}


.create_job_container .role_inputs input:-webkit-autofill{
  -webkit-text-fill-color: #F1F1F1;
  -webkit-box-shadow: 0 0 0px 1000px #00b800 inset;
}

#tolls_table tr td span.text-wrap {
    white-space: wrap !important;
}

.toll-marker-infowidow {    
    padding: 10px 14px;
    border-radius: 8px;
    max-width: 220px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 1px solid #eee;
}

.toll-custom-cluster {
    background-color: #010f40;
    color: white;
    font-weight: bold;
    font-size: 11px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);    
    white-space: nowrap;
    position: absolute;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    min-width: 36px;
    width: auto;
    text-align: center;
    top: 0px;
    left: 0;
    padding: 0;
    transform: translate(-50%, -100%);
}

.toll-custom-cluster::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #00113F transparent;
    border-width: 8px 7px 0;
    bottom: -8px;
    left: 50%;
    margin-left: -7px;
}

.price-marker .pin.toll-marker {
    color: #fff;
    width: fit-content;
}

.price-marker .marker:hover .marker-wrapper .pin.status_taken:after,
.map .marker:hover .marker-wrapper .pin.status_taken:after,
.map .marker.hover-state .marker-wrapper .pin.status_taken:after,
.map .marker.active .marker-wrapper .pin.status_taken:after {
    border-color: var(--pin_taken_status_color) transparent;
}

.price-marker a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

.price-marker a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.price-marker .gmnoprint a,
.map .gmnoprint span,
.map .gm-style-cc {
    display: none;
}

.price-marker .marker {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.price-marker .marker:after {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    width: 100px;
    height: 4px;
    content: "";
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.price-marker .marker:hover:after,
.map .marker.hover-state:after,
.map .marker.active:after {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.price-marker .marker:hover .marker-wrapper .pin:after,
.map .marker.hover-state .marker-wrapper .pin:after,
.map .marker.active .marker-wrapper .pin:after {
    -moz-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.price-marker .marker:hover .title,
.map .marker.hover-state .title,
.map .marker.active .title {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.price-marker .marker-wrapper .pin.toll-marker p {
    text-align: center;
    width: fit-content !important;
}

.price-marker .marker .marker-wrapper {
    -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    position: relative;
    transform-style: preserve-3d;

}

.price-marker .marker .marker-wrapper:before {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    z-index: -1;
}

.price-marker .marker .marker-wrapper:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -moz-transform: translateZ(-4px);
    -ms-transform: translateZ(-4px);
    -webkit-transform: translateZ(-4px);
    transform: translateZ(-4px);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 50px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
}

.price-marker .marker .marker-wrapper .pin {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
    position: relative;    
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
    text-align: center;
    height: 26px;
    border-radius: 5px;
    padding: 5px;
    top: 0;
    left: 0;
    -moz-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;

}

.price-marker .marker .marker-wrapper .pin.toll-marker:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;    
    border-width: 8px 7px 0;
    bottom: -8px;
    left: 50%;
    margin-left: -7px;    
}

/* .price-marker.toll-return_marker .marker .marker-wrapper .pin.toll-marker:after {
    border-color: #00b800 transparent !important;
}

.price-marker.toll-forward_marker .marker .marker-wrapper .pin.toll-marker:after {
    border-color: #00113F transparent !important;
}

.price-marker.toll-return_marker .pin.toll-marker {
    background-color: #00b800 !important;
}

.price-marker.toll-forward_marker .pin.toll-marker {
    background-color: #00113F !important;
} */

.price-marker .marker .marker-wrapper .pin.toll-marker:after {
    border-color: #eb0000 transparent !important;
}

.price-marker .marker .marker-wrapper .pin.toll-marker {
    background-color: #eb0000 !important;
}

.custom-toll-infowindow .gm-style-iw-chr {
    background-color: #eb0000 !important;
    color: #fff;
    font-weight: 800;
    font-size: 1.75rem;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 0 !important;
}

.custom-toll-infowindow .gm-style-iw-ch {
    padding-top: 12px !important;
    width: 100%;
}

.custom-toll-infowindow .gm-style-iw-ch span {
    padding-left: 0 !important;
    text-align: center;
    padding-left: 40px !important;    
}

.custom-toll-infowindow .gm-ui-hover-effect span{
    background-color: #ffffff !important;  
    filter: brightness(1.2) !important;
    opacity: 1 !important;  
}

.custom-close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #00113F;
    font-size: 15px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    z-index: 10;
    font-weight: 500;
}

.car_info {
    display: flex;
    border-radius: 10px;
    min-height: 75px !important;
    padding: 0;
    overflow: hidden;
}

.car_info .extraInfoWareHouseDestination_time {
    background-color: #00113f;
    height: inherit;
    width: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car_info .info_content {
    padding: 10px;
    gap: 5px;
    justify-content: center;
}

.gm-style-iw {
    padding: 0 !important;
}

.info_content .custom-close-btn {
    position: relative !important;
    height: fit-content !important;
    right: -10px;
    top: -5px;
}

.driver-image-wrapper {
    width: 57px;
    height: auto;
    min-height: 75px;
    flex-shrink: 0;
    position: relative;
}

.driver-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info_content {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 5px;
    justify-content: center;
    flex: 1;
}

/* Info-window */
.info-window-container {
    background: #fdfdfd;
    color: #000;
    font-family: Arial, sans-serif;
    border-radius: 5px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    max-width: max-content;
    height: 75px !important;
    width: auto;
    font-family: "Roboto", sans-serif !important;
}

.info-window-time {
    height: 75px !important;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 50px;
}

.destination-duration-time {
    font-size: 20px !important;
    font-weight: bold;
}

.info-window-time.green-bg {
    background: #27B408;
}

.info-window-time.blue-bg {
    background: #00113f;
}

.info-window-time span {
    display: block;
    line-height: 1.2;
    font-size: 13px;
    font-weight: bold;

}
.custom-toll-infowindow .gm-ui-hover-effect{
    opacity: 1 !important;
}

.book_container .job_detail {
    min-height: 500px;
    width: 100%;
    /* border-radius: 15px; */
    margin: auto;
    /* border: 1px solid #d9e2e8; */
    background-color: #FFFFFF;
}

.book_container .job_detail_container .job_detail .job_detail_head {

    padding: 16px 24px;
    border-bottom: 1px solid #d9dadb;
}

.book_container .job_detail_container .job_detail .job_detail_head h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.book_container .job_detail_container .job_detail .job_detail_body {
    padding: 16px 13px;
    display: flex;
}

.book_container .job_left {
    width: 315px;
    padding-right: 20px;
}

.book_container .job_title {
    font-size: 12px;
    color: #a5a7ae;
    font-weight: bold;
}

.book_container .activities_detail {
    margin-top: 20px;
    position: relative;

}

.book_container .activities_detail .activities {
    display: flex;
    gap: 40px;
    position: relative;
}

.book_container .activities_detail .activities .time {
    color: #1f1f1f;
    font-size: 13px;
}

.book_container .activities_detail .activities .activities_content h1 {
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #192024;
}

.book_container .activities_detail .activities .activities_content .address_bar {
    gap: 8px;
    align-items: center;
}

.book_container .activities .activities_content .address_bar .pill {
    padding: 5px;
    margin-right: 5px;
    background-color: rgb(0, 181, 0);
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}

.book_container .activities .activities_content .address_bar span {
    font-size: 12px;
    color: #192024;
}

.book_container .activities_detail .activities .activities_content {
    width: -webkit-fill-available;
    border-bottom: 1px solid #d9dadb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 18px;
}

.book_container .activities_detail .activities:last-child .activities_content {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.book_container .jdld_footer {
    margin-top: 10px;
    padding: 10px;
    background-color: #f1f4f9;
    border-radius: 5px;
    display: flex;
    width: 100%;
    height: fit-content;
    align-items: center;
    font-size: 12px;
}

.book_container .jdld_footer .icon {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #a1a1a9;
}

.book_container .jdld_footer .icon img {
    width: 12px;
    height: 15px;
}

.book_container .jdld_footer .step {
    color: #192024;
    font-weight: bolder;
}

.book_container .jdld_footer .date {
    flex-grow: 1;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #a1a1a9;
}

.book_container .activities_detail .time_line {
    width: 2px;
    position: absolute;
    height: calc(100% - 115px);
    background-color: #00113F;    
    left: 0;
    top: 0;
}


.book_container .activities_detail .time_line.container-job-detail {
    height: calc(100% - 60px) !important;
}


.book_container .activities_detail .activities .cap_icon {
    position: absolute;
    left: -8px !important;
    top: 0;
    background-color: #fff;
}

.book_container .job_right {
    width: 220px;
}

.book_container .main_dei_container {
    margin-top: 20px;
}

.book_container .main_dei_box .dei_info {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    align-items: center;
}

.book_container .main_dei_box .dei_info .icon {
    max-width: 20px;
    width: 100%;
    width: 100%;
}

.book_container .main_dei_box .dei_info .icon i {
    font-size: 16px !important;
    color: #00113F;
}

.book_container .main_dei_box .dei_info p {
    color: #00013f;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}

.book_container .main_dei_box {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #b0b0b0;
}

.book_container .main_dei_box:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.book_container .border_left {
    height: 20px;
    width: 2px;
    background-color: #565858;
}

.keen-blur-effect::before{
    position: absolute;
    content: '';
    width:100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    z-index: 999;
    top: 0;
    left: 0;
}
  
#toll-list-overlay {
    position: absolute;
    top: 5px;
    right: 400px;
    max-height: 98vh;
    overflow-y: auto;
    padding: 0px;
    border-radius: 8px;
    /* z-index: 1000; */
}

#toll-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#toll-list li {
    margin-bottom: 3px;
    padding: 5px;
    border-radius: 5px;
}

.bid-currency-sign-input {
    background: transparent;
    border: none;
    font-size: 4rem;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;   
}