@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

:root {
    --primary-color: #b41078;
    --primary-color-hover: #b41078;
    font-family: "Manrope", sans-serif !important;
}

html {
    zoom: 0.8 !important;
    /* word-break: break-all ; */
}

html,
body {
    font-family: "Manrope", sans-serif !important;
    margin-inline: auto;
    height: 100%;
}

.btn-primary,
.bg-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.text-primary,
.btn-outline-primary {
    color: var(--primary-color) !important;
}

.btn-outline-primary {
    border-color: var(--primary-color) !important;
}

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

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

.dropdown-menu {
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--Gray-200, #e9ecef);
}

.dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid var(--Gray-200, #e9ecef);
}

.clean-button {
    border: none;
    background-color: transparent;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    object-fit: cover;
}

button {
    border-radius: 10px !important;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cursor-pointer {
    cursor: pointer;
}

footer ul {
    list-style: none;
    margin-bottom: 5px !important;
    padding: 0 !important;
}

footer a {
    text-decoration: none;
    color: white !important;
}

footer h5 {
    margin-bottom: 17px;
}

footer a:hover {
    opacity: 0.8;
}

#phone::placeholder {
    font-size: 16px !important;
}

.card-params {
    border-radius: 20px;
    border: 1px solid var(--Primary-Light, #ebe5fc);
    background: var(--Default-White, #fff);
    padding: 15px 1.25rem 1.25rem 15px;
    /* Shadow/Regular */
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}
.depart-section {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    /* padding: 26px; */
    padding-top: 29px;
    padding-left: 20px;
    padding-bottom: 52px;
    padding-right: 28px;
    border-radius: 10px;
}

.arrive-section {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    /* padding: 26px; */
    padding-top: 29px;
    padding-left: 20px;
    padding-bottom: 52px;
    padding-right: 28px;
    border-radius: 10px;
}

.mb-3.upload-pictures {
    display: flex;
    align-items: center;
}

img.img-fluid.float-end.image {
    flex: 0 0 auto;
    margin-left: 27px;
    width: 37px;
}

.card {
    border-radius: 20px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(235, 229, 252, 1);
    background-color: var(--Default-White, #fff);
    min-height: 551px;
    margin-top: 45px;
}
.address-heading {
    color: #262626;
    font: 600 23px Inter, sans-serif;
    max-width: 94px;
    margin-left: 24px;
    margin-top: 45px;
}
.contact-info {
    border-radius: 20px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(235, 229, 252, 1);
    background-color: var(--Default-White, #fff);
    display: flex;
    margin-top: 45px;
    flex-direction: column;
    font-weight: 400;
    padding: 30px 31px;
}

@media (max-width: 991px) {
    .contact-info {
        max-width: 100%;
        margin-top: 40px;
        padding: 0 20px;
    }
}

.contact-info-title {
    color: var(--Black, #262626);
    font: 600 24px Inter, sans-serif;
}

@media (max-width: 991px) {
    .contact-info-title {
        max-width: 100%;
    }
}

.sms-notification-text {
    color: #000;
    margin-top: 26px;
    font: 16px Inter, sans-serif;
}

@media (max-width: 991px) {
    .sms-notification-text {
        max-width: 100%;
    }
}

.phone-number-container {
    display: flex;
    margin-top: 8px;
    gap: 14px;
}

@media (max-width: 991px) {
    .phone-number-container {
        flex-wrap: wrap;
    }
}

.country-code-selector {
    border-radius: 6px;
    border: 1px solid rgba(222, 226, 230, 1);
    background-color: var(--Default-White, #fff);
    display: flex;
    gap: 8px;
    padding: 9px 16px;
}

.country-flag-code {
    display: flex;
    gap: 4px;
}

.country-flag {
    color: #000;
    font: 23px/87% Arial, sans-serif;
}

.country-name {
    color: var(--Black, #262626);
    flex: 1;
    font: 16px Inter, sans-serif;
}

.dropdown-arrow {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 16px;
    margin: auto 0;
}

.ibann {
    width: 100%;
    height: 296px;
    padding-left: 31px;
    padding-right: 31px;
    margin-left: -1%;
    padding-top: 24px;
    padding-bottom: 24px;
    background: white;
    border-radius: 20px;
    border: 1px #f9fafb solid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
}

.Frame248 {
    align-self: stretch;
    padding: 16px;
    background: white;
    border-bottom: 1px #f9fafb solid;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
    height: auto;
}

.Frame250 {
    align-self: stretch;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}

.Frame2511 {
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;
}
.Frame2499 {
    width: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.Iban5202 {
    width: 127.31px;
    color: #152536;
    font-size: 15px;
    font-family: Inter;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
}

.Frame3232 {
    width: 11px;
    color: #152536;
    font-size: 16px;
    font-family: Inter;
    font-weight: 800;
    word-wrap: break-word;
}

.InformationDeLIban {
    color: #152536;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    word-wrap: break-word;
}

.Frame30203 {
    align-self: stretch;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}

.frame402033 {
    width: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.phone-number-input {
    border-radius: 6px;
    border: 1px solid rgba(222, 226, 230, 1);
    background-color: var(--Default-White, #fff);
    color: var(--Black, #262626);
    justify-content: center;
    padding: 9px 16px;
    font: 16px Inter, sans-serif;
}

@media (max-width: 991px) {
    .phone-number-input {
        max-width: 100%;
    }
}

.language-label {
    color: #000;
    margin-top: 28px;
    font: 16px Inter, sans-serif;
}

@media (max-width: 991px) {
    .language-label {
        max-width: 100%;
    }
}

.language-selector {
    border-radius: 6px;
    border: 1px solid rgba(222, 226, 230, 1);
    background-color: var(--Default-White, #fff);
    margin-top: 6px;
    color: var(--Black, #262626);
    white-space: nowrap;
    justify-content: center;
    padding: 9px 16px;
    font: 16px Inter, sans-serif;
}

@media (max-width: 991px) {
    .language-selector {
        max-width: 100%;
        white-space: initial;
    }
}
.imgflag {
    object-fit: cover;
    height: 25px;
}
.modify-info-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: 1px solid #b41078;
    background-color: #b41078;
    color: #fff;
    padding: 8px 14px;
    font: 600 14px/143% Inter, sans-serif;
    cursor: pointer;
    width: 400px;
}
button:not(:disabled) {
    cursor: pointer;
    margin-left: 0px;
    margin-top: 20px;
}
.country-name {
    color: var(--Black, #262626);
    flex: 1;
    font: 16px Inter, sans-serif;
}

.form-check-input:checked {
    background-color: #b41078;
    border-color: #b41078;
}
.form-check-input:checked::before {
    background-color: #b41078;
    border-color: #b41078;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #b41078 !important;
    box-shadow: 0 0 0 0.2rem rgba(180, 16, 120, 0.25) !important;
}

input::placeholder {
    opacity: 0.4; /* Set the opacity of the placeholder text */
    font-size: 0.8em; /* Make the placeholder text smaller */
}

.text-success {
    color: #28a745 !important;
}

.border-gray {
    border: solid rgba(79, 79, 79, 0.3);
}

.h-screen {
    height: 100vh;
}

.bg-primary-sec {
    background-color: #f8e7f2;
    background-size: cover;
}

.custom-footer {
    width: 100%;
    color: white;
    padding: 1rem 0;

    bottom: 0;
    max-height: 100vh;
}

.min-vh-80 {
    min-height: 98vh;
}
.img-thumbnail {
    border: none;
}

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

.btn-primary {
    color: white !important;
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
}

@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }
}
.fit-content {
    width: fit-content;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    appearance: none;
    background-color: white !important;
    color: fieldtext !important;
    border: 1px solid #ccc; /* Add this if you want a consistent border */
    box-shadow: 0 0 0px 1000px white inset !important; /* Ensures background color applies correctly */
}

.btn-outline-black {
    color: black;
    border-color: #d0d5dd;
}

.btn-outline-black:hover {
    color: black;
    border-color: #d0d5dd !important;
}

.btn-large {
    padding: 0.5rem 3.5rem;
}

.modal-content {
    border-color: transparent !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: black !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.pac-container.pac-logo.hdpi {
    transform: translate(7%, 110px) !important;
}
.pac-container.pac-logo {
    transform: translate(7%, 110px) !important;
}

*::selection {
    background-color: #b41078 !important;
    color: white;
}

.border-dark-50 {
    border-color: #dee2e6 !important;
}

.pswp__img {
    padding-left: 100px;
    padding-top: 100px;
}
.hover-underline:hover {
    text-decoration: underline !important;
}

/* SELECT OPTION STYLE */

select option {
    color: black;
    background: white;
}

select option:checked,
select option:hover {
    background: #b41078 !important;
    color: white;
}

input[type="checkbox"] {
    accent-color: #b41078 !important;
}

.btn {
    padding: 0.5rem 2.5rem;
}

button {
    word-break: normal !important;
}
.bg-yellow {
    background-color: #ffc107 !important;
}
.text-limit,
.nk-tb-col {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.text-limited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%; /* it will shrink nicely */
}

.offcanvas-backdrop {
    opacity: 0 !important;
}

.btn-close {
    height: 15px !important;
    width: 15px !important;
}

.w-fit {
    width: fit-content !important;
}

.bg-light {
    background-color: #f2f4f7 !important;
}

.swal-wide {
    display: flex;
    padding: 20px !important;
    min-width: 60%;
    color: #333333;
    overflow-x: hidden !important;
}

.swal-medium {
    display: flex;
    padding: 20px !important;
    min-width: 40%;
    color: #333333;
    overflow-x: hidden !important;
}

.swal-fit-in {
    display: flex;
    padding: 20px !important;

    color: #333333;
    overflow-x: hidden !important;
}

.swal-wide .swal2-html-container {
    overflow-x: hidden !important;
}

.swal2-actions {
    justify-content: start !important;
}

.swal2-confirm:hover {
    background-color: #dc3545 !important;
    color: #fff;
}

.swal2-cancel:hover {
    background-color: white !important;
    background-image: none !important;
}

.remove-image-btn {
    position: absolute;
    top: 10px !important;
    right: 10px;
    background-color: transparent;
    border: none;
    color: #333;
    font-size: 2.2rem !important;
    cursor: pointer;
    z-index: 10;
    margin-top: 0 !important;
}

.image-preview-container {
    position: relative !important;
    border: 1px solid #b41078;
    border-radius: 20px;
    margin-top: 20px;
    height: 300px !important;
}

.image-preview-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px !important;
    padding: 20px !important;
}

.breakall {
    word-break: break-all;
}

.btn-close:focus {
    box-shadow: none !important;
    outline: none !important;
    opacity: 0.8 !important;
}

.swal2-actions {
    justify-content: start !important;
}

.btn.border-primary:focus,
.btn.border-primary:active {
    border: 1px solid #b41078 !important;
    color: #b41078 !important;
}


.btn.border-danger:focus,
.btn.border-danger:active {
    border: 1px solid #dc3545 !important;
    color: #dc3545 !important;
}

.width-fix-of-box {
    width: 50vw !important;
}

@media screen and (max-width: 968px) {
    .width-fix-of-box {
        width: 90vw !important;
    }
}
#departure-calendar-icon , #arrival-calendar-icon {
    top: 50%;
}
