* {
    font-family: "Montserrat",sans-serif;
    font-size: 1.5vw;
    color: var(--font__color);
}

.hidden {
    display: none;
    visibility: hidden;
}

body {
    transition: 0.5s ease-in-out all;
}

a[rel="noopener"] {
    color: var(--font__color);
}

    a[rel="noopener"]:hover {
        color: var(--main__color);
    }

a {
    color: var(--formBox__color);
    transition: 0.5s ease-in-out all
}

    a:hover {
        color: #EB1F2B;
    }

.serviceCol--details {
    flex: 3;
    max-width: 608px;
    word-break: break-word;
}

.menuContainer {
    display: flex;
    justify-content: flex-end;
    height: 20px;
}
.accordion-body.accordion__body > .form__container {
    box-shadow: -0.5px -0.25px 4px #CCC;
    margin: 10px;
    border-radius: 5px;
    background-color : #fff;
}
/** WIDESCREEN DESKTOP   */
@media screen and (min-width:1920px) {
    * {
        font-size: 0.65vw;
    }
    .form__container--employee > .next {
        box-shadow: none !important;
    }
}
/** DESKTOP  */
@media screen and (max-width:1920px) {
    * {
        font-size: 0.95vw;
    }
    .form__container--employee > .next {
        box-shadow: none !important;
    }
}
/** TABLETS   */
@media only screen and (max-width:1340px) {
    * {
        font-size: 1.75vw;
    }

    .col-sm-12 > .checkbox__button--xs {
        display: flex;
        align-items: center;
    }

        .col-sm-12 > .checkbox__button--xs > .col-sm-3 {
            width: 15dvw;
            height: 3.5dvh;
        }

        .col-sm-12 > .checkbox__button--xs > .col-sm-1 {
            width: fit-content;
            height: 3dvh;
        }

    div.infoIcon > .container--photo {
        height: 100px !important;
        width: 100px !important;
    }

        div.infoIcon > .container--photo > .photo__employee {
            height: 100px !important;
            max-width: 100px !important;
        }

    .submitButton--next {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 15px !important;
    }

    div.radio__button--xs {
        display: grid;
        grid-template-columns: repeat(2,50px);
    }

    div.checkbox__button--xs {
        display: grid;
        grid-template-columns: repeat(2,100px);
    }

    .submitButton--prev {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px !important;
    }

    .accordion__wrapper--employee {
        padding: 25px;
        justify-content: center;
        text-align: center;
        grid-template-columns: none !important;
        grid-template-rows: repeat(3, 230px) !important;
        grid-row-gap: 160px;
        display: grid;
    }

    .main__container {
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
        border-radius: 5px;
        padding: 30px !important;
        min-height: calc(1080px - 550px) !important;
        position: relative;
        background-color: var(--formBox__color);
    }

    form#CalendarID {
        max-width: 100% !important;
        position: relative;
        margin: 0 !important;
    }

    .wrapper__stepPage {
        max-width: 1340px;
        width: 100%;
        padding: 10px 0 50px 0 !important;
        transition: 0.5s ease-in-out all;
        min-height: calc(1080px - 652px);
    }

    #header .managerStepContainer {
        display: grid !important;
        -ms-flex: none;
        margin: 0 auto;
        grid-template-columns: repeat(9,calc(98vw/10));
        align-self: center;
        justify-items: center;
        justify-content : center;
        width: 100vw;
    }


    #header .headerContainer {
        max-width: 1340px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0 0 0 0 !important;
        transition: 0.5s ease-in-out all;
        display: grid;
        justify-content: center;
    }

    .footerContainer * {
        flex: 1;
        transition: 0.5s ease-in-out all;
        padding: 0 !important;
        padding-left: 5px !important;
        padding-bottom: 5px;
        word-break: keep-all;
        margin: 0;
    }

    .accordion__item--selection {
        float: left;
        width: 50px;
        height: 30px;
        transform: translateY(5px) translateX(-10px);
        color: var(--font__color);
    }

    .stepLabel > p {
        font-size: 12px;
    }

    .navigations__wrapper {
        right: 10px;
    }

    a.doneStepLink, a.noLinkFormat {
        display: none;
    }

        a.doneStepLink + hr.divider, a.noLinkFormat + hr.divider {
            display: none !important;
        }

        a.noLinkFormat + hr.first, a.noLinkFormat + hr.active {
            display: none;
        }

    hr.active {
        display: none;
    }

    .form__container--employee > .next {
        box-shadow: none !important;
    }
}
/**   MOBILE PHONES */
@media only screen and (max-width: 600px) {
    * {
        font-size: 3.25vw;
    }

    .footer {
        max-height: fit-content !important;
    }

    .col-sm-6:has(.radio__button--xs) {
        width: 40dvw;
    }

    .col-sm-12 > .checkbox__button--xs {
        display: flex;
        align-items: center;
    }

        .col-sm-12 > .checkbox__button--xs > .col-sm-3 {
            width: 40dvw;
            height: 3.5dvh;
        }

        .col-sm-12 > .checkbox__button--xs > .col-sm-1 {
            width: 10dvw;
            height: 3dvh;
        }

    .footerContainer {
        flex-direction: column;
    }

        .footerContainer > .column:not(:first-child) {
            margin-top: 15px !important;
        }

    #header {
        height: 180px !important;
    }

    .confirm__flex {
        padding: 15px 0 15px 0 !important;
    }

    .confirmbox > h1 {
        padding: 15px;
    }

    .openMenu {
        display: none;
    }

    .navigations__wrapper {
        display: block !important;
        right: 20px;
    }

    div.infoIcon > .container--photo {
        height: 100px !important;
        width: 100px !important;
    }

        div.infoIcon > .container--photo > .photo__employee {
            height: 100px !important;
            max-width: 100px !important;
        }

    .submitButton--next {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 15px !important;
    }

    div.radio__button--xs {
        display: grid;
        grid-template-columns: repeat(2,50px);
    }

    div.checkbox__button--xs {
        display: grid;
        grid-template-columns: repeat(2,100px);
    }

    .submitButton--prev {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px !important;
    }

    .accordion__wrapper--employee {
        padding: 25px;
        justify-content: center;
        text-align: center;
        grid-template-columns: none !important;
        grid-template-rows: repeat(3, 230px) !important;
        grid-row-gap: 160px;
        display: grid;
    }

    .main__container {
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
        border-radius: 5px;
        padding: 30px !important;
        min-height: calc(1080px - 550px) !important;
        position: relative;
        background-color: var(--formBox__color);
    }

    form#CalendarID {
        max-width: 100% !important;
        position: relative;
        margin: 0 !important;
    }

    .wrapper__stepPage {
        max-width: 1340px;
        width: 100%;
        padding: 10px 0 50px 0 !important;
        transition: 0.5s ease-in-out all;
        min-height: calc(1080px - 652px);
    }

    #header .managerStepContainer {
        display: grid !important;
        -ms-flex: none;
        margin-left: 5px !important;
        grid-template-columns: repeat(5,calc(90vw/5));
        align-self: center;
        justify-items: center;
        width: 90vw;
    }

    #header .headerContainer {
        max-width: 1340px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 15px 15px 0 15px;
        transition: 0.5s ease-in-out all;
        display: grid;
        justify-content: center;
    }

    .footerContainer * {
        flex: 1;
        transition: 0.5s ease-in-out all;
        padding: 0 !important;
        padding-left: 5px !important;
        padding-bottom: 5px;
        word-break: keep-all;
        margin: 0;
    }

    .accordion__item--selection {
        float: left;
        width: 50px;
        height: 30px;
        transform: translateY(5px) translateX(-10px);
        color: var(--font__color);
    }

    .stepLabel > p {
        font-size: 12px;
    }

    #header .managerStepContainer > hr.active {
        display: none;
    }

    a.doneStepLink, a.noLinkFormat {
        display: none;
    }

        a.doneStepLink + hr.divider, a.noLinkFormat + hr.divider {
            display: none !important;
        }

        a.noLinkFormat + hr.first, a.noLinkFormat + hr.active {
            display: none;
        }

    hr.active {
        display: none;
    }
    .form__container--employee > .next {
        box-shadow: none !important;
    }
}
@media only screen and (max-width: 1024px){
    .form__container--employee > .next {
        box-shadow: none !important;
    }
}
.logoImg {
    text-align: center;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    transition: 0.5s ease-in-out all;
    background-color: var(--body__color) !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.5s ease-in-out all;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

*:before,
*:after {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

:root {
    --main-white: white;
}

body {
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}

html,
body,
#sitecontainer,
#pageContent,
#container {
    height: 100%;
    transition: 0.5s ease-in-out all;
}

#container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    position: relative;
    transition: 0.5s ease-in-out all;
}

.viewDesktop {
    display: block !important;
    transition: 0.5s ease-in-out all;
}

.viewMobile {
    display: none !important;
    transition: 0.5s ease-in-out all;
}

/*************************
    Font
**************************/
h1 {
}

h2 {
    margin-top: 0;
    padding-top: 20px;
    transition: 0.5s ease-in-out all;
}

.req {
    color: #ff0000;
    transition: 0.5s ease-in-out all;
}
/*************************
    Control Styles
**************************/
.hide {
    display: none !important;
    transition: 0.5s ease-in-out all;
}

.show {
    display: block !important;
    transition: 0.5s ease-in-out all;
}

.flex {
    display: -ms-flexbox;
    display: flex;
    transition: 0.5s ease-in-out all;
}

.flexwrap {
    flex-wrap: wrap;
    transition: 0.5s ease-in-out all;
}

ul.noList {
    list-style-type: none;
    padding-left: 0;
    transition: 0.5s ease-in-out all;
}

ul.pipeSeparator li:not(:last-child) {
    padding-right: 5px;
    border-right: 1px #000000 solid;
    transition: 0.5s ease-in-out all;
}

ul.pipeSeparator li:not(:first-child) {
    padding-left: 5px;
    transition: 0.5s ease-in-out all;
}

.active {
    font-weight: 700;
    transition: 0.5s ease-in-out all;
}

.noMargin {
    margin: 0;
    transition: 0.5s ease-in-out all;
}

.noPadding {
    padding: 0;
    transition: 0.5s ease-in-out all;
}

a.noLinkFormat {
    text-decoration: none;
    transition: 0.5s ease-in-out all;
}

    a.noLinkFormat:link,
    a.noLinkFormat:visited,
    a.noLinkFormat:hover {
        color: #000000;
        transition: 0.5s ease-in-out all;
    }

.relative {
    position: relative;
    transition: 0.5s ease-in-out all;
}

.flex1 {
    -ms-flex: 1;
    flex: 1;
    transition: 0.5s ease-in-out all;
}

.flex2 {
    -ms-flex: 2;
    flex: 2;
    transition: 0.5s ease-in-out all;
}

.flex3 {
    -ms-flex: 3;
    flex: 3;
    transition: 0.5s ease-in-out all;
}

.flex4 {
    -ms-flex: 4;
    flex: 4;
    transition: 0.5s ease-in-out all;
}

.flex5 {
    -ms-flex: 5;
    flex: 5;
    transition: 0.5s ease-in-out all;
}
.flex6 {
    -ms-flex: 6;
    flex: 6;
    transition: 0.5s ease-in-out all;
}

.whiteContainer {
    position: relative;
    border-radius: 2px;
    min-width: 320px;
    background-color: var(--formBox__color);
    margin-bottom: 10px;
    padding: 7px;
    transition: 0.5s ease-in-out all;
    border-radius: 5px;
}

/*************************
    Navigation
**************************/
#navigation {
    width: 273px;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    background: #ffffff;
    box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8);
    overflow-x: hidden;
    transition: 0.5s ease-in-out all;
}

.navigationTransition {
    -webkit-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

#navigation.openNavigation {
    overflow: visible;
    overflow-x: hidden;
    transition: 0.5s ease-in-out all;
}

#navigation.closeNavigation {
    width: 0px;
    overflow-x: hidden;
    transition: 0.5s ease-in-out all;
}

#closeNavigation .topRow {
    min-width: 190px;
    transition: 0.5s ease-in-out all;
}

#navigationMenu .menuItem a.menuItemLink {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #6f6f6f;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s ease-in-out all;
}

#navigationMenu .menuItem a:active {
    color: var(--main__color);
    transition: 0.5s ease-in-out all;
}

#navigationMenu .menuItem a:hover {
    color: var(--main__color);
    transition: 0.5s ease-in-out all;
}

#navigation #navigationMenu > ul {
    border-top: 2px solid #dddddd;
    padding-left: 0;
    transition: 0.5s ease-in-out all;
}

#navigationMenu .menuItem {
    list-style-type: none;
    transition: 0.5s ease-in-out all;
}

#navigationMenu > ul > li {
    border-bottom: 2px solid #dddddd;
    transition: 0.5s ease-in-out all;
}

#navigation #navigationMenu > ul > li > a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    font-size: 22px;
    font-weight: 700;
    transition: 0.5s ease-in-out all;
}

#navigation #navigationMenu > ul > li.active > a {
    color: var(--main__color);
    transition: 0.5s ease-in-out all;
}

#navigation #navigationMenu > ul > li.active > ul {
    border-top: 2px solid #dddddd;
    padding-bottom: 15px;
    transition: 0.5s ease-in-out all;
}

#navigation #navigationMenu > ul > li > ul {
    width: 100%;
    transition: 0.5s ease-in-out all;
}

#navigation #navigationMenu > ul > li.active > ul > li {
    height: 26px;
    overflow: visible;
    transition: 0.5s ease-in-out all;
}

#navigation #navigationMenu > ul > li > ul > li > a {
    display: block;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: 0.5s ease-in-out all;
}

#navigation #navigationMenu > ul > li > ul > li.active > a {
    color: #000000;
    transition: 0.5s ease-in-out all;
}

#navigation #closeNavigation .menuClose {
    padding-top: 14px;
    padding-bottom: 11px;
    padding-right: 20px;
    text-align: right;
    transition: 0.5s ease-in-out all;
}

    #navigation #closeNavigation .menuClose .cwDropdown {
        padding-left: 27px;
        transition: 0.5s ease-in-out all;
    }

    #navigation #closeNavigation .menuClose .cwDropdownContainer {
        text-align: left;
        transition: 0.5s ease-in-out all;
    }

    #navigation #closeNavigation .menuClose i {
        color: #000000;
        font-size: 24px;
        transition: 0.5s ease-in-out all;
    }

    #navigation #closeNavigation .menuClose .cwDropdown .cwDropdownItems {
        text-align: left;
        transition: 0.5s ease-in-out all;
    }

.navigationMenu li ul {
    left: 0;
    top: 36px;
    z-index: 1;
    width: 233px;
    margin-left: -40px;
    text-transform: uppercase;
    transition: 0.5s ease-in-out all;
}

    .navigationMenu li ul li {
        overflow: hidden;
        height: 0;
        transition: 0.5s ease-in-out all;
    }

#navigation.navigationTransition .navigationMenu li ul li {
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}

.navigationMenu ul > li.active ul li {
    height: 25px;
    transition: 0.5s ease-in-out all;
}

#rightHeader #headerLinks .shopLink {
    font-size: 15px;
    font-family: 'Open Sans';
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    transition: 0.5s ease-in-out all;
}

/*************************
    Header
**************************/
#header {
    height: fit-content;
    width: 100%;
    background-color: #b3d4fc;
    background-color: var(--main-white);
    box-shadow: 0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);
}

    #header * {
        transition: 0.5s ease-in-out all;
    }

    #header .openMenu {
        cursor: pointer;
    }

    /* Menu */
    #header .menuContainer {
        font-size: 32px;
        /*padding-left: 60px;*/
    }

    /* Logo */
    #header .logoContainer {
        padding-left: 30px;
        flex: 20;
    }

        #header .logoContainer .logoTxt {
            padding-left: 15px;
            white-space: nowrap;
        }

            #header .logoContainer .logoTxt .logoTxtStrong {
                font-weight: 600;
            }

            #header .logoContainer .logoTxt .logoTxtStrong,
            #header .logoContainer .logoTxt .logoTxtNormal {
                font-size: 28px;
            }

        #header .logoContainer .logoImg img {
            width: auto;
            height: 48px;
        }

    /* Manager Steps */
    #header .managerStepContainer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        flex-direction: row;
        margin: 0;
    }

        #header .managerStepContainer .managerStep {
            pointer-events: none;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-preferred-size: 175px;
            flex-basis: 175px;
            -ms-flex-align: center;
            align-items: center;
            display: -ms-flexbox;
            display: flex;
            padding: 24px;
            position: relative;
        }

        #header .managerStepContainer > a.doneStepLink {
            flex-basis: 175px;
        }

            #header .managerStepContainer > a.doneStepLink:first-child {
                flex-basis: 150px;
            }

        #header .managerStepContainer > .managerStep:first-child {
            padding: 24px 24px 24px 0;
        }

        #header .managerStepContainer > .managerStep:last-child {
            padding: 24px 0 24px 24px;
        }

        #header .managerStepContainer .managerStep .step {
            border: 3px solid #b3d4fc;
            border: 3px solid var(--main-white);
            box-shadow: 0 0 0 2px #000;
            color: #fff;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 50%;
            display: -ms-flexbox;
            display: flex;
            font-size: 0;
            -ms-flex-pack: center;
            justify-content: center;
            height: 24px;
            margin-right: 8px;
            margin-left: 8px;
            width: 24px;
            transition: .3s cubic-bezier(.25,.8,.25,1);
            margin-bottom: 12px;
            min-width: 24px;
        }

        #header .managerStepContainer .managerStep.active .step {
            background: var(--accent__color);
            box-shadow: 0 0 0 2px var(--header__font--color);
        }

        #header .managerStepContainer .managerStep.done .step {
            background: var(--accent__color);
            box-shadow: none;
            border: none;
            color: #ffffff;
            font-size: 12px;
        }

        #header .managerStepContainer .managerStep .stepLabel {
            padding-right: 3px;
            font-size: 16px;
            -ms-flex-align: start;
            align-items: flex-start;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
        }

            #header .managerStepContainer .managerStep .stepLabel > * {
                color: var(--header__color--font);
            }

        #header .managerStepContainer .divider {
            background: var(--header__color--font);
            margin: 35px -67px 0;
            -ms-flex-item-align: start;
            align-self: flex-start;
            border: none;
            display: block;
            height: 1px;
            -ms-flex: 1;
            flex: 1;
            width: 100%;
            height: 4px;
        }

            #header .managerStepContainer .divider.active {
                background: var(--header__color--font);
                margin: 35px -63px 0 -63px;
            }

                #header .managerStepContainer .divider.active.first {
                    margin: 35px -63px 0 -43px;
                }

/*************************
    Content
**************************/
#content {
    margin-top: 3px;
    padding-bottom: 30px;
    padding-top: 27px;
    background: #f6f6f6;
    /*min-height: calc(100vh - 460px);*/
    transition: 0.5s ease-in-out all;
}

    #content .contentContainer,
    #footer .footerContainer {
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 25px 0 25px;
        transition: 0.5s ease-in-out all;
    }

/*************************
    Footer
**************************/
#footer {
    /*position: absolute;*/
    bottom: 0;
    /*height: 270px;*/
    width: 100%;
    border-top: 2px solid #e8e8e8;
    padding-top: 16px;
    font-size: 12px;
    transition: 0.5s ease-in-out all;
}

    #footer .footerContainer {
        display: -ms-flexbox;
        display: flex;
    }

        #footer .footerContainer > div:not(:first-child) {
            padding-left: 20px;
        }

        #footer .footerContainer .contactContainer {
            flex: 2;
        }

        #footer .footerContainer .languageContainer {
            flex: 1;
        }

        #footer .footerContainer .contactInformation,
        #footer .footerContainer .contactInformation > div {
            padding-right: 10px;
        }

            #footer .footerContainer .contactInformation > div,
            #footer .footerContainer .contactInformation .contactAddress > div {
                padding-bottom: 15px;
            }

            #footer .footerContainer .contactInformation i {
                min-width: 30px;
            }

        #footer .footerContainer.copyright {
            display: block;
            color: #999;
            text-align: center;
            height: 44px;
            padding-top: 10px;
        }

            #footer .footerContainer.copyright a {
                font-weight: bold;
                color: #999;
            }

    #footer .footerTitle {
        font-size: 22px;
        font-weight: 700;
        color: #003052;
        padding-bottom: 15px;
    }

.openTime dl {
    display: grid;
}

.openTime dt {
    grid-column-start: 1;
    padding-right: 5px;
}

.openTime dd {
    grid-column-start: 2;
}

/*************************
    Welcome
**************************/
.welcomeContainer .tireInformation > div {
    padding-bottom: 10px;
}

.welcomeContainer .tireDetails > div:not(:first-child) {
    padding-left: 30px;
}

.welcomeContainer .tireInformationTitle {
    font-weight: 600;
}

.welcomeContainer .tireDetails .green {
    color: #7abd03;
}

.welcomeContainer .tireDetails .orange {
    color: #ffa500;
}

.welcomeContainer .tireDetails .red {
    color: #dc0714;
}

.welcomeContainer .optionsWithTires {
    display: none;
}

.totatlCostsSearch {
    z-index: 99;
    width: 40px;
    height: 34px;
    background-color: #e1e1e1;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    color: #565656;
    font-size: 16px;
    cursor: pointer;
    bottom: 0;
    transition: 0.5s ease-in-out all;
}

/*************************
    Info
**************************/
.infoContainer .tireInformation > div {
    padding-bottom: 10px;
    transition: 0.5s ease-in-out all;
}

.infoContainer .tireDetails > div:not(:first-child) {
    padding-left: 30px;
    transition: 0.5s ease-in-out all;
}

.infoContainer .tireInformationTitle {
    font-weight: 600;
    transition: 0.5s ease-in-out all;
}

.infoContainer .tireDetails .green {
    color: #7abd03;
    transition: 0.5s ease-in-out all;
}

.infoContainer .tireDetails .orange {
    color: #ffa500;
    transition: 0.5s ease-in-out all;
}

.infoContainer .tireDetails .red {
    color: #dc0714;
    transition: 0.5s ease-in-out all;
}

.infoContainer .optionsWithTires {
    display: none;
    transition: 0.5s ease-in-out all;
}

/*************************
    Date Picker Overwrite
**************************/
.calendarContainer .dateTitleContainer {
    height: 40px;
    transition: 0.5s ease-in-out all;
}

.datePickerContainer .mddtp-picker {
    position: relative;
    left: 0;
    -webkit-transform: none;
    transform: none;
    transition: 0.5s ease-in-out all;
}

.datePickerContainer .mddtp-picker__views {
    max-height: 340px;
    transition: 0.5s ease-in-out all;
}

.datePickerContainer .mddtp-picker .mddtp-picker__header {
    width: 230px;
    min-width: 230px;
    transition: 0.5s ease-in-out all;
}

.datePickerContainer .mddtp-picker .mddtp-picker__body {
    width: 100%;
    transition: 0.5s ease-in-out all;
}

.datePickerContainer #mddtp-date__viewHolder {
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s ease-in-out all;
}

.datePickerContainer .mddtp-picker .mddtp-picker__header,
.datePickerContainer .mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid span.mddtp-picker__cell--selected,
.datePickerContainer .mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid .mddtp-picker__tr span.mddtp-picker__cell:hover {
    background-color: #044caa;
    background-color: var(--main__color);
    transition: 0.5s ease-in-out all;
}

.datePickerContainer .mddtp-button,
.datePickerContainer .mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid span.mddtp-picker__cell--today {
    color: #044caa;
    color: var(--header__color--font);
}

.datePickerContainer .mddtp-picker__action {
    display: none;
}

/*************************
    Calendar
**************************/
.calendarContainer .dateLabel {
    font-weight: 600;
    font-size: 18px;
}

.calendarContainer .dateTitleContainer > i {
    padding: 6px;
}

.calendarContainer .dateTitleContainer {
    display: none;
}

.calendarContainer .workUnits.whiteContainer {
    padding: 0;
}

.calendarContainer .unit {
    border-bottom: 1px var(--font__color) solid;
}

.calendarContainer .workUnits {
    height: 300px;
    overflow: auto;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.calendarContainer .unitTimeBooking {
    display: block;
    color: #a0a0a0;
    font-size: 13px;
}

/* The container */
#header .headerContainer {
    max-width: 1340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    transition: 0.5s ease-in-out all;
}

#header {
    background-color: var(--header__color);
}

.footer {
    padding: 10px 0 0 0;
    bottom: 0;
    position: relative;
    width: 100%;
    max-height: fit-content;
    right: 0;
    left: 0;
}

.footerContainer {
    margin-left: auto;
    max-width: 1340px;
    margin-right: auto;
    width: 100%;
    transition: 0.5s ease-in-out all;
}

    .footerContainer * {
        flex: 1;
        transition: 0.5s ease-in-out all;
        padding: 0 15px 0 15px;
        margin: 0;
    }

.sTitle > * {
    padding-bottom: 20px;
    color: var(--title__color);
}

.wrapper__stepPage {
    max-width: 1340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 50px 100px 50px;
    transition: 0.5s ease-in-out all;
    min-height: calc(1080px - 652px);
}

div.wrapper__stepPage * {
    transition: 0.5s ease-in-out all;
    align-items: baseline;
}

.radiobuttonLabel {
    display: block;
    position: relative;
    padding: 15px 40px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.5s ease-in-out all;
}

    /* Hide the browser's default radio button */
    .radiobuttonLabel input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmarkRadio {
    position: absolute;
    top: 30px;
    left: 5px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

    .checkmarkRadio.disabled {
        background-color: #b3d4fc;
        background-color: var(--main-white);
    }

/* On mouse-over, add a grey background color */
.radiobuttonLabel:hover input ~ .checkmarkRadio {
    background-color: #044caa;
    background-color: var(--main__color);
    /*border: 2px rgba(0,0,0,.38) solid;*/
}

/* When the radio button is checked, add a blue background */
.radiobuttonLabel input:checked ~ .checkmarkRadio {
    background-color: #044caa;
    background-color: var(--main__color);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkRadio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobuttonLabel input:checked ~ .checkmarkRadio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiobuttonLabel .checkmarkRadio:after {
    top: 8px;
    left: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
}

input[type=button].btn {
    background-color: var(--button__color);
    color: var(--font__color);
}

input[type=submit].btn {
    background-color: var(--button__color);
    color: var(--header__color--font);
}

.submitButton--next > input[type=submit].btn:disabled {
    cursor: not-allowed;
}
/*************************
    Services
**************************/
/* The checkboxLabel */
.checkboxLabel {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkboxLabel input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 2px rgba(0,0,0,.38) solid;
}

    .checkmark.disabled {
        background-color: rgba(0,0,0,.38);
    }

.checkboxLabel input:checked ~ .checkmark.disabled {
    background-color: rgba(0,0,0,.38);
}

/* On mouse-over, add a grey background color */
.checkboxLabel:hover input ~ .checkmark {
    background-color: #b3d4fc;
    background-color: var(--main-white);
    border: 2px rgba(0,0,0,.38) solid;
}

/* When the checkbox is checked, add a background */
.checkboxLabel input:checked ~ .checkmark {
    background-color: #044caa;
    background-color: var(--main__color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxLabel input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxLabel .checkmark:after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*************************
    Data
**************************/
.twoCol > div:not(:first-child),
.threeCol > div:not(:first-child) {
    padding-left: 20px;
}

.twoCol.submitButtons > div:first-child {
    text-align: left;
}

.twoCol.submitButtons > div:last-child {
    text-align: right;
}

.submitButtons {
    min-width: 320px;
    min-height: 50px;
}

.submitButton--next {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 50px 50px;
}

.submitButton--prev {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 50px 50px;
}

.dataContainer .reqText {
    padding-left: 5px;
}

/*************************
    Welcome
**************************/
.welcomeContainer {
    min-height: calc(1080px - 652px);
    position: relative;
}

    .welcomeContainer .carInformation {
        width: 100%;
    }

        .welcomeContainer .carInformation > div:not(:first-child) {
            padding-left: 10px;
        }

        .welcomeContainer .carInformation > div > ul > li:nth-child(2n) {
            font-weight: 700;
        }

.bringInformation .radiobuttonLabel {
    padding-top: 0;
}

.bringInformation .checkmarkRadio {
    top: 0px;
}

.bringInformation > div:not(:first-child) {
    padding-left: 65px;
}

/*************************
    Summary
**************************/
.summary .summaryInfoWrapper {
    padding: 10px 30px;
}

    .summary .summaryInfoWrapper div.flex > div:not(:first-child) {
        padding-left: 10px;
    }

.summary .dateInfo .wrapper {
    padding: 10px;
}

.dateDisplay {
    background: var(--main__color);
}

.wrapper--confirm {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.summary .dateDisplay .year {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 600;
}

.summary .dateDisplay .day,
.summary .dateDisplay .date {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    line-height: normal;
}

.summary .timeduration {
    font-size: 15px;
    font-weight: 600;
    color: white;
    line-height: normal;
    display: contents;
}

.summary .infoLabel,
.summary .infoLabel a,
.summary .infoLabel a:visited,
.summary .infoIcon i {
    color: #9e9e9e;
    font-weight: 600;
    font-size: 16px;
}

    .summary .infoLabel a {
        text-decoration: none;
    }

.summary .infoIcon i {
    font-size: 32px;
}

.summary .timeDisplay {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 10px;
}

.infoRemark {
    padding-top: 10px;
}

.summary .executedServices .service i {
    color: #7abd03;
}

.summary .executedServices .serviceCol.text {
    width: 75%;
}

.summary .infoContainer .service,
.summary .infoContainer .totatlCosts {
    position: relative;
}

    .summary .infoContainer .service .servicePrice,
    .summary .infoContainer .totatlCosts .totalPrice {
        white-space: nowrap;
    }

.summary .infoContainer .totatlCosts {
    font-weight: 700;
}

.summary .infoContainer .exclMaterial {
    padding-top: 10px;
    font-size: 10px;
}
.summaryButtonBack {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0 0px 25px;
}

.summarySubmitButtonWrapper {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .summarySubmitButtonWrapper .submitButton--next {
        position: absolute;
        bottom: 0;
        left: unset;
        right: unset;
        padding: 0 50px 50px;
    }

    .summarySubmitButtonWrapper .summarySubmitButton {
        width: 50%;
    }
    .summarySubmitButtonWrapper .next {
        width: 100%;
        font-size: 0.95vw;
    }

.font-black {
    color: black;
}

a.font-black {
    color: black;
}

    a.font-black:hover {
        color: black;
    }

.floatLeft {
    float: left;
}

.paddingLeft10px {
    padding-left: 10px;
}

.paddingTop10px {
    float: left;
    padding-top: 10px;
}

.ddVehicleWidth {
    width: 100%;
}

/*************************
    Mobile Layout
**************************/
@media screen and (max-width: 540px) {
    .viewDesktop {
        display: none !important;
    }

    .viewMobile {
        display: block !important;
    }

    .flexFlowColMobile {
        flex-flow: column;
    }

    /** Header **/
    #header .logoContainer {
        display: block;
        padding-left : 0px;
    }

        #header .logoContainer .logoImg img {
            height: 60px
        }

    #header .menuContainer {
        padding-left: 0;
        padding-right: 15px;
    }

    #header .logoContainer .logoTxt .logoTxtStrong,
    #header .logoContainer .logoTxt .logoTxtNormal {
        font-size: 16px;
    }

    /** Manager Steps **/
    #header .managerStepContainer .managerStep .stepLabel {
        display: none;
        margin-left: -60px;
        margin-right: -65px;
        color: var(--header__color--font)
    }

        #header .managerStepContainer .managerStep .stepLabel.first {
            /*margin-left: auto;*/
        }

    #header .managerStepContainer .managerStep.active .stepLabel {
        display: block;
    }

    #header .managerStepContainer .managerStep {
        flex-basis: 50px;
    }
    /*#header .managerStepContainer .managerStep .step {
        background-color: #b3d4fc;
        background-color: var(--main-white);
    }*/
    #header .managerStepContainer > a.doneStepLink {
        flex-basis: 50px;
        z-index: 1;
    }

        #header .managerStepContainer > a.doneStepLink:first-child {
            flex-basis: 50px;
        }

    #header .managerStepContainer .managerStep,
    #header .managerStepContainer .managerStep:last-child,
    #header .managerStepContainer .managerStep:first-child {
        padding: 24px 0;
    }

    #header .managerStepContainer .divider.active,
    #header .managerStepContainer .divider.active.first {
        margin: 35px -20px 0 -20px;
        z-index: 0;
    }

    #header .managerStepContainer .divider {
        margin: 35px -15px 0 -15px;
    }

    #mddtp-picker__date.showDatePicker {
        display: block;
    }

    #mddtp-picker__date.hideDatePicker {
        display: none;
    }

    /** Date Picker **/
    .datePickerContainer .mddtp-picker .mddtp-picker__header {
        width: 100%;
    }
    /*.calendarContainer .dateTitleContainer {
        display: block;
    }*/

    /** FOOTER **/
    #footer .footerContainer {
        flex-flow: column;
    }

        #footer .footerContainer > div:not(:first-child) {
            padding-left: 0;
        }

        #footer .footerContainer > div:not(:last-child) {
            padding-bottom: 20px;
        }

    /** Welcome **/
    .bringInformation > div:first-child {
        padding-bottom: 20px;
    }

    .bringInformation > div:not(:first-child) {
        padding-left: 0;
    }

    .carInformation ul {
        display: flex;
    }

        .carInformation ul > li {
            flex: 1;
        }

    .contentContainer .welcomeContainer .carInformation > div {
        padding-left: 0;
    }

    .vehicleIcon {
        font-size: 32px;
    }

    /** Calendar **/
    .summaryInfoWrapper .editInfo {
        text-align: right;
        padding-top: 10px;
    }

    /** Summary **/
    .summary .summaryInfoWrapper {
        padding: 10px;
    }

    .summary .infoContainer .service .servicePrice,
    .summary .infoContainer .totatlCosts .totalPrice {
        position: unset
    }

    .summary .executedServices .serviceCol.text {
        width: 60%;
    }

    .summary .summaryInfoWrapper .dateInfo {
        display: block !important;
    }

    .accordion__collapse {
        transition: 0.5s ease-in-out all;
    }
    
    .form__container--employee {
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .form__container--employee > .next {
            box-shadow: none !important;
        }
}
/**
    Form Submit Styling
*/
form#CalendarID {
    max-width: 70%;
    position: relative;
    margin: 0 auto;
}

.gMaps {
    width: 100%;
    height: 300px;
    border: 2px solid var(--footer__color);
    background-color: var(--footer__color);
}

.main__container {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 5px;
    padding: 50px;
    min-height: calc(1080px - 652px);
    position: relative;
    background-color: var(--formBox__color);
}

.footer {
    background-color: var(--footer__color);
}

.form__wrapper--employee {
    min-width: 100%;
    min-height: calc(1080px - 680px);
}

.formstep__container {
    position: absolute;
    left: calc(100% - 320px);
    bottom: 0;
}

.min__height--50 {
    min-height: 50px;
}

/**
    Employee Styling
*/
.accordion__wrapper--employee {
    padding: 25px;
    justify-content: center;
    text-align: center;
    grid-template-columns: repeat(3, 230px);
    grid-column-gap: 160px;
    display: grid;
}

.accordion__wrapper--employee--single {
    padding: 25px;
    justify-content: center;
    text-align: center;
    grid-template-columns: repeat(1, 230px);
    grid-column-gap: 160px;
    display: grid;
}

.form__container--employee {
    max-width: 230px;
}

.container--photo--summary {
    transition: 0.5s ease-in-out all;
    box-sizing: border-box;
    background-color: var(--main__color);
    position: relative;
    display: inline-block;
    clip-path: ellipse(40% 40% at 45% 45%);
    height: 180px;
    width: 180px
}

    .container--photo--summary:hover {
        clip-path: ellipse(45% 45% at 45% 45%);
    }

.photo__employee--summary {
    height: 150px;
    width: 150px;
    clip-path: ellipse(50% 50% at 50% 50%);
    transition: 0.5s ease-in-out all;
    animation: blink 2s ease-in-out reverse;
    object-fit: cover;
}

    .photo__employee--summary:hover {
        height: 150px;
        width: 150px;
        clip-path: ellipse(50% 50% at 50% 50%);
    }

.container--photo {
    transition: 0.5s ease-in-out all;
    box-sizing: border-box;
    background-color: var(--main__color);
    position: relative;
    display: inline-block;
    clip-path: ellipse(40% 40% at 50% 50%);
    height: 230px;
    width: 230px
}

    .container--photo:hover {
        clip-path: ellipse(45% 45% at 50% 50%);
    }

.photo__employee {
    height: 200px;
    width: 200px;
    clip-path: ellipse(50% 50% at 50% 50%);
    transition: 0.5s ease-in-out all;
    object-fit: cover;
}

.mark, mark {
    padding: 3px 0px 0px 4px !important;
}

.photo__employee:hover {
    height: 200px;
    width: 200px;
    clip-path: ellipse(50% 50% at 50% 50%);
}

.photo--selected {
    clip-path: ellipse(45% 48% at 50% 50%);
    animation: blink 2s ease-in-out reverse;
}

.text--highlight {
    border-bottom: 5px solid var(--main__color);
}

.smart__logo__size {
    width: auto;
    height: 80px;
}

@keyframes blink {
    0% {
        clip-path: ellipse(45% 48% at 50% 50%);
    }

    50% {
        clip-path: ellipse(45% 0% at 50% 50%);
    }

    100% {
        clip-path: ellipse(50% 50% at 50% 50%);
    }
}

.workUnits .accordion__body {
    transition: 0.5s ease-in-out all;
    background-color: var(--formBox__color);
}

.workUnits .accordion-body{
    transition: 0.5s ease-in-out all;
    background-color: var(--formBox__color);
}

.workUnits .accordion__header {
    transition: 0.5s ease-in-out all;
    color: var(--font__color);
}

.workUnits .accordion-button {
    color: var(--font__color);
    align-items: baseline;
    background-color: var(--formBox__color);
}

.workUnits .accordion-header {
    transition: 0.5s ease-in-out all;
    color: var(--font__color);
}

.workUnits .accordion__header > button.accordion-button {
    align-items: baseline;
}

.workUnits .accordion-item {
    transition: 0.5s ease-in-out all;
    background-color: var(--formBox__color);
}

.workUnits .accordion__item {
    transition: 0.5s ease-in-out all;
    background-color: var(--formBox__color);
}

.accordion__item--selection {
    float: left;
    width: 50px;
    height: 30px;
    color: var(--font__color);
}

a.prev {
    background-color: var(--button__color);
    color: var(--header__color--font);
}

    a.prev:hover {
        color: var(--header__color--font);
    }

span.currentStep {
    border: 3px solid var(--formBox__color) !important;
    color: var(--formBox__color) !important;
    background: var(--main__color) !important;
    box-shadow: 0 0 0 2px var(--formBox__color) !important;
}

.accordion__item--selection:checked {
    background-color: var(--main__color);
}

.accordion__service--header {
    display: flex;
    align-items: center;
}

.pbt {
    padding-bottom: 15px;
}

.text__field {
    width: 100%;
    text-align: center;
    background-color: var(--page__color);
    border: 2px solid var(--main__color);
    border-radius: 10px;
    color: var(--form__text__color);
    align-items: center !important;
}

    .text__field:not(input[type="checkbox"]):focus {
        width: 100%;
        text-align: center;
        background-color: var(--main__color);
        border: 2px solid var(--main__color);
        color: var(--formBox__color);
        outline-width: 0;
    }

.radio__button {
    width: 20px;
    height: 20px;
    transform: translateY(-0.075rem);
    text-align: center;
    background-color: var(--page__color);
    border: 2px solid var(--main__color);
    border-radius: 10px;
    color: var(--font__color);
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: var(--page__color);
    /* Not removed via appearance */
    margin: 0;
    display: grid;
    place-content: center;
}

    .radio__button:focus {
        transform: translateY(-0.075rem);
        text-align: center;
        background-color: var(--button__color);
        border: 2px solid var(--main__color);
        color: var(--font__color);
        outline-width: 0;
    }

    .radio__button::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: var(--button__color);
        color: var(--font__color);
        border-radius: 50%;
        box-shadow: inset 1em 1em var(--button__color);
        transform: scale(0);
    }

    .radio__button:checked::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: var(--button__color);
        color: var(--font__color);
        border-radius: 50%;
        box-shadow: inset 1em 1em var(--button__color);
        transform: scale(1);
    }

.text__field::selection {
    width: 100%;
    text-align: center;
    background-color: var(--page__color);
    border: 1px solid var(--main__color);
    color: var(--form__text__color);
}

.text__field::placeholder {
    color: var(--form__text__color);
}

.navigations__wrapper {
    position: absolute;
    border-radius: 5px;
}

.lang__dropdown {
    border: 1px solid var(--button__color);
    border-radius: 5px;
    background-color: var(--main__color);
    width: 100px;
    padding: 5px;
    color: var(--header__color--font);
}

    .lang__dropdown > option {
        color: var(--header__color--font);
    }

.openMenu {
    display: none;
}

mark {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid var(--footer__color);
    width: 24px;
    height: 24px;
    background-color: var(--page__color) !important;
    position: absolute;
    color: var(--font__color);
}

    mark > svg {
        position: relative;
        left: 3.75px;
        bottom: 6px;
    }

.confirm__flex {
    padding: 40px;
}

.wrapper--confirm {
    height: 300px;
    display: flex;
    justify-content: center;
}

.confirmbox {
    align-self: center;
}

.icon__check {
    font-size: 1.95rem;
    padding-right: 15px;
}

.button__homepage {
    width: 200px;
    display: block;
    margin: 0 auto;
    padding: 15px 0 0 0;
}

.accordion-button:not(.collapsed):after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23var(--font__color)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23var(--font__color)'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E") !important;
}

.footerTxt > *,
.footerTxt > * > * {
    color: var(--footer__color--font);
}

.footer__copyRightContainer {
    justify-content: center;
    max-width: 1340px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    background-color: var(--footer__color);
}

.copyRight__wrapper {
    gap: 15px;
}

    .copyRight__wrapper > * {
        color: var(--footer__color--font);
    }

.poweredBy__container {
    padding: 25px 0 0 0;
    display: flex;
    max-width: 400px;
    margin: 0 auto;
}

.poweredBy__wrapper {
    width: 100%;
}

.poweredBy__logo {
    justify-content: center;
    justify-items: center;
    align-items: center;
    display: flex;
}

    .poweredBy__logo > a > img {
        max-width: 180px;
        width: 100%;
        border-right: 2px solid transparent;
        border-top: 2px solid transparent;
        border-radius: 0 5px 0 5px;
        padding: 5px;
        margin: 0 5px 0 5px;
    }

    .poweredBy__logo > a:hover > img {
        border-right: 2px solid #EB1F2B;
        border-top: 2px solid #EB1F2B;
    }

.poweredBy__text {
    justify-content: center;
    justify-items: center;
    align-items: center;
    display: flex;
}

    .poweredBy__text > p {
        color: #3d3d3d;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.agbs__wrapper--input {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.agbs_para > p {
    margin: 0;
    color: var(--main__color);
}

    .agbs_para > p:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.agbs__overlay {
    opacity: 0;
    animation: fadeInOut 0.5s ease-in-out forwards;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
}

@keyframes fadeInOut {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.agb__overlay:not([hidden]) {
    animation-name: fadeOutIn;
}

@keyframes fadeOutIn {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.agbs__wrapper {
    display: flex;
    position: relative;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    align-items: flex-start !important;
    justify-content: space-around;
}

.agbs__container {
    background-color: var(--formBox__color,#f4f5f7);
    border-radius: 6px;
    margin: 48px 0 80px;
    position: relative;
    max-width: 768px;
    width: 100%;
    z-index: 25;
}

.agbs__content {
    margin: 48px 20px 80px;
    min-height: 600px;
}

.agbs__actions {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    height: 50px;
}

.agbs__accept > button {
    background-color: var(--main__color);
    color: var(--accent__color);
    margin: 0 15px 15px 0;
}

    .agbs__accept > button:hover {
        background-color: var(--main__color);
        color: var(--accent__color);
    }

.action__menu {
    display: flex;
    height: 50px;
    position: absolute;
    top: 48px;
    max-width: 768px;
    width: 100%;
    z-index: 35;
    justify-content: flex-end;
    background-color: var(--main__color);
    align-items: center !important;
    border-radius: 5px 5px 0 0;
}

.close__button {
    border-radius: 50%;
    border: solid 1px transparent;
    background-color: var(--main__color);
    height: 32px;
    margin: 4px;
    overflow: hidden;
    padding: 4px;
    font-size: 16px;
    right: 0;
    top: 0;
    transition: background-color 85ms,color 85ms;
    width: 32px;
    z-index: 30;
}

    .close__button:hover {
        background-color: var(--accent__color);
    }

    .close__button > svg > path {
        color: var(--accent__color);
        fill: var(--accent__color);
    }

    .close__button:hover > svg > path {
        color: var(--main__color);
        fill: var(--main__color);
    }

.loadingOverlay {
    position: fixed;
    top: 0;
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

loadingOverlay[hidden] {
    display: none;
}

.loadingOverlay::before {
    content: "";
    background-color: #000000;
    opacity: 0.3;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
}

.animated-bg > .fa-eye {
    font-size: 100px;
    z-index: 100;
    animation: fill 0.5s infinite alternate ease-in-out;
}

    .animated-bg > .fa-eye > path {
        fill: var(--main__color);
    }
#errorDialog {
    border-radius: 5px;
    border-color: #ada8aa;
    width: fit-content;
    height: fit-content;
}
    #errorDialog * {
        color: black !important;
    }
    #errorDialog .dialog-header {
        display: flex;
        border-bottom: 1px solid #57816b;
    }
    #errorDialog #closeDialog {
        border: 1px;
        border-radius: 5px;
        background: #57816b;
        color: black;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-left: auto;
        cursor: pointer;
    }
    #errorDialog .dialog-body {
        margin-top: 1rem;
        color: black;
    }
@keyframes fill {
    0% {
        filter: brightness(85%);
    }

    33% {
        filter: brightness(60%);
    }

    66% {
        filter: brightness(35%);
    }

    100% {
        filter: brightness(10%);
    }
}

.form__container--employee > .container--photo, .main__container {
    -webkit-animation: show--animation 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: show--animation 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@-webkit-keyframes show--animation {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes show--animation {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
