@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --primary-color: #384e89;
    --primary-color-one: #dee5ff;
    --secondary-color: #fc5864;
    --secondary-color-one: #aa64e0;
    --secondary-color-two: #ec93ff;
    --input-color: #f0f8ff;
    --typography-color: #393b45;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #f1f5ff;
    color: #000;
}

.hide {
    display: none;
}

.primary-color {
    color: var(--primary-color);
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
.pagination {
    margin-bottom: 0 !important;
}

.pagination {
    --bs-pagination-color: #000 !important;
    --bs-pagination-border-color: none !important;
}

.page-active {
    background-color: #b7b7b7 !important;
    color: #fff !important;
    border-radius: 2px !important;
}

.page-navigator {
    border: 1px solid #d0d6db !important;
    color: var(--primary-color) !important;
}

a {
    text-decoration: none !important;
}

/* input type number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.scrollable-container::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* hide Scroll bar  */
.scrollable-div::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

/* Heading Style Start Here */

.heading-typography {
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0;
}

.sub-heading-typography {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 10px;
}

.sub-heading-typography-one {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

button {
    border: none;
    cursor: pointer;
}

.addbtn {
    display: flex;
    align-items: center !important;
    padding: 10px 16px;
    align-items: flex-start;
    gap: 12px;
    border-radius: 14px;
    background: var(--primary-color);
    color: #fff;
}
.btnOne {
    background-color: #384e89;
    color: #fff;
    padding: 9px 0px;
    font-size: 14px;
}
.addbtn p {
    font-size: 12px;
}
.addbtn:hover {
    background-color: #1f3778;
}
.text-danger {
    font-size: 13px;
    font-size: 500;
    padding-bottom: 5px;
}
/* Switch buttton styling */
.form-check-input {
    width: 45px !important;
    height: 20px !important;
    cursor: pointer;
    border: 1px solid #cfc2c2 !important;
}

.form-check-input:checked {
    background-color: #28a745 !important;
    /* Change background color when checked */
}

.mobLogo {
    height: 80px;
    width: 80px;
    overflow: hidden;
}
.mobLogo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* --------- Search Css Start Here ------- */
.search {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}

.search input {
    border: none;
    background: transparent;
    width: 300px;
}

.search input::placeholder {
    font-size: 12px;
    color: #9ba5b7;
}

.search .fa-magnifying-glass {
    color: rgba(155, 165, 183, 1);
}

.search input:focus {
    outline: none;
}

/* --------- Search Css end Here ------- */

/* --------- show page CSS Start -------- */
.show-page .form-select {
    width: fit-content;
    height: 31px;
    color: #000;
    cursor: pointer;
}

.show-page p {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* --------- show page CSS End -------- */

/* ----------   Sign In Css Start Here -------------- */

.screen {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outterBox {
    width: 350px;
    margin: auto;
    text-align: center;
    padding: 10px;
}

.go-frnds-logo {
    display: inline-flex;
    align-items: center;
}

.go-frnds-logo .planeLogo {
    height: 30px;
    width: 35px;
}

.go-frnds-logo a {
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}

.go-frnds-logo .go-frnds {
    color: var(--primary-color);
    text-decoration: none;
    font-family: "Inknut Antiqua";
}

.go-frnds-logo .go-frnds span {
    color: var(--secondary-color);
}

/* input css */
.inputBox {
    background: var(--input-color);
    border: 1px solid #a3a3a3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
    margin: 7px 0;
}

.inputBox img {
    height: 15px;
    font-weight: 500;
    cursor: pointer;
    mix-blend-mode: multiply;
}

.inputBox input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
}

.inputBox input::placeholder {
    font-size: 12px;
    font-weight: 500;
}

.show-pass {
    cursor: pointer;
}

.incorrect {
    color: red;
    font-size: 12px;
    text-align: left;
}

.form-div {
    display: flex;
    flex-direction: column;
}

.submit-btn {
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: var(--primary-color);
    color: #fff;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: none;
    border: none;
    cursor: pointer;
}

.form-div .submit-btn {
    margin-top: 40px;
}

/* -------------  Header Sidebar Css ------------------ */

.page-box {
    width: 100%;
    display: flex;
    height: calc(100vh - 45px);
    background-color: #f1f5ff;
    overflow-y: auto;
}

.header {
    display: flex;
    align-items: center;
    background-color: var(--primary-color-one);
    padding: 5px 15px;
    height: 45px;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 20;
}

.go-frnds-logo {
    width: 179px;
}

.go-frnds-logo img {
    height: 13px;
}

.header .page-name {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.profile-img {
    height: 35px;
    width: 35px;
    overflow: hidden;
    border-radius: 50%;
}

.profile-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.left-sidebar {
    background-color: var(--primary-color);
    position: sticky;
    top: 0;
}

.left-sidebar-sub {
    padding-right: 30px;
    width: 200px;
}

.page-content {
    width: 100%;
    background-color: #f1f5ff;
}

.right-side-content {
    width: 390px;
}

.sidebar-links {
    color: #fff;
    display: inline-flex;
    border-radius: 9px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    gap: 5px;
    padding: 5px 5px 5px 15px;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.1s ease;
}

.sidebar-links img {
    height: 22px;
}

.sidebar-links:hover {
    background-color: #ecedff;
    color: #000;
    font-weight: 500;
}

.sidebar-links:hover img {
    filter: invert(1);
}

/* ------------------  DashBoard Css Start Here ------------------ */

.booking-data {
    font-size: 13px;
    font-weight: 500;
    background-color: var(--input-color);
    padding: 10px;
    border-radius: 10px;
}

.booking-data span {
    font-size: 16px;
    color: #3d09ae;
}

.booking-data-main {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.booking-data-sub {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(224, 217, 208, 0.8);
}

.get-details-box {
    display: flex;
    align-items: center;
}

.get-details-box-img {
    width: 70px;
    padding: 7px;
}

.get-details-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.get-details-box h6 {
    font-size: 14px;
    font-weight: 600;
}

.get-details-data {
    width: 70%;
}

.get-details-box p {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Roboto";
    font-size: 10px;
    font-weight: 500;
    align-content: center;
    line-height: normal;
    width: 120px;
}

.get-details-btn {
    display: flex;
    width: 110px;
    padding: 7px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: var(--White, #fff);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Roboto";
    font-size: 15.968px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(
        87deg,
        #a649ba -12.77%,
        #aa64e0 81.24%,
        #3d09ae 211.45%
    );
    box-shadow: 0px 1.996px 3.992px 0px rgba(0, 0, 0, 0.15);
}

/* add status Css */
.statusCircle {
    border: 2px solid var(--secondary-color-two);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    overflow: hidden;
    cursor: pointer;
}

.statusCircle img,
.statusCircle video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.crossIcon {
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
}

.showStatus-box {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
}

.showStatus {
    position: relative;
}
.showStatus p,
.upload-p {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.deleteModal .modal-header {
    background-color: #dd2626;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.deleteModal .modal-header h1 {
    font-size: 14px !important;
}

.deleteModal .modal-body {
    color: #6f6f6f;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.12px;
}

.deleteModal s .modal-body span {
    color: #474747;
    font-weight: 500;
}

.deleteModal .modal-footer {
    border-top: none;
    padding-top: 0;
}

.deleteModal .modal-footer .cancelbtn {
    color: var(--Color-Black-Black-900, #000);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 1px solid rgba(0, 0, 0, 0.41);
}

.deleteModal .modal-footer .deletebtn {
    background-color: #dd2626;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.dashboard-banner-box {
    padding: 10px;
    background-color: #fff;
}

.dashboard-banner {
    height: 150px;
    background-color: #ada9a9;
    position: relative;
    border-radius: 20px;
}

.dashboard-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.edit-banner {
    width: fit-content;
    padding: 5px 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.59);
    cursor: pointer;
}

.dashboard-banner .edit-banner {
    position: absolute;
    right: -9px;
    top: 10px;
}

.upload-container {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.upload-container:hover {
    background-color: #f0f0f0;
}

.upload-container img {
    max-width: 100%;
    height: auto;
}
.edit-teamImage {
    height: 140px;
    width: 140px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    border: 2px dashed #ccc;
}
.edit-teamImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.upload-icon {
    font-size: 24px;
}

.upload-text {
    margin-top: 10px;
}

.modalHeader {
    color: rgba(0, 0, 0, 0.73);
    font-size: 15px !important;
    font-weight: 600;
}

#editBannerModal .banner-name {
    font-size: 12px;
    font-weight: 600;
}

#saveBannerButton {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
/* Carousel CSS start here */
.carousel-item {
    height: 200px;
    overflow: hidden;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: var(--primary-color);
    height: 15px !important;
    width: 15px !important;
}

.carousel-control-prev-icon-div,
.carousel-control-next-icon-div {
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
}

.dashboard-carousel {
    position: relative;
    background-color: #fff;
}

.carousel-edit {
    position: absolute;
    right: 0px;
    top: -5px;
    z-index: 10;
}

.carousel-indicators {
    list-style: none;
}

.carousel-indicators li {
    width: 7px !important;
    height: 7px !important;
    margin: 0 5px;
    background-color: #d9d9d9 !important;
    border-radius: 50%;
    opacity: 0.7;
    transition: opacity 0.6s ease;
}

.carousel-indicators {
    margin-bottom: 0 !important;
}

.carousel-indicators {
    position: relative !important;
}

.carousel-indicators .active {
    opacity: 1 !important;
    background-color: var(--primary-color) !important;
}

/* service icons css */
.all-service-icons-section {
    background-color: #ece4ff;
    padding: 30px;
    border-radius: 5px;
}

.service-icon {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.service-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-icon-name {
    display: flex;
    width: 48px;
    height: 34px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #515151;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 16.8px */
    letter-spacing: 0.036px;
}

/* --- Show status modal --- */
#showSatusModal .modal-body {
    height: 450px;
    overflow: hidden;
}

#showSatusModal .modal-body img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* modal */
#editCarouselModal .addNewCard,
#editCarouselModal .addExitingCard {
    background-color: #e4ecff;
    border-radius: 5px;
    padding: 15px;
    font-size: 13px;
    font-weight: 500;
}

textarea::placeholder {
    font-size: 13px;
}

.exist-cards-box {
    max-height: 300px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.exist-card h6 {
    font-size: 14px;
    font-weight: 500;
}

.exist-card p {
    font-size: 11px;
    font-weight: 500;
}

.exist-card .cardImg {
    height: 60px;
    width: 250px;
    overflow: hidden;
}

.exist-card .cardImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.exist-card-details {
    background-color: #e9f5ff;
    padding: 10px;
}

.exist-card .edit-delete .edit-icon,
.exist-card .edit-delete .delete-icon {
    background-color: #fff;
    padding: 7px;
    border-radius: 50%;
    font-size: 11px;
}

.addCardPlus {
    border: 1px solid #1a73e8;
    border-radius: 5px;
    padding: 5px;
    background-color: transparent;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #1a73e8;
    cursor: pointer;
}

.uploadSection-btn:hover {
    background-color: var(--primary-color) !important;
}

/* Carousel CSS End here */

/* ------------------  DashBoard Css End Here ------------------ */
/* --------------  Service Page CSS Start Here ------------- */
.page-content-details h3 {
    color: var(--Body-text-color, #4f4f4f);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.page-content-details p {
    color: #4f4f4f;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.page-content-details p a {
    color: #4f4f4f !important;
}

.page-content-details span {
    text-decoration: underline;
}

.service-table {
    background-color: #fff;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* For smooth scrolling on mobile devices */
}

.table-responsive table {
    width: 100%;
    min-width: 600px;
    /* Set a minimum width for the table */
}

@media (max-width: 768px) {
    .table-responsive table {
        min-width: 500px;
        /* Adjust as necessary */
    }

    .search {
        width: 100%;
    }
}

/* --------------  Service Page CSS End Here ------------- */

/*   -------------- Table Style ------------------ */
.table {
    border-radius: 7px;
    overflow: hidden;
}

.table thead tr th {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.table tbody tr td {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.alldata .table td {
    vertical-align: middle;
}

.table-footer .show-page {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.alldata .table_service_img {
    height: 30px;
    width: 30px;
    overflow: hidden;
}

.alldata .table_service_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* ----- Add modal Css Start Here ------- */
.upload-container {
    width: 155px;
    height: 155px;
    border: 2px dashed #ccc;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    padding: 7px;
}

#addService .modal-header {
    color: #262626;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#addService .modal-content {
    width: fit-content;
}

#addServiceModal .save-button,
#editServiceModal .save-button {
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
}

.upload-icon {
    font-size: 50px;
    color: #888;
}

.upload-text {
    margin-top: 10px;
    color: #888;
}

.upload-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.upload-container img.visible {
    display: block;
}

.service-name-input {
    border: 1px solid #cfc2c2 !important;
    border-radius: 10px;
    background-color: #f4f4f4;
    padding: 10px;
}

.service-name-input:focus {
    outline: none;
}

#addService .service-name,
#editService .editService {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.edit-delete .delete-icon {
    color: #ea5354;
}

.edit-delete .delete-icon,
.edit-delete .edit-icon {
    cursor: pointer;
}

/* -------  add status modal Start Here ------- */
#addStatusModal .modal-dialog {
    display: flex;
    justify-content: center;
}

#addStatusModal .modal-content {
    width: 450px;
}

#addStatusModal .upload-container {
    height: 250px;
}

/* -------  add status modal End Here ------- */

/* -------  Person Details Modal ------------ */
.profile-box .profile-img {
    height: 80px;
    width: 80px;
    overflow: hidden;
}

.profile-box .profile-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.profile-box h4 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.person-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 4px 4px 0px 0px;
    background-color: #e6e0e9;
    padding: 7px 15px;
}

.person-details label {
    color: #49454f;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.person-details h6 {
    color: #49454f;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
}

.total-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex: 1 0 0;
    border-radius: 12px;
    border: 1px solid var(--material-theme-sys-light-surface-container, #f4ede4);
    background: var(--White, #fff);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.total-section .name {
    color: #818181;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.total-section .total {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.total-section button {
    border-radius: 15px;
    background: #384e89;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 20px;
}

.details-header {
    color: rgba(0, 0, 0, 0.73);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 15px;
}

.download-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.download-details-box {
    max-height: 300px;
    overflow-y: auto;
}

.download-details .fa-download {
    color: #384e89;
    cursor: pointer;
}

.time-select {
    padding: 5px 10px !important;
    min-width: 130px;
    max-width: fit-content !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: flex;
    gap: 10px;
    border: 1px solid #f4ede4 !important;
    margin-bottom: 0 !important;
    background-color: transparent;
}

#userDetailsModal .modal-header {
    padding: 5px 20px;
}

.sorttable {
    color: #868686;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.short-arrow div {
    cursor: pointer !important;
}

.inactive {
    color: #868686 !important;
}

.short-arrow {
    font-size: 14px;
}

/* ------------ Tootal section modal Start Here ------- */

.reset-password-btn,
.viewCustomer-btn {
    display: flex;
    padding: 3px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #2eab7d;
    color: #2eab7d;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    cursor: pointer;
}

.viewCustomer-btn {
    border: 1px solid #384e89;
    color: #384e89;
}

.inputOne {
    border-radius: 4px;
    border: 2px solid #384e89;
    padding: 10px;
}

.inputOne:focus {
    outline: none;
}

.save-one-button {
    display: flex;
    width: 190px;
    height: 45px;
    padding: 9px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #384e89;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
    text-transform: uppercase;
}

.target {
    color: #49454f;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px;
    letter-spacing: 0.5px;
}

/* -----------------  Profile CSS Start Here ------------------ */
.head-bar {
    background-color: var(--primary-color);
    height: 40px;
}

.profile-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.profile-section h4 {
    color: #4f4f4f;
    font-family: "Roboto";
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.profile-section h5 {
    color: #000;
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 100% */
    letter-spacing: -0.4px;
}

.profile-section a {
    color: #4f4f4f;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
    text-decoration-line: underline;
}

.profile-section h6 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    /* 100% */
}

.profile-section .profile-img-sq {
    height: 120px;
    width: 120px;
    overflow: hidden;
    position: relative;
}
.uploadTag {
    position: absolute;
    bottom: 5px;
    background-color: #384e89;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    cursor: pointer;
}

.profile-section .profile-img-sq img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.profile-section .profile-name {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    line-height: 40px;
}

.profile-details {
    color: #878787;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
}

.profile-section .edit-btn {
    background-color: #0554fc;
    padding: 7px 12px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.profile-section .save-btn {
    background-color: #0554fc;
    padding: 7px 20px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.profile-section label {
    color: #878787;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.profile-edit {
    margin-top: 15px;
}
.profile-edit input:focus {
    outline: none;
}

.profile-edit input {
    border: none;
    background-color: transparent;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.editInput {
    border-bottom: 1px solid #b9b9b9 !important;
}

.photo-details {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    border-radius: 8px;
    background: #fff;
    margin-top: 20px;
}

.profile-edit-box {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 550px;
}

.photo-details hr {
    width: 100%;
}

@media only screen and (max-width: 700px) {
    .profile-edit-box {
        width: 100%;
    }
}

/* -----------------  Profile CSS End Here ------------------ */

/* ----------------  Quick Links CSS Start Here ------------- */
.main-QuickLink-tab .nav-link.active {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.main-QuickLink-tab .nav-link {
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 500;
    border-radius: 0 !important;
    padding: 10px 20px !important;
}

.main-QuickLink-tab .nav-pills {
    background-color: #dee9ff;
}

/* Add Card Modal  or add package Modal*/
.addPackage {
    max-height: 78vh;
    overflow-y: auto;
}
/* Styling the scrollbar */
.addPackage::-webkit-scrollbar {
    width: 5px;
}

.addPackage::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.addPackage::-webkit-scrollbar-thumb {
    background-color: #eca72c;
    border-radius: 10px;
}

.addPackage::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.packageTitleLabel,
.packageTitleInput {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.packageTitleInput {
    display: flex;
    padding: 14px 16px;
    align-items: center;
    border-radius: 3px;
    background: #f4f4f4;
    border: 1px solid #eca72c;
}

.packageTitleInput:focus {
    outline: none;
}

.labelOne {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.labelTwo {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fa-calendar-days {
    color: #eca72c !important;
}

/* for date picker */
.datepicker-dropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown .datepicker-days {
    padding: 10px;
}

/* for star rating */
.rating-card {
    max-width: 300px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
}

.rating-stars {
    font-size: 19px;
    cursor: pointer;
    padding-left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.star {
    font-size: 25px;
    color: #ccc;
    transition: color 0.3s;
}

.star:hover,
.star.active {
    color: #ffcc00;
}
#addCardModal .form-control,
.inputTwo {
    padding: 7px !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0 !important;
}
#addCardModal input:focus {
    outline: 1px solid #ffc107 !important;
}
.star-rating .bi {
    font-size: 1.5rem;
    cursor: pointer;
    color: #ddd;
}

.star-rating .bi.star-filled {
    color: #ffc107;
}
.addOne {
    background-color: transparent;
    border: 1px solid #ffc107;
    padding: 9px;
    color: #f1c952;
}
.addOne:hover {
    background-color: #ffc107;
    color: #fff;
}
.tagCard {
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    background: #eca72c;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-width: 250px;
    border: none;
    width: fit-content;
}
.checkboxLabel {
    color: #000;
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.addTag {
    display: flex;
    height: 28px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #eca72c;
    color: #eca72c;
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: transparent;
}
.addTag:hover {
    background-color: #eca72c;
    color: #fff;
}
.add-offer {
    position: relative;
}
.add-offer .delete-box {
    position: absolute;
    right: 0;
    padding: 8px;
    background-color: rgb(216, 211, 211);
    cursor: pointer;
}
.add-offer .fa-trash,
.delete-tag .fa-trash {
    color: #ea5354;
}
.addTagbox {
    position: relative !important;
}
.delete-tag {
    background-color: rgb(216, 211, 211);
    padding: 7px;
    padding-left: 10px;
    cursor: pointer;
}

.addModallines label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.addModallines input,
.addModallines textarea,
.priceAdd {
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.addModallines input:focus,
.addModallines textarea:focus,
.priceAdd:focus {
    outline: none;
}
.edit-fields {
    display: flex;
    position: relative;
}
.edit-fields .edit-icons {
    position: absolute;
    right: 0px;
    display: flex;
    gap: 10px;
    background-color: rgb(218, 211, 211);
    padding: 13px;
    font-size: 13px;
    border-radius: 0px 4px 4px 0px;
}
.edit-fields .edit-icons .fa-trash {
    color: red;
    cursor: pointer;
}
.edit-fields .edit-icons .fa-trash:hover,
.fa-check:hover,
.fa-pen-to-square:hover,
.fa-pencil:hover,
.fa-eye:hover {
    transform: scale(1.2);
}
.fa-check:hover {
    color: green;
}
.edit-fields .edit-icons .fa-pencil,
.fa-check,
.fa-pen-to-square,
.fa-eye {
    color: #384e89;
    cursor: pointer;
}
.subtabs-section .nav-item .nav-link {
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    padding: 8px;
}
.subtabs-section .nav-item .active {
    color: #384e89 !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
    background-color: transparent !important;
}

/* visa for Style Start Here */
/* .visaImage{
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
  width: 350px;
  color: #FFF;
  text-align: center;
} */

.visaImage {
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    width: 350px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.visaImage::before {
    content: "";
    background-image: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(5px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.visaImage p {
    margin: 0;
    z-index: 1;
}

.note {
    display: flex;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 7px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #eff8ff;
    color: rgba(0, 0, 0, 0.6);
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: "dlig" on;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.addThreebtn {
    width: 113%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #384e89;
    color: #384e89;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
    transition: all 200ms ease-in-out;
}
.addThreebtn:hover {
    background-color: #384e89;
    color: #fff;
}

.addHeading input {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.addedValue input {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.fa-trash {
    color: #ea5354 !important;
    font-size: 12px;
}
.fa-trash:hover {
    color: red !important;
    transform: scale(1.2);
    cursor: pointer;
}
.deleteModal .fa-trash {
    color: #fff !important;
}
/* ----------------  Quick Links CSS End Here ------------- */

.offcanvas {
    width: 80% !important;
    background-color: #384e89 !important;
}
.offcanvas .btn-close {
    background-color: #fff !important ;
}

/* ---------------   adding the responsiveness  --------- */
@media screen and (max-width: 990px) {
    .dashboard_responsive {
        flex-wrap: wrap;
    }
    .right-side-content {
        width: 95% !important;
        margin: auto;
    }
    .booking-data-main {
        width: 100%;
        display: flex !important;

        flex-wrap: wrap;
        margin: auto;
        justify-content: space-around;
    }

    .booking-data-sub {
        width: 230px;
    }
}

.active > .page-link,
.page-link.active {
    background-color: #7879ca !important;
}
.sidebar-bar-active {
    background-color: #ecedff;
    color: #000;
    font-weight: 500;
}
.sidebar-bar-active img {
    filter: invert(1);
}
