@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;700&amp;family=Roboto:wght@400;500;700&amp;display=swap');

body {
    background-color: rgba(162, 220, 221, 0.2);
    width: 100%;
    margin: 0px;
}

#loading {
    background: url('../gif/spinner-3.gif') no-repeat center center;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

.container {
    position: relative;
    margin: auto;
    margin-top: 20px;
    width: 400px;
    height: fit-content;
    max-width: 95%;
    text-align: center;
}

.inner-container {
    height: fit-content;
    padding: 5px;
}

#top_bar {
    position: relative;
    z-index: 10;
    margin: auto;
    width: 390px;
    max-width: 95%;
    height: 62px;
    padding: 8px 0px;
    text-align: center;
    display: flex;
}

.top_bar_btn {
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    margin: 0px 10px;
    font-size: xx-large;
    color: rgba(162, 220, 221, 1);
}

.timer {
    height: 70px;
    position: absolute;
    right: 20px;
    top: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #e85d75;
}

.logo {
    height: 70px;
    position: relative;
}

.back {
    cursor: pointer;
    width: 30px;
}

#breadcrumbs_container {
    width: 390px;
    max-width: 95%;
    margin: auto;
    text-align: center;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
}

ul.breadcrumb li {
    font-family: 'Dosis', sans-serif;
    display: inline;
    font-size: 14px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "|\00a0";
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

#bottom_bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    background-color: #61707d;
    height: 62px;
    padding: 8px 0px;
    text-align: center;
}

.bottom_bar_btn {
    color: #e85d75;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    margin: 0px 10px;
}

.package {
    border: 2px solid #a7dcdd;
    border-radius: 5px;
    margin-top: 5px;
    position: relative;
    height: fit-content;
    cursor: pointer;
}

.dailyDeal {
    border: 2px solid #e8c55d;
    border-radius: 5px;
    margin-top: 5px;
    position: relative;
    height: fit-content;
    background-color: #e85d75;
    padding: 15px 5px;
    cursor: pointer;
}

.missed {
    background-color: rgba(97, 112, 125, 0.3);
    opacity: 0.6;
}

.package_name {
    background-color: #a7dcdd;
    padding: 15px 5px;
}

.dailyDeal h3,
.dailyDeal h4,
.dailyDeal p,
.dailyDeal dd,
.dailyDeal dt {
    color: #fff !important;
}

.package_price {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 16px 5px;
    height: 21px;
    width: 60px;
    border-radius: 5px;
    text-align: center;
    background-color: #65c9cb;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.deal_price {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 5px;
    height: 33px;
    width: 60px;
    border-radius: 5px;
    text-align: center;
    background-color: #e85d75;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.old_price {
    text-decoration: line-through;
    font-size: 10px;
    display: block;
}

.new_price {
    font-weight: 500;
    display: block;
}

.package_content {
    padding: 15px 5px;
}

#packages_list {
    text-align: left;
}

#scan_type h1 {
    display: flex;
    justify-content: center;
}

h1,
h2,
h3,
h4,
h5,
label {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    color: #61707d;
    margin-block-start: 0em;
    margin-block-end: 0em;
}
label {
    font-size: 20px;
}

input,
select,
dd,
dt {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #61707d;
}

p, ul {
    font-family: 'Roboto', sans-serif;
    margin-block-start: 0em;
    margin-block-end: 1em;
    font-size: 14px;
    color: #61707d;
}

dt {
    font-weight: 700;
    display: inline;
}

dd {
    font-weight: 400;
    display: inline;
    margin-inline-start: 5px;
}

.brand-pink {
    color: #e85d75;
}

.brand-blue {
    color: #65c9cb;
}

.brand-grey {
    color: #61707d;
}

input,
select,
button {
    width: 100%;
    max-width: 100%;
    height: 60px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #61707d;
    border-radius: 5px;
    -webkit-appearance: none;
    background-color: #fff;
    color: #61707d;
    margin: 10px 0px;
    cursor: pointer;
    text-align: center;
}

input[type=checkbox] {
    -webkit-appearance: checkbox !important;
    width: 20px !important;
    height: 20px !important;
}

input[type=button],
button {
    background-color: #a7dcdd;
    color: #61707d;
    margin: 15px 0px;
    border: 0px;
    cursor: pointer;
    font-weight: 500;
}

#deals_packages_list_title {
    background-color: #e85d75;
    cursor: pointer;
    border-radius: 8px;
    padding: 10px;
}

#deals_packages_list_title label {
    color: #fff !important;
}

.stripe_btn {
    background-color: #5433FF !important;
    color: #fff !important;
    font-weight: 500 !important;
    display: none;
}

.klarna_btn {
    background-color: #FFC0CB !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.klarna_logo {
    width: 75px;
}

.inactive_btn {
    background-color: rgba(97, 112, 125, 0.3) !important;
    cursor: not-allowed !important;
}

.active_btn {
    background-color: #e85d75 !important;
    cursor: pointer !important;
    color: #fff !important;
}

.dailyDealBtn {
    background-color: #e8c55d !important;
}

.is_selected_btn {
    background-color: #65c9cb !important;
    color: #fff !important;
}

.not_selected_btn {
    opacity: 0.8;
}

.slot_btn {
    width: 85px !important;
    float: left !important;
    margin: 5px !important;
    font-size: 14px !important;
}

.slot_btn_off {
    width: 85px !important;
    float: left !important;
    margin: 5px !important;
    background-color: transparent !important;
    border: 1px solid #61707d !important;
    word-wrap: break-word;
    white-space: normal;
    cursor: not-allowed !important;
    font-size: 14px !important;
}

.warning {
    color: #e85d75;
}

#available_slots_list option {
    color: #65c9cb;
}

#available_slots_list option:disabled {
    color: rgba(97, 112, 125, 0.3);
}

.logo-container {
    position: relative;
    height: 70px;
    width: 240px;
    overflow: hidden;
}

.rotating-logo {
    /* position: absolute; */
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.rotating-logo.hidden {
    opacity: 0;
}