body {
    font-size: 16px;
    font-family: 'Lato', sans-serif !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Noka', sans-serif !important;
}
.ui.steps .step .title {
    font-family: 'Noka', sans-serif !important;  
}
.cities-active {
    color: orange !important;
    font-weight: bold !important;
}

.book-now-item {
    color: darkorange;
}

.book-now-item:hover {
    color: orangered;
}


.navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    height: 80%;
}


.navbar-brand img {
    height: 100%;
}

input[readonly]{
  background-color:rgba(200,200,200,0.2) !important;
}

.logo_footer {
    width: 150px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 10px;
}

.logo_footer img {
    width: 100%;
}

.cursor-pointer {
    cursor: pointer !important;
}
.about_us {
    position: absolute;
    width: 100px;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

.how_it_works {
    position: absolute;
    width: 100px;
    bottom: 15px;
    left: 15%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

@media (max-width: 750px) {
    .about_us {
        display: none !important;
    }
    .how_it_works {
        display: none !important;
    }
}

.how-it-works-text {
    font-size: 1rem;
    color: rgb(130,130,130);
    display: none;
    font-weight: bold;
}

#main_base .navbar-nav {
    z-index: 100;
}

.carousel-inner img {
    min-height: 100% !important;
    width: 120%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 700px) {
    .carousel-inner img {
        min-height: 100% !important;
        height: 100%;
        width: auto;
        min-width: 100%;
    }
}
.carousel-item {
    height: 80vh !important;
}

.how-it-works-text-large {
    font-size: 1.2rem;
    color: rgb(130,130,130);
    margin-bottom: 20px;
    font-weight: bold;
}

@media (max-width: 998px) {
    .navbar-brand {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .book-now-slide {
        display: none;
    }
    .navbar-brand {
        width: 50%;
    }
    .how-it-works-text-large {
        display: none;
    }
    .how-it-works-text {
        margin-top: 20px !important;
        margin-bottom: 10px !important;
        font-size: 1rem;
        color: rgb(130,130,130);
        display: block;
    }
    .how-it-works-image {
        margin-bottom: 20px;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
.about_us img {
    width: 100%;
}

.circle_logo {
    position: fixed;
    top: 20px;
    left: 20px;
    min-width: 100px;
    min-height: 100px;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    background-color: white;
    z-index: 500;
    box-shadow: 2px 2px 15px rgb(70,70,70);
    vertical-align: middle;
}

.property-managers-text {
    margin-left: 80px;
    font-weight: 900;
    margin-top: 20px;
}

.property-managers-subtext {
    margin-left: 80px;
    margin-top: 30px;
    font-size: 1rem;
}

#main_base .navbar-nav {
    background: none;
    z-index: 99;
}

@media (max-width: 767px) {
    .property-managers-text {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .property-managers-subtext {
        margin: 30px auto 0 auto;
        text-align: center;
        display: block;
        width: 80%;
    }
    .property-managers-btn {
        margin: 30px auto !important;
        display: block;
        width: 50%;
    }
}
@media (max-width: 1000px) {
    #main_base .navbar-nav {
        background: white;
        z-index: 99;
    }
    #main_base .navbar-brand {
        z-index: 0;
    }
    #main_base .navbar-collapse {
        margin-top: 100px;
    }
}

@media (max-width: 767px) {
    .main-page-card {
        margin-top: 30px !important;
    }
}


@media (max-width: 767px) {
    .home-nav-item {
        display: block;
    }
}

.main-page-card-title {
    height: 30px;
}
.main-page-card-text  {
    height: 60px;
    font-size: 1.1em !important;
}

@media (max-width: 1067px) {
    .main-page-card-text  {
        height: 110px;
    }
    .main-page-card-title {
        height: 50px;
    }
}
@media (max-width: 767px) {
    .main-page-card-title {
        height: 20px;
    }
    .main-page-card-text  {
        height: 60px;
    }
}
.property-managers-btn {
    margin-left: 80px;
    margin-top: 30px;
}

.small_logo {
    top: 15px;
    left: 15px;
    width: 8vw !important;
    height: 8vw !important;
    min-width: 80px !important;
    min-height: 80px !important;
}

.circle_logo img {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-col {
    position: relative;
    height: 90vh;
    overflow: hidden;
    min-height: 90vh;
}

.main-col img {
    min-height: 90vh;
    width: auto;
}


@media (max-width: 750px) {
    .main-col {
        height: 80vw;
        min-height: 70vw;
    }
    .background-white {
        height: auto !important;
        overflow: hidden !important;
    }
    .topbar-button {
        width: 90%;
    }
}

.navbar-inverse .navbar-toggler-icon {
    padding: 30px !important;
    z-index: 2000 !important;
}

.navbar-collapse {
    background: none !important;
    background-color: transparent !important;
}

.frontent-navbar-nav {
    z-index: 5000 !important;
    width: auto;
    max-width: 60vw;
}

.blog-navbar-nav {
    z-index: 2000 !important;
    width: auto;
    max-width: 90vw;
    margin-right: 20px;
    flex-direction: row;
}

@media only screen and (min-width: 992px) {
   .frontent-navbar-nav {
       height: 30px !important;
       line-height: 5px !important;
   }
   .blog-navbar-nav {
       height: 30px !important;
       line-height: 5px !important;
   }
}

.navbar-toggler {
    z-index: 2000 !important;
}


.inner-content {
    position: absolute;
    left: 6%;
    padding-right: 5%;
    top: 35%;
    z-index: 5;
    color: white !important;
}


.inner-content h1 {
    font-size: 1.6rem;
    text-shadow: 1px 1px 5px black;
    color: white !important;
    cursor: pointer;
}

.inner-content h1:hover {
    color: rgb(230, 230, 230) !important;
    cursor: pointer;
}

.inner-content h4 {
    font-family: 'Avenir', cursive;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 5px black;
    color: white !important;
    cursor: pointer;
}

.inner-content h4:hover {
    color: rgb(230, 230, 230) !important;
    cursor: pointer;
}

.coming-soon-container {
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 170px;
    text-align: center;
    vertical-align: center;
    font-family: 'Avenir', cursive;
    font-size: 16px;
    font-weight: bold;
    color: rgb(12,63,108) !important;
    border-radius: 7px;
}

#submit-button {
    cursor: pointer;
}

.form-label {
    font-size: 11px !important;
    font-family: 'Overlock SC', cursive;
    text-transform: uppercase;
    color: rgb(140, 140, 140) !important;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-left: 2px;
}

.form-col {
    padding-right: 20px !important;
}


.form-group select {
    padding-left: 10px !important;
    height: 40px;
    line-height: 20px;
}

.form-label label {
    margin-bottom: 0;
}

.form-control {
    border: 1px solid rgb(200, 200, 200) !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgb(252,252,253) !important;
    margin-top: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

textarea.form-control {
    height: 100px;
    padding-left: 10px;
    padding-top: 7px !important;
}

input[type='text'] {
    height: 40px;
    padding-left: 10px;
}

input[type='password'] {
    height: 40px;
    padding-left: 10px;
}

input[type='number'] {
    height: 40px !important;
    padding: 0 0 0 10px;
}

input[type='email'] {
    height: 40px;
    padding-left: 10px;
}

input[type='file'] {
    height: 40px;
    padding-left: 10px;
    padding-top: 7px;
}

.input-group-append button {
    line-height: 10px !important;
}
/* DETAIL */
.detail-title {
    display: block;
}

.detail-subtitle {
    font-family: 'Avenir', cursive;
    font-size: 16px;
    display: block;
    color: rgb(150,150,150);
}

.map-image {
    height: 50px;
    width: auto;
}

.logo {
    height: 13vh;
    width: auto;
    margin-left: 3vw;
}

.info-box {
    margin: 20px auto 0 auto !important;
    border-top: 5px solid rgb(12,63,108) !important;
}


@media (max-width: 750px) {
    .info-box {
        margin: 10px auto 20px auto !important;
    }
}

.info-box .card-title {
    font-weight: bold;
}

.our_mission {
    background-color: #F4F4F4;
    padding: 15px;
}

.our_mission h4 {
    color: orange;
}

.navbar {
    max-height: 90px !important;
    height: 90px !important;
    border: none !important;
    position: relative;
}

.how_it_works_number {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #134370;
    margin: 0 auto;
    display: block;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    line-height: 50px;
}

.how-it-works-image {
    width: 100%;
}

.video-text {
    margin: 0 auto !important;
    margin-top: 50px !important;
    margin-bottom: 30px !important;
    max-width: 90%;
}

#video-container video {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    max-height: 200px;
}

@media (min-width: 780px) {
    #video-container video {
        max-width: 650px;
        margin-top: 20px;
        max-height: 330px;
    }
}


@media (min-width: 1280px) {
    #video-container video {
        max-width: 1100px;
        max-height: 560px;
        margin-top: 20px;
    }
    .video-text {
        margin-top: 80px !important;
        margin-bottom: 30px !important;
    }
    .how-we-work-wrapper {
        margin-top: 220px !important;
    }
}


.how-it-works-image img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.skyscraper-image {
    width: 100%;
}

.skyscraper-image img {
    width: 80%;
    display: block;
    margin: 5% auto 0 auto;
}

@media (max-width: 780px) {
    .book-now-slide {
        width: 90%;
        height: 140px !important;
    }
    .book-now-slide-text {
        width: 50% !important;
        right: 30px !important;
    }
    .book-now-slide-button {
        left: 30px !important;
    }
}

.book-now-slide {
    width: 90%;
    height: 100px;
    -webkit-box-shadow: -6px 12px 19px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: -6px 12px 19px 0px rgba(0,0,0,0.05);
    box-shadow: -6px 12px 19px 0px rgba(0,0,0,0.25);
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    background-color: white;
}

.book-now-slide-button {
    position: absolute;
    left: 60px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.book-now-slide-text {
    position: absolute;
    width: 70%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    font-size: 1.2rem;
}


@media (max-width: 991px) {
    .navbar {
        padding-top: 1px !important;
    }
}


.navbar-dark {
    background-color: rgb(50,50,50) !important;
}

.navbar-dark .navbar-nav {
    background-color: rgb(50,50,50);
}

.dropdown-menu {
    border-radius: 0;
    margin-top: 20px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.topbar-padding {
    height: 140px;
}

.blog-subtitle {
    width: 60vw;
}

@media (max-width: 991px) {
    .dropdown-menu {
        margin-top: 0;
    }
    .topbar-padding {
        height: 65px !important;
        max-height: 65px !important;
    }

    .blog-subtitle {
        width: 80vw;
    }
}


.navbar-backend {
    background-color: rgb(250,250,250) !important;
    min-width: 370px;
    min-height: 15vh;
    color: black !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}



.nav-font-size:hover {
    border-bottom: 2px solid rgba(253,153,51,1);
}

#map {
    height: 80vh;
    width: 100%;
    border: 1px solid grey;
}

.truck-profile-image {
    width: 100px !important;
    height: auto;
}

.profile_row .column {
    background-color: rgb(240,240,240);
    cursor: pointer;
    padding: 20px;
    border: 1px solid darkgrey;
}

.profile_row a {
    color:  #2a5d8a;
}

.profile_row .column:hover {
    background-color: lightslategrey;
    cursor: pointer;
    color: white !important;
}

.profile_row .column:hover a {
    color: white !important;
}

profile_row {
    padding: 0 !important;
}

.profile_row a:hover {
    text-decoration: none;
    color: white;
}
.main_img_row {
    height: 60vh;
    overflow: hidden;
}

.main_img_row_container {
    position: relative;
    width: 100%;
    height: 100%;
}

.main_img_row_container img {
    width: auto;
    height: 100% !important;
}


.dark_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .2;
}

.img_main_text {
    color: white;
    z-index: 5;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: Avenir;
    font-weight: bold;
    font-size: 250%;
    text-shadow: -2px 2px 5px black;
    vertical-align: middle;
    display: inline-block;
    text-align: center;

}

.main_img_sub_text {
    color: white;
    z-index: 5;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: Avenir, open-sans;
    font-weight: bold;
    font-size: 150%;
    text-shadow: -2px 2px 5px black;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

@media (max-width: 1050px) {
    .main_img_sub_text {
        top: 45%;
    }
}

@media (max-width: 600px) {
    .img_main_text {
        top: 20% !important;
        font-size: 180%;
    }
    .main_img_sub_text {
        top: 65%;
        font-size: 130%;
    }
}

@media (max-width: 550px) {
    .img_main_text {
        top: 15% !important;
        font-size: 180%;
    }
    .main_img_sub_text {
        top: 60%;
        font-size: 130%;

    }
}


.corporate_lunch {
    position: relative;
    height: 30vh;
    border: 1px solid grey;
    overflow: hidden !important;

}
 .corporate_lunch img {
     height: auto;
     width: 100%;
     min-width: 100%;
    min-height: 100%;
 }
.catering {
    position: relative;
    height: 30vh;
    border: 1px solid grey;
    overflow: hidden;
}
.catering img {
    width: 100% !important;
    height: auto !important;
    min-width: 100%;
    min-height: 100%;
}

.sub_header_text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-family: Avenir, open-sans;
    text-shadow: -2px 2px 3px black;
    text-align: center;
    z-index: 5;

}

.button_booking {
    z-index: 5;
    position: absolute !important;
    bottom: 8%;
    right: 5%;
    background-color: whitesmoke;
    color: white;
    overflow: visible;
    box-shadow: -3px 3px 10px black;
    border-radius: 5px;
}

.button_booking a {
    color: darkslategray;
}




/* BOOKING EVENTS PAGE*/

.booking_form {
    width: 100%;
    z-index: 100 !important;
}

.iframe_border {
    width: 60%;
    margin: 0 auto;
    -moz-border-radius: 10px;
    border-radius: 10px !important;
    overflow: hidden;
    padding: 0 !important;
}



/* LOADER */

.payment_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.truck_image_container {
    width: 10vw;
    height: 10vw;
    border: 1px solid lightgrey;
    border-radius: 50%;
    overflow: hidden;
    min-width: 100px;
    min-height: 100px;
}

.truck_image {
    position: relative;
    max-height: 100%;
    max-width: 100%;
    min-height: 50%;
    min-width: 50%;
}


/*.footer {*/
/*  position: relative;*/
/*  margin-top: -150px; !* negative value of footer height *!*/
/*  height: 150px;*/
/*  clear:both;*/

/*  padding-top:20px;*/
/*}*/

.page-footer {
    background-color: rgb(250,250,250) !important;
}


/* CSS FOR TRUCK CALENDAR*/

.shift_container {
    background-color: #66afe9;
    border-radius: 10px;
    font-weight: bold;
    color: #0a0a0a;
    overflow: scroll;
}

.shift_start_end_time {
    font-weight: 300;
    font-size: 80%;
}

/* CALENDAR */

.month {
    margin: 0 auto;
}

.month th {
    height: 5vw;
    width: 10vw;
    background: rgb(230, 230, 230);
    text-align: center
}

.month .month {
    text-align: center;
    background: transparent;
}

.month td {
    height: 10vw;
    width: 10vw;
    border: 1px solid grey;
    padding: 0;
    position: relative;
}

.month td ul {
    list-style-type: none;
    padding: 0;

}

.month .day_num {
    position: absolute;
    left: 5%;
    top: 5%;
    font-weight: bold;
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
    /*!* Styles *!*/
    /*.filled {*/
        /*background-color: #66afe9;*/
    /*}*/

    /*.filled .shift_container {*/
       /*display: none;*/
    /*}*/
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 720px) {
    /* Styles */
    /*.filled {*/
    /*    background-color: #66afe9;*/
    /*    cursor: pointer !important;*/
    /*}*/
    /*.filled:hover {*/
    /*    background-color: rgba(102, 175, 233, .8);*/
    /*}*/

    .filled .shift_container {
       display: none;
    }

    .filled ul {
        padding-top: 10% !important;
    }
    .shift_input_label {
        line-height: normal !important;
        border-radius: 0 !important;
        padding: 10px;
    }

    .truck_name {
        padding-left: 5vw; !important;
        font-size: 36px;
    }

}

.navbar-brand-switch {
    margin-top: 100px;
}


#main_base .nav-font-size {
    color: rgba(12,63,108, 0.9);
    font-size: 0.9rem;
    font-weight: bold;
}

#main_base .nav-font-size:hover {
    color: rgba(12,63,108, 0.7) !important;
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    /* Styles */

}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    /*!* Styles *!*/
    /*.filled {*/
        /*background-color: #66afe9;*/
    /*}*/

    /*.filled .shift_container {*/
       /*display: none;*/
    /*}*/
}

/* ABOUT SECTION */
.header-row {
    height: 10vh;
}
.about-image {
    width: auto;
    height: 30vh;
    max-width: 100vw;
}

.about-image img {
    width: auto;
    height: 100%;
}

.about-text {
    height: auto;
    width: 60vw;
}

.shift_input_label {
    display:block;
    border:solid 1px gray;
    line-height:40px;
    width: 100%;
    border-radius:40px;
    -webkit-font-smoothing: antialiased;
    margin-top:10px;
    font-family:Arial,Helvetica,sans-serif;
    color:gray;
    text-align:center;
    cursor: pointer;
}

input[type=checkbox].shift_container {
    display: none;
}

#availability-container input:checked + label {
    border: solid 1px green;
    color: white;
    background-color: green;
}

#availability-container input:checked + label:before {
    content: "\2713 ";
}


/* new stuff */
.check {
    visibility: hidden;
}

input:checked + label .check {
    visibility: visible;
}

input.checkbox:checked + label:before {
    content: "";
}

.delete_shift {
    position: absolute;
    right: 10px;
    color: red !important;
    cursor: pointer;
    font-weight: 200;
}

.edit_shift {
    position: absolute;
    left: 10px;
    color: blue !important;
    cursor: pointer;
    font-weight: 200;
}

.delete_shift:hover {
    color: darkred !important;
}



/* SURVEY */

.btn-secondary.active {
    background-color: orange !important;
    color: white !important;
}



/* ABOUT */

.about-section {
    height: 240px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 720px) {
    /* Styles */
    .about-section {
        height: 500px !important;
    }
}

.about-background {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -20px;
}

/* TOASTR */

#toast-container  {

}

#toast-container .toast {
    opacity: 1;
    box-shadow: none;
    width: 30vw;
    min-width: 170px;
    font-family: 'Avenir', sans-serif;
}

#toast-container .toast:hover {
    opacity: 1;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 1px  2px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 1px  2px rgba(0,0,0,0.1);
    width: 30vw;
    min-width: 170px;
    font-family: 'Avenir', sans-serif;
}

#toast-container .toast-success {
    background-color: seagreen;
}

.left-modal-button {
    float: left !important;
}

.right-modal-button {
    float: right !important;
}
.half-modal {
    width: 47% !important;
}




/* event payment */

.ml9 {
  position: relative;
}

.ml9 .text-wrapper {
  position: relative;
    overflow: hidden;
}

.ml9 .letter {
    display: inline-block;
    color: orange !important;
    font-family: 'Avenir', sans-serif;
}


.ml9 .letters {
    color: orange !important;
    font-family: 'Avenir', sans-serif;
}

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #ffffff;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.profile-badge {
    display: none;
    background-color: #c43242 !important;
    margin-top: 10px !important;
    color: white !important;
}

.general-profile-badge-mobile, .profile-badge-mobile {
    background-color: #c43242 !important;
    color: white !important;
}
li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.menu-image-container {
    height: 150px;
    border: 1px solid grey;
    overflow: hidden;
}

.menu-image-container img {
    width: 100% !important;
}
.smaller-menu-image {
    height: 100px !important;
}
.select-truck {
    position: absolute;
    left: 25px;
    bottom: 25px;
}
.non-mobile {
    display: block;
}
@media (max-width: 967px) {
    .non-mobile {
        display: none;
    }
}

.selected-truck-text {
    color: orange;
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: bold;
}

.confirmed-truck-text {
    color: forestgreen;
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: bold;
}

.login-or-guest {
    position: relative;
    padding: 20px;
    margin: 0;
    text-align: center;
}
.login-or-guest:hover {
    background-color: rgb(245,245,245);
    cursor: pointer;
}
.login-or-guest h2 {
    margin: 0 auto 0 auto;
    padding-top: 10%;
    width: 90%;
}

.login-or-guest p {
    margin: 5% auto 0 auto;
    width: 90%;
}

.login-or-guest a {
    margin: 10% auto 10% auto;
    min-width: 30%;
}

#menu-choice {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-align-left {
    justify-content: left !important;
}

.labl {
}
.labl > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.labl > input + div{ /* DIV STYLES */
    cursor:pointer;
    border:2px solid transparent;
}
.labl > input:checked + div { /* (RADIO CHECKED) DIV STYLES */
    border: 4px solid orange !important;
}

.header-title {
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 5px black;
    width: 80% !important;
}

.header-sub-title {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 5px black;
}

@media (max-width: 1000px) {
    .header-sub-title {
        top: 70% !important;
    }
}

.input-overwirte {
    border-color: black !important;
    height: 1000px !important;
}

.input-overwirte:focus {
    border-color: #85b7d9 !important;
}


#location-calendar-view .fc-event {
    padding: 3px;
}

#location-calendar-view .fc-content {
    display: block;
    overflow-wrap: normal;
}

#location-calendar-view .fc-title {
    display: block;
    overflow-wrap: normal;
}

.main-menu {
    z-index: 500;
}
.main-menu .link.item.active {
    color: orange !important;
    font-weight: bold !important;
}

.w-100 {
    width: 100% !important;
}

.mt-2 {
    margin-top: 10px !important;
}

.main-header {
    text-align: center !important;
    position: absolute !important; 
    color: white; 
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    z-index: 50; 
    left: 50%; 
    top:55%; 
    transform: translate(-50%, -50%);
}

.main-header h1 {
    font-size: 4em; 
}

.main-header p {
    font-size: 2em; 
}

.bg-img {
    width: 100%;
    height: 100%;
    background: rgb(0,0,0, 0.5);
    position: absolute;
    z-index: 40;
}

.bg-img-dark {
    width: 100%;
    height: 100%;
    background: rgb(0,0,0, 0.4);
    position: absolute;
    z-index: 40;
}

.splide__slide {
    position: relative;
}
.main-steps.ui.steps .step .title {
    margin-top: .75em !important;
    line-height: 1.3em;
}
.main-steps.ui.steps .step {
    max-width: 500px;
}
.main-steps.ui.steps .step .title~.description {
    margin-top: .75em !important;
}
.main-steps.ui.steps .step .description {
    font-size: 0.75em !important;
    line-height: 1.3em;
}

.light-blue-background {
    background: rgb(59,97,226);
    background: linear-gradient(90deg, rgba(59,97,226,0.2) 0%, rgba(88,162,237,0.2) 50%, rgba(31,160,224,0.2) 100%);
    padding: 30px 0 50px 0;
}

.light-blue-background-2 {
    background: rgb(88,137,186);
background: linear-gradient(90deg, rgba(88,137,186,1) 2%, rgba(59,110,162,1) 100%);
    padding: 30px 20px 50px 20px;
}

.how-we-work-img {
    max-width: 200px !important;
}



.about-home #about-header {
    margin-top: 30% !important;
    font-size: 1.3em;
    font-weight: 800;
}

.about-home .top-area {
    padding: 0 10% !important;
}
.about-home .image-column {
    overflow: hidden    ;
    padding: 0 !important;
    height: 600px;
    position: relative;
}

@media (max-width: 776px) {
    .about-home #about-header {
        margin-top: 5% !important;
    }
    .about-home .image-column {
        overflow: hidden;
        padding: 0 !important;
        height: 400px !important;
        position: relative;
    }
}



.about-home .image-column img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.about-home .about-stat .about-icon {
    width: 100px;
    height: auto;
}

.about-home .about-stat .val {
    font-weight: bold;
    font-size: 2em;
    display: block;
    color: white;
    line-height: 33px !important;
    margin-top: 10px;
    font-family: 'Varela Round', sans-serif !important;
}

.about-home .about-stat .type {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    margin: 10px;
    color: white;
}

.about-home .company-logo {
    height: 100px;
    width: auto;
}

.main-font { 
    font-family: 'Varela Round', sans-serif !important;
    font-weight: 900;
}

@media (max-width: 1500px) {
    .main-header {
        width: 90% !important;
    }
    .main-font { 
        font-size: 2.7em !important;
        font-weight: 900 !important
    }
    .main-header p {
        font-size: 1.4em;
        font-weight: 400 !important;
        padding: 0 20px;
    }
}

.header-img {
    height: 100%; 
    min-height: 100%; 
    max-height: 120%;
    min-width: 700px; 
    right: 0;
}
.shutterstock-img {
    width: 100%; 
    min-height: 100%; 
    max-height: 120%;
    min-width: 1400px; 
    right: 0;
}
@media (max-width: 1200px) {
    .main-header {
        width: 90% !important;
    }
    .main-font { 
        font-size: 2em !important;
        font-weight: 900 !important
    }
    .main-header p {
        font-size: 1.2em;
        font-weight: 400 !important;
        padding: 0 20px;
    }
    .header-img {
        height: 100%; 
        min-height: 100%; 
        min-width: 700px; 
        right: -150%; 
        position: absolute;
    }
    .shutterstock-img {
        width: 100%; 
        min-height: 100%; 
        min-width: 1400px; 
        position: absolute; 
        right: -100px;
    }
}

.orange-background {
    background: rgb(255,200,129);
    background: linear-gradient(90deg, rgba(255,200,129,1) 2%, rgba(249,192,120,1) 49%, rgba(240,156,101,1) 100%);
}

.button {
    cursor: pointer !important
}

.breadcrumb-padding {
    margin: 20px 0 !important;
    background-color: transparent !important;
}

@media only screen and (max-width: 1400px) {
    .ui.steps.main-steps:not(.unstackable) {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox;
        display: inline-flex;
        overflow: visible;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

}
.top-labels .ui.label {
    display: inline-block;
}
@media(max-width: 1000px) {
    .fc-button-group {
        float: right;
    }
    .fc-today-button {
        float: right;
    }
    .top-labels .ui.label {
        display: none !important;
    }
  }

/* Default styles for calendar events - white background unless they have specific classes */
.fc-daygrid-event {
    background-color: white !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
    cursor: pointer !important;
    padding: 0 !important;
}
.fc-list-event {
    /* background-color: #154066 !important; */
    /* color: white !important; */
    cursor: pointer !important;
    padding: 0 !important;
}
.event-padding {
    padding: 10px 7px !important;
}
.fc-event-confirmed-initial {
    background-color: green !important;
    color: white !important;
}
/* Also target when fc-event-confirmed-initial is a child of fc-event */
.fc-event:has(.fc-event-confirmed-initial) {
    background-color: green !important;
    color: white !important;
}
/* For profile calendar where classes are on inner divs */
.fc-daygrid-event:has(.fc-event-confirmed-initial) {
    background-color: green !important;
    color: white !important;
    border: none !important;
}
.fc-event-unconfirmed {
    background-color: white !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
}
/* Also target when fc-event-unconfirmed is a child of fc-event */
.fc-event:has(.fc-event-unconfirmed) {
    background-color: white !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
}
.fc-list-event-dot {
    display: none !important;
}
.fc-event-confirmed {
    background-color: darkgreen !important;
    color: white !important;
}
/* Also target when fc-event-confirmed is a child of fc-event */
.fc-event:has(.fc-event-confirmed) {
    background-color: darkgreen !important;
    color: white !important;
}
/* For profile calendar where classes are on inner divs */
.fc-daygrid-event:has(.fc-event-confirmed) {
    background-color: darkgreen !important;
    color: white !important;
    border: none !important;
}
.fc-view-harness {
    min-height: 50vh !important;
}

@media (max-width: 800px) {
    .fc-toolbar-title {
        font-size: 1em !important;
    }
}


.ui.table [class*="mobile center aligned"] {
    text-align: left !important;
}

    .moon-icon {
        width: auto !important;
    }
    .sun-icon {
        width: auto !important;
    }
@media only screen and (max-width: 767px) {
    .ui.table:not(.unstackable) tr.border-dark td {
        border-top: none !important;
    }
    .moon-icon {
        /* display: block !important; */
        /* width: auto !important; */
        /* margin: 0 auto 10px auto !important */
    }
    .sun-icon {
        /* display: block !important; */
        width: auto !important;
        /* margin: 15px auto 10px auto !important */
    }
    .no-border-mobile {
        border-bottom: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .ui.table [class*="mobile center aligned"] {
        text-align: center !important;
    }
    .ui.table:not(.unstackable) tr.border-dark {
        border-top: none !important;
        border-bottom: 2px solid darkgrey !important;
    }
}


@media only screen and (max-width: 767px) {
    .ui.table:not(.unstackable) tr.no-border-mobile, .ui.table:not(.unstackable) tr>th.no-border-mobile {
        border-bottom: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .ui.table:not(.unstackable) tr.border-dark {
        border-top: none !important;
        border-bottom: 2px solid darkgrey !important;
    }

}
  
  .circle-wrapper:hover {
    border: 2.5px dashed #4BB543;
    animation: spin 2s linear infinite;
  }

  
  @keyframes spin { 
    100% { 
      transform: rotateZ(360deg);
    }
  }
  
  .page-wrapper {
    height: 100vh;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
  }
