p {
    color: #000000;
}

* {
    box-sizing: border-box !important;
}

.page-style1 .input-group-addon {
    background: white;
    border: 2px solid #2693FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 45px;
    height: 45px;
}

.input-group-addon.gray-border {
    background-color: #FAFAFA !important;
    border: 1px solid #F1F1F1 !important;
}

.input-group-addon.gray-border~input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
}

.input-group-addon.gray-border~select {
    height: 45px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
}

input::placeholder {
    color: #E1E1E1 !important;
    font-size: 16px;
    font-weight: 400 !important;
}

.bg-style:before {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #464646;
}

.login-sec-col h1 {
    font-size: 33px;
    font-weight: 400;
}

.login-sec-col p {
    color: #464646 !important;
    font-size: 15px;
    font-weight: 500;
}

.trans-btn1 {
    background: transparent !important;
    color: #2693FF !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.trans-btn1:hover {
    background: #2693FF !important;
    color: white !important;
    border: transparent !important;
}

.login-sec-col .btn-link {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.login-sec-col .card .dropify-wrapper {
    border: none !important;
    background: transparent !important;
}

.card.nobg {
    background: transparent;
}

.page-style2.page-style1:before {
    display: none;
}

body {
    background-color: #F9F9F9 !important;
}

.card-header {
    border: 1px solid #F1F1F1 !important;
    background-color: #FAFAFA !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.card-title {
    color: #707070;
    font-size: 18px;
    font-weight: 600;
}

.uploaded-profile-display {
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    max-height: 100%;
}

.uploaded-profile-display img {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #707070;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.page-style1 .form-control {
    border-radius: 5px !important;
    border: 1px solid #F1F1F1;
}

.input-group label {
    color: #464646;
    font-size: 15px;
    display: block;
    margin: 0;
}

.mandatory-requirements {
    height: 100%;
}

.mandatory-requirements h5 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 15px;
    font-family: 400;
    letter-spacing: 2px;
}

.mandatory-requirements {
    max-height: 100vh;
    overflow: auto;
}

.gap1 {
    gap: 10px;
}

.gap2 {
    gap: 20px;
}

.gap3 {
    gap: 30px;
}

.gap4 {
    gap: 40px;
}

.header.top-header,
.app-sidebar {
    box-shadow: none;
}

.app-content.main-content {
    background-color: #F7F7F7;
}

.card {
    box-shadow: 0 4px 8px #e0e0e0 !important;
    border: 1px solid #F1F1F1 !important;
    /* overflow: hidden; */
    border-radius: 16px;
}

.dashboard-front-card .dashboard-card-img {
    border-radius: 8px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5A7F97;
}

.dashboard-front-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #202020;
}

.dashboard-front-card .p-4 {
    padding: 30px !important;
}

.dashboard-front-card h4 {
    color: #202020;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.dashboard-front-card .cart-svg {
    max-width: 85px;
    width: 100%;
    height: auto !important;
}

.dash-card-bottom-ranking p {
    font-size: 14px;
    font-weight: 500;
    color: white;
    margin: 0;
    max-width: 130px;
}

.dash-card-bottom-ranking {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    background-color: #5A7F97;
    gap: 10px;
}

.dash-card-bottom-ranking p b {
    font-size: 18px;
    font-weight: 800;
}

.main-dash-card-holder .col-md-12:nth-child(3) .dash-card-bottom-ranking {
    background-color: #6C737C !important;
}

.main-dash-card-holder .col-md-12:nth-child(3) .dashboard-front-card .dashboard-card-img {
    background-color: #6C737C !important;
}

.main-dash-card-holder .col-md-12:nth-child(2) .dash-card-bottom-ranking {
    background-color: #2693FF !important;
}

.main-dash-card-holder .col-md-12:nth-child(2) .dashboard-front-card .dashboard-card-img {
    background-color: #2693FF !important;
}

.dash-notification-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #FD6984;
    border-radius: 25px;
    padding: 10px;
    width: fit-content;
    margin-bottom: 60px;
}

.dash-notification-bar p {
    font-size: 15px;
    font-weight: 500;
    color: white;
    margin: 0;
}

.dot-options {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dot-options.dropdown-toggle:after,
.cus-drop-btn.dropdown-toggle:after {
    display: none;
}

.trans-card-header {
    background: transparent !important;
    border: none !important;
}

.cus-drop-btn {
    border: 1px solid #F5F5F5;
    background: transparent !important;
    border-radius: 14px !important;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 18px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #202020;
}

.cus-drop-btn svg {
    width: 14px;
    transition: 0.3s;
}

.show .cus-drop-btn svg {
    transform: rotate(180deg);
}

.card.no-back {
    background-color: transparent !important;
    box-shadow: none !important;
}

.fc-button-group {
    /* background-color: white !important; */
}

.app-sidebar__logo {
    /* padding: 13px 15px; */
    border-bottom: none;
    height: auto !important;
    text-align: center;
    /* z-index: 999999; */
}

.app-sidebar__logo a img {
    width: 110px;
    height: auto;
}

.app-sidebar.app-sidebar2 {
    height: fit-content !important;
    padding-bottom: 0px !important;
}

.app-sidebar {
    border: none;
}

.main-menu-title {
    font-size: 16px;
    color: #A5A5A5;
    font-weight: bold;
    margin-top: 60px;
    padding-left: 30px;
}

.side-menu__item svg {
    width: 20px;
    height: 20px;
    filter: contrast(0);
}

.side-menu__item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    border-radius: 10px;
}

.side-menu__item.active {
    background-color: #E0F0FF;
    color: #2693FF !important;
}

.side-menu__item.active svg {
    filter: none;
}

.health-check-holder {
    padding: 20px;
    margin-top: 40px !important;
    width: calc(100% - 60px);
    margin: 0 auto;
    border-radius: 10px;
    background: rgb(38, 147, 255);
    background: linear-gradient(180deg, rgba(38, 147, 255, 1) 0%, rgba(19, 74, 128, 1) 100%);
}

.health-check-holder a {
    background: white;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    width: fit-content;
    color: #2693FF;
    font-size: 16px;
    font-weight: bold;
}

.health-pro-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: 20px;
    width: 100%;
}

.health-progress-bar {
    width: 100%;
    height: 7px;
    background-color: #F5F5F5;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.health-progress {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #5ECFFF;
    border-radius: 25px;
    height: 100%;
}

.health-pro-top p {
    margin: 0 !important;
    color: white;
    font-size: 14px !important;
}

.health-check-holder h4 {
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin: 10px 0;
}

.health-check-holder p {
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-bottom: 25px;
}

.qr-code-holder {
    width: calc(100% - 60px);
    margin: 100px auto 0 auto;
    text-align: center;
}

.qr-code-holder img {
    width: 60%;
    margin-bottom: 10px;
}

.qr-code-holder button {
    all: unset;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #5A7F97;
}

.page-title {
    font-size: 20px;
    font-weight: 600;
    color: #707070;
    text-transform: uppercase;
}

.cus-modal-content-holder {
    padding: 40px 25px 25px 25px;
    border-radius: 5px;
    background-color: white;
    text-align: center;
    /* max-width: 700px; */
    width: 100%;
}

.cus-modal-content-holder svg.alert-modal-icon {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.cus-modal-content-holder h4 {
    color: #707070;
    font-size: 28px;
    font-weight: 500;
    margin: 10px 0;
}

.cus-modal-content-holder p {
    font-size: 15px;
    color: #707070;
    font-weight: 500;
    margin: 0;
}

.cus-modal-content-holder label {
    text-align: left;
}

.modal-contentlabel {
    text-align: left;
}

.no-border {
    border: none !important;
}

.cus-modal-content-holder-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.cus-modal-content-holder-btn button {
    text-align: center !important;
}

.cus-modal-content-holder-btn .modal-cancle {
    all: unset;
    cursor: pointer;
    border: 1px solid #2693FF;
    padding: 12px 10px 10px 10px;
    border-radius: 5px;
    color: #2693FF;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.cus-modal-content-holder-btn .modal-confirm {
    all: unset;
    cursor: pointer;
    border: 1px solid #2693FF;
    background-color: #2693FF;
    padding: 12px 10px 10px 10px;
    border-radius: 5px;
    color: white;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.cancle-modal {
    all: unset;
    cursor: pointer;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    background-color: #E1E2E4;
    color: white;
    border-radius: 10px;
    padding: 8px 20px;
    text-transform: uppercase;
    margin-top: 40px;
    min-width: 120px;
    text-align: center;
    justify-content: center;
}

.booking-slot-modal {
    padding: 15px !important;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.booking-slot-modal button,
.booking-slot-modal a {
    all: unset;
    cursor: pointer;
    padding: 12px 5px;
    text-align: center;
    color: #2693FF;
    font-size: 25px;
    font-weight: 400;
    border: 2px solid #2693FF;
    border-radius: 10px;
    text-decoration: none;
}

.svg-icon,
.header-icon,
.header-icon2 {
    color: #2693FF;
    fill: #2693FF;
}

.search-icon {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.header .form-inline .btn {
    margin: 0 !important;
    right: inherit !important;
    left: 0;
}

.card-header.p-2 {
    padding: 10px 10px !important;
    min-height: inherit !important;
}

.header.top-header .search-element input {
    padding: 10px 10px 10px 50px !important;
    border: none !important;
    background-color: #F5F5F5;
}

button.unset {
    all: unset;
    display: block;
    width: fit-content;
    box-sizing: border-box;
    cursor: pointer;
}

.header-element-holder {
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.profile-dropdown img.brround {
    border-radius: 10px !important;
    width: 50px;
    height: 50px;
    object-fit:cover;
}

.header-avatar-holder {
    display: flex;
    align-items: center;
    gap: 10px;
}

.avatar-details h4 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #202020;
}

.avatar-details p {
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.page-head-btn-holder {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.site-btn-trans,
button.site-btn-trans {
    cursor: pointer;
    background-color: white;
    color: #2693FF;
    border: 1.5px solid #2693FF;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none !important;
    transition: 0.2s;
    min-width: 150px;
    text-align: center;
}

a.site-btn,
button.site-btn {
    background-color: #2693FF;
    color: white;
    border: 1.5px solid #2693FF;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important;
    transition: 0.2s;
    min-width: 150px;
    text-align: center;
    height: fit-content;
}

a.site-btn-trans:hover,
button.site-btn-trans:hover {
    color: white;
    background-color: #2693FF;
}

.page-header {
    margin-bottom: 15px;
}

.cancle-btn {
    background-color: transparent;
    color: #95989A;
    border: 1.5px solid #95989A;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important;
    transition: 0.2s;
    min-width: 150px;
    text-align: center;
}

.checkout-btn {
    all: unset;
    cursor: pointer;
    padding: 8px 50px;
    border-radius: 5px;
    min-width: 130px;
    text-align: center;
    background-color: #2692ff5b;
    color: #464646 !important;
    text-decoration: none !important;
}

.new-booking-btn-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.new-booking-input-holder input {
    width: fit-content;
    color: #464646;
    font-size: 18px;
    font-weight: 700;
    width: 220px;
    border: none;
    outline: none;
    background-color: transparent !important;
    padding: 0 !important;
}

.new-booking-input-holder {
    display: flex;
    align-items: center;
    gap: 5px;
}

.new-booking-input-holder p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    color: #464646;
    font-size: 15px;
    margin-left: -110px;
    pointer-events: none;
    cursor: pointer;
}

.new-booking-x-holder {
    position: relative;
}

.cancle-activity {
    all: unset;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    display: block;
    z-index: 9;
}

.cancle-activity svg {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #95989A;
    padding: 12px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card-bottom p {
    margin: 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}

.card-bottom p:first-child {
    font-weight: 300;
}

.add-act-btn {
    all: unset;
    cursor: pointer;
    color: #2693FF;
    font-size: 14px;
    font-weight: 600;
}

.no-pilot-box {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    padding: 40px;
    flex-direction: column;
    text-align: center;
}

.no-pilot-box img {
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.no-pilot-box p {
    color: #464646;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}

.no-bg {
    background-color: transparent !important;
}

.no-shadow {
    box-shadow: none !important;
}

.pilot-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.pilot-info-main-card h2 {
    color: #707070;
    font-size: 20px;
    font-weight: 700;
}

.pilot-info-main-card span {
    background-color: #CCF1E9;
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 15px;
    color: #00B690;
    font-weight: 700;
    min-width: 90px;
    text-align: center;
    margin-left: 1px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap1 {
    gap: 10px;
}

.gap2 {
    gap: 20px;
}

.gap3 {
    gap: 30px;
}

.pilot-name {
    gap: 10px;
    margin-bottom: 5px;
}

.pilot-contact-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pilot-option {
    display: none;
}
/*
.no-pilot-box {
    display: none;
}*/

/*.no-pilot-selected .pilot-info-main-card {
    display: none;
}*/

.no-pilot-selected .pilot-option {
    display: block;
}

.no-pilot-selected .no-pilot-box {
    display: block;
}

.pilot-progress-box-holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 10px;
}
.group-options {
cursor:pointer !important;
}
.app-sidebar {
overflow:auto;
}
.search-box {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #6b6f80;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d3dfea;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 5px;
}
.pilot-progress-box {
    border-radius: 5px;
    border: 1px solid black;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.pilot-progress-box h3 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #000000;
}

.pilot-progress-box p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em !important;
}

.black-box p {
    color: black;
}

.green-box {
    border-color: #2DCE89 !important;
    color: #2DCE89 !important;
}

.green-box h3 {
    color: #2DCE89 !important;
}

.red-box {
    border-color: #FF002F !important;
    color: #FF002F !important;
}

.red-box h3 {
    color: #FF002F !important;
}

.purple-box {
    border-color: #4454C3 !important;
    color: #4454C3 !important;
}

.purple-box h3 {
    color: #4454C3 !important;
}

.total-bookings {
    text-align: center;
    margin-top: 20px;
}

.total-bookings p {
    margin: 0;
    font-size: 20px;
    color: #464646;
    font-weight: 500;
}

.total-bookings p b {
    font-weight: 800;
}

.pilot-dues {
    text-align: center;
    padding: 3px 20px;
    background: #FF002F;
    width: fit-content;
    color: white;
    margin: 10px auto 20px auto;
    border-radius: 5px;
}

.pilot-note {
    background-color: #464646;
    padding: 10px 12px;
    display: flex;
    align-items: center;
}

.pilot-note p {
    margin: 0;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 500;
}

.pilot-note p:last-child {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid white;
}

.tab-content {
    display: none;
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tab-content.active {
    display: block;
}

.pilot-inner-tabs {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
    overflow: auto;
    scroll-snap-type: x mandatory;
}

.pilot-inner-tabs .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 5px solid transparent;
    color: #95989A !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    transition: 0.3s;
    width: 100%;
    cursor: pointer;
    min-width: fit-content;
    scroll-snap-align: start;
}

.pilot-inner-tabs .tab img {
    filter: opacity(0.5);
}

.pilot-inner-tabs .tab.selected-tab {
    border-bottom: 5px solid #2693FF !important;
    color: #464646 !important;
}

.pilot-inner-tabs .tab.selected-tab img {
    filter: brightness(0);
}

.pilot-booking-tabs-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 60px);
    margin: 0 auto;
    margin-bottom: 20px;
}

.pilot-booking-tabs-holder button {
    all: unset;
    width: 100%;
    color: #95989A;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    padding: 8px 5px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.pilot-booking-tabs-holder button.active {
    background: white;
}

.pilot-booking-tabs-holder button:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pilot-booking-tabs-holder button:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pilot-booking-date {
    align-self: center;
}

.pilot-booking-date h2 {
    color: #707070;
    font-size: 13px;
    font-weight: 800;
}

.pilot-booking-date p {
    font-size: 12px;
    font-weight: 800;
    color: #707070;
    margin: 0;
}

.pilot-booking-list-box {
    display: flex;
    gap: 10px;
}

.pilot-booking-details p {
    color: #707070;
    font-size: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pilot-booking-details h4 {
    color: #707070;
    font-size: 12px;
    margin: 8px 0;
    font-weight: 700;
}

.pilot-booking-details p span {
    font-size: 9px;
    padding: 2px 4px;
    background: transparent;
    border: 1px solid transparent;
    min-width: inherit;
    border-radius: 20px;
}

span.approved-span {
    color: #2DCE89 !important;
    border: 1px solid #2DCE89 !important;
}

span.pending-span {
    color: #ECB403 !important;
    border: 1px solid #ECB403 !important;
}

.pilot-booking-list-holder {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pilot-booking-edit {
    margin-left: auto;
    text-align: right;
}

.pilot-booking-edit a {
    color: #2693FF;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pilot-booking-edit h6 {
    color: #707070;
    font-size: 10px;
    font-weight: 800;
}

.group-box-holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 20px;
}

.select-group-box {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    position: relative;
}

.group-options {
    position: absolute;
    top: 10px;
    background-color: transparent;
    border: none;
    outline: none;
    right: 10px;
}

.group-total {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #D8D8D8;
    width: 100px;
    aspect-ratio: 1/1;
    margin: 0 auto;
    position: relative;
    border-radius: 20px;
}

.group-total button {
    position: absolute;
    right: -5px;
    bottom: -5px;
    border-radius: 12px;
    background-color: #35C691;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    z-index: 1;
    cursor: pointer;
}

    .group-total img {
        width: 90px;
        height: auto !important;
        border-radius: 20px;
    }

.group-total h4 {
    margin: 0;
    color: #202020;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

.group-owner {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.group-owner img {
    width: 20px;
    height: 20px;
    object-fit:cover;
    border-radius: 50%;
}

.group-owner p {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
}

.aircraft-bo-holder .group-owner p {
    font-size: 10px !important;
    text-align: center !important;
}

.select-group-box h3 {
    color: #202020;
    font-size: 14px;
    text-align: center;
    margin: 15px 0 10px 0;
}

.pilot-doc-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-top: 1px solid black;
}

.pilot-doc-list p {
    margin: 0 !important;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}

.pilot-doc-list .d-flex {
    align-items: center;
}

.pilot-doc-list:last-child {
    border-bottom: 1px solid black;
}

.aircraft-bo-holder {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.inner-search-box {
    position: relative;
    box-shadow: 0 3px 7px rgb(235, 235, 235);
    border-radius: 14px;
    overflow: hidden;
}

.inner-search-box input {
    width: 300px;
    padding: 12px 10px 12px 60px;
    background-color: #FFFFFF;
    border: none;
    outline: none;
    border-radius: 14px;
}

.inner-search-box button {
    all: unset;
    position: absolute;
    left: 20px;
    top: 12px;
    cursor: pointer;
}

.inner-search-box button svg {
    width: 20px;
    height: 20px;
}

.aircraft-img {
    width: 130px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin: 40px auto;
    object-fit: cover;
    cursor: pointer;
}

.add-pilot-activity-list {
    padding: 15px 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F1F1F1;
    justify-content: space-between;
}

.add-pilot-activity-list h3 {
    margin: 0;
    color: #95989A;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
}

.add-pilot-activity-list h4 {
    margin: 0;
    color: #95989A;
    font-weight: 600;
    font-size: 14px;
}

.add-pilot-activity-list p {
    color: #95989A;
    margin: 0;
    font-size: 10px;
}

.add-pilot-activity-list h3 input {
    position: absolute;
    left: -30px;
}

.take-left-20 {
    padding-left: 25px;
}

.overflow-scroll {
    overflow: auto;
}

.added-client table {
    border-bottom: 1px solid #FAFAFA;
    width: 100%;
}

.added-client table td {
    font-size: 15px;
    color: #707070;
    font-weight: 400;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px !important;
    border-bottom: 1px solid #FAFAFA;
}

.added-client h4 {
    color: #464646;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.added-client button {
    all: unset;
    cursor: pointer;
}

.d-none {
    display: none;
}

.added-client table tr td:last-child {
    text-align: right;
    padding-right: 0;
}

.added-client table td:first-child {
    padding-left: 0;
}

.added-client table td b {
    font-weight: 600;
}

.added-client table td:first-child p {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2693FF;
    border-radius: 50%;
    border: 2px solid #2693FF;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
}

.invoice-left-box {
    border-radius: 20px;
    border: 1px solid #FAFAFA;
}

.invoice-items {
    padding: 20px;
    border-bottom: 1px solid #FAFAFA;
    margin: 0;
}

.invoice-top {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}

.invoice-items p {
    color: #707070;
    font-size: 15px;
    margin-bottom: 5px;
}

.invoice-items p b {
    font-size: 20px;
    font-weight: bold;
}

.invoice-top p:nth-child(even) {
    text-align: right;
}

.invoice-top p:nth-child(2) {
    font-size: 20px;
}

.invoice-status-badge {
    background-color: #2693FF;
    color: #FFFFFF;
    border-radius: 5px;
    font-weight: 500;
    padding: 8px 25px;
    margin-left: auto;
    display: block;
    width: fit-content;
}

.invoice-table {
    width: 100% !important;
}

.invoice-table tr th {
    font-size: 18px !important;
    font-weight: 500;
    color: #464646;
    background-color: #FAFAFA !important;
    padding: 10px;
    white-space: nowrap;
}

.invoice-table tr td {
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
}

.invoice-table-count {
    display: block;
    font-size: 13px;
    color: #2693FF !important;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    border: 1px solid #2693FF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
}

.invoice-table tbody tr td {
    border-bottom: 1px solid #FAFAFA;
}

.invoice-table tbody tr:last-child td {
    border-bottom: none;
}

.invoice-table td p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #464646;
}

.invoice-table td p~p {
    font-size: 13px;
    font-weight: 400;
}

.invoice-inner-infos {
    max-width: 300px;
    margin-left: auto;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}

.invoice-inner-infos p {
    color: #464646;
}

.invoice-inner-infos p:nth-child(even) {
    text-align: right;
}

.invoice-inner-infos p b {
    font-size: 15px !important;
}

.invoice-left-box .invoice-items:last-child {
    border: none !important;
}

.history-box {
    margin-top: 20px;
}

.history-box h4 {
    color: #707070;
    font-size: 20px !important;
    margin-bottom: 20px;
}

.history-box p {
    color: #707070;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.invoice-right-box {
    border-radius: 20px;
    border: 1px solid #FAFAFA;
    padding: 20px;
}

.invoice-right-box .spinner-border {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 70px;
    height: 70px;
    color: #2693FF !important;
}

.invoice-pat-btns-sec {
    margin-top: 30px;
}

.invoice-pat-btns-sec p {
    font-size: 15px;
    font-weight: 600;
    color: #2693FF;
    text-align: center;
}

.invoice-pat-btns-holder {
    display: flex;
    align-items: center;
    gap: 5px;
}

.invoice-pat-btns-holder button {
    all: unset;
    cursor: pointer;
    background-color: #2693FF;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: white;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 10px 2px;
    transition: 0.3s;
}

.invoice-pat-btns-holder button:hover {
    border: 1px solid #2693FF;
    color: #2693FF;
    background-color: white;
}

.print-invoice-btn {
    all: unset;
    cursor: pointer;
    border: 1px solid #2693FF;
    color: #2693FF;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
    width: 100%;
    padding: 10px 2px;
    transition: 0.3s;
    box-sizing: border-box;
}

.print-invoice-btn:hover {
    background: #2693FF;
    color: white;
}

.invoice-email-box {
    display: flex;
    align-items: center;
    height: fit-content;
    border: 1px solid #2693FF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: none;
    margin-top: 10px;
    overflow: hidden;
}

.invoice-email-box input {
    all: unset;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.invoice-email-box button {
    all: unset;
    white-space: nowrap;
    background: #2693FF;
    color: white;
    padding: 10px 20px;
}

.invoice-email-box input::placeholder {
    color: #E1E1E1;
    font-size: 15px;
}

a.back-calender {
    color: #707070 !important;
    font-size: 15px !important;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: 10px auto 0 auto;
}

.user-group-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-group-btns {
    display: flex;
    align-items: center;
    gap: 10px;
     flex-wrap:wrap;
     row-gap:10px;
}
.user-group-holder .d-flex.gap4.align-items-center {
    flex-wrap: wrap;
    row-gap: 10px;
}

.app-content .side-app {
    padding-top: 50px !important;
}

.user-group-btns button {
    all: unset;
    cursor: pointer;
    border: 1px solid #707070;
    border-radius: 12px;
    padding: 8px 10px;
    font-weight: 900 !important;
    min-width: 120px;
    text-align: center;
}

.user-group-btns button.active {
    background-color: #CEE4FA;
}

.user-group-btns a {
    all: unset;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #707070;
    border-radius: 12px;
    padding: 8px 10px;
    font-weight: 900 !important;
    min-width: 120px;
    text-align: center;
}

.user-group-btns a.active {
    background-color: #CEE4FA;
}

.user-group-roles-btn {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.user-group-roles-btn .CaptionCont {
    border: 1px solid #707070 !important;
    border-radius: 12px !important;
    background-color: transparent !important;
}

.user-group-roles-btn .CaptionCont input {
    border-radius: 12px !important;
    background-color: transparent !important;
}

.checkout-table {
    width: 100%;
}

.checkout-table th {
    padding: 10px 20px;
    white-space: nowrap;
    background-color: #FAFAFA;
}

.checkout-table td {
    color: #464646;
    font-size: 15px;
    padding: 20px 5px;
    white-space: nowrap;
    border-bottom: 1px solid #E1E1E1;
}

.checkout-table tr td:first-child {
    padding-left: 20px;
}

.checkout-table tr td:last-child {
    padding-right: 20px;
}

.checkout-table-item {
    display: flex;
    gap: 20px;
}

.checkout-table-item p:first-child {
    display: block;
    font-size: 18px;
    color: #2693FF !important;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    font-weight: 700;
    min-width: 27px;
    border: 1px solid #2693FF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
}

.checkout-table-item p:last-child {
    color: #464646;
    font-size: 15px;
    font-weight: 500;
}

.checkout-table-item p span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #464646;
}

.checkout-table button {
    all: unset;
    cursor: pointer;
}

.checkout-subtotal-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin: 0;
    padding: 0;
}

.checkout-subtotal-bar li {
    text-align: center;
}

.checkout-subtotal-bar li p {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    padding: 8px 25px;
    width: fit-content;
    margin: 0 auto;
    color: #464646;
    border-radius: 5px;
    white-space: nowrap;
}

.checkout-subtotal-bar li p.bg-white {
    color: #95989A;
}

.checkout-subtotal-bar li button {
    all: unset;
    color: #464646;
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    margin-top: 30px;
}

.checkout-total-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin: 0;
    padding: 0;
}

.checkout-total-bar li p {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    padding: 8px 25px;
    width: fit-content;
    margin: 0 auto;
    color: white;
    border-radius: 5px;
}

.checkout-note-field {
    width: 100%;
    margin-top: 20px;
}

.checkout-note-field label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #464646;
}

.checkout-note-field textarea {
    width: 100%;
    min-height: 100px;
    border: none;
    border-radius: 5px;
}

.checkout-balance-amount {
    color: #FD6984 !important;
}

.payment-mode-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 10px;
}

.payment-mode-holder button {
    all: unset;
    cursor: pointer;
    border: 1px solid #464646;
    border-radius: 5px;
    padding: 20px 10px;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    min-width: 200px;
    text-align: center;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.2s;
}

.payment-mode-holder button:hover {
    background-color: #CEE4FA;
    border-color: #CEE4FA;
}

.pay-completed {
    color: #2693FF;
}

.custom-agination-bar-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 40px;
}

.pagi-showed-items p {
    color: #202020;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
}

.pagi-nav-btn a {
    border: 1px solid #C2C2C2 !important;
    color: #5A7F97 !important;
}

.page-item a {
    all: unset;
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.page-item a.active {
    background-color: #5A7F97;
    color: white !important;
}

.pagination-number-holder {
    border: 1px solid #C2C2C2;
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.main-create-btn-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 40px;
    position: relative;
}

.main-create-btn-holder a {
    display: block;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.main-create-absolute-holder {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    left: -180px;
    top: -10px;
    white-space: nowrap;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    padding-right: 40px;
    transition-delay: 0.5s;
}

.main-create-btn-holder:hover .main-create-absolute-holder {
    left: -200px;
    opacity: 1;
    pointer-events: all;
    transition-delay: 0s;
}

.main-create-btn-holder a img {
    width: 50px;
    object-fit: contain;
    height: 40px;
}

.main-create-btn-holder a svg {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.long-nav-btn-holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.long-nav-btn-holder a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: white;
    border-radius: 15px;
    border: 1px solid #707070;
    color: #202020;
    font-size: 18px;
    font-weight: 900;
    transition: 0.3s;
}

.long-nav-btn-holder a svg {
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

.long-nav-btn-holder a:hover {
    background-color: #E1E1E1;
}

.long-nav-btn-holder a:hover svg {
    transform: translateX(10px);
}

.notes-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.notes-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #202020;
}

.back-to-menu-btn {
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #2693FF;
    margin: 0 0 40px 0;
}

.notes-table th {
    border: none !important;
    color: #202020;
    font-size: 16px;
    font-weight: 600;
}

.notes-table tbody tr:first-child td {
    border-top: 1px solid #F1F1F1;
}

.notes-table td {
    border-bottom: 1px solid #F1F1F1;
    background-color: #FAFAFA;
    vertical-align: middle;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}
.summary-loog-table td {
    background-color: white !important;
    vertical-align: middle;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding:10px 10px !important;
    border-top:none !important;
}
.summary-loog-table th {
    border-bottom: 1px solid #F1F1F1 !important;
    background-color: #FAFAFA;
    vertical-align: middle;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    padding: 10px 10px !important;
}

.notes-table tbody tr td:first-child {
    border-left: 1px solid #F1F1F1;
}

.notes-table tbody tr td:last-child {
    border-right: 1px solid #F1F1F1;
}

.cloud-download {
    all: unset;
    cursor: pointer;
}

.notes-edit-btn {
    background-color: #C8C4C3;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
    color: #000000 !important;
    text-decoration: none !important;
}

.cus-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cus-modal-header h4 {
    margin: 0;
    color: #202020;
    font-size: 30px;
    font-weight: 900;
}

.cus-modal-header button {
    all: unset;
    cursor: pointer;
}

.cus-modal-header button svg {
    width: 14px;
    height: 14px;
}

.form-type-modal-holder {
    width: 100%;
    display: grid;
    grid-template-columns: max-content auto;
    gap: 20px;
    row-gap: 20px;
}

.form-type-modal-holder textarea {
    border: 1px solid #707070 !important;
}

.form-type-modal-holder label {
    text-align: left;
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.w-fit {
    width: fit-content !important;
}

.form-type-modal-holder textarea {
    border-radius: 12px;
    border: 1px solid #707070;
    background-color: white;
    min-height: 150px;
    padding: 15px;
}

.noti-icon {
    width: 20px !important;
    height: 20px !important;
}

.modal-submit {
    all: unset;
    cursor: pointer;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    background-color: #2693FF;
    color: white;
    border-radius: 10px;
    padding: 8px 20px;
    text-transform: uppercase;
    margin-top: 40px;
    min-width: 120px;
    text-align: center;
    justify-content: center;
}

.modal-submit svg {
    width: 18px;
    height: 18px;
}

.reserved-slot {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    display: block;
    background-color: #BFB08C;
    border-radius: 6px;
    padding: 2px 60px !important;
    margin: 0 !important;
    text-align: center;
}

.rev-fields-holder {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.rev-fields-holder .SelectBox {
    padding: 4px 8px;
    height: auto !important;
    min-height: auto !important;
    width: fit-content !important;
    line-height: 1.2em;
    font-size: 16px;
    font-weight: 400;
}

.rev-fields-holder button.add-new-btn {
    min-width: 120px;
    text-align: center;
}

.rev-fields-holder .SumoSelect>.CaptionCont>label>i:before {
    margin-top: 12px;
}

.rev-fields-holder .SumoSelect {
    width: fit-content;
}

.rev-fields-holder .SumoSelect:first-child .SelectBox {
    background-color: #2693FF;
    color: white;
}

.transaction-select {
    display: flex;
    align-items: center;
    gap: 20px;
}

.total-sale-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.total-sale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
}

.total-sale h4 {
    color: #2693FF;
    font-size: 20px;
}

.total-sale:last-child h4 {
    color: #FD6984;
}

.transaction-table .pilot-booking-date h2 {
    font-size: 25px;
    margin-bottom: 2px;
}

.transaction-table .pilot-booking-date p {
    font-size: 20px;
}

.transaction-table .pilot-booking-details p {
    font-size: 15px;
}

.transaction-table .pilot-booking-details h4 {
    font-size: 19px;
}

.transaction-table .pilot-booking-list-box {
    gap: 30px;
}

.transaction-table .pilot-booking-details p span {
    font-size: 13px;
    border-radius: 4px;
}

.transaction-table .pilot-booking-edit h6 {
    font-size: 19px;
}

.transaction-table .pilot-booking-edit a {
    font-size: 16px;
    margin-bottom: 10px !important;
}

.course-complete-bagde {
    color: #2DCE89;
    border-radius: 5px;
    padding: 4px 14px;
    border: 1px solid #2DCE89;
    font-size: 12px;
    font-weight: 500;
}

.course-inprogress-bagde {
    color: #BFB08C;
    border-radius: 5px;
    padding: 4px 14px;
    border: 1px solid #BFB08C;
    font-size: 12px;
    font-weight: 500;
}

.modal-gray-box {
    background-color: #E9EAEA;
    /* border: 1px solid #707070; */
    border-radius: 12px;
}

.busines-note {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}

.ui-timepicker-wrapper {
    z-index: 99999;
    position: relative;
}

.hours-box {
    display: grid;
    align-items: center;
    gap: 10px;
    grid-template-columns: max-content max-content;
}

.hours-box label,
.hours-box p {
    white-space: nowrap;
    font-size: 16px;
    color: #000000;
    margin: 0;
    font-weight: 500;
    align-self: center;
}

.hours-box input {
    width: fit-content;
}

.course-select {
    width: 100%;
}

.course-select .SelectBox {
    border-radius: 12px;
    background-color: transparent;
}

.course-select .SelectBox .search-txt {
    border-radius: 12px !important;
    /* background-color: transparent; */
}

@media only screen and (min-width: 990px) {
    .app-sidebar {
        width: 300px;
    }
    .app-content {
        margin-left: 300px;
    }
    .header.top-header {
        padding-left: 300px;
    }
}

.custom-user-card-holder {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
}

.custom-user-card {
    width: 100%;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 25px 10px;
    position: relative;
    transition: 0.2s;
}

.custom-user-card:hover {
    background-color: #E4EFFA;
}

.custom-user-imageandtext-holder img {
    width: 80px;
    height: 80px;
    background-color: #000000;
    border-radius: 10px;
}

.custom-user-imageandtext-holder h4 {
    font-size: 18px;
    color: #202020;
    font-weight: 900;
}

.custom-user-imageandtext-holder h3 {
    font-size: 14px;
    color: #A5A5A5;
    font-weight: lighter;
}

.custom-user-imageandtext-holder {
    gap: 10px;
}

.custom-user-contact-holder img {
    width: 20px;
    height: 30px;
    object-fit: contain;
}

.custom-user-contact-holder {
    gap: 10px;
    align-items: center;
}

.custom-user-currency-box-holder {
    gap: 10px;
    display: grid;
    grid-template-columns: 50% 50%;
    width: calc(100% - 10px);
}

.custom-user-currency {
    background-color: #F5F5F5;
    padding: 15px 15px;
    border-radius: 10px;
    width: 100%;
    /* height: 94px; */
}

.custom-user-currency h3 {
    font-size: 14px;
    color: #A5A5A5;
    font-weight: lighter;
}

.custom-user-currency h4 {
    font-size: 24px;
    color: #202020;
    font-weight: 900;
    margin: 0 !important;
}

.custom-user-currency h4 span {
    font-size: 14px;
    font-weight: lighter;
    color: #A5A5A5;
    font-weight: 400;
}

.custom-user-last-flight-date h4 {
    font-size: 18px;
    color: #202020 !important;
    font-weight: 900;
}

.custom-user-last-flight-date h3 {
    font-size: 14px;
    color: #202020;
}

.custom-user-last-flight-date {
    margin-top: 10px;
    justify-content: space-between;
}

.custom-user-contact-phone-no {
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-user-contact-phone-no span {
    font-weight: 900;
    color: #202020;
}

.custom-user-contact-emial {
    font-weight: 900;
}

.custom-user-currency-ppc {
    background-color: #F5F5F5;
    padding: 15px 15px;
    border-radius: 10px;
    width: 100%;
    /* height: 94px; */
}

.custom-user-currency-ppc h3 {
    font-size: 14px;
    color: #A5A5A5;
    font-weight: lighter;
}

.custom-user-currency-ppc .circle-div {
    border-radius: 60px;
    width: 30px;
    height: 30px;
    background-color: #5A7F97;
}

.circle-div-main {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.circle-div-main h4 {
    color: #000000;
    font-size: 24px;
    margin-top: 7px;
    font-weight: 900;
    margin: 0 !important;
}

.custom-user-contact-holder {
    align-items: center;
}

.custom-user-card svg.tick-svg {
    position: absolute;
    top: 25px;
    right: 35px;
}

.custom-user-notes-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #707070;
    border-radius: 15px;
    background-color: #FFFFFF;
    width: 100%;
    padding: 7px 10px 5px 9px;
}

.custom-user-notes-holder svg {
    width: 27px;
    height: 38px;
}

.custom-user-notes-holder a {
    font-weight: 900;
}

.custom-user-button button {
    background-color: #FD6984;
    padding: 5px 40px 5px 40px;
    border-radius: 15px;
    border: solid 1px #FD6984;
    display: block;
    margin: 50px auto;
}

.custom-user-button button a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}

.custom-company-profile-holder {
    background-color: #FFFFFF;
    padding: 40px;
    width: 40%;
}

.modal-content {
    border-radius: 5px !important;
    text-align: left;
    position: relative;
}

.sm-modal-title {
    text-align: center;
    color: #95989A;
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0 10px 0 !important;
}

.pay-modals .modal-icon svg {
    width: 70px;
    height: auto !important;
}

.modal-close-btn {
    all: unset;
    display: block;
    width: fit-content;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

.cash-payments h2 {
    border-bottom: 1px solid #E1E1E1;
    color: #707070;
    font-size: 15px;
    font-weight: 600;
}

.cash-payments p {
    color: #707070;
    font-size: 15px;
    font-weight: 400;
}

.about-group-bar {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 30px;
    row-gap: 5px;
    background-color: #EEEFF2;
    border: 1px solid #707070;
    border-radius: 12px;
    padding: 20px;
}

.about-group-bar p {
    margin: 0;
    color: #6B6B6B;
    font-size: 18px;
}

.group-member-card .card-header {
    background-color: #C4CBD8 !important;
}

.group-member-card .card-header h3 {
    font-size: 20px;
    color: #707070;
    font-weight: 500;
    margin: 0;
}

.member-table-img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.group-member-table button {
    all: unset;
    cursor: pointer;
    display: block;
    width: fit-content;
}

.group-member-table th {
    font-size: 17px;
    font-weight: 600;
    border: none !important;
}

.group-member-table td {
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
    border-bottom: 1px solid #F1F1F1;
}

.group-member-table tbody tr:first-child {
    border-top: 1px solid #F1F1F1;
}

.group-member-table tbody tr:last-child {
    border-bottom: 0 !important;
}

.datatble td {
    border-bottom: 1px solid #707070;
    vertical-align: middle;
}

.dataTables_paginate .pagination {
    align-items: center;
    gap: 5px;
}

.dataTables_paginate .pagination .previous a {
    width: auto !important;
    color: #499FF0 !important;
    background-color: transparent !important;
    font-size: 16px !important;
    height: auto !important;
}

.dataTables_paginate .pagination .previous.disabled a {
    color: #CBCBCB !important;
}

.dataTables_paginate .pagination .next a {
    width: auto !important;
    color: #499FF0 !important;
    background-color: transparent !important;
    font-size: 16px !important;
    height: auto !important;
}

.dataTables_paginate .pagination .next.disabled a {
    color: #CBCBCB !important;
}

.dataTables_wrapper .row:first-child {
    background-color: #E3E3E3;
    padding: 15px 15px 5px 15px;
    border-radius: 12px;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 25px;
    border: 2px solid #5CA0EB;
    padding: 12px !important;
}

.page-title.sm {
    color: #707070;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px !important;
}




.long-nav-edit-btn button {
    all: unset;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    background-color: #C8C4C3;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
}

.edit-btn {
    all: unset;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    background-color: #C8C4C3;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
}

.add-new-btn {
    all: unset;
    cursor: pointer;
    background-color: #2693FF;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    color: white;
    text-decoration: none !important;
}

.notes-title a,
.notes-title button {
    all: unset;
    cursor: pointer;
    background-color: #2693FF;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    color: white;
    text-decoration: none !important;
}

a.add-new-btn:hover {
    text-decoration: none !important;
    color: white !important;
}

.draft-badge {
    color: #707070;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 15px;
    font-weight: 400;
}

.draft-badge::before {
    width: 7px;
    height: 7px;
    background-color: #FD6984;
    border-radius: 50%;
    display: block;
    content: '';
}

.public-badge {
    color: #707070;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 15px;
    font-weight: 400;
}

.public-badge::before {
    width: 7px;
    height: 7px;
    background-color: #2DCE89;
    border-radius: 50%;
    display: block;
    content: '';
}

.active-badge {
    color: #707070;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 15px;
    font-weight: 400;
}

.active-badge::before {
    width: 7px;
    height: 7px;
    background-color: #38E25D;
    border-radius: 50%;
    display: block;
    content: '';
}

.unactive-badge {
    color: #707070;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 15px;
    font-weight: 400;
}

.unactive-badge::before {
    width: 7px;
    height: 7px;
    background-color: #FF4A55;
    border-radius: 50%;
    display: block;
    content: '';
}

.onboarding-badge {
    color: #707070;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 15px;
    font-weight: 400;
}

.onboarding-badge::before {
    width: 7px;
    height: 7px;
    background-color: #FFAB2D;
    border-radius: 50%;
    display: block;
    content: '';
}

.standerd-table th {
    background-color: #C4CBD8;
    padding: 10px 20px;
    color: #707070;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.standerd-table tr th:first-child {
    border-top-left-radius: 12px;
}

.standerd-table tr th:last-child {
    border-top-right-radius: 12px;
}

.standerd-table td {
    color: #707070;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #F1F1F1;
}

.standerd-table tr td:first-child {
    border-left: 1px solid #F1F1F1;
}

.standerd-table tr td:last-child {
    border-right: 1px solid #F1F1F1;
}

.inner-course-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    border-bottom: 1px solid #F1F1F1;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
}

.inner-course-body p {
    margin: 0;
    color: #707070;
    font-size: 15px;
    font-weight: 400;
}

.inner-course-header h4 {
    margin: 0;
}

.inner-course-header {
    padding: 10px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #EEF0F2;
}

.qr-code-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.promote-btn {
    all: unset;
    cursor: pointer;
    width: fit-content;
    display: block;
    margin: 40px auto 0 auto;
    background-color: #FD6984;
    border-radius: 14px;
    padding: 7px 10px;
    color: white;
    font-weight: 800;
    min-width: 140px;
    font-size: 18px;
    text-align: center;
}

.modal-cancle.w-fit {
    width: fit-content;
    min-width: 120px;
    white-space: nowrap;
}

.modal-confirm.w-fit {
    width: fit-content;
    white-space: nowrap;
    min-width: 120px;
}

.roles-table th {
    font-size: 16px;
    font-weight: 600;
    color: #202020;
}

.roles-table td {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background-color: #FAFAFA;
    border-bottom: 1px solid #F1F1F1;
    vertical-align: middle;
}

.roles-table tr td:first-child {
    font-weight: 900;
    border-left: 1px solid #F1F1F1;
}

.roles-table tr td:last-child {
    border-right: 1px solid #F1F1F1;
}

.add-roles-tab-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.add-roles-tab-holder button {
    all: unset;
    padding: 5px 25px;
    border: 1px solid #E2E2E2;
    font-size: 18px;
    font-weight: 400;
    color: #070303;
    cursor: pointer;
    display: block;
    width: fit-content;
    transition: 0.3s;
}

.add-roles-tab-holder button:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    border-right: 0;
}

.add-roles-tab-holder button:last-child {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-left: 0;
}

.add-roles-tab-holder button.selected-tab {
    background-color: #CCCCCC;
}

.permisions-check-holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    row-gap: 10px;
}

.permisiions-check-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.permisiions-check-box label {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.permisiions-check-box input {
    background-color: transparent !important;
    accent-color: #2693FF;
}

.permisions-check-holder.gc-4 {
    grid-template-columns: repeat(4, 1fr);
}

.modal-xl {
    max-width: 900px;
}

.no-wrap {
    white-space: nowrap;
}

.table-action-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0 20px 0;
}

.table-action-btns button {
    all: unset;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 5px;
    line-height: 1.2em;
    background-color: #499FF0;
    border-radius: 5px;
}

.ledger-table .dataTables_wrapper .row:first-child {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.ledger-table .dt-buttons.btn-group {
    display: flex;
    gap: 10px;
}

.ledger-table .dt-buttons.btn-group button {
    cursor: pointer;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 5px;
    line-height: 1.2em;
    background-color: #499FF0;
    border-radius: 5px !important;
}

.card-title.text-black {
    color: #202020;
    font-size: 24px;
}

.user-status-search-holder {
    position: relative;
}

.user-status-search-holder input {
    width: 100%;
    border: 1px solid #F5F5F5;
    border-radius: 14px;
    padding: 10px 10px 10px 40px;
}

.user-status-search-holder button {
    all: unset;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 14px;
}

.user-table-user-box img {
    width: 50px;
    height: 50px;
    border-radius: 14px;
}

.user-table-user-box {
    gap: 10px;
}

.user-table-user-box h4 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #202020;
}

.user-table-user-box p {
    margin: 0;
    color: #A5A5A5;
    font-size: 14px;
}

.user-table th {
    color: #202020;
    font-size: 18px;
    font-weight: 800;
    vertical-align: middle;
}

.user-table td {
    vertical-align: middle;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #F7F7F7;
}

.user-table td span {
    color: #202020 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.user-table tr th:first-child,
.user-table tr td:first-child {
    padding-left: 25px;
}

.user-table tr th:last-child,
.user-table tr td:last-child {
    padding-right: 25px;
}

.user-table-check-btn {
    position: relative;
    cursor: pointer;
    width: fit-content;
    height: 16px;
}

.user-table-check-btn input {
    width: 16px;
    height: 16px;
    opacity: 0;
    cursor: pointer;
}

.user-table-check-btn label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 1/1;
    padding: 0;
    border: 2px solid #C2C2C2;
    pointer-events: none;
    border-radius: 2px;
    transition: 0.2s;
}

.user-table-check-btn label::before {
    position: absolute;
    pointer-events: none;
    left: 1.8px;
    top: 2.4px;
    content: '';
    width: calc(100% - 4.4px);
    display: block;
    background-color: #5A7F97;
    height: calc(100% - 4.5px);
    border-radius: 2px;
    opacity: 0;
    transition: 0.2s;
}

.user-table-check-btn input:checked~label {
    border: 2px solid #5A7F97;
}

.user-table-check-btn input:checked~label::before {
    opacity: 1;
}

.dash-right-content-holder {
    background-color: white;
    width: calc(100% + 1.5rem);
    padding: 20px;
}

.days-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
}

.days-nav button {
    all: unset;
    cursor: pointer;
}

.day-box-holder {
    display: flex;
    align-items: center;
    scroll-snap-type: x mandatory;
    overflow: auto;
    padding: 10px 0;
}

.day-box-holder .day-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: fit-content;
    scroll-snap-align: start;
    padding: 20px 12px;
    border-radius: 7px;
    position: relative;
}

.day-box-holder p {
    margin: 0;
    color: #A5A5A5;
    font-size: 16px;
    font-weight: 400;
}

.day-box-holder h4 {
    margin: 0;
    color: #202020;
    font-size: 20px;
    font-weight: 400;
}

.day-box::before {
    position: absolute;
    right: -5px;
    top: -4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FF4A55;
    content: '';
    border: 3px solid white;
    opacity: 0;
}

.day-box.active {
    background-color: #499FF0;
}

.day-box.active h4 {
    color: white;
}

.day-box.active p {
    color: white;
}

.day-box.active::before {
    opacity: 1;
}

.booking-act-card-holder {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: fit-content;
}

.booking-act-card {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #C2C2C2;
    display: flex;
    /* align-items: center; */
    gap: 20px;
    height: fit-content;
}

.booking-act-card img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
}

.booking-act-time {
    display: flex;
    gap: 15px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.view-all-btn {
    padding: 15px 0;
    text-align: center;
    background: #E0F0FF;
    width: 100%;
    color: #2693FF;
    font-size: 16px;
    font-weight: 800;
    display: block;
    border-radius: 12px;
}

.pilot-currency-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #F5F5F5;
    padding: 15px 0;
}

.pilot-currency-box-holder .pilot-currency-box:first-child {
    border-top: 0;
}

.pilot-currency-left {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pilot-currency-left img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    object-fit: cover;
}

.pilot-currency-right {
    display: flex;
    gap: 10px;
}

.pilot-currency-left p,
.pilot-currency-right p {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
}

.sidenav-toggled .main-menu-title {
    opacity: 0;
}

.sidenav-toggled .health-check-holder {
    opacity: 0;
}

.sidenav-toggled .qr-code-holder {
    opacity: 0;
}
table .fa {
font-size:20px;
}

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: 700;
    font-size: 90%;
    top: -3px;
}
.fc-icon-right-single-arrow:after {
    content: "\02039";
    font-weight: 700;
    font-size: 90%;
    top: -3px;
}
.fc-icon.fc-icon-right-single-arrow{
    transform:rotate(-180deg);
}
.fc-center {
display:flex !important;
align-items:center;
gap:10px;
}
    .fc-center h2 {
    margin:0 !important;
    }


 .fc-center button span {
    color:black;
    }

    .fc-center button:hover span {
        color: white;
    }
.fc-button-group button {
color:black;
}



@media only screen and (max-width: 1300px) {
    .booking-act-card {
        flex-direction: column;
    }
    .pilot-currency-box {
        flex-direction: column;
        align-items: inherit;
        row-gap: 10px;
    }
    .pilot-progress-box-holder {
        grid-template-columns: repeat(2, 1fr);
    }
    .aircraft-bo-holder {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
    .custom-user-card-holder {
        grid-template-columns: repeat(3, 1fr);
    }
    .custom-user-card svg.tick-svg {
        top: 10px;
        right: 10px;
    }
    .custom-user-currency-ppc {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 1280px) {
    .group-box-holder {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .user-group-holder {
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .mandatory-requirements {
        max-height: 100% !important;
    }
}

@media only screen and (max-width: 990px) {
    .health-check-holder {
        width: calc(100% - 20px);
    }
    .booking-act-card {
        flex-direction: row;
    }
    .pilot-currency-box {
        flex-direction: row;
        align-items: center;
        row-gap: 10px;
    }
    .footer.footer {
        margin-top: 60px;
    }
    .permisions-check-holder {
        grid-template-columns: repeat(2, 1fr);
    }
    .group-box-holder {
        grid-template-columns: repeat(2, 1fr);
    }
    .aircraft-bo-holder {
        grid-template-columns: repeat(3, 1fr);
    }
    .custom-user-card-holder {
        grid-template-columns: repeat(2, 1fr);
    }
    .hours-box {
        display: flex;
        flex-direction: column;
        align-items: inherit !important;
        justify-content: inherit !important;
    }
    .d-flex .hours-box label,
    .d-flex .hours-box p {
        text-align: left !important;
    }
    .permisions-check-holder.gc-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .uploaded-profile-display {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .sidenav-toggled .main-menu-title {
        opacity: 1;
    }
    .bg-style.min-vh-100 {
        background-attachment: fixed;
    }
    .sidenav-toggled .health-check-holder {
        opacity: 1;
    }
    .sidenav-toggled .qr-code-holder {
        opacity: 1;
    }
    .custom-user-card-holder {
        grid-template-columns: repeat(1, 1fr);
    }
    .search-icon {
        width: 30px;
        height: 30px;
        margin-top: 0px;
    }
    .avatar-details {
        display: none;
    }
    .header .form-inline .search-element .form-control {
        /* padding: 5px 10px 5px 10px !important; */
    }
    .header .form-inline .btn {
        right: 0 !important;
        left: 5px !important;
        top: 14px !important;
        position: absolute !important;
        width: fit-content !important;
    }
    .page-header {
        flex-direction: column;
        row-gap: 10px;
        align-items: inherit;
    }
    .gap4 {
        gap: 20px;
    }
    .total-sale-bar {
        flex-direction: column;
        align-items: inherit;
    }
    .pilot-booking-details p {
        flex-direction: column-reverse;
        align-items: baseline;
    }
    .custom-user-card {
        padding: 20px 10px;
        max-width: 500px;
        margin: 0 auto;
    }
    .d-flex.align-items-center.justify-content-between.w-100 {
        flex-direction: column;
        align-items: inherit !important;
        justify-content: inherit !important;
        align-items: baseline !important;
        row-gap: 20px;
    }
    .permisions-check-holder {
        grid-template-columns: repeat(1, 1fr);
    }
    .permisions-check-holder.gc-4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .about-group-bar {
        flex-direction: column;
        display: flex;
    }
    th {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 580px) {
    .aircraft-bo-holder {
        grid-template-columns: repeat(2, 1fr);
    }
    .pilot-booking-list-box {
        flex-wrap: wrap;
        row-gap: 10px;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid rgb(222, 222, 222);
    }
    .pilot-booking-edit {
        margin-left: inherit;
        text-align: left;
    }
    .long-nav-btn-holder a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .form-type-modal-holder {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 2px;
    }
    .form-type-modal-holder label {
        margin-top: 10px;
    }
    .custom-agination-bar-holder {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .user-group-roles-btn {
        flex-direction: column;
    }
    .hours-box .d-flex {
        flex-direction: column;
        margin-bottom: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid #C2C2C2;
    }
    .hours-box input {
        width: 100%;
    }
}