html {
    font-family: Inter, sans-serif;
    font-size: 62.5%;
    font-weight: 400;
    -webkit-text-size-adjust:none;
}

header {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 42px;
    margin-bottom: 0;
}

.header-container {
    box-shadow: 0 48px 110px 6px #3A44540F;
    padding: 2rem 0.5rem 2rem 0.5rem;
}

main {
    padding-left: 6rem;
    padding-right: 6rem;
}

main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.invalid-feedback {
    font-size: 2rem;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

nav {
    background-color: white;
    border-radius: 0 0 20px 20px;
    z-index: 3;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.box {
    display: flex;
    align-items:center;
}

a {
    color: #707070;
    text-decoration: none;
}

a:hover {
    color: #707070;
    text-decoration: underline;
}

.circle {
    background: #FF2513;
    border-radius: 50%;
    box-shadow: 0.375em 0.375em 0 0 rgba(15, 28, 63, 0.125);
    height: 5rem;
    width: 5rem;
}

.rectangle {
    background: #F2F3F5;
    border-radius: 9px;
    height: 45px;
    width: 45px;
    margin-right: 10px;
}

.gradient {
    background: linear-gradient(179.66deg, #1B1F25 41.08%, #494E55 99.7%),
    linear-gradient(0deg, #BFFA00, #BFFA00);
}

.gradient:hover {
    background: linear-gradient(179.66deg, #2a2e36 41.08%, #5b6169 99.7%),
    linear-gradient(0deg, #BFFA00, #BFFA00);
}

.white-button {
    background: #FFFFFF;
    border: 2px solid #778093
}

.my-garage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 3rem 7rem 3rem 3rem !important;
}

.red {
    background-color: #FF2513
}

.red:hover {
    background-color: #d92d1e
}

.pdf-image {
    width: 100%;
    /*min-height: 155px;*/
}

.pdf-recommendations {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.pdf-recommendations button {
    border-radius: 34px;
    width: fit-content
}

.download {
    position: absolute;
    bottom: 10%;
    left: 10%;
    border-radius: 34px;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    width: fit-content;
    z-index: 2;
}

.recall {
    width: 100%;
    border-radius: 52px;
}

.grey-rectangle {
    border-radius: 20px;
    background: #F2F3F5;
}

.file-container {
    border-radius: 9px;
    background: #F2F3F5;

    padding: 10px 13px 10px 13px;
}

.grey-bordered-rectangle {
    border-radius: 16px;
    border: 2px solid #E6E7EA;
}

.grey-bordered-rectangle-top {
    border-radius: 16px;
    border-top: 2px solid #E6E7EA;
    padding-bottom: 2rem;
}

.grey-rectangle {
    border-radius: 16px;
    background-color: #F2F3F5;
    padding-bottom: 1.5rem;
}

.article{
    padding: 10px;
}

.header-article .white-ellipse {
    margin-left: -5%;
}

.order-article .white-ellipse {
    margin-left: -15%;
}

.black-ellipse {
    border-radius: 66px;
    background: linear-gradient(179.66deg, #1B1F25 41.08%, #494E55 99.7%),
    linear-gradient(0deg, #BFFA00, #BFFA00);
    max-height: 38px;
    vertical-align: middle;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    color: #FFFFFF;
    box-sizing: border-box;
}

.white-ellipse{
    border-radius: 32px;
    background: #FFFFFF;
    box-shadow: -13.285715103149414px 0px 11.071429252624512px -13.285715103149414px #BEC2C9;
    max-height: 38px;
    font-weight: 400;
    letter-spacing: 0;
    color: #778093;
    box-sizing: border-box;
}

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

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

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

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

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

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

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

.black {
    color: #1B1F25;
}

.grey {
    color: #778093;
}

.white {
    color: #FFFFFF;
}

.f-54 {
    font-size: 5.4rem;
}

.f-40 {
    font-size: 4rem;
}

.f-36 {
    font-size: 3.6rem;
}

.f-34 {
    font-size: 3.4rem;
}

.f-30 {
    font-size: 3rem;
}

.f-28 {
    font-size: 2.8rem;
}

.f-26 {
    font-size: 2.6rem;
}

.f-24 {
    font-size: 2.4rem;
}

.f-22 {
    font-size: 2.2rem;
}

.f-20 {
    font-size: 2rem;
}

.f-18 {
    font-size: 1.8rem;
}

.f-16 {
    font-size: 1.6rem;
}

.f-14 {
    font-size: 1.4rem;
}

.f-12 {
    font-size: 1.2rem;
}

.w-5 {
    font-weight: 500;
}

.w-6 {
    font-weight: 600;
}

.w-7 {
    font-weight: 700;
}

.name {
    font-size: 2.4rem;
    font-weight: 700;
}

.avatar {
    border-radius: 50%;
    width: 18rem;
    max-width: 88px;
    height: 18rem;
    max-height: 88px;
    float: left;
    margin-right: 10px;
    object-fit: cover;
}

.card-icon {
    width: 45px;
    height: 45px;
}

.nav-icon {
    border-radius: 50%;
    background: linear-gradient(179.66deg, #1B1F25 41.08%, #494E55 99.7%);
    height: 7rem;
    aspect-ratio : 1 / 1;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #FFFFFF;
    border-radius: 9px;
    left: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg) translate(-50%, -50%);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 25%;
}

.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {
    top: 50%;
}

.nav-icon span:nth-child(4) {
    top: 75%;
}

.nav-icon.open {
    border: 1px solid #1B1F25;
    background: none;
}

.nav-icon.open span {
    background: #1B1F25;
}

.nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: translate(-50%) rotate(45deg) ;
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: translate(-50%) rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.wa {
    background: linear-gradient(226deg, rgba(94.67, 210.37, 137.89, 0.40) 0%, rgba(37, 211, 102, 0.40) 100%);
    box-shadow: 2px 3px 10px 1px #1EAD5499;
}

.tg {
    background: linear-gradient(226deg, rgba(128.39, 198.92, 246.50, 0.40) 0%, rgba(18.76, 149.05, 236.94, 0.40) 100%);
    box-shadow: 2px 3px 10px 1px #1782CB99;
}

.site {
    background: linear-gradient(226deg, rgba(255, 143.08, 87.13, 0.40) 0%, rgba(255, 85, 0, 0.40) 100%);
    box-shadow: 2px 3px 10px 1px #FF8F5780;
}

.tg .social-icon {
    transform: translate(-55%, -50%);
}

.social-background {
    position: relative;
    border-radius: 7px;
    backdrop-filter: blur(5px);
    width: 5rem;
    height: 5rem;
    margin-bottom: 1rem;
}

.social-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 60%;
}

.contact-logo {
    width: 40%;
    height: 35%;
}

.no-underline:hover {
    text-decoration: none;
}

.gx-6 {
    --bs-gutter-x: 3.5rem
}

.elements-gutter {
    --bs-gutter-x: 1rem;
}

.completed-work {
    height: 31rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.completed-work::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 1.5rem;
}

.completed-work::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

.completed-work::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #778093;
}

.completed-work table {
    height: 100px;
}

.completed-work table tr {
    height: 5rem;
}

.completed-work table th {
    position: sticky;
    background: #F2F3F5;
    top: 0;
    z-index: 1;
    color: #778093;
    font-size: 1.4rem;
    font-weight: 400;
    vertical-align: middle;
}

.completed-work table td {
    font-size: 1.4rem;
    vertical-align: middle;
}

.small-logo {
    width: 40%;
}

.medium-logo {
    width: 60%;
}

.icon,
.text {
    vertical-align: middle;
    display: inline-block;
}

.text-bottom {
    line-height: 80%;
    vertical-align: bottom;
}

.open {
    border-radius: 15px;
}

.text-wrap {
    position: relative;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.change-data {
    width: 100%;
    aspect-ratio : 1.2 / 1;
    border-radius: 10px;
    border: 2px solid #E5E6E9;
    box-shadow: 0 48px 110px 6px #3A445421;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    position: relative;
    background: #EDEDED;
}

.active-button {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.change-data:hover {
    background: #FFFFFF;
}

.change-data.active {
    background: #FFFFFF;
}

.change-data.inactive * {
    opacity: 30%;
}

.change-data.inactive:hover * {
    opacity: 80%;
}

.change-data.active .active-button {
    display: block;
}

.change-avatar {
    margin-top: 5rem;
    display: none;
    align-items: center;
    gap: 15px;
}

.photo {
    display: none;
}

.load-photo {
    height: 100%;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    background: none;
    border-radius: 9px;
    border: 2px dashed #778093;
    cursor: pointer;
}

.save-photo {
    height: 100%;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    background: #ffffff;
    box-shadow: 0 43px 110px 6px #3A44543D;
}

.change-name {
    margin-top: 5rem;
    display: none;
    align-items: center;
    gap: 15px;
}

.input-name {
    height: 100%;
    padding: 2.5rem 10rem 2.5rem 10rem;
    background: #F2F3F5;
    border-radius: 9px;
    border: none;
    font-size: 1.8rem;
    text-align: center;
}

.save-name {
    height: 100%;
    padding: 2.5rem 5rem 2.5rem 5rem;
    background: #ffffff;
    box-shadow: 0 43px 110px 6px #3A44543D;
}

.accordion-item {
    margin-bottom: 1rem;
    border-radius: 9px !important;
    border: 1px;
    --bs-accordion-border-width: 0;
    box-shadow: 0 43px 110px 6px #3A44543D;
}

.accordion-button-custom{
    position: relative;
    width: 100%;
    border-radius: 9px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 2rem;
}

.accordion-collapse {
    position: relative;
    background: #ffffff;
}

.change-avatar.mobile {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-bottom: 3rem;
}

.load-photo.mobile {
    height: 100%;
    width: 70%;
    padding: 2.5rem 0 2.5rem 0;
    background: none;
    border-radius: 9px;
    border: 2px dashed #778093;
    display: flex;
    justify-content: center;
}

.save-photo.mobile {
    border-radius: 37px;
    height: 100%;
    padding: 2rem 3.5rem 2rem 3.5rem;
    background: #FF2513;
    box-shadow: none;
}

.change-name.mobile {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.input-name.mobile {
    height: 100%;
    width: 70%;
    padding: 2.5rem 0 2.5rem 0;
    background: #F2F3F5;
    border-radius: 9px;
    border: none;
    font-size: 1.8rem;
    text-align: center;
}

.save-name.mobile {
    border-radius: 37px;
    height: 100%;
    padding: 2rem 3.5rem 2rem 3.5rem;
    background: #FF2513;
    box-shadow: none;
}

.wrapper{
    width: 100%;
    background: #fff;
    border-radius: 16px;
    position: relative;
}

.wrapper .calendar-header{
    display: flex;
    align-items: center;
    padding: 2rem 3rem 1rem;
    justify-content: space-between;
}

.calendar-header .icons{
    display: flex;
    gap: 10px;
}

.calendar-header .icons span svg{
    width: 6rem;
    height: 6rem;
    cursor: pointer;
}

.choose-date {
    position: absolute;
    z-index: 3;
    top: 9rem;
    left: 3.5rem;
    width: 90%;
    height: 0;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    box-shadow: 0 43px 110px 6px #3A44543D;
    padding-left: 0;
    padding-right: 2rem;
    transition: 0.3s;
}

.choose-date.active {
    height: 80%;
    transition: 0.3s;
}

.choose-date .content {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    list-style-type: none;
    scroll-snap-align: center;
    padding-left: 0;
}

.choose-date .content li {
    margin-top: 0.7rem;
    padding-left: 2rem;
    border-radius: 20px;
    cursor: pointer;
}

.choose-date .content li:hover {
   background: #bdbdbd;
}

.choose-date-button {
    border: none;
    border-radius: 54px;
    background: linear-gradient(179.66deg, #1B1F25 41.08%, #494E55 99.7%),
    linear-gradient(0deg, #BFFA00, #BFFA00);
    width: 45%;
    color: #ffffff;
    position: relative;
    display: flex;
    padding: 0.4rem 6px 0.4rem 2rem;
}

.choose-date-button span {
    pointer-events: none;
}

.choose-date-button div * {
    pointer-events: none;
}

.date-arrow {
    position: absolute;
    top: 50%;
    left: 105%;
    height: 100%;
    aspect-ratio : 1 / 1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(179.66deg, #1B1F25 41.08%, #494E55 99.7%),
    linear-gradient(0deg, #BFFA00, #BFFA00);
}

.date-arrow svg {
    width: 40%;
    height: 40%;
    -webkit-transition: .3s ease-in-out;
}

.date-arrow.active svg {
    -webkit-transform: rotate(180deg);
}

.choose-car-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.choose-car-button button {
    pointer-events: none;
    border: none;
    border-radius: 54px;
    background: #ffffff;
    /*width: fit-content;*/
    padding: 1rem 3rem;
}

.choose-car-button .model {
    box-shadow: -13.285715103149414px 0 11px -13.285715103149414px #BEC2C9;
    margin-left: -1rem;
}

.car-arrow {
    pointer-events: auto !important;
    position: absolute;
    right: -5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    aspect-ratio : 1 / 1;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: -13.285715103149414px 0 11px -13.285715103149414px #BEC2C9;
    padding: 0 !important;
}

.car-arrow svg {
    pointer-events: none;
    width: 40%;
    height: 40%;
    -webkit-transition: .3s ease-in-out;
}

.car-arrow.active svg {
    -webkit-transform: rotate(180deg);
}

.choose-car {
    position: absolute;
    z-index: 3;
    top: 7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: fit-content;
    max-height: 0;
    overflow-y: hidden;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    box-shadow: 0 43px 110px 6px #3A44543D;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: 0.3s;
}

.choose-car.active {
    max-height: 600px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(1, 1, 1, 1);
}

.choose-car .content {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    list-style-type: none;
    padding: 0;
}

.choose-car .content li {
    margin-top: 0.7rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
}

.choose-car .content li:hover {
    background: #bdbdbd;
}

.current-month {
    background: linear-gradient(179.66deg, #1B1F25 41.08%, #494E55 99.7%),
    linear-gradient(0deg, #BFFA00, #BFFA00);
    color: #ffffff;
}

.selected-car {
    background: linear-gradient(179.66deg, #1B1F25 41.08%, #494E55 99.7%),
    linear-gradient(0deg, #BFFA00, #BFFA00);
    color: #ffffff;
}

.choose-date .content::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #FFFFFF;
}

.choose-date .content::-webkit-scrollbar
{
    width: 15px;
    background-color: #F5F5F5;
}

.choose-date .content::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #1B1F25D1;
}

.choose-date .content::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 20px;
}

.choose-date .content::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 20px;
}

.save-success {
    margin-top: 2rem;
    padding: 3rem;
    border-radius: 9px;
    background: radial-gradient(48% 1000% at 50% 50%, rgba(95, 210, 138, 0.43) 0%, rgba(242, 243, 245, 0) 100%);
    display: none;
    justify-content: center;
    color: #368353;
    font-size: 1.8rem;
}

.save-error, .save-error-validate {
    margin-top: 2rem;
    padding: 3rem;
    border-radius: 9px;
    background: radial-gradient(48% 1000% at 50% 50%, rgba(255, 37, 19, 0.67) 0%, rgba(242, 243, 245, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    display: none;
    justify-content: center;
    text-align: center;
    color: #652E2A;
    font-size: 1.8rem;
}



.calendar{
    padding: 2rem;
}

.calendar ul{
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
}

.calendar .days{
    margin-bottom: 20px;
}

.calendar li{
    color: #333;
    width: calc(100% / 7);
    font-size: 2.8rem;
}

.calendar .weeks li{
    font-weight: 500;
    cursor: default;
}

.calendar .days li{
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 3rem;
}

.days li.inactive{
    color: #aaa;
}

.days li.active{
    color: #fff;
}

.days li::before{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 4.5rem;
    width: 4.5rem;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.days li.active::before{
    background: linear-gradient(179.66deg, #1B1F25 41.08%, #494E55 99.7%),
    linear-gradient(0deg, #BFFA00, #BFFA00);

}
.days li:not(.active):hover::before{
    background: #f2f2f2;
}

.build-record {
    padding: 3rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.build-record label {
    width: 100%;
    display: flex;
    justify-content: center;
}

.build-record select {
    width: 100%;
    border-radius: 9px;
    /*border: none;*/
    /*background: #F2F3F5;*/
    /*text-align: center;*/
    padding: 2rem;
    font-size: 1.8rem;
}

.build-record input {
    width: 100%;
    border-radius: 9px;
    border: none;
    background: #F2F3F5;
    text-align: center;
    padding: 2rem;
    font-size: 1.8rem;
}

.record-photo {
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.record-photo span {
    min-width: fit-content;
}

.record-photo label {
    color: #ffffff;
    border-radius: 35px;
    background: #FF2513;
    padding: 1rem 2rem;
    border: none;
    cursor: pointer;
}

.save-record {
    border-radius: 9px;
    border: none;
    background: #ffffff;
    box-shadow: 0 43px 110px 6px #3A44543D;
    width: 100%;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.save-record:hover {
    background: #d3d4d5;
}

.save-record:focus {
    background: #d3d4d5;
}

.deals a:nth-child(even) {
    padding-right: 0;
}

.deals a:nth-child(odd) {
    padding-left: 0;
}

.modal {
    --bs-modal-width: 30%
}

.login-form {
    border-radius: 9px;
    box-shadow: 0 43px 110px 6px #3A445469;
    padding: 4rem 10rem;
    margin-top: 4rem;
}

.mazda-input{
    background: #F2F3F5;
    border-radius: 9px;
    font-size: 12px;
    text-align: center;
    padding: 19px 0;
}

.wrapper-auth button{
    border: 0 !important;
    width: 50% !important;
    padding: 12px 0 !important;
    border-radius: 36px !important;
    margin: 0 auto !important;
    display: block;
}

.auth-logo {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 240px;
}

.show-more {
    cursor: pointer;
}

.result-alert {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: #FFFFFF;
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    -webkit-transition: .3s ease-in-out;
}

.result-alert.active {
    box-shadow: 0 1px 250px 64px #3A4454;
    height: 130px;
    -webkit-transition: .3s ease-in-out;
}

.result-alert:not(.active) * {
    display: none !important;
}

@media (max-width: 1770px){
    html {
        font-size: 55%;
    }
}

@media (max-width: 1700px){
    html {
        font-size: 50%;
    }
}

@media (max-width: 1600px){
    html {
        font-size: 45%;
    }
}

@media (max-width: 1550px){
    html {
        font-size: 40%;
    }
}

@media (max-width: 1400px){
    html {
        font-size: 35%;
    }
}

@media (max-width: 768px){
    html {
        font-size: 50%;
    }

    header {
        padding: 0;
    }

    .header-padding {
        padding: 7rem 6rem 3rem;
        width: 100%;
    }

    .header-shadow {
        box-shadow: 0px 1.3737319707870483px 250px 64px #3A4454;
    }

    .rectangle {
        background: #FFFFFF;
        border-radius: 9px;
        height: 35px;
        width: 35px;
        margin-right: 10px;
    }

    .grey-rectangle-md {
        border-radius: 20px;
        background: #F2F3F5;
    }

    .hide-md {
        display: none !important;
    }

    .pdf-shadow {
        /*box-shadow: 20px 30px 100px 1px #3A4454;*/
    }

    .contact-logo {
        width: 60%;
        height: 35%;
    }

    .name {
        font-size: 4rem;
        font-weight: 700;
    }

    .work-image {
        border-radius: 9px;
        height: 50px;
        width: 24%;
        object-fit: cover;
    }

    .completed-work {
        height: 55rem;
    }

    .completed-work table th {
        font-size: 3rem;
    }

    .completed-work table tr {
        height: 8rem;
    }

    .completed-work table td {
        font-size: 2.4rem;
    }

    .build-record {
        height: 77rem;
        padding: 0;
        margin-bottom: 3rem;
    }

    .build-record input {
        font-size: 3rem;
        padding: 3.5rem;
    }

    .record-photo {
        margin: 2rem 0;
    }

    .record-photo button {
        padding: 2rem;
    }

    .save-record {
        padding: 3.5rem;
    }

    .save-record svg {
        width: 2.5rem;
        height: 2.5rem;
    }

    .calendar li{
        font-size: 4.5rem;
    }

    .days li::before{
        height: 8rem;
        width: 8rem;
    }

    .calendar .days li{
        margin-top: 5rem;
    }

    .choose-date {
        top: 10rem;
    }

    .choose-car button {
        padding: 0.5rem 3rem;
    }

    #login-form div {
        margin-bottom: 4rem !important;
    }

    .save-success {
        padding: 4rem;
        font-size: 4.6rem;
    }

    .save-error {
        padding: 4rem;
        font-size: 4.6rem;
    }
}

@media (min-width: 768px){
    .f-md-28 {
        font-size: 2.8rem;
    }

    .f-md-26 {
        font-size: 2.6rem;
    }

    .f-md-22 {
        font-size: 2.2rem;
    }

    .f-md-20 {
        font-size: 2rem;
    }

    .f-md-18 {
        font-size: 1.8rem;
    }

    .f-md-16 {
        font-size: 1.6rem;
    }

    .f-md-14 {
        font-size: 1.4rem;
    }

    .f-md-12 {
        font-size: 1.2rem;
    }

    .f-md-10 {
        font-size: 1rem;
    }

    .show-md {
        display: none !important;
    }

    .work-image {
        border-radius: 9px;
        max-height: 24%;
        width: 100%;
        object-fit: cover;
    }

    .file-container {
        border-radius: 9px;
        background: #F2F3F5;

        padding: 0.3rem 13px 0.3rem 13px;
    }

    .grey-bordered-rectangle-md {
        border-radius: 16px;
        border: 2px solid #E6E7EA;
    }

    .border-right {
        border-right: 2px solid #E6E7EA;
    }

    .col-xl-1-5 { width: 12.5%; }
    .col-xl-2-5 { width: 20.83333%; }
    .col-xl-3-5 { width: 29.16667%; }
    .col-xl-4-5 { width: 37.5%; }
    .col-xl-5-5 { width: 45.83333%; }
    .col-xl-6-5 { width: 54.16667%; }
    .col-xl-7-5 { width: 62.5%; }
    .col-xl-8-5 { width: 70.83333%; }
    .col-xl-9-5 { width: 79.16667%; }
    .col-xl-10-5 { width: 87.5%; }
    .col-xl-11-5 { width: 95.8333%; }

    .login-form {
        margin-top: 0;
        width: 30%;
        box-shadow: none;
    }

    .mazda-input{
        padding: 3rem;
    }

    .wrapper-auth button{
        margin-top: 4rem !important;
    }
}

@media (max-width: 730px){
    html {
        font-size: 45%;
    }
}

@media (max-width: 685px){
    html {
        font-size: 40%;
    }
}

@media (max-width: 600px){
    html {
        font-size: 35%;
    }
}

@media (max-width: 500px){
    html {
        font-size: 30%;
    }
}

@media (max-width: 400px){
    html {
        font-size: 25%;
    }
}


