[id^="calc_header_"] *,
[id^="calc_body_"] *,
[id$="insurance-covers"] *,
[id$="share_option_group"] *,
[id$="_trip_detail"] * {
    font-family: "Assistant", Arial, sans-serif !important;
    user-select: none;
}

.modal-title {
    user-select: none;
}

.modal-body h5 {
    user-select: none;
}

[id$="_insurance-covers"] span,
[id^="calc_header_"] span,
[id^="calc_header_"] .selector_box input,
[id^="calc_body_"] span {
    user-select: none;
}

[id^="calc_body_"] {
    margin-top: 20px;
}

[id^="calc_body_"] p.contact-us {
    font-size: 0.75rem;
    color: red;
    word-wrap: break-word;
    word-break: break-all;
}

:root {
    --orange: #E17600;
    --orange-hover: #ff911b;
    --purple: #08003C;
    --blue: #4978be;
    --grey: #d4d4d4;
}

[id^="calc_header_"] input[id$="_search"],
[id^="calc_header_"] input[id$="_when"],
[id^="calc_header_"] input[id$="_passengers"],
[id^="calc_header_"] input[id$="_destination"] {
    box-shadow: none !important;
    user-select: none;
}

[id^="calc_header_"] input[id$="_search"] {
    border-bottom: none;
}

[id^="calc_header_"] .modal {
    overflow: hidden;
}

input[id$="_destination"],
input[id$="_period_button"],
input[id$="_passengers"] {
    border: none !important;
    outline: none;
    box-shadow: none !important;
}

#share_to_email,
#share_to_whatsapp,
#copy_share_link,
#share_trip {
    text-decoration: none;
    color: #ff911b;
    display: inline-block;
}

#share_to_whatsapp img,
#share_to_email img,
#copy_share_link img,
#share_trip img {
    width: 36px;
    height: 36px;
    margin: 10px;
}

.share-item {
    display: inline-block;
}

.share-btn {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    width: fit-content;
    height: 40px;
    border-radius: 100vmax;
    border: 0;
    font-size: 20px;
    background-color: #fff !important;
    color: #000000;
    cursor: pointer;
    transition: width 300ms ease-in-out;
    transition-delay: 50ms;
    z-index: 1;
    box-shadow: 0 0 4px grey;
    padding: 8px 4px;
    white-space: nowrap;
}

.share-icon {
    white-space: nowrap;
}

.share-btn span {
    white-space: nowrap;
}

.share-btn.short {
    width: 40px;
}

.share-btn::before {
    content: "x";
    position: absolute;
    left: 6px;
    font-size: 18px;
    font-weight: 500;
    font-family: cursive;
    width: 32px;
    height: 32px;
    background-color: transparent;
    color: #fff;
    border-radius: inherit;
    z-index: -1;
    transition: background-color 300ms ease-in-out;
}

.social-icons {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: calc(100% - 2em);
    height: 100%;
    right: 0;
    border-radius: inherit;
    text-align: center;
}

.copy,
.mail,
.whatsapp {
    transition: transform 300ms ease-in-out;
    transform: scale(0);
    display: inline-flex;
    vertical-align: middle;
    width: 26px;
    margin: 2px 4px;
}

.bg-orange {
    background-color: var(--orange) !important;
    color: white !important;
    font-weight: bold !important;
}

.bg-orange:hover {
    background-color: var(--orange-hover) !important;
}

.boder-orange {
    border: 1px solid var(--orange) !important;
}

.rounded {
    border-radius: 40px !important;
}

.share-icon {
    transform: scale(1);
    transition: transform 300ms ease-in-out;
    color: #000000;
}

.share-icon img {
    margin: 2px;
}

.share-btn.open.w-3 {
    width: 10rem;
}

.share-btn.open.w-2 {
    width: 8rem;
}

.share-btn.open.w-1 {
    width: 6rem;
}

.share-btn.open::before {
    background-color: var(--orange);
}

.share-btn.open :is(.copy, .mail, .whatsapp) {
    transform: scale(1);
    color: #000000;
}

.share-btn.open .share-icon {
    transform: scale(0);
}

.btn-share-confirm {
    width: 40% !important;
    margin-top: 10px;
}

img.company-icon {
    margin: 6px;
    width: 90px;
    height: 90px;
    transition: all .3s ease;
}

.total-label:hover {
    opacity: .7;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    outline: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: 15px;
    display: none;
    background-color: #000000;
    opacity: .5;
}

p.info {
    font-size: larger;
    text-align: center;
}

.purple-text {
    color: var(--purple);
}

.insurance-calculator-form {
    border: 1px solid lightgrey;
    padding: 20px 40px;
    border-radius: 30px;
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0 0 80px #cccccc;
}

.insurance-calculator-form {
    width: 100%;
    display: block;
    justify-content: space-around;
    column-gap: 20px;
}

.insurance-calculator-form label {
    font-size: 12px;
    margin-left: 3px;
    margin-right: 3px;
}

.insurance-calculator-form .input-box {
    border: none;
    border-radius: 12px;
    padding: 5px 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9rem;
}

.insurance-calculator-form .selector_box {
    border: 1px solid #08003C;
    border-radius: 12px;
    padding: 5px 25px 5px 14px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.insurance-calculator-form .selector_box .input-box {
    padding: 10px 0 10px 10px;
}

.insurance-calculator-form .selector_box .input-box.rtl {
    padding: 10px 10px 10px 10px;
}

.selector_box .icon {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    user-select: none;
}

.insurance-calculator-form .input-box:focus {
    outline: none;
    border: none;
}

.insurance-calculator-form [type=button].input-box {
    margin-bottom: 0;
}

.insurance-calculator-form select {
    border: 1px solid lightgrey;
    border-radius: 12px;
    padding: 10px 20px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.insurance-calculator-form select:focus {
    outline: none;
}

.insurance-calculator-form input:focus {
    border: 1px solid grey;
    outline: none;
}

.insurance-calculator-form .daterangepicker tr td {
    padding: 10px !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

input[id$="destination"]::before {
    content: "\f109";
}

.insurance-calculator-form label.title {
    font-weight: bold;
    font-size: 1.1rem;
    color: #08003C;
}

[id$="destination_box"] .modal-md {
    width: 380px;
    margin: auto;
}

[id$="destination_box"] p {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 0.8rem;
}

[id$="destination_box"] .region-icon {
    width: 16px !important;
    height: 16px !important;
    border-radius: 100% !important;
}

[id$="destination_box"] .region-icon-sub {
    width: 16px !important;
    height: 16px !important;
    border-radius: 100% !important;
}

label.choose-destination {
    font-size: 1.2rem !important;
    font-weight: bold;
}

.search_input {
    display: flex;
    margin: 10px 0 0 0;
    border: 1px solid grey;
    border-radius: 8px 8px 0 0;
    background-color: white;
    align-items: center;
    border-bottom: none;
}

.search_input button {
    border: none;
    background: none;
    border-radius: 8px;
}

.search_input button:hover {
    border: none;
    background: none;
    border-radius: 10px;
}

.close-btn.ltr {
    display: inline-block;
    margin-left: auto;
    cursor: pointer;
    width: 20px;
    margin-right: 0;
    position: absolute;
    right: 8px;
    top: -6px;
}

.close-btn.rtl {
    display: inline-block;
    margin-right: auto;
    cursor: pointer;
    width: 20px;
    margin-right: 0;
    position: absolute;
    top: -6px;
    left: -6px
}

[id$="period_box"] {
    position: relative;
}

[id$="period_box"] .daterangepicker {
    display: grid !important;
    grid-template-areas: "first second";
}

[id$="period_box"] .daterangepicker.rtl {
    display: grid !important;
    grid-template-areas: "second first";
}

[id$="period_box"] .daterangepicker::before {
    display: none;
}

[id$="period_box"] .btn-cancel,
[id$="period_box"] .btn-select {
    margin-top: 0 !important;
    height: 46px;
}

[id$="period_box"] .drp-buttons {
    display: none !important;
}

span[id$="period_button"] {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span[id$="period_button"].rtl {
    padding: 10px 10px 10px 0;
}

label[id$="_total_days"] {
    line-height: 45px;
    font-size: 1.25rem !important;
}

[id$="destination_box"] {
    position: relative;
}

[id$="destination_box"] .modal-content,
[id$="insured_people_box"] .modal-content {
    margin: 0 10px;
}

[id$="_period"] {
    width: 680px;
    height: 356px;
    position: relative;
}

[id$="_period"].mobile .drp-calendar {
    margin: 0 auto !important;
}

[id$="_period"] .daterangepicker {
    margin: auto !important;
    padding: 0 !important;
    display: block !important;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
}

[id$="destination_box"] .input-box {
    line-height: 30px;
    border: none;
    border-radius: 8px;
}

[id$="destination_box"] .input-box:focus {
    border: none;
}

.border {
    border: 1px solid lightgrey;
}

[id$="continents"] {
    background-color: white;
    width: 100%;
    top: 35px;
    z-index: 1065;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    /* max-height: 200px; */
    border: 1px solid grey;
    border-top: 1px solid transparent;
    overflow-y: hidden;
    overflow-x: hidden;
}

[id$="continents"] ul {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: calc(100% + 17px);
    scrollbar-width: thin;
    overflow-y: scroll;
}

[id$="continents"] ul li {
    display: block;
    cursor: pointer;
    list-style-type: none;
    padding: 2px 10px;
    border-radius: 5px;
    line-height: 24px;
}

[id$="continents"] ul li:hover {
    background-color: antiquewhite;
}

[id$="continents"] ul li.current {
    background-color: antiquewhite;
}

[id$="continents"] ul li img {
    vertical-align: middle;
}

[id$="prioritized"] {
    background-color: white;
    width: 100%;
    top: 35px;
    z-index: 1065;
    box-sizing: border-box;
    border: 1px solid grey;    
    border-top: none;    
    border-bottom: none;
    scrollbar-width: thin;
    border-top: 1px solid transparent;
}

[id$="prioritized"] ul {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

[id$="prioritized"] ul li {
    display: block;
    cursor: pointer;
    list-style-type: none;
    padding: 2px 10px;
    border-radius: 5px;
    line-height: 24px;
}

[id$="prioritized"] ul li:hover {
    background-color: antiquewhite;
}

[id$="prioritized"] ul li.current {
    background-color: antiquewhite;
}

[id$="prioritized"] ul li img {
    vertical-align: middle;
}

[id$="prioritized"] hr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.d-none {
    display: none;
}

[id$="insured_people_box"] {
    position: relative;
}

[id$="insured_people_box"] p {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 1.2rem;
    font-weight: bold;
}

.btn-delete-passenger {
    opacity: .7;
}

.btn-delete-passenger.deactivate {
    opacity: .3;
    cursor: not-allowed;
}

.btn-delete-passenger:not(.deactivate):hover {
    opacity: 1.0;
}

.delete-insured-people img {
    width: 16px;
    align-items: center;
    float: right;
    min-width: 16px;
}

.mt-7 {
    margin-top: 7px !important;
}

.px-2 {
    padding: 0 20px;
}

.text-nowrap {
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

.mx-1 {
    margin: 0 10px;
}

.question-radio-group {
    display: inline-flex;
    align-items: center;
}

.question-radio-group label {
    margin: 0 10px;
}

.question-radio-group input[type="radio"] {
    vertical-align: middle;
    margin: auto;
}

[id$="country_box"] p {
    font-size: 12px;
}

.card {
    border: 1px solid lightyellow;
    box-sizing: border-box;
    box-shadow: 0 0 5px darkgrey;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    height: fit-content;
    user-select: none;
}

.card .content {
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-flex;
    column-gap: 10px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.card .content p {
    font-size: 0.8rem;
}

.total-label {
    line-height: 18px;
}

.rounded-card {
    border-radius: 30px;
}

.rounded-card h5 {
    color: var(--purple);
}

.currency {
    font-size: 2rem;
    font-weight: bold;
    color: var(--purple);
    white-space: nowrap;
}

.card-detail-box {
    cursor: pointer;
    text-align: center;
    display: inline-flex;
}

.card-detail-box:hover {
    opacity: .7;
}

.card-detail-box>label {
    line-height: 20px;
    color: var(--purple);
    margin-bottom: 10px;
}

.card .content>img {
    width: 90px;
    height: 90px;
}

.card img.icon {
    height: 20px;
}

.card label {
    font-size: .8rem;
    vertical-align: middle;
    cursor: pointer;
    /* white-space: nowrap; */
}

.card img.label-info {
    width: 20px;
    height: 20px;
    margin: 0 2px;
    vertical-align: middle;
    opacity: .7;
}

.card img.icon-info {
    width: 20px;
    height: 20px;
    margin: 2px 4px;
    vertical-align: middle;
    cursor: pointer;
}

.card p {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--orange);
}

.card .card-detail ul {
    color: black;
}

.card .card-detail li {
    font-size: .8rem;
}

.card .card-detail ol>li {
    color: blue;
}

.card-detail ol {
    margin-left: 10px;
    list-style-type: decimal;
}

[id$="insurance-calculator-result"] {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 20px;
}

[id$="insurance-calculator-result"] .card {
    background-color: white;
}

[id$="insured_people_box"] .modal-md {
    width: 380px;
    margin: auto;
}

[id$="insured_people_box"] input[type=number] {
    border: 1px solid lightgrey !important;
    text-align: center;
}

.insured_people {
    border: 1px solid #1285ef;
    border-radius: 8px;
    background-color: #acc2ff44;
    display: inline-flex;
    padding-bottom: 10px;
    padding-top: 10px;
    padding: 6px;
    width: 100%;
    justify-content: space-between;
    gap: 10;
    margin-bottom: 6px;
}

.insured_people.blank {
    border: 1px solid #1285ef;
    border-style: dashed;
    border-radius: 8px;
    padding: 6px;
    background-color: #acc2ff44;
}

.insured_people span,
.insured_people input[type=number] {
    box-shadow: 0 0 3px lightgrey;
}

.insured_people input[name="birthdate"] {
    text-align: center;
}

.insured_people .delete-insured-people {
    border: none;
    width: 16px;
}

.insured_people [type="number"].input-box {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 60px;
    padding: 0 4px;
}

.insured_people label {
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    margin: 0 10px;
    line-height: 40px;
}

.insured_people .birthdate-box {
    padding: 0 4px !important;
    border: 1px solid lightgrey !important;
    margin: 0 !important;
    width: 87px !important;
    max-width: 87px !important;
    background-color: white !important;
    transition: background-color 0.3s ease;
}

input.birthdate-box:-webkit-autofill {
    background-color: white !important;
}

.insured_people label img {
    vertical-align: middle;
}

.insured_people img {
    cursor: pointer;
}

.insured_people span.btn.btn-secondary.active,
.insured_people span.btn.btn-primary.active {
    background-color: #1285EF;
    color: white;
}

.insured_people span.btn.btn-secondary:hover,
.insured_people span.btn.btn-primary:hover {
    background-color: #1285EF;
    color: white;
    transition: background-color 0.3s ease;
}

label.ar,
label.he {
    min-width: 32px !important;
}

label.fr,
label.ru,
label.en,
label.es {
    min-width: 54px;
}

.gender-box {
    width: 100%;
}

.gender-box span {
    height: 100%;
    width: 100%;
}

.d-flex {
    display: flex;
    justify-content: space-between;
}

.d-flex.btn-group {
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

[id$="add_insured_people"] {
    display: inline-block;
    line-height: 28px;
    cursor: pointer;
    height: 42px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    border: 1px solid #e17400cb;
    border-style: dashed;
    border-radius: 8px;
    padding: 6px 10px;
    background-color: #ffd4ac44;
    font-size: 0.8rem;
}

.fetch-data-button {
    background-color: var(--orange) !important;
    color: white !important;
    box-sizing: border-box;
    border: 1px solid var(--orange) !important;
    font-weight: 600;
    font-size: larger !important;
    font-weight: bolder;
    padding: 12px 25px !important;
    margin-top: 10px;
    height: 52px;
}

.fetch-data-button:hover {
    background-color: var(--orange-hover) !important;
}

.fetch-data-button:active {
    background-color: var(--orange) !important;
}

[id$="insurance-cover-result"] {
    align-items: center;
    text-align: center;
    margin-top: 24px !important;
}

.cover-title {
    font-weight: bold;
    text-align: center;
    font-size: 2.3rem;
    color: #08003C;
    margin-top: 20px;
}

.cover-card {
    font-size: 1rem;
    display: inline-block;
    border-radius: 12px;
    border: 1px solid var(--purple);
    padding: 8px 16px;
    margin: 8px 5px;
    box-sizing: border-box;
    box-shadow: 0 0 4px azure;
    cursor: pointer;
    background-color: white;
    color: var(--purple);
    transition: all .3s ease;
}

.cover-card:hover {
    background-color: var(--orange-hover);
    border: 1px solid var(--orange);
}

.cover-card:hover>span {
    color: white;
}

.cover-card.active {
    background-color: var(--orange);
    border: 1px solid var(--orange);
    color: white;
    transition: all .3s ease;
}

.cover-card.active:hover {
    background-color: var(--orange-hover);
}

.cover-card.active:active,
.cover-card:active {
    color: white;
    background-color: var(--orange);
    border: 1px solid var(--orange);
}

.cover-card span {
    white-space: nowrap;
    font-weight: bold;
}

p:empty {
    display: none;
}

.hidden {
    display: none;
}

.hide {
    visibility: hidden;
}

.cover-card .input-box {
    border: 1px solid lightgrey;
    border-radius: 50px;
    padding: 5px 20px;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.form-check {
    padding-left: 0;
}

.passenger-date {
    margin: 4px auto;
}

.passenger-date [type=checkbox] {
    width: 27px;
    height: 27px;
    margin: 9px 10px 9px 0;
}

.passenger-date.rtl [type=checkbox] {
    float: right;
    margin: 9px 0 9px 10px;
}

.passenger-date.rtl .form-check>label {
    float: right;
}

span.done {
    display: block;
    padding: 10px 20px;
    margin: 0 auto;
    background-color: var(--orange);
    color: white;
    border-radius: 8px;
    width: 100px;
    text-align: center;
}

span.done:hover {
    background-color: var(--orange-hover);
    border: 1px solid var(--orange);
}

span.done:active {
    background-color: var(--orange);
    border: 1px solid var(--orange);
}

.modal-content {
    border-radius: 16px;
}

.details {
    background-color: white;
    color: black;
    z-index: 1060;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: left;
}

.details p {
    margin-top: 6px;
    margin-bottom: 6px;
}

.details label {
    vertical-align: middle;
}

.details input[type=checkbox] {
    vertical-align: middle;
}

.details input[type=radio] {
    vertical-align: middle;
    margin-top: 0;
}

.close-details {
    display: inline-block;
    margin: 12px;
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
    padding: 0;
    opacity: .7;
    color: black !important;
}

.close-details:hover {
    background-color: transparent;
    opacity: 1;
}

p.details-title {
    color: #08003B;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 20px;
}

p.details-description {
    color: grey;
    margin-top: 10px;
    margin-bottom: 0;
}

p.long-description {
    color: grey;
    margin-top: 10px;
    margin-bottom: 0;
}

span.selected-trip {
    padding: 10px;
    display: inline-block;
    color: grey;
    border-radius: 8px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    line-height: 20px;
    background-color: white;
    width: 100%;
}

span.selected-trip.rtl {
    text-align: right;
}

span.selected-trip.ltr {
    text-align: left;
}

span.full-trip {
    padding: 10px;
    display: inline-block;
    color: grey;
    border-radius: 8px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    line-height: 20px;
    background-color: white;
    width: 100%;
    text-align: center;
}

span.selected-trip.active,
span.full-trip.active {
    background-color: #2b80ff;
    color: white;
    border: 1px solid transparent;
}

span.selected-trip img,
span.full-trip img {
    vertical-align: middle;
}

span.selected-trip.rtl span,
span.full-trip.rtl span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

span.selected-trip.ltr span,
span.full-trip.ltr span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}

.readmore {
    color: var(--orange);
    display: inline-block;
    margin: 0 4px;
}

.form-check-label {
    font-size: 1.1rem;
    color: grey;
    white-space: nowrap;
    line-height: 44px;
}

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

p.subtitle {
    font-size: 0.8rem;
}

label,
p {
    user-select: none;
}

span.btn {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid transparent;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 0.8rem;
    margin-left: auto;
    background-color: var(--orange);
    color: white;
    cursor: pointer;
    white-space: nowrap;
}

a.btn {
    display: inline-flex;
    padding: 6px 10px;
    background-color: var(--orange);
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    margin: 4px;
    color: white;
    font-weight: bold;
    justify-content: center;
    width: 100%;
}

a.btn:hover {
    background-color: var(--orange);
    color: white;
    font-weight: bold;
}

div.affiliate {
    display: flex;
    justify-content: space-around;
}

div.affiliate a.btn {
    min-width: 100px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    border: 1px solid var(--orange);
}

div.affiliate a.btn:hover {
    background-color: var(--orange-hover);
}

div.affiliate a.btn:active {
    background-color: var(--orange);
}

div.affiliate a.btn.btn-phone {
    background-color: white;
    color: #08003C;
    border: 1px solid #08003C;
}

div.affiliate a.btn.btn-phone img.hover {
    display: none;
}

div.affiliate a.btn.btn-phone:hover {
    background-color: var(--orange-hover);
    border: 1px solid var(--orange);
    color: white;
}

div.affiliate a.btn.btn-phone:active {
    background-color: var(--orange);
    border: 1px solid var(--orange);
    color: white;
}

div.affiliate a.btn.btn-phone:hover img.hover {
    display: inline-block;
}

div.affiliate a.btn.btn-phone:hover img.init {
    display: none;
}

span.btn:hover {
    background-color: #2b80ff;
    ;
}

.btn-select {
    background-color: var(--orange) !important;
    color: white !important;
    box-sizing: border-box;
    border: 1px solid var(--orange) !important;
    font-weight: bold;
    width: 100px !important;
    cursor: pointer;
    text-indent: 0;
    margin-bottom: 0;
    padding: 8px 20px !important;
    font-size: 1.2rem !important;
    border-radius: 10px;
    height: 100%;
}

.btn-select:hover {
    background-color: var(--orange-hover) !important;
}

.btn-select:active {
    background-color: var(--orange) !important;
}

.btn-cancel {
    color: #333333 !important;
    box-sizing: border-box;
    border: none !important;
    font-weight: bold !important;
    width: 100px !important;
    cursor: pointer;
    text-indent: 0;
    margin-bottom: 0;
    padding: 8px 20px !important;
    box-sizing: border-box;
    font-size: 1.2rem !important;
    border-radius: 10px;
    background-color: white !important;
    height: 100%;
}

.btn-cancel:hover {
    border: 1px solid var(--orange) !important;
    background-color: var(--orange-hover) !important;
    color: white !important;
}

.btn-cancel:active {
    border: 1px solid var(--orange) !important;
    background-color: var(--orange) !important;
    color: white !important;
}

.btn-cancel:focus {
    border: 1px solid var(--orange) !important;
    background-color: var(--orange) !important;
    color: white !important;
}

input[type=button].input-box {
    text-align: center;
    text-indent: 0;
}

p.error {
    color: rgb(255, 0, 0) !important;
    font-size: 12px;
    margin: 4px 10px;
}

.currency p.error {
    color: rgb(255, 0, 0) !important;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    margin: 0 20px;
}

.currency span {
    display: inline-block;
    padding: 0 10px;
}

/* Custom styles */
.currency-dropdown .dropdown-toggle {
    border: none;
    background-color: transparent;
    color: black;
    font-weight: 600;
    padding: 0;
    box-shadow: none;
}

.currency-dropdown .dropdown-toggle:focus,
.currency-dropdown .dropdown-toggle:active,
.currency-dropdown .dropdown-toggle:hover {
    background-color: transparent !important;
    color: black;
}

.currency-dropdown .dropdown-menu {
    background-color: transparent;
    /* Remove background */
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    min-width: 60px;
    max-width: 60px;
}

.currency-dropdown .dropdown-item:focus-visible {
    outline: none;
}

.currency-dropdown .dropdown-menu.show li:hover {
    background-color: transparent;
}

.currency-dropdown .dropdown-menu.show.rtl {
    right: 0;
}

.currency-dropdown .dropdown-menu.show.ltr {
    left: 0;
}

.currency-dropdown .dropdown-item {
    background-color: transparent;
    width: fit-content;
    padding: 0 !important;
    color: black;
    font-weight: 700;
}

.currency-dropdown .dropdown-item {
    background-color: transparent;
}

.currency-dropdown .dropdown-item .currency-menu {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.currency-dropdown .dropdown-item:hover {
    color: #1285EF;
}

span.currency-menu {
    display: inline-block;
    padding: 0 7px;
    font-weight: 600;
    margin-top: 4px;
}

.currency-dropdown li a {
    background-color: white;
}

.d-inline {
    display: inline-block;
}

span.btn br {
    display: none;
}

span.btn.btn-secondary input[type=radio],
span.btn.btn-primary input[type=radio] {
    display: none;
}

span.btn.btn-primary {
    display: inline-block;
    cursor: pointer;
    background-color: ghostwhite;
    border: 1px solid lightgrey;
    border-radius: 10px;
    width: 100%;
    margin: 0 3px !important;
    line-height: 36px;
    height: 100% !important;
    text-align: center;
    color: grey;
    padding: 0 4px !important;
}

span.btn.btn-secondary {
    display: inline-block;
    cursor: pointer;
    background-color: ghostwhite;
    border: 1px solid lightgrey;
    border-radius: 10px;
    width: 100%;
    margin: 0 3px !important;
    line-height: 36px;
    height: 100% !important;
    text-align: center;
    color: grey;
    padding: 0 4px !important;
}

span.btn.btn-secondary.active,
span.btn.btn-primary.active {
    background-color: var(--blue);
    color: white;
}

[id$="region_group"] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 6px;
}

[id$="region_group"] p {
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
    margin-left: 3px;
}

.text-center {
    text-align: center;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    padding: 4px;
}

.daterangepicker.rtl .calendar-table .next span,
.daterangepicker.rtl .calendar-table .prev span {
    border-width: 2px 0 0 2px;
}

.passenger-date .daterangepicker.rtl {
    display: grid;
    grid-template-areas: "second first";
}

.modal-content.daterangepicker .calendar-table th,
.modal-content.daterangepicker .calendar-table td {
    padding: 4px;
}

.pojo-a11y-negative-contrast ::placeholder {
    color: yellow;
}

.pojo-a11y-high-contrast ::placeholder {
    color: white;
}

.applyBtn {
    background-color: var(--orange) !important;
    border: 1px solid var(--orange) !important;
    color: white !important;
    font-weight: bold;
    font-size: 1.2rem !important;
    padding: 8px 24px !important;
    border-radius: 8px !important;
}

.applyBtn:hover {
    background-color: var(--orange-hover) !important;
}

.applyBtn:active {
    background-color: var(--orange) !important;
}

.cancelBtn {
    border: 1px solid transparent !important;
    font-weight: bold;
    color: #333333 !important;
    font-size: 1.2rem !important;
    padding: 8px 24px !important;
    border-radius: 8px !important;
}

.cancelBtn:hover {
    font-weight: bold;
    border: 1px solid var(--orange) !important;
    background-color: var(--orange-hover) !important;
    color: white !important;
}

.cancelBtn:active {
    font-weight: bold;
    border: 1px solid var(--orange) !important;
    background-color: var(--orange) !important;
    color: white !important;
}

.drp-buttons {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.drp-calendar.left {
    padding-left: 0 !important;
}

.drp-calendar.right {
    padding-right: 0 !important;
}

.drp-selected {
    /* display: none !important; */
    float: left;
    line-height: 48px;
    font-size: 1.3rem !important;
    font-family: "Noto Sans", sans-serif !important;
    color: #08003B;
    font-weight: 300;
}

.drp-calendar td.active.start-date:not(.off),
.drp-calendar td.active.end-date:not(.off) {
    background-color: dodgerblue !important;
}

.date-range-picker-title {
    color: var(--purple);
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0;
}

.date-range-picker-header {
    padding: 10px 5px 20px 5px;
    border-bottom: 1px solid lightgrey;
}

.table-condensed {
    border-top: 2px solid white;
    font-family: "Noto Sans", sans-serif !important;
}

.table-condensed td,
.table-condensed th {
    font-size: 1.0rem !important;
    font-weight: 300;
}

.modal .daterangepicker {
    background-color: #fff;
    position: static !important;
    /* Ensures it stays within the parent modal */
}

.modal .daterangepicker table caption+thead tr:first-child td,
.modal .daterangepicker table caption+thead tr:first-child th,
.modal .daterangepicker table colgroup+thead tr:first-child td,
.modal .daterangepicker table colgroup+thead tr:first-child th,
.modal .daterangepicker table thead:first-child tr:first-child td,
.modal .daterangepicker table thead:first-child tr:first-child th {
    border-top: 0 !important;
}

.company-detail ul li {
    list-style-type: none;
}

.company-detail p {
    color: #333333;
}

td.off.ends {
    visibility: hidden;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    padding: 4px;
}

.search-btn {
    height: 40px;
    padding: 12px 8px !important;
}

.search-btn img {
    vertical-align: super;
    width: 18px;
}

.search-btn:focus {
    background-color: transparent;
}

.search-btn:focus-visible {
    background-color: transparent;
    outline: none;
}

.daterangepicker .drp-calendar.left {
    margin-top: 0 !important;
}

.daterangepicker .drp-calendar.right {
    margin-top: 0 !important;
}

.daterangepicker {
    border: none !important;
}

.daterangepicker.opensleft {
    text-align: right;
    /* Align the text to the right inside the input box */
}

.daterangepicker.opensleft .daterangepicker {
    direction: rtl;
    /* Ensure the DateRangePicker itself is also RTL */
}

.daterangepicker.opensleft .daterangepicker .calendar-table {
    direction: rtl;
    /* Ensure the calendar table is displayed correctly for RTL */
}

.daterangepicker.opensleft .daterangepicker .ranges {
    text-align: right;
    /* Align the range selection to the right */
}

.daterangepicker.opensleft .daterangepicker .drp-buttons {
    float: left;
    /* Make sure the buttons align properly for RTL */
}

.daterangepicker.opensleft input {
    padding-right: 10px;
    /* Optional: Add right padding for better appearance */
    padding-left: 0;
    /* Optional: Remove left padding */
}

.daterangepicker.opensleft .daterangepicker .prev {
    float: right;
    /* Ensure the "previous" button aligns to the right */
}

.daterangepicker.opensleft .daterangepicker .next {
    float: left;
    /* Ensure the "next" button aligns to the left */
}

.daterangepicker.opensright {
    text-align: left;
    /* Align the text to the right inside the input box */
}

.daterangepicker.opensright .daterangepicker {
    direction: ltr;
    /* Ensure the DateRangePicker itself is also RTL */
}

.daterangepicker.opensright .daterangepicker .calendar-table {
    direction: ltr;
    /* Ensure the calendar table is displayed correctly for RTL */
}

.daterangepicker.opensright .daterangepicker .ranges {
    text-align: left;
    /* Align the range selection to the right */
}

.daterangepicker.opensright .daterangepicker .drp-buttons {
    float: right;
    /* Make sure the buttons align properly for RTL */
}

.daterangepicker.opensright input {
    padding-left: 10px;
    /* Optional: Add right padding for better appearance */
    padding-left: 0;
    /* Optional: Remove left padding */
}

.daterangepicker.opensright .daterangepicker .prev {
    float: left;
    /* Ensure the "previous" button aligns to the right */
}

.daterangepicker.opensright .daterangepicker .next {
    float: right;
    /* Ensure the "next" button aligns to the left */
}

.daterangepicker .ranges {
    display: none;
}

a.btn:focus-visible,
a.btn:focus {
    box-shadow: none;
}

.dropdown-toggle {
    perspective: 1000px;
    /* Adds 3D perspective to the dropdown */
}

.dropdown-toggle::after {
    border-top: none !important;
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    vertical-align: middle;
    transition: all .3s ease;
    transform-origin: center center;
    height: 26px;
}

.dropdown-toggle.show::after {
    content: "\f106";
    transition: all .3s ease;
}

/* Custom CSS */
/* For Webkit/Blink browsers */
::-webkit-scrollbar {
    width: 6px;
}

/* For Mozilla Firefox */
::-moz-scrollbar {
    width: 6px;
}

/* For Internet Explorer */
::-ms-scrollbar {
    width: 6px;
}

/* For Webkit/Blink browsers */
::-webkit-scrollbar-thumb {
    background-color: #2f2f2f;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #646464;
}

/* For Mozilla Firefox */
::-moz-scrollbar-thumb {
    background-color: #2f2f2f;
    border-radius: 6px;
}

::-moz-scrollbar-thumb:hover {
    background-color: #646464;
}

/* For Internet Explorer */
::-ms-scrollbar-thumb {
    background-color: #2f2f2f;
    border-radius: 6px;
}

::-ms-scrollbar-thumb:hover {
    background-color: #646464;
}

/* For Webkit/Blink browsers */
::-webkit-scrollbar-track {
    background-color: #18191A;
    border-radius: 6px;
}

/* For Mozilla Firefox */
::-moz-scrollbar-track {
    background-color: #18191A;
}

/* For Internet Explorer */
::-ms-scrollbar-track {
    background-color: #18191A;
}

.custom-centered-modal .modal-dialog {
    transform: translate(-50%, 0%) !important;
}

.custom-centered-modal.show .modal-dialog {
    position: absolute;
    opacity: 1.0;
    margin-top: 0;
    z-index: 1065;
}

.custom-centered-modal .modal-dialog-centered {
    margin: 0;
    left: 50%;
}

.alignfull .card .content>img {
    width: 90px !important;
}

.badge-groups.rtl {
    top: 0;
    right: 0;
}

.badge-groups.ltr {
    top: 0;
    left: 0;
}

.badge-groups img {
    height: 24px !important;
}

.badge-groups .badge.best-seller {
    color: green;
    /* background-color: lightgreen; */
    border-radius: 6px;
    /* line-height: 17px; */
    padding: 0;
    vertical-align: top;
}

.badge-groups .most-frequently-bought {
    color: midnightblue;
    /* background-color:lightblue; */
    border-radius: 6px;
    /* line-height: 17px; */
    padding: 0;
    vertical-align: top;
}

.badge-groups .user-choice {
    color: brown;
    /* background-color:darksalmon; */
    border-radius: 6px;
    /* line-height: 17px; */
    padding: 0;
    vertical-align: top;
}

.ui-datepicker-calendar span.year,
.ui-datepicker-calendar td.day,
.ui-datepicker-calendar span.decade,
.ui-datepicker-calendar span.century,
.ui-datepicker-calendar span.month {
    height: 34px;
    line-height: 34px;
}

.ui-datepicker-calendar td.day.active,
.ui-datepicker-calendar span.decade.active,
.ui-datepicker-calendar span.century.active,
.ui-datepicker-calendar span.month.active,
.ui-datepicker-calendar span.year.active {
    background-image: none !important;
    background-color: dodgerblue !important;
}

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909c;
    border-color: transparent !important;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
    border-color: transparent !important;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546e7a;
    font-size: 0.875rem;
    text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: #e0f2f1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: dodgerblue !important;
    color: white;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #eceff1;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a>span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-calendar table.table-condensed tbody>tr:nth-child(odd)>td {
    background-color: white;
}

.ui-datepicker-calendar table.table-condensed tbody>tr:nth-child(even):hover td {
    background-color: white;
}

.ui-datepicker-calendar table.table-condensed tbody > tr:hover td:hover {
    background-color: hsla(0,0%,50.2%,.0705882353);
}

.ui-datepicker-calendar table.table-condensed tbody > tr td.today {
    background-image: none !important;
    background-color: dodgerblue !important;
}

.drp-calendar table tbody>tr:nth-child(odd)>td:not(.in-range), 
.drp-calendar table tbody>tr:nth-child(odd)>th:not(.in-range) {
    background-color: white;
}

.drp-calendar table tbody td:hover {
    background-color: hsla(0,0%,50.2%,.0705882353) !important;
}

.drp-calendar table tbody>tr:nth-child(even):hover td:not(.in-range),
.drp-calendar table tbody>tr:nth-child(even):hover td:not(.in-range) {
    background-color: white;
}

/* Apply a hover effect specifically to `td` */
.drp-calendar table tbody > tr:nth-child(even):hover th:not(.start-date):hover,
.drp-calendar table tbody > tr:nth-child(even):hover td:not(.start-date):hover {
    background-color: hsla(0,0%,50.2%,.0705882353);
}

.drp-calendar table tbody > tr:nth-child(even):hover th:not(.end-date):hover,
.drp-calendar table tbody > tr:nth-child(even):hover td:not(.end-date):hover {
    background-color: hsla(0,0%,50.2%,.0705882353);
}

.drp-calendar table tbody>tr:nth-child(even):hover td.start-date,
.drp-calendar table tbody>tr:nth-child(even):hover td.start-date {
    background-color: dodgerblue !important;
}

table.ui-datepicker-calendar tbody>tr:nth-child(odd)>td, 
table.ui-datepicker-calendar tbody>tr:nth-child(odd)>th {
    background-color: white !important;
}

table.ui-datepicker-calendar tbody>tr:nth-child(even):hover>td, 
table.ui-datepicker-calendar tbody>tr:nth-child(even):hover>th {
    background-color: white !important;
}

.datepicker-dropdown:before,
.datepicker-dropdown:after {
    content: none !important;
}

.ui-datepicker-calendar {
    background-color: white;
}

.insured_people {
    position: relative;
}


#sendMeOfferModal input, 
#sendMeOfferModal textarea {
    margin: 10px 0 0 0;
    border: 1px solid grey;
    border-radius: 8px;
    background-color: white;
    align-items: center;
    padding: 8px 16px;
}

#sendMeOfferModal button {
    border: 1px solid transparent;
    border-radius: 20px;
    min-width: 100px;
}

.bg-white {
    background-color: white;
    border: 1px solid var(--purple) !important;
    color: var(--purple) !important;
}

.text-red {
    color: red;
}