/* Modal styling fixes */

/* Fix modal backdrop to cover full screen */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

/* Fix modal positioning */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fix modal dialog sizing and positioning */
.modal-dialog {
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 1.75rem auto;
    pointer-events: none;
}

/* Fix modal content */
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    outline: 0;
    margin-top: 70px;
}
.react-datepicker-wrapper input.form-control {
    padding-right: 5px !important;
    padding-left: 5px !important;
    font-size: 13px !important;
}
.card-header.notificationheader h3.card-title {
    margin-bottom: 0px;
}
.card-header.notificationheader {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}
.card-header.notificationheader .card-options {
    display: flex;
    align-items: center;
}
.card-header.notificationheader button.btn{
    display: flex;
    align-items: center;
}
.card-header.notificationheader button.btn.btn-sm.btn-outline-secondary svg,
.card-header.notificationheader button.btn.btn-sm.btn-outline-danger svg{
    color: #fff;
}
.card-body.notificationDtlsBody small.text-muted {
    display: flex;
    align-items: center;
}
.card-header.notificationheader .btn-outline-secondary,
.card-header.notificationheader .btn-outline-danger {
    color: #fff;
    border-color: #ffffff;
}
.card-header.notificationheader .btn-outline-danger:hover,
.card-header.notificationheader .btn-outline-danger:focus,
.card-header.notificationheader .btn-outline-danger:active {
    color: #fff !important;
    border-color: #ffffff;
}

/* Fix modal header */
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 500;
}

/* Fix modal body */
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    max-height: 70vh;
    overflow-y: auto;
}

/* Fix modal footer */
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

/* Fix close button */
.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    margin: -0.25rem -0.25rem -0.25rem auto;
    background: url(./../img/close_modal.svg);
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    width: 24px;
    height: 24px;
    background-size: contain;
}

.btn-close:hover {
    opacity: 0.75;
}

/* Responsive modal */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 992px) {
    .modal-dialog-lg {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-dialog-xl {
        max-width: 1140px;
    }
}

/* Fix for small screens */
@media (max-width: 575.98px) {
    .modal-dialog {
        width: auto;
        margin: 0.5rem;
    }
}

/* Additional fixes for your specific modal */
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

/* Fix modal fade animation */
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

/* Fix body padding when modal is open */
body.modal-open {
    overflow: hidden;
    padding-right: 0;
}

/* Theme color helper classes */
.text-theme {
    color: #005DA0 !important;
}

.border-theme {
    border-color: #005DA0 !important;
}

.text-theme-light {
    color: #dfe7fb !important;
}


.main-footer {
    padding: 20px 30px 20px 280px;
    color: #98a6ad;
    border-top: 1px solid #e3eaef;
    background: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    width: 100%;
    display: flex;
    /* changed from inline-block */
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    /* key line: pushes footer to bottom */
}



/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/* Dashboard DatePicker Alignment Fixes */
.DashBoardSearch, .d-flex.gap-3 {
    gap: 15px !important; /* Fallback for modern browsers */
}

/* Fallback for browsers that don't support flex gap */
.d-flex.gap-3 > div + div {
    margin-left: 15px;
}

.DashBoardSearch .form-group, .flex-fill {
    margin-bottom: 0 !important;
    width: 100%;
}

.react-datepicker-wrapper {
    display: block !important;
    width: 100% !important;
}

.react-datepicker__input-container {
    display: block !important;
    width: 100% !important;
}

.react-datepicker__input-container input {
    width: 100% !important;
}

/* Ensure labels are properly aligned */
.flex-fill label {
    display: block;
    margin-bottom: 5px;
}

.add_edit_permision_main {
    padding: 10px;
}


.add_edit_permision_clm_outer {
    display: flex;
}

.add_edit_permision_clm_lft {
    width: 2%;
}

.add_edit_permision_clm_rht {
    width: 98%;
}

.add_edit_permision_clm_list {
    background: #fff;
    border: solid #343a40 1px;
    padding: 10px 15px;
    color: #0f5ea2;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.add_edit_permision_clm_pdng25 {
    margin-left: 25px;
}

.sub_dot1 {
    background: url(./../img/sub_dot1.png);
    width: 37px;
    height: 117px;
    top: 15px;
    position: relative;
}

.add_wdit_per_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.add_wdit_per_list ul li {
    color: #343a40;
    width: 25%;
    margin: 5px 0;
}

.section-body.adminPermission .card-body {
    padding: 0px;
}

.section-body.adminPermission .card-footer {
    padding: 0;
    background-color: transparent;
    border-top: none;
    padding-left: 55px;
    padding-top: 10px;
}

.theme-red .add_edit_permision_clm_hd {
    background: #005DA0;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.theme-red .section-body.adminPermission .btn-primary {
    background-color: #005DA0;
    border-color: transparent !important;
    color: #fff;
}

.theme-red .section-body.adminPermission .btn-primary:hover {
    background-color: #b51866 !important;
    color: #fff;
}

.theme-green .add_edit_permision_clm_hd {
    background: #28c76f;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.theme-green .section-body.adminPermission .btn-primary {
    background-color: #28c76f;
    border-color: transparent !important;
    color: #fff;
}

.theme-green .section-body.adminPermission .btn-primary:hover {
    background-color: #28c76f !important;
    color: #fff;
}

.theme-orange .add_edit_permision_clm_hd {
    background: #28c76f;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.theme-orange .section-body.adminPermission .btn-primary {
    background-color: #28c76f;
    border-color: transparent !important;
    color: #fff;
}

.theme-orange .section-body.adminPermission .btn-primary:hover {
    background-color: #28c76f !important;
    color: #fff;
}

.theme-purple .add_edit_permision_clm_hd {
    background: #5864bd;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.theme-purple .section-body.adminPermission .btn-primary {
    background-color: #5864bd;
    border-color: transparent !important;
    color: #fff;
}

.theme-purple .section-body.adminPermission .btn-primary:hover {
    background-color: #5864bd !important;
    color: #fff;
}

.theme-black .add_edit_permision_clm_hd {
    background: #353c48;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.theme-black .section-body.adminPermission .btn-primary {
    background-color: #353c48;
    border-color: transparent !important;
    color: #fff;
}

.theme-black .section-body.adminPermission .btn-primary:hover {
    background-color: #353c48 !important;
    color: #fff;
}

.theme-cyan .add_edit_permision_clm_hd {
    background: #3dc9b3;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.theme-cyan .section-body.adminPermission .btn-primary {
    background-color: #3dc9b3;
    border-color: transparent !important;
    color: #fff;
}

.theme-cyan .section-body.adminPermission .btn-primary:hover {
    background-color: #3dc9b3 !important;
    color: #fff;
}

.theme-white .add_edit_permision_clm_hd {
    background: #fff;
    padding: 10px 15px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.theme-white .section-body.adminPermission .btn-primary {
    background-color: #fff;
    border-color: transparent !important;
    color: #000;
}

.theme-white .section-body.adminPermission .btn-primary:hover {
    background-color: #fff !important;
    color: #000;
}

.main-footer {
    margin-top: 390px;
}

.section.section.loginBox .card .card-header {
    border-radius: 10px 10px 0 0;
}

.btn-light,
.btn-light.disabled {
    color: #191d21 !important;
}

.btn {
    box-shadow: none !important;
}

.card.card-primary {
    border-top: none !important;
}

.gallery.gallery-md .gallery-item {
    width: 140px;
    height: 58px;
    background-size: contain;
    background-position: center;
}

.gallery.gallery-md {
    display: flex;
    align-items: center;
}

.author-box .author-box-picture {
    width: 100px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    height: 100px;
    background-position: center;
    background-size: contain;
}

.card a.btn-light:focus,
.card a.btn-light:hover {
    color: #000000 !important;
}

a.nav-link.dropdown-toggle.nav-link-lg.nav-link-user {
    display: flex;
    align-items: center;
}

.navbar .nav-link.nav-link-user img {
    width: 30px;
    margin-right: 10px;
    box-shadow: none !important;
}

.dropdown-divider {
    border-top-color: #d5d5d5;
}

.btn-right {
    float: right;
}




.unit_style .card {
    box-shadow: none !important;
    border-radius: 25px !important;
}

.bg-white.shadow-lg {
    box-shadow: none !important;
}

.unit_style .card .card-body {
    border-radius: 25px !important;
    background: #0e76a8 url(./../img/unit_box_bg.png) !important;
    min-height: 290px;
}

.unit_style .card .card-body .media-body h3 {
    color: #ffffff !important;
    font-size: 18px;
}

.unit_style .card .card-body .mt-3 h6 {
    color: #ffffff !important;
    font-weight: 800 !important;
}

.unit_style .card .card-body .mt-3 ul {
    color: #000 !important;
}

.unit_style .card p .btn {
    background-color: #fff !important;
}

.unit_style .card p .btn:hover {
    background-color: #005DA0 !important;
    color: #fff !important;
}

.card.card-primary {
    box-shadow: none;
}

.card_header_style .btn-light {
    background-color: #fff !important;
}

.card_header_style .btn-light:hover {
    background-color: #dfe7fb !important;
}

.card_header_style .card .card-header:hover {
    opacity: inherit !important;
}

.card_header_style .card.card-primary:hover {
    opacity: inherit !important;
}

.left-container.policy_style {
    border: 1px solid #ccc !important;
    box-shadow: none;
}

.right-container.policy_style {
    border: 1px solid #ccc !important;
    box-shadow: none;
}

.right-container.policy_style .card {
    box-shadow: none !important;
    border: 1px solid #e4e6fc !important;
}

.left-container.policy_style button {
    font-weight: 700 !important;
    border-radius: 5px !important;
    font-size: 14px !important;
}




.ApprovalRequestTable .btn-group {
    gap: 12px;
}
button.btn.btn-info.btn-sm.mr-1.mt-3 {
    padding: 5px 10px;
    margin-left: 10px;
}

.flrsltDtlBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.flDtls img {
    height: 40px;
}

.flrsltDtlBox p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}

.flStops {
    padding: 0 0;
    display: flex;
    align-items: center;
}

.flStops span {
    font-weight: bold;
    padding: 0 5px;
    font-size: 15px;
}

.flaproveedit {
    display: flex;
    gap: 7px;
}

.Pending {
    color: #FF8235;
}

.Success {
    color: #00AA25;
}

.approverequestTable td {
    border: 1px solid #DEE2E6;
    padding: 10px 10px !important;
    height: auto !important;
    vertical-align: top !important;
}

.approverequestTable th {
    border: 1px solid #DEE2E6;
}

table.table.approverequestTable {
    border: 1px solid #DEE2E6;
}

th.count {
    border-top: 1px solid #DEE2E6 !important;
}

.SideModalnew.modal-dialog {
    width: 500px !important;
}

.SideModalnew .btn-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.SideModalnew.modal.right.fade.in .modal-dialog {
    right: 0 !important;
    transform: translateX(-50%);
}

.SideModalnew.modal.right .modal-content {
    height: 100%;
    border-radius: 0;
}

.SideModalnew.modal.right .modal-body {
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 45px 25px;
}

.SideModalnew.modal.right .modal-dialog {
    width: 500px;
    max-width: 500px;
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.SideModalnew.modal.right.fade.in .modal-dialog {
    transform: translateX(0%);
}

.SideModalnew.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.SideModalnew.modal.right .modal-header {
    padding: 0;
}

.SideModalnew.modal.right .modal-header::after {
    content: "";
    display: inline-block;
}

.SideModalnew.modal.right .close {
    text-shadow: none;
    opacity: 1;
    color: #ff4d4d;
    font-size: 26px
}

.sendQouteBox {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0;
    width: 100%;
}

.sendQouteBox .Fl_rslt_sec {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 10px 0;
}

.sendQouteBox .airlogo {
    width: auto;
    margin-right: 10px;
}

.sendQouteBox .airlogo img {
    height: auto;
    padding: 0px;
    width: 100px;
}

.sendQouteBox .fl_name {
    font-size: 12px;
    color: #000000;
    line-height: 17px;
    margin-top: 0;
}

.sendQouteBox .air__stops {
    position: relative;
    width: 50%;
    padding-top: 5px;
}

.sendQouteBox .airDurationStops {
    position: relative;
    text-align: center;
}

.sendQouteBox .airDurationStops span {
    font-size: 10px;
    position: absolute;
    top: -2px;
    background: #fff;
    color: #000;
    z-index: 2;
    padding: 2px 7px;
    transform: translate(-50%, -0%);
    border: 1px solid #000;
    border-radius: 35px;
}

.sendQouteBox .air_time_Time {
    display: block;
    font-size: 15px;
    font-weight: 900;
    line-height: 18px;
    color: #000000;
}

.sendQouteBox .air_time_aircode {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    letter-spacing: 0.58px;
    text-align: left !important;
    margin-top: 0px !important;
    padding: 0px !important;
}

.sendQouteBox .all_airport_rslt {
    border-radius: 10px;
    text-align: center;
    padding: 2px;
    margin-top: 5px;
}

.sendQouteBox .flightIcon {
    position: absolute;
    right: -1px;
    top: 2px;
    z-index: 2;
    width: 16px;
    height: 15px;
    background: #FFF url(../../assets/img/pax_flight.svg) center;
    background-size: contain;
}

.sendQouteBox .airDurationStops .stop-overs {
    display: flex;
    font-size: 12px;
    margin-top: 0px;
    justify-content: center;
    padding-top: 12px;
    min-height: 30px;
}

.sendQouteBox .airDurationStops::after {
    height: 1px;
    width: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    z-index: 1;
}

.sendQouteBox .airDurationStops .stop-overs .stops::before {
    position: absolute;
    height: 8px;
    background: #0bc3ff;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    z-index: 2;
    top: -10px;
    content: "";
    left: 50%;
    transform: translate(-50%, 0);
}

.sendQouteBox .tooltiptext {
    visibility: hidden;
    width: 170px;
    border-radius: 4px;
    background-color: #1cade3;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px 5px;
    position: absolute;
    z-index: 2;
    top: 213%;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(-50%, 0);
    line-height: 17px;
}

.sendQouteBox .airDurationStops::before {
    width: 10px;
    height: 14px;
    background: url(../../assets/img/flight_location.svg) no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    margin-top: 0px;
    left: -5px;
    z-index: 2;
    background-size: contain;
}

.sendQouteBox .airDurationStops .stop-overs .stops {
    text-align: center;
    position: relative;
    margin-right: 4px;
    font-size: 12px;
}

.sendQouteBox .air__stops {
    position: relative;
    width:50%;
    padding: 5px 10px;
}

.sendQouteBox .air_time_sector {
    width: 25%;
    line-height: 22px;
}

.sendQouteBox .Result_time_sec {
    display: flex;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 25px;
    padding: 0 15px 30px;
}

.sendQouteBox .air_time_sector.lftPdng {
    padding-left: 10px;
}

.sendQouteBox .result_time_bag_main {
    width: 100%;
    font-size: 10px;
    left: 0;
    gap: 5px;
    color: #000;
    top: 20px;
    position: relative;
    display: flex;
}

.sendQouteBox .rslt_time {
    width: auto;
}

.sendQouteBox .rslt_bag {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
}

.sendQouteBox .Fresult_bag {
    width: 13px;
    height: 13px;
    background: url(../../assets/img/rslt_bag.png);
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
}

.sendQoutePrice {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.sendQouteBox .refundable {
    background: #019f2d;
    color: #fff;
    font-size: 11px;
    border-radius: 35px;
    padding: 3px 12px;
    width: fit-content;
    letter-spacing: 0.58px;
}

.sendQouteBox .nonrefundable {
    background: #f00;
    color: #fff;
    font-size: 11px;
    border-radius: 35px;
    padding: 3px 12px;
    width: fit-content;
    letter-spacing: 0.58px;
}

.sendQoutePrice .resultFare {
    font-size: 16px;
    margin-right: 15px;
    font-weight: 900;
    color: #000;
}

.sendApprovel {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

.SideModalnew.modal.right .close {
    background: url(../../assets/img/close_modal.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 10px;
    opacity: 1;
    font-size: 0;
    margin: 0px;
    padding: 0px;
}

.sendQouteBox .fl_name p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 17px;
}

.sendQouteBox .rslt_time p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 17px;
    font-size: 11px;
}

.sendQouteBox .rslt_bag p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 17px;
    font-size: 11px;

}

.Fresult_time {
    width: 12px;
    height: 12px;
    background: url(../../assets/img/rslt_time.png);
    display: inline-block;
    margin-right: 5px;
}

.sendQouteBox .rslt_time {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.disableDiv {
    background-color: #e8e8e8;
    cursor: not-allowed;
    padding: 5px;
}

.approvers-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.approver-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
}

.approver-name {
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.approver-status {
    font-size: 0.8rem;
    font-weight: 500;
}
span.air_city_name {
    font-size: 12px;
    color: #000;
}
span.air_airport_name {
    font-size: 12px;
    color: #000;
}
span.air_terminal {
    font-size: 12px;
    color: #000;
}
span.air_date {
    font-size: 12px;
    color: #000;
}
.sendQouteBox .air_time_sector span {
    font-size: 12px;
    color: #000;
        display: block;
    line-height: 17px;
}
.newstops {
    position: absolute;
    top: -24px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px 10px;
    background: #fff;
    z-index: 9;
    white-space: nowrap;
    height: 22px;
    left: 25%;
    gap: 7px;
}
.SideModalnew.modal.right .modal-body.cbtqoutemodalnew {
    padding: 20px 15px;
}
.cbtqoutemodalnew h5.modal-title.align-items-center {
    padding-bottom: 20px;
    color: #000;
}
.status-0,
.status-1,
.status-2 {
    color: #d97706;
    /* orange for pending/awaiting */
}

.status-3 {
    color: #059669;
    /* green for approved */
}

.status-4 {
    color: #dc2626;
    /* red for rejected */
}

.card-header .btn-secondary {
    box-shadow: 0 2px 6px #e1e5e8;
    background-color: #1fa4ff;
    border-color: #cdd3d8;
    color: #fff;
    border-radius: 25px !important;
    border: none;
    padding: 8px 25px !important;
}

.card-header .btn-secondary:hover {
    background-color: #1fa4ff !important;
}

.Branches .card .card-statistic-3 .badge {
    box-shadow: none;
}

.Branches .btn-light {
    background: #fff;
}

.Branches .card-statistic-3 h3 {
    font-size: 20px;
}

.Units_Section .unit_style .card .card-body {
    background-color: #0e76a8;
}

.Units_Sec_list {

    min-height: 84px;

}

.Units_Sec_list ul {
    display: flex;
    flex-wrap: wrap;

}

.Units_Sec_list li {
    width: 50%;
    list-style: none;
    color: #fff;
    font-size: 14px !important;
    line-height: 16px;
    padding: 5px 0;
    padding-left: 15px;
    position: relative;
}

.Units_Sec_list li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../img/arow_unit.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    rotate: 270deg;

}

.Units_Section .gallery-item {
    width: 140px;
    height: 58px;
    background-size: contain;
    background-position: center;
    background-color: #fff;
    border-radius: 10px;
}


.DashBoardSearch {
    padding-bottom: 5px;
    border-bottom: solid #e3e3e3 1px;
    margin-bottom: 25px;
}

.DashBoardSearch label {
    margin-bottom: 2px;
}

.DashBoardSearch .btn {
    margin-top: 22px;
    padding: 8px 20px;
    font-size: 16px;
}

.dashboardIconBox {
    background: #303338;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboardIconBox img {
    height: 30px;
}

button.btn.btn-outline-secondary.btn-sm.mr-2.refreshBtn {
    background: #fff !important;
    color: #000 !important;
    border-radius: 25px !important;
    border: none;
    padding: 8px 25px !important;
}

button.btn.btn-outline-secondary.btn-sm.mr-2.refreshBtn:hover {
    background: #fff !important;
    color: #000 !important;
    border-radius: 25px !important;
    border: none;
    padding: 8px 25px !important;
}

.profile-widget .profile-widget-picture {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    float: left;
    width: 35px;
    margin: 2px 10px;
    position: relative;
    z-index: 1;
}

.modal-footer .btn-secondary {
    box-shadow: 0 2px 6px #e1e5e8;
    background-color: #7b7b7b;
    border-color: #cdd3d8;
    color: #fff;
}

.loginBg img {
    border-radius: 15px;
}

section.section.loginBox {
    background: url(../img/qgo_patern_bg.jpg);
    padding: 30px 0;
    height: 100vh;
    background-size: cover;
}

.star_admin {
    background: url(../img/star_admin.png);
    width: 18px;
    height: 18px;
    display: inline-block;

}



.ApprovalRequestTable .Action .btn {
    min-height: 35px;
}

.TabBraches .nav-tabs {
    border-bottom: 1px solid #1fa4ff;

}

.TabBraches .nav-link {
    color: #000 !important;
}

.TabBraches .nav-link.active {
    background-color: #1fa4ff;
    color: #fff !important;
    border-color: #1fa4ff #1fa4ff #1fa4ff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.TabBraches .nav-tabs .nav-link:focus,
.TabBraches .nav-tabs .nav-link:hover {
    border-color: #1fa4ff #1fa4ff #f6f6f6;
}


.table.table-bordered td,
.table.table-bordered th {
    border-color: #ccc;
}

.aproveTick {
    background-image: url(../img/flapprove.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
}

.rejectCancel {
    background-image: url(../img/rejectCancel.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
}

.approvrqstText {
    display: flex;
    align-items: center;
    gap: 7px;
}

button.btn.btn-info.btn-sm.mr-1.mt-3 {
    background: #005da0;
    border: 1px solid #005da0;
}

li.dropdown.dropdown-list-toggle span.badge.badge-danger.badge-sm {
    width: 30px;
    height: 30px;
    font-size: 14px !important;
    padding-top: 8px;
}

li.dropdown.dropdown-list-toggle i.fas.fa-bell {
    font-size: 0px !important;
}

.table:not(.table-sm) thead th {
    color: #000000;
}

.table.table-bordered td,
.table.table-bordered th {
    color: #000000;
}

td.sendRqstFldtls {
    min-width: 370px !important;
}

.sendQteViewAprove {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:before {
    content: "" !important;
}

.approval_btn_1 .btn {
    height: 35px;
    margin-top: 5px;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {
    flex-shrink: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 42px;
    text-align: center;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-position: center right calc(.375em + 1.0rem) !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-position: right calc(0.375em + 1rem) center !important;
}

select.form-control {
    padding-right: 40px !important;
}

input.form-control {
    padding-right: 40px !important;
}

.hmDashAvailbleMain {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hmdashAvailblePoints {
    width: 18%;
}

.hmdashAvailblePoints .card-content {
    width: 60%;
}

.hmDashBoardMain .hmdashAvailblePoints .card {
    min-height: 115px;
}

.loginBoxMain {
    background-color: #ffffff4f;
    border-radius: 10px;
    padding: 50px;
}

.loginWhitBox {
    background-color: #ffffff;
    min-height: 375px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.loginLogo img {
    height: 70px;
    margin-bottom: 10px;
    margin-left: 50px;
}

.loginLogo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cbtLoginIcon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cbtResetIcon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cbtLoginIcon img {
    width: 350px;
}

.cbtResetIcon img {
    width: 200px;
}

#sidebar-wrapper {
    background: #fff !important;
    overflow: auto !important;
    overflow-x: hidden !important;
}

.btn-primary {
    box-shadow: none;
    background-color: #0f5ea2 !important;
    border-color: #0f5ea2 !important;
}

section.section.loginBox a {
    color: #0f5ea2;
    font-size: 14px;
}

.navbar.main-navbar,
.navbar.main-navbar.sticky {
    background-color: #0f5ea2 !important;
    border-color: #0f5ea2 !important;
}

/* ul.sidebar-menu li.active a {
    background-color: #0f5ea2 !important;
    border-color: #0f5ea2 !important;
    color: #fff !important;
    box-shadow: none;
} */
.sidebar-mini .main-sidebar .sidebar-menu>li.active>a {
    box-shadow: none;
}

.main-content.hmDashBoardMain .card-header {
    background-color: #0f5ea2 !important;
    border-color: #0f5ea2 !important;
    color: #fff !important;
    border-radius: 15px 15px 0 0 !important;
}

.card .card-header h4 {
    color: #fff;
}

.main-footer a.text-theme {
    color: #0f5ea2 !important;
}

.hmDashBoardMain .card {
    border-radius: 15px;
}

.to-indigo-600 {
    --tw-gradient-to: oklch(0.48 0.13 250.87) !important;
}

.from-blue-500 {
    --tw-gradient-from: oklch(0.48 0.13 250.87) !important;
}

.bg-blue-600 {
    background-color: oklch(0.48 0.13 250.87) !important;
}

.bg-indigo-600 {
    background-color: oklch(0.48 0.13 250.89) !important;
}

.text-purple-600 {
    color: oklch(0.48 0.13 250.87) !important;
}

.text-blue-600 {
    color: oklch(0.48 0.13 250.87) !important;
}

.btn-outline-primary,
.btn-outline-primary.disabled {
    border-color: #0f5ea2 !important;
    color: #0f5ea2 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.disabled:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:active {
    background-color: #0f5ea2 !important;
    color: #fff !important;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary.disabled:active,
.btn-primary.disabled:hover {
    background-color: #0f5ea2 !important;
}

a.btn.btn-primary.btn-action.btn-sm.mr-1 {
    line-height: 28px;
}

.profile-widget .profile-widget-header {
    padding-top: 20px;
}

.profile-widget .profile-widget-picture {
    width: 90px !important;
}

img.rounded-circle.profile-widget-picture {
    border-radius: 0px !important;
    background: transparent;
}

.btn-round {
    background-color: #0f5ea2 !important;
}

.tree-dept-title::after {
    background: #0f5ea2 !important;
}

.row.unit_style.Units_Section a.btn.btn-primary.btn-action.btn-sm {
    line-height: 28px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
    background-color: #0f5ea2 !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0f5ea2 !important;
    background-color: #0f5ea2 !important;
}

.text-primary {
    color: #0f5ea2 !important;
}

.text-blue-700 {
    color: oklch(0.48 0.13 250.87) !important;
}

.text-purple-700 {
    color: oklch(0.48 0.13 250.87) !important;
}

.text-purple-900 {
    color: oklch(0.48 0.13 250.87) !important;
}

.text-blue-900 {
    color: oklch(0.48 0.13 250.87) !important;
}

section.section.loginBox button.btn.btn-primary.btn-block {
    border-radius: 30px;
    font-size: 16px;
}

.btn-primary:focus:active,
.btn-primary.disabled:focus:active {
    background-color: #0f5ea2 !important;
}

section.section.loginBox .btn-primary {
    box-shadow: none;
    background-color: #0f5ea2;
    border-color: #0f5ea2;
    padding: 10px;
    border-radius: 30px;
    font-size: 14px;
}

.text-4xl.font-bold.text-green-800 {
    font-size: 18px;
}

.hierarchy-container .node-group:hover {
    transition: none !important;
}

.hierarchy-container .node-group:hover {
    transform: none !important;
}

.policy-description-title::before {
    display: none !important;
}

.butt button {
    background-color: #0f5ea2 !important;
    color: #fff;
    border: 1px solid #0f5ea2 !important;
}

.modal-header-custom {
    background: #0f5ea2 !important;
    color: white !important;
}

.page-item .page-link {
    color: #000000 !important;
}

.page-item.active .page-link {
    background-color: #0f5ea2 !important;
    border-color: #0f5ea2 !important;
    color: #fff !important;
}

.page-link:hover {
    background-color: #0f5ea2 !important;
    color: #fff !important;
}

.activities .bg-primary {
    background-color: #1fa4ff !important;
}

.activities .activity:before {
    background-color: #1fa4ff !important;
}

.departMentList .form-control {
    height: auto !important;
}

button.custom-create-button.backBtn.btn.btn-primary {
    color: #fff !important;
}

.right-container.policy_style button.btn.btn-danger.btn-sm {
    background: #fff;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #f00;
    font-size: 15px;
    text-align: center;
    padding: 0px;
}

.right-container.policy_style button.btn.btn-danger.btn-sm:hover {
    background: #f00;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 0px;
}

.btn-primary:focus,
.btn-primary.disabled:focus {
    background-color: #0f5ea2 !important;
}

.right-container.policy_style .card-body {
    z-index: auto !important;
}

.dropdown-toggle {
    white-space: normal !important;
}

@media only screen and (max-width:767px) {

    .loginBoxMain {
        background-color: #ffffff4f;
        border-radius: 10px;
        padding: 20px;
    }
}


.card-body.preferdAirlinDrop .dropdown-menu.show {
    transform: translate(0, -50px) !important;
    left: auto !important;
    top: auto !important;
}

.loginBoxMain ul.nav.nav-tabs {
    gap: 15px;
}

.loginBoxMain .nav-tabs .nav-item .nav-link {
    color: #000000;
    background: #d8eaefb3;
}

.loginBoxMain .nav-tabs .nav-item.show .nav-link,
.loginBoxMain .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #6dbfe5;
    border-color: #dee2e6 #dee2e6 #fff;
}

.card.travelSpendAnalyst .mt-4.grid.grid-cols-1 {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 10px;
}


/* menu bar hightlighting starts */
.sidebar-menu .dropdown-menu .nav-link.menu-active {
    background-color: #0f5ea2 !important;
    color: #fff !important;
}

.sidebar-menu .dropdown-menu .nav-link {
    background-color: transparent !important;
    /* color: #0f5ea2 !important; */
}

ul.sidebar-menu li a.menu-active {
    background-color: #0f5ea2 !important;
    color: #fff !important;
}

.sidebar-menu li.dropdown.menu-active>a.nav-link,
.sidebar-menu li.dropdown.show>a.nav-link {
    background-color: #0f5ea2 !important;
    color: #fff !important;
}

.input-group-text {
    height: 45px;
}

.btn-light-blue {
    background-color: #eef1f3;
    border-color: #0f5ea2;
    width: 34px;
    height: 28px;
}

/* menu bar hightlighting ends*/


.bg-gradient-to-r.from-blue-500.to-indigo-600.rounded-xl.p-8.text-white.mb-6.travelAnalystSpend {
    padding: 15px;
}
.grid.grid-cols-3.gap-4.mt-6.pt-6.border-t.border-white.border-opacity-30 {
    flex-wrap: wrap;
    display: block;
}
.grid.grid-cols-3.gap-4.mt-6.pt-6.border-t.border-white.border-opacity-30 div {
    width: 100%;
}
.travelAnalystSpend h3.text-lg.font-medium.opacity-90 {
    font-size: 20px;
}
.travelAnalystSpend .text-3xl.font-bold.mb-4 {
    font-size: 20px;
}
.travelAnalystSpend .text-2xl.font-semibold {
    font-size: 20px;
}
.grid.grid-cols-3.gap-4.mt-6.pt-6.border-t.border-white.border-opacity-30 {
    display: block;
}
.bg-gradient-to-r.from-blue-500.to-indigo-600.rounded-xl.p-8.text-white.mb-6.travelAnalystSpend {
    padding: 15px !important;
}
.trvelSpendAnlytics{
    display: block;
}
.trvelSpendAnlytics .w-100{
    width: 100%;
    padding-bottom: 10px;
}

.CompanyProfile_adres{
	width:70%;
}



/* Responsive start*/
@media only screen and (min-width: 1200px) and (max-width: 1489px)  {
	.CompanyProfile_banner img.UserImage {width:100px !important;height:100px !important;}
}
/* Responsive end*/