.header {
    z-index: 1
}

.additional_form_box {
    margin-left: 5%
}

.additional_form {
    align-items: center;
    background: #cbe7ff;
    border-radius: 50px;
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 20px 50px
}

article {
    border: 2px solid #217bb0;
    box-sizing: border-box;
    float: left;
    height: 40px;
    margin: 5px 5px 5px 0;
    position: relative;
    width: 100px
}

article div {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    line-height: 25px;
    transition: .5s ease;
    width: 100%
}

article input {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

article p {
    font-size: 20px
}

#back_to_start {
    background-color: #1258ad;
    border-radius: 100%;
    bottom: 96%;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    width: 43px
}

#back_to_start:hover {
    background-color: #3cacd3;
    cursor: pointer
}

.form_label {
    font-family: myriad-pro, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
}

.form_input {
    border: none;
    font-size: 2rem;
    height: 60px;
    width: 500px
}

.start_form {
    background: none
}

.input_container {
    align-items: center;
    background: #fff;
    display: flex
}

input:focus {
    outline: none
}

button.admin-send-btn {
    background: #0da60d;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-weight: 800;
    padding: 9px 12px;
    margin: auto;
}

button.admin-send-btn:hover {
    background: #177817;
    cursor: pointer
}

button.admin-send-btn:disabled {
    background: #474b47;
    cursor: not-allowed;
}

button.fetch_button {
    background: #0da60d;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-weight: 800;
    margin-right: 14px;
    padding: 9px 12px;
    width: 70px;
}

.spinner {
    border: 4px solid rgb(0 0 0 / 10%);
    border-radius: 50%;
    border-top: 4px solid #fff;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

button.fetch_button:hover {
    background: #177817;
    cursor: pointer
}

button.fetch_button:disabled,
button.fetch_button:disabled:hover {
    background: #a9a9a9;
    cursor: not-allowed !important;
}

#continue_button {
    top: 20px;
    margin: 0 auto;
}

#send_all_info_button {
    left: 30%;
    bottom: -51px
}

#continue_button:disabled,
#continue_button:disabled:hover,
#send_all_info_button:disabled,
#send_all_info_button:disabled:hover {
    background: #a9a9a9;
    cursor: not-allowed;
    opacity: 1;
}

.dataTable {
    border-radius: 15px;
    margin: auto;
    background-image: linear-gradient(to bottom right, #0178b8, #49bed7);
}

.hide {
    display: none
}

.burger-menu {
    display: none !important
}

a {
    cursor: pointer
}

.header-navbar {
    margin-bottom: 20px !important;
    margin-left: 4%;
    margin-top: 20px !important
}

.header-area {
    padding: 0 !important
}

.header-filler {
    background-image: linear-gradient(90deg, #1482b8, #48b7cf);
    border-image: linear-gradient(90deg, #ededed, #d2d2d2) 60;
    border-style: solid;
    border-width: 15px 0 !important;
    height: 95px
}

.logo .header-filler {
    background: #1482b8;
    border-image: linear-gradient(270deg, #ededed, #d2d2d2) 60
}

.header-motto {
    padding: 30px 0 30px 30px !important
}

#logo {
    padding-left: 35px;
    padding-top: 15px;
    position: absolute !important;
    width: 360px;
    left: 20px;
}

.header-navbar div a {
    font-family: myriad-pro, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700 !important;
    margin-left: 2.5% !important;
    margin-right: 2.5% !important
}

table {
    border-collapse: separate !important;
    border-spacing: 0;
}

#admin-table {
    white-space: nowrap;
}

@media (max-width: 1599px) {
    #admin-table {
        font-size: 0.8rem;
    }
}

@media (max-width: 1309px) {
    #admin-table {
        width: 100%;
    }
}

.admin-price-input {
    width: 80px;
}

.logo {
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -9999
}

#motto {
    color: #e32222;
    font-family: alkaline, sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 100px;
    text-align: center
}

.cash-container {
    width: 10rem !important
}

.cash_img {
    width: 100%
}

.form_container {
    align-items: stretch;
    background-image: url("../img/PALM BEACH_CAR 3.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    border-width: 2rem 0 !important;
    border: solid #1a91c2;
    display: flex;
    justify-content: space-between;
    padding-bottom: 4%;
    padding-right: 10%;
    padding-top: 4%;
    width: 100%
}

.form_box {
    align-items: center;
    background: #41aed3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px !important;
    padding-right: 50px !important
}

.form_box,
.ui.modal {
    background: linear-gradient(180deg, #36aad3, #a1cbd1);
    border-radius: 50px
}

.form_box input[type="text"],
input[type="tel"] {
    padding: 0 5px !important;
}

.ui.modal {
    padding-left: 50px;
    padding-right: 50px
}

.ui.form input[type="tel"],
.ui.form input[type="text"] {
    border: none;
    border-radius: 0;
    font-size: 2rem;
    padding-left: 0
}

.ui.form .field > label {
    font-family: myriad-pro, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
}

.ui.modal > .actions,
.ui.modal > .content,
.ui.modal > .header {
    background: none
}

input[type="submit"] {
    background-color: #1258ad;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    height: 55px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    top: 3%;
    width: 225px
}

input[type="submit"]:hover {
    background-color: #3cacd3;
    cursor: pointer
}

#start-here-form {
    width: 100%;
    padding: 1.5rem;
}

.ui.modal input[type="submit"] {
    background-color: #1258ad;
    border: none;
    border-radius: 50px;
    bottom: -34px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    height: 55px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    width: 225px
}

.ui.modal input[type="submit"]:hover {
    background-color: #3cacd3;
    cursor: pointer
}

.ui.modal input[type="submit"]:disabled {
    background-color: #535c66;
    cursor: not-allowed
}

.error-message {
    color: red;
    font-size: 12px;
    text-wrap: normal;
}

.ui.modal .actions {
    align-items: flex-end;
    display: flex;
    justify-content: center
}

.start_img {
    padding-top: 2%;
    width: 59%
}

.form-row {
    margin-bottom: 25px;
    margin-top: 25px
}

.form-label {
    font-family: myriad-pro, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    margin-left: 2%;
}

#start-here-form .form-row {
    margin-bottom: 25px;
    margin-top: 25px
}

#start-here-form .form-label {
    margin-bottom: 10px;

}

#additional-details-form .form-row input {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    margin-top: 10px;
}

#additional-details-form article {
    margin-top: 10px;
}

#additional-details-form {
    padding-left: 21px;
    padding-right: 21px;
}

#additional-details-form .form-row {
    padding-left: 15px;
    padding-right: 15px;
}

.form-input {
    border: none;
    font-size: 2rem !important;
    height: 60px;
    width: 500px
}

.modal-green-checkmark {
    color: green;
    margin-right: 5px;
}

.guideContainer {
    background: #1a91c2;
    border-top: 40px solid #fff;
    width: 100%
}

.guideCustomer {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0 200px !important;
    width: 100%
}

.circle {
    background-color: #007bb0;
    border-radius: 50%;
    flex-direction: column;
    height: 250px;
    padding: 10px;
    text-align: center;
    width: 250px
}

@font-face {
    font-family: MyriadPro-Bold;
    src: url("../font/MYRIADPRO-BOLD.woff") format("woff")
}

.circle,
.guide-text {
    align-items: center;
    display: flex
}

.guide-text {
    color: #fff;
    height: 70px;
    left: 150px;
    position: relative;
    width: max-content
}

.guide-text .svg_file {
    font-size: 90px;
    margin-left: auto;
    width: 15%
}

.guide-text .svg_file:last-child {
    font-size: 24px;
    height: 228px;
    position: relative;
    right: 29px;
    width: 87%
}

#details-img {
    width: 160px
}

#date-img {
    width: 130px
}

#check-img {
    margin-top: 13%;
    width: 184px
}

.card-row {
    display: flex;
    height: max-content;
    justify-content: space-around;
    margin: 8% auto;
    padding: 0 5%;
    width: 100%
}

.card-rating {
    font-size: 36px; /* Adjusts the size of the stars */
    color: gold; /* Changes the color of the stars */
    align-self: center; /* Centers the rating */

    /* Width between characters */
    letter-spacing: 5px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers the content vertically */
    align-items: center; /* Centers the content horizontally */
    background-color: #007bb0;
    border-radius: 10px;
    box-shadow: 7px 7px 26px rgb(0 0 0 / 30%);
    color: #f8f8f8;
    padding: 20px 27px;
    text-align: center;
    width: 30%;
}

.card-title {
    font-family: alkaline, sans-serif;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 900;
    padding-left: inherit;
    text-align: left
}

.card-text {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 10%;
    text-align: center
}

.card-bottom,
.card-text {
    font-family: myriad-pro, sans-serif;
    font-size: 2.4rem;
    font-style: normal
}

.card-bottom {
    font-weight: 600;
    text-align: end
}

.footer {
    align-items: center;
    background: #007bb0;
    box-shadow: 0 -6px 5px rgb(0 0 0 / 20%), 0 6px 5px rgb(0 0 0 / 20%);
    margin: 0 4px;
    padding: 20px
}

.footer,
.footer-content {
    display: flex;
    justify-content: space-between
}

.footer-content {
    align-items: flex-start;
    flex-direction: row;
    width: 100%
}

.footer-text {
    color: #fff;
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
    padding: 3%
}

.map_img {
    margin-right: 7%;
    width: 430px
}

.footer-contact-title {
    font-size: 2.5rem;
    margin-bottom: revert
}

.footer-contact {
    font-size: 2rem;
    line-height: 3rem;
}

.howItWorks_container {
    background-image: linear-gradient(180deg, #1482b8, #48b7cf);
    width: 100%
}

.howItWorks_text_container {
    background: #f8f8f8;
    border-radius: 90px;
    height: fit-content;
    margin: 2% auto;
    width: 85%
}

.howItWorks_svg_container {
    display: flex
}

.ui.menu .item[aria-current="page"] {
    text-decoration: underline #1456a6 6px !important;
    text-underline-offset: 10px
}

svg.svg_file.howItWorks {
    font-family: alkaline, sans-serif;
    font-size: 56px;
    font-weight: 900;
    margin: auto
}

.howItWorks_text {
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto;
    padding: 4% 0;
    width: 80%
}

.howItWorks_text.main_container {
    padding-bottom: 10%
}

.howItWorks_text_container:first-child {
    margin-bottom: 15%
}

.howItWorks_text_container:last-child {
    height: fit-content;
    margin-bottom: 5%
}

.error-border {
    border: 2px solid red !important
}

@media (max-width: 767px) {
    .form_container {
        justify-content: center;
        padding: 40px 15px !important
    }

    .form_box {
        width: 100%
    }

    .form_label {
        font-size: 1.2rem;
    }

    .fetch_button {
        font-size: 9px;
        margin-right: 7px !important;
        padding: 5px 7px !important;
    }

    .form_input {
        font-size: 1rem;
        height: 40px;
        margin: 0 5%;
        width: 100%;
    }

    .horizontal-form {
        width: 100%;
    }

    #continue_button {
        display: flex;
        font-size: 1.1rem;
        height: 45px;
        justify-content: space-evenly;
        width: 60%
    }

    .additional_form {
        flex-direction: column;
        gap: 0;
        padding-bottom: 0;
        padding-left: 15px;
        padding-right: 15px
    }

    .additional_column {
        width: 100%
    }

    #send_all_info_button {
        left: 32%;
        top: 20px;
        width: 40%
    }

    #back_to_start {
        bottom: 96%;
    }

    #logo {
        display: flex;
        margin: 0 auto;
        padding-left: 0;
        position: static !important;
        width: 60%
    }

    .header-filler,
    .header-motto,
    .header-navbar {
        display: none
    }

    .item {
        text-decoration: none !important
    }

    #cash_img_container {
        display: none
    }

    #motto {
        font-size: 2.5rem;
        line-height: 55px;
        padding: 0 30px
    }

    .burger-menu {
        display: flex !important
    }

    button.burger-menu.ui.segment.icon.button {
        margin: 30px
    }

    .form-label {
        font-size: 1.2rem
    }

    .form-input {
        font-size: 1.6rem;
        height: 40px;
        width: 100%
    }

    input[type="submit"] {
        display: flex;
        font-size: 1.1rem;
        height: 45px;
        justify-content: space-evenly;
        width: 60%
    }

    .guideCustomer {
        align-items: center;
        flex-direction: column;
        padding: 0 !important
    }

    .circle {
        margin-bottom: 20px
    }

    .guideContainer {
        padding: 0
    }

    .guide-text {
        left: 0;
        margin-left: 20%;
        width: 315px
    }

    .guide-text .svg_file {
        font-size: 60px;
        width: 22%
    }

    .guide-text .svg_file:last-child {
        font-size: 18px;
        height: 210px;
        right: 20px
    }

    .card-row {
        align-items: center;
        flex-direction: column
    }

    .card {
        margin-bottom: 50px;
        width: 84%
    }

    .card-title {
        padding-left: 0
    }

    .footer-content {
        flex-direction: column
    }

    .footer-contact-title {
        font-size: 1.5rem
    }

    .footer-contact {
        font-size: 1.3rem
    }

    .web-name {
        font-size: 1rem
    }

    .map_img {
        margin-right: 0;
        width: 90%
    }
}


@media (max-width: 560px) {
    .form_box {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .ui.form input[type="tel"],
    .ui.form input[type="text"] {
        font-size: 1.5rem;
    }
}

@media (max-width: 440px) {
    .form_box {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .ui.form input[type="tel"],
    .ui.form input[type="text"] {
        font-size: 1.2rem;
    }

    .contact_card p{
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {
    .form_box input[type="text"],
    input[type="tel"] {
        padding: 0 12px !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .additional_form_box {
        margin-left: -40%
    }

    .additional_form {
        flex-direction: column;
        gap: 0;
        padding-bottom: 0
    }

    #send_all_info_button {
        left: 165px;
        top: 25px;
    }

    #logo {
        display: flex;
        padding-left: 0;
        position: static !important;
        width: 100%
    }

    #logo,
    .header-area,
    .header-area.logo {
        margin: 0 auto
    }

    .header-navbar {
        display: none
    }

    .item {
        text-decoration: none !important
    }

    .header-motto {
        justify-content: center;
        padding: 10px !important;
        width: 110%
    }

    .header-filler {
        display: none
    }

    #cash_img_container {
        width: 6rem !important
    }

    #motto {
        font-size: 2.5rem;
        line-height: 55px;
        padding: 0
    }

    .burger-menu {
        display: flex !important;
        height: fit-content
    }

    button.burger-menu.ui.segment.icon.button {
        margin: 30px
    }

    .footer-content {
        flex-direction: column
    }
}

@media (min-width: 768px) and (max-width: 1080px) {
    .guideCustomer {
        align-items: center;
        flex-direction: column;
        padding: 0 !important
    }

    .circle {
        margin-bottom: 50px
    }

    .guideContainer {
        padding: 0
    }

    .guide-text {
        left: 28px
    }

    .guide-text .svg_file:last-child {
        height: 228px;
        overflow: inherit;
        position: relative;
        right: 134px;
        width: fit-content;
    }

    .card-row {
        align-items: center;
        flex-direction: column
    }

    .card {
        margin-bottom: 40px;
        width: 84%
    }

    .card-title {
        padding-left: 0
    }
}

@media (min-width: 1081px) and (max-width: 1450px) {
    .guideCustomer {
        padding: 20px 56px !important
    }

    .card-row {
        height: max-content;
        padding: 0 3%
    }

    .card {
        padding: 20px 15px
    }

    .card-title {
        padding-left: 0
    }

    .guide-text .svg_file {
        margin-left: inherit
    }

    .guide-text .svg_file:last-child {
        height: 228px;
        position: relative;
        right: 29px;
        width: 60%
    }

    .guide-text {
        justify-content: flex-end;
        left: 0
    }
}

@media (min-width: 1200px) and (max-width: 1410px) {
    .cash_img {
        display: none
    }
}

body > div > div:nth-child(2) {
    align-items: center;
    background-image: linear-gradient(to bottom right, #0178b8, #49bed7);
    justify-content: center;
    text-align: center
}

input[type="radio"]:checked + div {
    background-color: #2591c2;
    color: #fff
}

.calendar {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5%;
    width: 82.75%
}

.calendar table,
.calendar th {
    border-radius: 25px !important
}

.ui.table > thead > tr > th {
    background: inherit;
    border: 0;
    border-radius: 0;
    font-size: 1.2em;
    font-weight: 700
}

.ui.calendar .ui.table tr td,
.ui.calendar .ui.table tr th {
    padding: 20px 0
}

.calendar td.link.active {
    background-color: #05a !important;
    color: #fff !important
}

.calendar table {
    background: hsl(0deg 0% 100% / 85%) !important;
    box-shadow: 2px 4px 20px 2px #454545 !important
}

body > div > div:nth-child(2) > div.timeSlot > div > h3 {
    font-size: 220% !important;
    font-weight: 700 !important;
    padding-top: 1%
}

#timeslot_date {
    font-size: 150% !important
}

#time_slots_container {
    display: flex;
    padding: 20px
}

.timeSlot button.ui.button,
.timeSlot div.ui.button {
    border-radius: 20px;
    box-shadow: 1px 1px 10px 1px #454545;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    position: relative;
    top: 2rem
}

.chevron::after,
.chevron::before {
    border: 15px solid transparent;
    content: "";
    display: block;
    position: absolute
}

.chevron.right.icon::before {
    margin-left: -20rem !important;
    transform: rotate(270deg)
}

.chevron.left.icon::before,
.chevron.right.icon::before {
    border-top-color: #05a;
    content: "" !important;
    position: absolute
}

.chevron.left.icon::before {
    margin-left: 20rem;
    transform: rotate(90deg)
}

#inline_calendar > div > table > thead > tr:first-child > th {
    padding-bottom: 20px;
    padding-top: 20px
}

#inline_calendar > div > table > thead > tr:first-child > th > span:first-child {
    font-size: x-large;
    font-weight: 700
}

#inline_calendar > div > table > tbody > tr td {
    border: none !important
}

#inline_calendar > div > table > tbody > tr td.active {
    border-radius: 40px;
    padding: 2px !important
}

#inline_calendar > div > table > tbody > tr > td {
    font-size: large;
    font-weight: 700
}

body > div > div:nth-child(2) > div.timeSlot > div {
    background: hsl(0deg 0% 100% / 75%);
    border-radius: 25px;
    box-shadow: 2px 4px 20px 2px #454545;
    margin: 2.5% auto 5%;
    padding-bottom: 5%;
    width: 70%
}

#time_slots_container > div {
    background-color: #4bbed8;
    border-radius: 15px;
    box-shadow: 2px 4px 4px grey;
    color: #fff;
    font-size: 20px;
    margin: 2% !important;
    padding: 3.5% 2.5%;
    text-align: center;
    width: 150px
}

#time_slots_container > div:target {
    color: red
}

.ui.button.clicked {
    background-color: #05a !important
}

@media screen and (max-width: 1350px) {
    .chevron.left.icon::before,
    .chevron.right.icon::before {
        margin-left: 0 !important
    }
}

.contact_card {
    background: hsl(0deg 0% 100% / 75%);
    border-radius: 25px;
    box-shadow: 2px 4px 20px 2px #454545;
    margin: 2.5% auto;
    padding-left: 30px !important;
    text-align: left;
    width: 40%
}

.contact_card p {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 12px 0 !important;
    padding-left: 15px
}

.contact_card .contact-card-gg-container {
    align-items: center;
    background-color: #0379b8 !important;
    border-radius: 50%;
    display: flex;
    height: 35px;
    justify-content: center;
    margin: 12px 0 !important;
    width: 35px;
    min-width: 35px;
}

.gg-mail,
.gg-smartphone,
.gg-home{
    color: #fff
}

#contact-us {
    color: #fff;
    font-family: alkaline, sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 100px;
    margin-top: 30px;
    text-align: center
}

.ui.modal .header h1 {
    font-size: 2rem;
    overflow-wrap: break-word
}

.ui.vertical.menu {
    width: fit-content;
    padding-left: 5%;
}

.ui.vertical.menu .item {
    width: max-content;
}

a[href^="tel"] {
    text-decoration: inherit;
    color: inherit;
}

a[href^="tel"]:hover {
    text-decoration: underline;
    color: inherit;
}