/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");


:root {
    --font-size-ten: 0.933rem;
    --font-size-eleven: 1.1rem;
    --font-size-twelve: 1.1rem;
    --font-size-eight: 0.767rem;
    --font-size-seven: 0.683rem;
    --font-size-fourteen: 1.267rem;
    --font-size-eighteen: 1.6rem;
    --font-size-fourty: 3.533rem;
    --font-size-sixteen: 1.433rem;
    --green-color: #76cc11;
    --soft-gray: #fafafa;
    --bg-gray: rgb(217, 217, 217);
    --gray: rgb(191, 191, 191);
    --darker-gray: rgb(127, 127, 127);
    --red-color: #ff0000;
}

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

.font-fourteen {
    font-size: var(--font-size-fourteen) !important;
}

p:not(.footer-item) {
    margin-bottom: 0;
}


.eightpx-text {
    font-size: var(--font-size-eight);
}

.gray-text {
    color: var(--darker-gray);
}

.details .filter-option.pull-left {
    font-weight: 700;
    font-size: 1.6rem;
}

.details .btn {
    padding: 0;
}

.details .abrev-text-3 {
    font-weight: 700;
    font-size: var(--font-size-eighteen);
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.btn-default:focus,
.open > .dropdown-toggle.btn-default {
    background: none !important;
    outline: none !important;
}

button {
    outline: none !important;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    border: none;
    outline: none;
    background-color: white;
}
.filter-option.pull-left {
    color: white !important;
}

.dropdown-menu.inner {
    max-height: 240px !important;
}
.container {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 0 5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
}

.container.currency-container {
    margin-top: 0.9rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0.7rem;
}

.container.country-container {
    margin-right: 0;
    padding: 0px !important;
}

.country-container {
    position: relative;
}

.country-container .btn {
    padding-left: 0;
}

.nav .container:hover .abrev {
    color: var(--green-color) !important;
}

.btn-light {
    background: none !important;
    border: none !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: transparent;
}
.show > .btn-light.dropdown-toggle {
    background: none;
    border: none;
}

.dropdown-toggle::after {
    display: none;
}

.left-container {
    background-color: white;
    width: 50%;
    padding: 1rem 0rem;
    position: relative;
    padding-top: 0;
    padding-bottom: 2rem;
    border-right: 1px solid var(--bg-gray);
}

.left-container h1 {
    margin-bottom: 0;
}

.details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}
.collapse:not(.show) {
    display: block;
    height: 0px !important;
    overflow: hidden;
    margin-top: 0 !important;
}
.abrev-text-1,
.abrev-text-2 {
    margin: 0;
    text-align: left;
}
.caret {
    display: none;
}
.abrev {
    background-color: white;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.abrev:hover {
    color: #76cc11 !important;
}

/* .abrev.currency {
    border: 1px solid black;
    padding: 0rem 0.5rem;
    border-radius: 5px;
} */

.nav-icon {
    margin-right: 0.3rem;
    /* font-size: 1.3333rem; */
}

.nav-icon.location {
    font-size: 1.05rem;
}

.lang-container {
    margin-right: .7rem;
}
.angle-icon {
    margin-left: 0.5rem;
}

a {
    text-decoration: none !important;
}

/* a:hover,
a:active {
    text-decoration: underline;
    color: initial;
} */

.nav > div {
    /* flex: 0 0 0; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.sticky-container {
    position: sticky;
    top: 0;
    z-index: 999;
}


.back-btn {
    margin-right: auto;
    cursor: pointer;
}
.back-btn * {
    cursor: pointer;
}

.back-btn a {
    color: var(--gray) !important;
    text-decoration: none;
}

.back-btn:hover a {
    color: var(--green-color) !important;
}

.back-btn span {
    margin-left: 0.3rem;
}

.currency-picker-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.currency-picker-cont h1 {
    font-weight: 800;
    font-size: var(--font-size-fourty);
    word-break: break-all;
    margin-top: 0;
}

.abrev.currency p {
    line-height: 1.5;
}

.currency-picker-cont p {
    font-size: var(--font-size-fourteen);
}

.toggle-btn {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: var(--green-color);
    margin: 1rem 0;
}

.cost-breakdown {
    margin-bottom: 1rem;
    font-size: var(--font-size-ten);
}

.cost-breakdown .cost {
    font-weight: 700;
}

.right-container .title {
    font-weight: 800;
    font-size: var(--font-size-sixteen);
}

.right-container {
    background-color: white;
    width: 50%;
    padding: 0 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 6rem;
    padding-bottom: 2rem;
    position: sticky;
    top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.right-container > div {
    width: 100%;
}

.method-container {
    display: block;
    background-color: white;
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    border: 1px solid var(--bg-gray);
    color: var(--darker-gray);
    font-size: var(--font-size-eight);
    text-decoration: none;
    margin-bottom: 1rem;
    position: relative;
    min-width: 100%;
    text-decoration: none;
}

.method-container .title {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

.method-container.group .img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -0.5rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.method-container.group .img-container img {
    height: 15px;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
    margin-top: 0.8rem;
}

.accordion-tab .img-container img {
    height: 30px !important;
}

.img-container {
    margin: auto;
    margin-bottom: 0.5rem;
    width: 80%;
    font-size: var(--font-size-eleven);
    cursor: pointer;
    color: var(--darker-gray);
}

.payment-info {
    width: 80%;
    margin: auto;
    color: var(--darker-gray);
}

.method-container.empty .img-container {
    background-color: var(--bg-gray);
}

.method-container.empty .img-container {
    border: 1px dashed black;
}
.method-container img {
    height: 30px;
}

/* a:link,
a:visited {
    color: var(--darker-gray);
    text-decoration: none;
    cursor: auto;
} */

a:link:active,
a:visited:active {
    color: var(--darker-gray);
}

.method-container * {
    text-decoration: none;
}

.method-container:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 10%) !important;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%) !important;
}
.method-container.inactive img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
}

.method-container button {
    border: none;
    background: none;
}

.method-container.accordion {
    text-align: left;
}

.method-container.accordion .accordion-tab .continue-btn {
    margin-bottom: 0.5rem;
}

.method-container label {
    color: black;
    font-size: var(--font-size-ten);
    font-weight: 700;
    margin-bottom: 5px;
}

.accordion-tab {
    margin-top: 0.5rem;
}

.accordion-tab-inside button {
    width: 100%;
}

.qr-code {
    width: 100%;
    text-align: center;
}

.qr-code p {
    margin-bottom: 0.5rem;
    font-size: var(--font-size-ten);
}
.qr-code .red-color {
    margin-top: 0.2rem;
    margin-bottom: 0.8rem;
}

.qr-code img {
    margin: auto;
    max-width: 200px;
    height: auto;
}

/* .arrow-icon {
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1rem;
    color: var(--gray);
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    -o-transition: transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
} */

.arrow-icon.rotate {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.help-text {
    font-size: var(--font-size-eight);
    margin-top: 0.2rem;
    margin-bottom: 1rem;
}

.accordion-btn {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: var(--font-size-ten);
    border-radius: 5px;
    color: white;
    font-weight: 700;
}

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

.bordered-btn:hover {
    background-color: var(--green-color);
    color: white;
}

.accordion-toggler {
    position: relative;
    margin: -0.5rem -1rem;
    padding: 0.5rem 1rem;
}

.green-btn {
    background: var(--green-color) !important;
}

.green-btn:hover {
    background-color: #71c215 !important;
}

footer.hide {
    display: none;
}

footer a:hover {
    cursor: pointer;
    text-decoration: underline !important;
}
a:hover {
    cursor: pointer;
}

footer a:not(.footer-item>a, .comp-desc a) {
    color: var(--gray) !important;
}

footer img:not(.footer-image) {
    width: 12rem;
    margin-bottom: 30px !important;
    font-size: 1rem;
}
footer .copyright {
    color: rgba(255, 255, 255, 0.4);
}
footer h3 {
    margin-bottom: 18px;
    color: #fff;
}
footer .row:first-of-type::after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
}

.bg-dark:not(footer) {
    background-color: rgb(38, 38, 38) !important;
}
.text-bold {
    font-weight: 700;
}

.black-color {
    color: black !important;
}

.text-center {
    text-align: center;
}

.d-block {
    display: block;
}

.mx-auto {
    margin: auto;
}
.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.loading {
    height: 50px;
    width: 50px;
    border: 5px solid black;
    border-bottom: 5px solid transparent;
    border-radius: 50%;
    -webkit-animation: spin 900ms linear infinite forwards;
    animation: spin 900ms linear infinite forwards;
}

.loading-container {
    min-height: 100vh;
    min-width: 100vw;
    height: 100%;
    width: 100%;
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.country-container .dropdown-menu.show,
.lang-container .dropdown-menu.show {
    max-width: 250px !important;
    left: auto !important;
    right: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: 100% !important;
    min-width: 0 !important;
}

.currency-picker-cont .dropdown-menu.show {
    top: 100% !important;
    max-width: 270px !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    min-width: 0 !important;
}

.dropdown-menu ul li .text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important;
}

@media (max-width: 1100px) {
    :root {
        --font-size-fourty: 2.5rem;
    }
    .details .abrev-text-3 {
        font-size: var(--font-size-twelve);
    }

    .right-container,
    .details {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .container.currency-container {
        margin-top: 0.6rem;
    }
}

@media (min-width: 768px) {
    footer {
        padding: 90px 0 70px;
    }
}

@media (max-width: 768px) {
    :root {
        --font-size-fourty: 2.5rem;
    }

    .right-container {
        position: relative !important;
    }
    .sticky-container {
        position: relative !important;
    }

    .left-container,
    .right-container {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .right-container {
        padding-top: 2rem;
    }
    .details {
        padding: 0;
    }

    .country-container .dropdown-menu {
        right: 0;
        left: auto;
        max-width: 300px;
    }

    .details {
        display: block;
    }

    .left-container {
        border-right: none;
        border-bottom: 1px solid var(--bg-gray);
    }
}

@media (max-width: 550px) {
    :root {
        --font-size-fourty: 2rem;
    }
    .details .abrev-text-3 {
        font-size: var(--font-size-ten);
    }

    .container.currency-container {
        margin-top: 0;
    }

    .dropdown-menu.show {
        max-width: 300px;
    }

    .currency-picker-cont p {
        font-size: var(--font-size-eleven);
    }

    .right-container .title {
        font-size: var(--font-size-eleven);
    }

    .right-container .title {
        font-size: var(--font-size-eleven) !important;
    }

    .container.currency-container {
        margin-top: 0.5rem;
    }

    .abrev.currency span {
        line-height: 0;
    }
}
