body {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    /* position: relative; */
}

html {
    min-height: 100%;
}

.default-link {
    color: #219653;
    font-weight: 500;
}

div, span, input, select, textarea {
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
}

[data-edit-text] {
    transition: 0.25s;
    display: inline-block;
    cursor: pointer;
}

.textarea-char-counter {
    position: absolute;
    font-size: 80%;
    right: 4px;
    background-color: #ffffff6b;
    bottom: 4px;
    pointer-events: none;
    transition: 0.3s;
}
.textarea-char-counter:hover {
    opacity: 0;
}

[data-edit-text]:hover {
    transform: scale(1.2);
}

.hidden {
    visibility: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    margin: 0 auto;
    width: 1320px;
}

::placeholder {
    color: #bbbbbb;
    opacity: 1;
    text-transform: none!important;
}

:-ms-input-placeholder {
    color: #bbbbbb;
    text-transform: none!important;
}

::-ms-input-placeholder {
    color: #bbbbbb;
    text-transform: none!important;
}

.bank-transfer-table {
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 3 5px;
}

.bank-transfer-table tr {
    border: 1px solid #ddd;
}

.bank-transfer-table td {
    padding: 10px;
}

#cookie-consent {position: fixed;bottom: 0;width: 100%;left: 0;z-index: 15;padding: 5px 7px;opacity: 0;transition: 0.3s;background-color: #3b7741;color: #fff;font-size: 85%;}

#cookie-consent.shown {
    opacity: 1;
}

#cookie-consent .content {display: flex;padding: 10px;align-items: center;}
#cookie-consent .content .text {display: flex;align-items:center;width: calc(100% - 140px);font-size: 106%;padding-right: 15px;}
#cookie-consent .content .text img.cookie {
    width: 25px;
    margin-right: 10px;
}
#cookie-consent .content .text a {transition:0.3s;font-weight: 600;display: inline-block;font-weight: 600}
#cookie-consent .content .text a:hover {

}
#cookie-consent .content .button {

}

#cookie-consent .content .button .btn {transition:0.3s;text-align: center;background-color: #fff;border: none;color: #3b7741;font-weight: 600;padding: 13px;border-radius: 11px;font-size: 99%;width: 140px;cursor: pointer;border:1px solid #fff;}
#cookie-consent .content .button .btn:hover {
    background-color: #3b7741;
    color: #fff;
}

.app-coming-soon-body {
    background: linear-gradient(34deg, rgba(58, 119, 64, 1) 0%, rgba(90, 204, 101, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 1vh; */
    min-height: 100%;
    height: 100%!important;
}

#app-comming-soon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(58,119,64);
    background: linear-gradient(34deg, rgba(58,119,64,1) 0%, rgba(90,204,101,1) 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#app-comming-soon > .content {
    width: 650px;
    max-width: 100%;
    display: flex;
}

#app-comming-soon > .content > .left {
    width: 45%;
}
#app-comming-soon > .content > .left img {
    width: 100%;
}
#app-comming-soon > .content > .right {
    padding-top: 30px;
    width: 55%;
}

#app-comming-soon a {
    color: #fff;
}
#app-comming-soon p {
    font-weight: 300;
    margin-bottom: 30px;
}

#app-comming-soon input[type="text"] {
    border-color: #fff;
    color: #000;
}

#app-comming-soon h1 {
    font-size: 320%;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}

#app-comming-soon label {
    color: #fff;
}

#app-comming-soon .error-message {
    color: #fff;
}

.half-width {
    width: 50%;
}

#google-btn-fade {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    opacity:0.01;
    display: flex;
    justify-content: center;
}

#google-btn-fade iframe {
    width: 100%;
    height: 100%;
}

div.common-filter-row {margin-bottom: 37px;}
div.common-filter-row div.search-row {position: relative;margin-bottom: 9px;}
div.common-filter-row div.search-row img {position: absolute;left: 16px;top: 13px;opacity: 0.5;pointer-events: none;}
div.common-filter-row div.search-row input {border-radius: 130px;padding-left: 37px;width: 100%;}
div.common-filter-row div.search-row button.btn {background-color: #219653;color: #fff;border-radius: 50px;font-size: 76%;position: absolute;padding: 4px 10px;right: 9px;top: 8px;}
div.common-filter-row div.filters-row {  }
div.common-filter-row div.filters-row div.half {display: flex;align-items: center;margin-bottom: 7px;}
div.common-filter-row div.filters-row div.half div.left {width: 50%;}
div.common-filter-row div.filters-row div.half div.left span.show-filters {cursor: pointer;display: inline-flex;align-items: center;}
div.common-filter-row div.filters-row div.half div.left span.show-filters i.fa-light.fa-filter {margin-right: 5px;}
div.common-filter-row div.filters-row div.half div.left span.show-filters span.nr {background-color: #e1e1e1;border-radius: 50px;width: 19px;height: 19px;display: inline-flex;align-items: center;justify-content: center;font-size: 79%;margin-left: 4px;}
div.common-filter-row div.filters-row div.half div.left span.show-filters i.fa-light.fa-chevron-down {margin-left: 6px;transition: 0.2s;}
div.common-filter-row div.filters-row div.half div.right {width: 50%;display: flex;align-items: center;justify-content: flex-end;}
div.common-filter-row div.filters-row div.half div.right i.fa-light.fa-sort {margin-right: 6px;}
div.common-filter-row div.filters-row div.half div.right select {  }
div.common-filter-row div.filters-row div.half div.right select option {  }
div.common-filter-row div.filters-row div.full {display: none;}
div.common-filter-row div.filters-row div.full span.filter.selected {color: #41a94c;/* border-radius: 8px; */font-weight: 500;}
div.common-filter-row div.filters-row div.full span.filter.selected i.fa-regular.fa-tag {  }
div.common-filter-row div.filters-row div.full span.filter {margin-right: 9px;margin-bottom: 9px;cursor: pointer;}
div.common-filter-row div.filters-row div.full span.filter i.fa-regular.fa-circle-dollar {  }
div.common-filter-row div.applied-filters {background-color: #5aa16138;display: flex;border-radius: 8px;padding: 15px;align-items: center;font-size: 90%;margin-top: 17px;}
div.common-filter-row div.applied-filters div.left {width: 80%;}
div.common-filter-row div.applied-filters div.left span {margin-right: 8px;}
div.common-filter-row div.applied-filters div.left span i.fa-regular.fa-xmark {cursor: pointer;}
div.common-filter-row div.applied-filters div.right {width: 20%;/* display: flex; */text-align: right;}
div.common-filter-row div.applied-filters div.right a {
    color: #219653;
    font-weight: 500;
}
div.common-filter-row.shown div.filters-row div.half div.left span.show-filters i.fa-light.fa-chevron-down {
    transform: rotate(180deg);
}
div.common-filter-row.shown div.filters-row div.full {
    display: block;
}

div.documents {  }
div.documents div.document {background-color: #F0F0F0;border-radius: 10px;margin-bottom: 14px;padding: 16px;display: flex;align-items: center;}
div.documents div.document div.icon {width: 24px;display: flex;justify-content: center;align-items: center;color: #001A72;}
div.documents div.document div.icon i.fa-sharp.fa-light.fa-file-contract {font-size: 132%;}
div.documents div.document div.title {padding-left: 13px;width: 100%;}
div.documents div.document div.title div.text {  }
div.documents div.document div.title div.date {opacity: 0.6;font-size: 91%;}
div.documents div.document div.view {width: 140px;text-align: right;}
div.documents div.document div.view a {color: #219653;font-weight: 600;font-size: 91%;}
div.documents div.document div.view a i.fa-sharp.fa-solid.fa-eye {  }
div.documents div.document div.icon i.fa-light.fa-address-card {font-size: 114%;}
div.documents div.document div.title div.text span.inline-flex.items-center.px-2.py-0.5.rounded.text-xs.font-medium.bg-gray-100.text-gray-800 {  }

.settings-subtitle {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #219653;
    font-weight: 500;
    border-bottom: 1px solid #494949;
    padding-bottom: 8px;
    margin-bottom: 25px;
    font-size: 94%;
}


div.notifications-container {  }
div.notifications-container div.day-separator {font-weight: 600;text-align: center;font-size: 87%;margin-bottom: 15px;}
div.notifications-container .notification-box {
    background-color: #F0F0F0;
    border-radius: 13px;
    padding: 16px;
    margin-bottom: 15px;
    display: block;
}
div.notifications-container .notification-box {  }
div.notifications-container .notification-box .profile-pic {
    width: 65px;
    flex-shrink: 0;
    padding-right: 10px;
}
div.notifications-container .notification-box .profile-pic img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;

}
div.notifications-container .notification-box.unseen .title-row {
    font-weight: 700;
    cursor: pointer;
}
div.notifications-container .notification-box .title-row .nr {
    background-color: #fbbf24;
    color: #fff;
    border-radius: 20px;
    padding: 0 5px;
    font-size: 80%;
    position: relative;
    top: -1px;
}
div.notifications-container .notification-box.unseen .last-message {
    font-weight: 700!important;
    cursor: pointer;
}
div.notifications-container .notification-box div.title-row {display: flex;align-items: center;cursor: pointer;}
div.notifications-container .notification-box div.title-row div.title {width: 100%;}
div.notifications-container .notification-box div.title-row div.title .main-title {

}
div.notifications-container .notification-box div.title-row div.title .last-message {
    font-weight: 400;
    font-size: 90%;
    opacity: 0.75;
}
div.notifications-container .notification-box div.title-row div.time {opacity: 0.5;font-size: 82%;margin-right: 7px;}
div.notifications-container .notification-box div.title-row div.arrow {font-size: 115%;}
div.notifications-container .notification-box div.title-row div.arrow i.fa-light.fa-chevron-right {  }
div.notifications-container .notification-box div.content {background-color: #fff;padding: 21px;display: none;}
div.notifications-container .notification-box.opened div.content {
    display: block;
}
div.notifications-container .notification-box.opened div.title-row div.arrow {
    transform: rotate(90deg);
}
div.notifications-container .notification-box.opened div.title-row {
    padding-bottom: 15px;
}


div.notifications-container .notification-box div.attachment {margin-top: 13px;}
div.notifications-container .notification-box div.attachment a {display: inline-flex;align-items: center;align-items: center;background-color: #fff;border-radius: 6px;padding: 5px 9px;box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);}
div.notifications-container .notification-box div.attachment a i.fa-regular.fa-file.mr-1 {color: #219653;}

.page-frame {display: flex;margin-top: 32px;margin-bottom: 145px;}

.page-frame > .left-menu{width: 290px;}
.page-frame > .left-menu .menu-items {/* width: calc(100% - 290px); */border: 1px solid #c9c9c9;border-radius: 11px;padding: 20px;}

.page-frame > .left-menu .menu-items .menu-item {display: block;width: 100%;border-bottom: 1px solid #ddd;margin-bottom: 15px;padding-bottom: 15px;color: #219653;font-size: 90%;}

.page-frame > .left-menu .menu-items .menu-item.selected {/* display: block; *//* width: 100%; */color: #505050;font-weight: 700;/* pointer-events: none; */}

.page-frame > .left-menu .menu-items .menu-item .nr {color: #fff;background-color: #CDB11C;border-radius: 50px;padding: 1px;font-size: 74%;display: inline-flex;align-items: center;justify-content: center;width: 22px;height: 22px;}

.page-frame > .left-menu .menu-items .menu-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-frame > .page-content{width: calc(100% - 290px);padding-left: 40px;}

.page-frame > .page-content h1.page-title{font-size: 170%;font-weight: 700;color: #505050;margin-bottom: 37px;}
.page-frame > .page-content h1.page-title.with-button {
    display: flex;
}

.page-frame > .page-content h1.page-title .left {
    width: 100%;
}
.page-frame > .page-content h1.page-title .right {
    width: 390px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.common-back-row {
    color: #219653;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 96%;
}

div.support-chats {/* position: relative; */}
div.support-chats div.support-chat {border: 1px solid #219653;border-radius: 7px;background-color: #F0F0F0;/* cursor: pointer; */margin-bottom: 24px;overflow: hidden;}
div.support-chats div.support-chat div.title {width: 100%;padding-right: 34px;font-weight: 500;}
div.support-chats div.support-chat div.status {width: 100px;align-items: center;display: fé;}
div.support-chats div.support-chat div.status span.inline-flex.items-center.px-3.py-0.5.rounded-full.text-sm.font-medium.bg-yellow-100.text-yellow-800 {  }
div.support-chats div.support-chat div.status span.inline-flex.items-center.px-3.py-0.5.rounded-full.text-sm.font-medium.bg-yellow-100.text-yellow-800 i.fa-light.fa-face-frown-slight.mr-1 {  }
div.support-chats div.support-chat div.status span.inline-flex.items-center.px-3.py-0.5.rounded-full.text-sm.font-medium.bg-green-100.text-green-800 {  }
div.support-chats div.support-chat div.status span.inline-flex.items-center.px-3.py-0.5.rounded-full.text-sm.font-medium.bg-green-100.text-green-800 i.fa-light.fa-face-smile.mr-1 {  }

div.support-chats .support-chat-inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 17px;
}

header .gray.active .hamburger.close {
    display: none;
}

.chat-content {
    padding: 17px;
    background-color: #fbfbfb;
    height: 512px;
    overflow-y: auto;
}

.chat-content.darker {
    background-color: #f0f0f0;
}

div.chat-content.darker div.other-chat-message div.message-box {background-color: #e1e1e1; position:relative;}

div.chat-content div.message-box {position:relative;}

div.chat-content .message-box .message-time {
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: 0!important;
    transition: 0.3s;
}
div.chat-content .message-box:hover .message-time {
    opacity: 0.65!important;
}

.chat-write-row {

}
div.chat-write-row {display: flex;padding: 15px;align-items: center;/* position: sticky; */bottom: 0;/* background-color: #ddd; */}
div.chat-write-row div.attach {font-size: 150%;width: 39px;display: flex;align-items: center;justify-content: flex-start; position: relative;}
div.chat-write-row div.attach .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #219653;
    position: absolute;
    right: 9px;
    top: -4px;
    pointer-events: none;
    cursor: pointer;
    display: none;
}
div.chat-write-row div.attach i.fa-light.fa-paperclip {cursor: pointer;}
div.chat-write-row div.message {  */width: 100%;width: calc(100% - 101px);display: flex;}
div.chat-write-row div.message textarea {
    border-radius: 9px;
    /* border: none; */
    width: 100%;
}
div.chat-write-row div.like {background-color: #219653;color: #fff;width: 50px;height: 50px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 122%;cursor: pointer;/* flex-shrink: revert; */margin-left: 13px;}
div.chat-write-row div.like i.fa-light.fa-thumbs-up {  }

.currency.hamburger {
    display: none!important;
}

.currency.logged-in-user {
    border: none!important;
    color: #232323 !important;
    font-weight: 500!important;
    margin-right: 0!important;
}

.currency.logged-in-user .profile-pic {width: 30px;height: 30px;border-radius: 50%;overflow: hidden;position: relative;margin-right: 7px;}

.currency.logged-in-user .profile-pic img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

header .white .currency.logged-in-user .currency-dropdown {
    width: auto;
    padding: 14px;
    cursor: default;
    max-width: calc(100vw - 28px);
    width: 300px;
}

header .white .currency.logged-in-user .currency-dropdown .current-user {display: flex;align-items: center;}
header .white .currency.logged-in-user .currency-dropdown .current-user {
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    cursor: default;
    width: 100%;
}

.currency.logged-in-user  .current-user .profile-pic {width: 40px;height: 40px;}

header .white .currency.logged-in-user .currency-dropdown .current-user .abbaco-id {
    font-size: 80%;
}

header .white .currency.logged-in-user .currency-dropdown .current-user .left {

}

header .white .currency.logged-in-user .currency-dropdown .current-user .right {
    white-space: normal;
}
header .white .currency.logged-in-user .currency-dropdown .current-user .right .name {
    font-size: 110%;
    display: flex;
    align-items: center;
}
header .white .currency.logged-in-user .currency-dropdown .currency-dropdown-item {
    font-weight: 500;
}

header .white .currency.logged-in-user .currency-dropdown .currency-dropdown-item.show-on-mobile {
    display: none;
}

header .white .currency.logged-in-user .currency-dropdown .currency-dropdown-item.show-on-mobile.green {
    color: #4fae58;
    font-weight: 700;
}

header .white .columns .notification-icon {
    border-right: 1px solid #2d2d2d63;
    position: relative;
    font-size: 124%;
    padding-left: 19px;
    padding-right: 19px;
}

header .white .columns .notification-icon .nr {color: #fff;background-color: #CDB11C;border-radius: 50px;padding: 1px;font-size: 52%;display: inline-flex;align-items: center;justify-content: center;width: 16px;height: 16px;position: absolute;right: 9px;top: -6px;}

header .white .columns .chat-icon {
    border-right: 1px solid #2d2d2d63;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    font-size: 124%;
}

header .white .columns .chat-icon .nr {color: #fff;background-color: #CDB11C;border-radius: 50px;padding: 1px;font-size: 52%;display: inline-flex;align-items: center;justify-content: center;width: 16px;height: 16px;position: absolute;right: 11px;top: -6px;}


header {

}

div.chat-content {/* overflow: hidden; */}
div.chat-content div.day-separator {text-align: center;font-weight: 600;font-size: 90%;margin-bottom: 14px;}
div.chat-content div.other-chat-message {display: flex;/* width: 50%; */align-items: flex-end;margin-bottom: 27px;}
div.chat-content div.other-chat-message div.photo {  }
div.chat-content div.other-chat-message div.photo div.photo-frame {width: 40px;height: 40px;position: relative;}
div.chat-content div.other-chat-message div.photo div.photo-frame img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;border-radius: 50%;}
div.chat-content div.other-chat-message div.message-box {background-color: #EAEAEA;border-radius: 12px;padding: 17px;margin-left: 17px;max-width: 40%;}
div.chat-content div.my-chat-message {display: flex;justify-content: flex-end;margin-bottom: 27px;}
div.chat-content div.my-chat-message div.message-box {background-color: #B4D9C4;max-width: 40%;border-radius: 12px;padding: 17px;}
div.chat-content div.message-box div.attachment {margin-top: 13px;}
div.chat-content div.message-box .job-details-actions {
    margin-top: 15px;
    display: flex;
    align-items: center;
    width: 100%;
}
div.chat-content div.message-box .job-details-actions .left {
    width: 100%;
    margin-right: 6px;
}
div.chat-content div.message-box .job-details-actions .right {
    width: 100%;
    margin-left: 6px;
}
div.chat-content div.message-box .job-details-actions button,
div.chat-content div.message-box .job-details-actions a {
    width: 100%!important;
    justify-content: center;
    font-size: inherit;
    padding: 4px;
    height: 30px!important;
}
div.chat-content div.message-box div.attachment.attachment-job-details {font-size:90%;background-color: #fff;border-radius: 6px;padding: 14px;box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);}
div.chat-content div.message-box div.attachment a {display: inline-flex;align-items: center;align-items: center;background-color: #fff;border-radius: 6px;padding: 5px 9px;box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);}
div.chat-content div.message-box div.attachment a i.fa-regular.fa-file.mr-1 {color: #219653;}
div.chat-content div.status-message {text-align: center;/* font-weight: 600; */font-size: 90%;margin-bottom: 14px;opacity: 0.65;}
div.chat-content div.status-message b {/* text-align: center; *//* font-weight: 600; *//* font-size: 90%; *//* margin-bottom: 14px; *//* opacity: 0.5; */}

header .demo-row {
    background-color: #ffa000;
    color: #fff;
    text-align: center;
    padding: 7px;
    font-size: 82%;
}

header .demo-row .demo-frame {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #ffa000;
    z-index: 1000;
    pointer-events: none;
}

header .back {

}

header .back img {

}

header .white {padding: 27px 0;background-color: #f9f9f9;}

header .white .columns {display: flex;align-items: center;}

header .white .columns .column {display: flex;align-items: center;width: 50%;justify-content: flex-end;}

header .white .columns .column > a {
    display: flex;
    align-items: center;
}

header .white .columns .column:first-child {justify-content: flex-start;}

header .white .columns .column:last-child {

}

header .white .columns .column img.logo {height: 35px;max-width: 100%;}
header .white .columns .column img.logo.icon-only {display: none;}

header .white .language {position:relative;display: flex;align-items: center;cursor: pointer;border: 2px solid #3A7740;border-radius: 35px;padding: 12px 15px;font-size: 100%;font-weight: 600;color: #3A7740;}

header .white .language .value {font-size: 80%;display: flex;align-items: center;}

header .white .language .value img.flag {
    margin-right: 6px;
    width: 22px;
    height: 22px;
}

header .white .language .arrow {display: flex;align-items: center;margin-left: 3px;}

header .white .language .arrow img {

}

header .white .login {
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-size: 80%;
}

header .white .login.no-right-border {
    margin-right: 0;
}

header .white .login > a {
    display: flex;
    align-items: center;
}

header .white .login > a > img {
    width: 14px;
    margin-right: 4px;
}

header .white .login:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    margin-left: 10px;
    border-right: 1px solid #ddd;
}

header .white .login.no-right-border:after {
    display: none;
}

header .white .currency {display: flex;align-items: center;font-size: 80%;cursor: pointer;position:relative;border: 2px solid #3A7740;border-radius: 35px;padding: 8px 15px;font-size: 100%;font-weight: 600;color: #3A7740;margin-right: 10px;}

header .white .currency .value {

}

header .white .currency img.arrow {margin-left: 6px;}

header .white .currency .arrow {display: flex;align-items: center;margin-left: 3px;}

header .white .currency .arrow img {

}

header .white .language .language-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    background-color: #fff;
    white-space: nowrap;
    z-index: 10;
    /* border: 1px solid #ddd; */
    padding: 4px 12px;
    border-radius: 13px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
    /* width: 300px; */
    box-shadow: 1px 1px 20px #0000002e;
    width: 120px;
}

header .white .language img.arrow {

}


header .white .language .language-dropdown > hr {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
}

header .white .language .language-dropdown .language-dropdown-item {
    padding: 7px 0px;
    display: flex;
    align-items: center;
    font-size: 80%;
    width: 100%;
    border-bottom: 1px solid #ddd;
    color: #444;
}

header .white .language .language-dropdown .language-dropdown-item:last-child {
    border-bottom: none;
}

header .white .language .language-dropdown .language-dropdown-item.currency-dd {
    width: 100%;
}

header .white .language .language-dropdown .language-dropdown-item.active {
    font-weight: 700;
}

header .white .language .language-dropdown .language-dropdown-item img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

header .white .language.shown .language-dropdown {
    visibility: visible;
    opacity: 1;
}

header .white .currency .currency-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    background-color: #fff;
    white-space: nowrap;
    z-index: 10;
    /* border: 1px solid #ddd; */
    padding: 5px 6px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding: 3px 12px;
    border-radius: 13px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 1px 1px 20px #0000002e;
    width: auto;
}

header .white .back {background-color: #F2F2F2;border-radius: 7px;padding: 5px 11px;text-transform: uppercase;font-size: 75%;letter-spacing: 2px;font-weight: 500;display: flex;align-items: center;margin-left: 16px;color: #A2A2A2;}


header .white .back img {margin-right: 5px;}

header .white .currency.shown .currency-dropdown {
    visibility: visible;
    opacity: 1;
}

header .white .currency .currency-dropdown .currency-dropdown-item {
    border-bottom: 1px solid #ddd;
    padding: 9px 0px;
    font-size: 90%;
    width: 100%;
}

header .white .currency .currency-dropdown .currency-dropdown-item:last-child {
    border-bottom: none;
}

header .white .currency .currency-dropdown .currency-dropdown-item.active {
    font-weight: 600;
}

header .gray {background-color: #F1F1F1;/* display: flex; */}
header .gray .hamburger {
    display: none;
    font-weight: 500;
    align-items: center;
}
header .gray .home-icon-mobile {
    display: none;
}
header .gray.active .hamburger {
    display: none;
}
header .gray.active .hamburger.close {
    display: flex;
}
header .gray .menu-items {
    display: flex;
    align-items: center;
}
header .gray .half {display: flex;align-items: center;}

header .gray .half .left {width: calc(100% - 120px);display: flex;align-items: center;}
header .gray .half .right {width: 120px;display: flex;align-items: center;justify-content: flex-end;}

header .gray .menu-item {
    display: block;
    padding: 23px 0;
    margin-right: 31px;
    transition: 0.25s;
}
header .gray .menu-item:hover {
color:#1C5DB0;
}
header .gray .menu-item:last-child {
    margin-right: 0;
}
header .gray .menu-items .home-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
    width: 30px;
    height: 29px;
}
header .gray .cart {display: flex;align-items: center;transition: 0.3s}
header .gray .cart:hover {
    color: #1C5DB0;
}
header .gray .cart:hover .icon {

}
header .gray .cart .icon {position: relative;margin-right: 9px;top: 2px;}
header .gray .cart .icon img {

 }

header .gray .cart .icon .number {width: 19px;height: 19px;display: flex;align-items: center;justify-content: center;position: absolute;right: -12px;background-color: #1C5DB0;top: -11px;color: #fff;border-radius: 50%;font-size: 80%;font-weight: 600;}

header .gray .cart .text {

}

footer {background-color: #4E4E4E;color: #fff;}

footer .gray {background-color: #F1F1F1;padding: 60px 0;}

footer .gray .columns {display: flex;}

footer .gray .columns .column {width: 25%;padding-right: 25px;}

footer .gray .columns .column .title {color: #1C5DB0;font-weight: 700;text-transform: uppercase;margin-bottom: 22px;font-size: 90%;}

footer .gray .columns .column .menu-item {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    font-size: 90%;
    transition: 0.25s;
}
footer .gray .columns .column .menu-item:hover {
    color: #1C5DB0;
}

footer .gray .columns .column .menu-item:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    /* background-color: red; */
    background-image: url(/images/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 4px;
}

footer .white {padding: 47px 0;}


footer .white .logos {margin-bottom: 27px;display: flex;align-items: center;justify-content: center;}


footer .white .logos img {

}


footer .white .copyright {font-size: 90%;text-align: center;}

footer {padding: 55px 0;}
footer div.container {  }
footer div.container div.logo-row {display: flex;margin-bottom: 20px;}
footer div.container div.logo-row div.logo {width: 50%;}
footer div.container div.logo-row div.logo a {
    display: inline-block;
}
footer div.container div.logo-row div.logo img {width: 240px;}
footer div.container div.logo-row div.social-icons {width: 50%;display: flex;justify-content: flex-end;}
footer div.container div.logo-row div.social-icons a {margin-left: 18px;}
footer div.container div.logo-row div.social-icons a img {width: 33px;height: 33px;}
footer div.container div.menu-items {display: flex;align-items: center;margin-bottom: 25px;}
footer div.container div.menu-items a.menu-item {
    font-weight: 600;
    border-right: 1px solid #fff;
    padding-right: 14px;
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
}
footer div.container div.menu-items a.menu-item:last-child {
    border-right: none;
}
footer div.container div.menu-items a.menu-item img {margin-right: 7px;}
footer div.container div.copyright {display: flex;align-items: center;}
footer div.container div.copyright div.left {width: 70%;}
footer div.container div.copyright div.right {width: 30%;justify-content: flex-end;display: flex;align-items: center;}
footer div.container div.copyright div.right a {margin-left: 19px;}
footer div.container div.copyright div.right a img {height: 44px;}



.homepage-slider {
    background-image: url('/images/homepage-bg-newest.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 85px 0;
}

.homepage-slider .slogan {

}

.homepage-slider .title {

}
div.homepage-slider {  }
div.homepage-slider div.container {  }
div.homepage-slider div.container div.slogan {text-transform: uppercase;letter-spacing: 3px;font-size: 116%;margin-bottom: 27px;}
div.homepage-slider div.container div.slogan:after {
    width: 61px;
    height: 6px;
    display: block;
    content: "";
    background-color: #56BE60;
    margin-top: 13px;
}
div.homepage-slider div.container div.title {font-size: 370%;font-weight: 800;}
div.homepage-slider div.container div.title br {  }
div.homepage-slider div.container div.title br br {  }
div.homepage-description {font-size: 140%;line-height: 231%;padding: 85px 0;padding-top: 110px;}
div.homepage-description div.container {position: relative;padding: 0 35px;font-weight: 400;}
div.homepage-description div.container img.diamonds {position: absolute;left: -4px;z-index: -1;top: -40px;width: 120px;display: block;}
div.homepage-student-or-company {background-color: #EFEFEF;padding: 85px 0;}
div.homepage-student-or-company div.container {display: flex;align-items: center;font-size: 182%;font-weight: 300;}
div.homepage-student-or-company div.container div.student {width: 50%;text-align: center;border-right: 1px solid #c3c3c3;padding: 25px 0;}
 div.homepage-student-or-company div.container div.student br {  }
div.homepage-student-or-company div.container div.student  a {background: rgb(70, 162, 78);background: linear-gradient(90deg, rgba(70, 162, 78, 1) 0%, rgba(91, 204, 102, 1) 100%);display: inline-flex;padding: 9px 25px;border-radius: 35px;color: #fff;font-size: 116%;margin-top: 16px;background: rgb(70, 162, 78);background: linear-gradient(90deg, rgba(70, 162, 78, 1) 0%, rgba(91, 204, 102, 1) 100%);display: inline-flex;padding: 14px 38px;border-radius: 35px;color: #fff;font-size: 64%;margin-top: 16px;font-weight: 500;}
 div.homepage-student-or-company div.container div.student  a b {margin-left: 6px;}
div.homepage-student-or-company div.container div.student  a img {margin-left: 6px;}
div.homepage-student-or-company div.container div.company {text-align: center;width: 50%;}
div.homepage-student-or-company div.container div.company br {  }
div.homepage-student-or-company div.container div.company  a {background: rgb(70,162,78);background: linear-gradient(90deg, rgba(70, 162, 78, 1) 0%, rgba(91, 204, 102, 1) 100%);display: inline-flex;padding: 14px 38px;border-radius: 35px;color: #fff;font-size: 64%;margin-top: 16px;font-weight: 500;}
div.homepage-student-or-company div.container div.company  a b {margin-left: 6px;}
div.homepage-student-or-company div.container div.company  a img {margin-left: 6px;}
div.features {padding: 42px 0;padding-bottom: 105px;}
div.features div.container {  }
div.features div.container h2 {text-align: center;font-weight: 800;font-size: 192%;color: #353535;margin-bottom: 20px;}
div.features div.container div.separator {display: flex;align-items: center;justify-content: center;margin-bottom: 55px;}
div.features div.container div.separator img {width: 117px;}
div.features div.container div.icons {display: flex;flex-wrap: wrap;}
div.features div.container div.icons div.icon {width: 33.33%;padding: 0 75px;margin-bottom: 45px;}
div.features div.container div.icons div.icon div.image-row {display: flex;align-items: center;justify-content: center;height: 200px;}
div.features div.container div.icons div.icon div.image-row img {  }
div.features div.container div.icons div.icon div.text-row {text-align: center;font-weight: 600;}

.main-page {padding-top: 27px;padding-bottom: 59px;}

.main-page .status-message-row {
    background-color: #ffefd5;
    padding: 10px;
    margin: 0 3px;
    margin-bottom: 30px;
    margin-top: -10px;
}

.main-page .status-message-row div {
    display: flex;
    align-items: center;
}

.main-page .status-message-row div img {
    margin-right: 7px;
}

.main-page h1.intro {font-size: 90%;font-weight: 600;margin: 0 3px;margin-bottom: 36px;}

.main-page .info {font-size: 90%;/* font-weight: 300; */}

.main-page .info p {margin-bottom: 23px;}

.main-page .info p strong {
    display: flex;
    align-items: center;
}
.main-page .info p strong .chevron {
    margin-left: 6px;
    transition: 0.25s;
}
.main-page .info strong[data-show-huf-table] {
    cursor: pointer;
}

.main-page .info strong[data-show-huf-table].active .chevron {
    transform: rotate(-180deg);
}

.main-page .info .huf-table {
    display: none;
}

.main-page .info .exchange-rate-info {
    background-color: #F1F1F1;
    padding: 9px;
    border-top: 1px solid #1C5DB0;
}

.main-page .info .huf-table table {
    width: 100%;
    border-collapse: collapse;
}
.main-page .info .huf-table table td,
.main-page .info .huf-table table th {
    text-align: left;
    padding: 10px;
    width: 20%;
}

.main-page .info .huf-table table th {
    background-color: #3a7bce;
    color: #fff;
}

.main-page .info .huf-table table td {
    border-bottom: 1px solid #e7e7e7;
}

.main-page .info .huf-table table tr:last-child td {
    border-bottom: none;
}

.main-page .vignettes {margin-bottom: 44px;}

.main-page .vignettes .headline {
    display: flex;
    margin-bottom: 6px;
}

.main-page .vignettes .headline .column {width: 20%;background-color: #F1F1F1;text-align: center;padding: 9px;border-bottom: 1px solid #1C5DB0;margin: 0 3px;color: #1C5DB0;text-transform: uppercase;font-weight: 700;/* font-size: 90%; */}

.main-page .vignettes .headline .column.empty {background-color: transparent;border: none;}

.main-page .vignettes .row {display: flex;margin-bottom: 6px;}

.main-page .vignettes .row .column {width: 20%;margin: 0 3px;padding: 16px;background-color: #F1F1F1;display: flex;flex-direction: column;justify-content: center;}


.main-page .vignettes .row .column.blue {color: #fff;background-color: #1C5DB0;}

.main-page .vignettes .row .column.blue .images-and-code {display: flex;}

.main-page .vignettes .row .column.blue .images-and-code img.horizontal {
    display: none;
}

.main-page .vignettes .row .column.blue .images-and-code .image {width: 50%;}

.main-page .vignettes .row .column.blue .images-and-code .image img {

}

.main-page .vignettes .row .column.blue .images-and-code .code {width: 50%;font-size: 280%;line-height: 33px;text-align: right;opacity: 0.7;font-weight: 300;}
.main-page .vignettes .row .column.blue .name {font-size: 80%;text-align: center;margin-top: 19px;font-weight: 700;}

.main-page .vignettes .row .column .name-and-price {

}

.main-page .vignettes .row .column .name-and-price {display: flex;align-items: center;width: 100%;margin-bottom: 14px;flex-grow: 1;}

.main-page .vignettes .row .column .name-and-price .name {width: 50%;font-size: 90%;}
.main-page .vignettes .row .column .name-and-price .name > div {

}
.main-page .vignettes .row .column .name-and-price .price {width: 50%;text-align: right;font-weight: 700;}
.main-page .vignettes .row .column .add-to-cart {/* flex-grow: 1; */}

.main-page .vignettes .row .column .add-to-cart .btn {background-color: #2BAA6D;color: #fff;/* display: block; */display: flex;width: 100%;align-items: center;justify-content: center;padding: 7px;box-sizing: border-box;border-radius: 9px;font-size: 90%;transition: 0.3s;}

.main-page .vignettes .row .column .add-to-cart .btn:hover {
    background-color: #1c5db0;
}

.main-page .vignettes .row .column .add-to-cart .btn img {margin-right: 7px;}

.main-page .latest-news {
    padding-top: 10px;
}

.main-page .latest-news h2 {
    font-weight: 500;
    font-size: 130%;
    margin-bottom: 30px;
}

.main-page .latest-news .lead {
    font-size: 90%;
}

.dropdown {position: relative;}

.dropdown .noborder .dropdown-input {
    border: none;
}

.dropdown .dropdown-input {display: flex;background-color: #fff;border-radius: 11px;align-items: center;height: 42px;cursor: pointer;border: 1px solid #1C5DB0;transition:0.3s;}

.dropdown.shown .dropdown-input {

}

.dropdown .dropdown-input.no-icon .icon {
    display: none;
}
.dropdown .dropdown-input.no-icon .value {
    padding-left: 15px;
    width: calc(100% - 40px);
    font-size: 14.5px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.dropdown .dropdown-input .value .placeholder {
    color: #bbbbbb
}
.dropdown.dark-placeholder .dropdown-input .value .placeholder {
    color: inherit;
    font-weight: 400;
}

.dropdown .dropdown-input .icon {width: 40px;justify-content: center;display: flex;}

.dropdown .dropdown-input .icon img {width: 20px;}

.dropdown .dropdown-input .value {width: calc(100% - 80px);/* border: 1px solid #DFDEDE; */display: flex; align-items: center}

.dropdown .dropdown-input .arrow {width: 40px;display: flex;justify-content: center;}

.dropdown.shown .dropdown-input .arrow img {
    transform: rotate(180deg);
}

.dropdown .dropdown-input .arrow img {width: 13px;transition: 0.3s}

.dropdown .values {position: absolute;/* visibility: hidden; */background-color: #fff;z-index: 1;width: 100%;top: calc(100% + 2px);border: 1px solid #dfdede;border-radius: 11px;overflow-y: auto;max-height: 220px;/* overflow: hidden; */padding: 8px 0;/* box-shadow: 1px 1px 20px rgb(0 0 0 / 0%); */opacity: 0;visibility: hidden;transition: 0.3s;transform: translateY(-6px);}

.dropdown .values .item {display: flex;align-items:center;cursor:pointer; padding: 8px 17px;/* border-bottom: 1px solid #f1f1f1; */}
.dropdown .values .item.selected {font-weight: 600;}
.dropdown .values .item:hover {
    background-color: #F9F9F9;
}
.dropdown.multiselect .values .item {
    display: flex;
    align-items: center;
}
.dropdown.multiselect .values .item .item-checkmark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    opacity: 0;
    transition: 0.25s;
}
.dropdown.multiselect .values .item.selected .item-checkmark {
    opacity: 1;
}
.dropdown.multiselect .values .item .item-text {
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
}
.dropdown .dropdown-input .flag {
    width: 22px;
    margin-right: 8px;
}
.dropdown .values .item .flag {width: 22px;margin-right: 8px;}
.dropdown.shown .values {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* INPUT ROW */

.input-row {margin-bottom: 23px;width: 100%;}

.input-row .input-box {
    position: relative;
}

.input-row .input-box .checkmark-circle {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 20px;
    height: 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
    visibility: hidden;
    transition: 0.3s;
}

.input-row .input-box.checked .checkmark-circle {
    opacity: 1;
    visibility: visible;
}

input[data-licence-plate-input] {
    text-transform: uppercase;
}

.input-row .input-box .checkmark-circle img {
    width: 20px;
}




.input-row .input-box .error-circle {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 20px;
    height: 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
    visibility: hidden;
    transition: 0.3s;
}

.input-row .input-box.error .error-circle {
    opacity: 1;
    visibility: visible;
}

.input-row .input-box .error-circle img {
    width: 20px;
}


.input-row textarea,
.input-row input[type="text"],
.input-row input[type="email"],
.input-row input[type="number"],
.input-row input[type="password"]{transition:border-color 0.3s;box-sizing: border-box;width: 100%;display: block;padding: 7px 11px;outline: none;border: 1px solid #333;border-radius: 7px;/* font-size: 19px; */font-size: 14.5px;}

.input-row.error input {
    border-color: #D13D3D!important;
}

.input-row > label {display: block;display: flex;align-items: center;margin-bottom: 7px;/* font-size: 95%; *//* padding-left: 5px; */font-weight: 500;font-size: 90%;}
.input-row > label .light {
    font-weight: 400;
    margin-left: 5px;
    font-size: 90%;
}
.input-row > label > img {margin-right: 6px;width: 6px;}

.input-row > label > .fa-circle-info {
    margin-left: 4px;
}

.input-row .error-message {color: #D13D3D;font-weight: 400;font-size: 83%;padding-top: 5px;/* padding-left: 6px; */display: none;}

.input-row.error .error-message {display: block;}

.input-row.error .dropdown .dropdown-input {
    border-color: #D13D3D;
}

.input-row.error .date-input {
    border-color: #D13D3D;
}

.input-row input:focus {
    border-color: #55bf60;
    /* outline: none!important; */
}

.date-input {
    display: flex;
    background-color: #fff;
    border-radius: 11px;
    align-items: center;
    height: 45px;
    cursor: pointer;
    /* border: 1px solid #1C5DB0; */
    transition: 0.3s;
    height: 42px;
}

.date-input.shown {

}

.date-input .value {
    padding-left: 14.5px;
    font-weight: 400;
    font-size: 14.5px;
}

.date-input .value .placeholder {
    color: #bbbbbb;
}

.date-input .calendar {position: absolute;background-color: #fff;border: 1px solid #dfdede;padding: 12px;z-index: 5;border-radius: 11px;top: calc(100% + 4px);cursor: default;transition: 0.3s;opacity: 0;visibility: hidden;transform: translateY(-11px);}

.date-input.shown .calendar {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.date-input .calendar .header {display: flex;align-items: center;margin-bottom: 6px;}
.date-input .calendar .header .prev {width: 30px;cursor: pointer;text-align: center;font-size: 151%;}

.date-input .calendar .header .prev img {transform: rotate(90deg);position: relative;top: 2px;left: 2px;}
.date-input .calendar .header .next {width: 30px;cursor: pointer;text-align: center;font-size: 151%;}

.date-input .calendar .header .next img {transform: rotate(270deg);position: relative;top: 2px;}

.date-input .calendar .header .month {width: calc(100% - 60px);text-align: center;font-weight: 600;}

.date-input .calendar table {border-collapse: collapse;}

.date-input .calendar table tr {

}

.date-input .calendar table th {padding: 7px;font-weight: 400;/* border-bottom: 1px solid #ddd; */text-align: center;/* border-top: 1px solid #ddd; */}

.date-input .calendar table td {/* display: flex; */text-align: center;padding: 3px;}

.date-input .calendar table .day {
    position: relative;
    display: inline-block;width: 36px;height: 36px;
    display: inline-flex;justify-content: center;align-items: center;/* background-color: #d9d9d9; */
    border-radius: 8px;
    cursor: pointer;
}
.date-input .calendar table .day {
    border: 1px solid #ddd;
}
.date-input .calendar table .day.non-selectable {
    cursor: not-allowed;
    pointer-events: none;
}
.date-input .calendar table td:hover {
    cursor: not-allowed;
}
.date-input .calendar table .day.non-selectable:after {
    content: "×";
    display: block;
    color: red;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    font-size: 48px;
    font-weight: 200;
}

.date-input .calendar td.other-month .day {color: #9a9a9a;}

.date-input .calendar table td.today .day {
    background-color: #f1f1f1;
    font-weight: 600;
}
.date-input .calendar table td.today .day {
    color: #000;
}
.date-input .calendar table td:hover .day {
    background-color: #3b7741;
    color: #fff;
}
.date-input .calendar table td.selected .day {
    background-color: #3b7741;
    color: #fff;
    font-weight: 400;
}

.date-input .icon {position: absolute;top: 50%;transform: translateY(-50%);width: 20px;height: 20px;left: 12px;}

.date-input .icon img {width: 20px;}


div.edit-profile-page {  }
div.edit-profile-page div.top-row {display: flex;align-items: center;margin-bottom: 15px;flex-wrap: wrap;}
div.edit-profile-page div.top-row .btn {margin-bottom:10px;border-radius: 70px;border: 2px solid #ddd;padding: 5px 15px;margin-right: 9px;display: flex;align-items: center;cursor: pointer;color: inherit;font-weight: 400;}
div.edit-profile-page div.top-row .btn.active {
    background-color: #219653;
    color: #fff;
    border: 2px solid #219653;
}

div.edit-profile-page div.top-row .btn > i {
    margin-right: 5px;
}

div.edit-profile-page div.top-row .btn.percentage {
    cursor: default;
}

div.edit-profile-page div.top-row .btn.percentage > b {
    margin-right: 5px;
    font-size: 80%;
}

div.edit-profile-page div.top-row .btn.percentage .line {
    width: 85px;
    height: 5px;
    background-color: rgba(32,150,82,0.28);
    border-radius: 50px;
    margin-right: 5px;
    position: relative;
}

div.edit-profile-page div.top-row .btn.percentage .line .line-percent {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 5px;
    background-color: #219653;
    border-radius: 50px;
}

div.edit-profile-page div.top-row .btn span.toggle {display: flex;align-items: center;width: 27px;background-color: #ddd;height: 11px;border-radius: 50px;margin-right: 10px;}
div.edit-profile-page div.top-row .btn span.toggle span {width: 10px;height: 10px;border-radius: 50%;background-color: #a7a7a7;}
div.edit-profile-page div.top-row .btn i.fa-light.fa-eye {  }
div.edit-profile-page div.header {display: flex;align-items: center;margin-bottom: 25px;}
div.edit-profile-page div.header div.profile-pic {width: 120px;cursor: pointer;}
div.edit-profile-page div.header div.profile-pic div.photo-frame {position: relative;border-radius: 50%;width: 120px;height: 120px;}
div.edit-profile-page div.header div.profile-pic div.photo-frame img {border-radius: 50%;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
div.edit-profile-page div.header div.profile-pic div.photo-frame span.icon {background-color: #F0F0F0;border: 3px solid #fff;width: 36px;height: 36px;display: block;position: absolute;right: -15px;bottom: 0px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
div.edit-profile-page div.header div.profile-pic div.photo-frame span.icon i.fa-light.fa-camera {  }
div.edit-profile-page div.header div.name {width: calc(100% - 350px);padding-left: 25px;font-size: 140%;font-weight: 600;}
div.edit-profile-page div.header div.name .student-organisations {
    display: flex;
    align-items: center;
    margin-left: 3px;
}
div.edit-profile-page div.header div.name .student-organisations .badge {
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 50%;
    margin-left: -5px;
    overflow: hidden;
    border: 2px solid #fff;
}
div.edit-profile-page div.header div.name .student-organisations .badge img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

div.edit-profile-page div.header div.details {width: 100%;width: 300px;}
div.edit-profile-page div.header div.details div.detail {/* display: flex; *//* justify-content: flex-end; *//* align-items: center; */margin-bottom: 7px;font-size: 90%;}
div.edit-profile-page div.header div.details div.detail i.fa-sharp.fa-light.fa-location-dot {margin-right: 7px;}
div.edit-profile-page .edit-icon {color: #3b7741;cursor: pointer;margin-left: 7px;}
div.edit-profile-page .delete-icon {color: #af1d1d;cursor: pointer;margin-left: 7px;}
div.edit-profile-page div.header div.details div.detail span.edit-icon i.fa-light.fa-pencil {/* color: #3b7741; *//* cursor: pointer; */}
div.edit-profile-page div.header div.details div.detail i.fa-light.fa-cake-candles {margin-right: 7px;}
div.edit-profile-page div.header div.details div.detail i.fa-light.fa-phone {margin-right: 7px;}
div.edit-profile-page div.header div.details div.detail i.fa-light.fa-envelope {margin-right: 7px;}
div.edit-profile-page div.introduction {margin-bottom: 20px;}
div.edit-profile-page .subtitle {font-size: 110%;font-weight: 600;margin-bottom: 15px;color: #3b7741;}
div.edit-profile-page div.introduction div {  }
div.edit-profile-page div.introduction div span.edit-icon {  }
div.edit-profile-page div.introduction div span.edit-icon i.fa-light.fa-pencil {  }
div.edit-profile-page .numbers-row {display: flex;margin-bottom: 25px;}
div.edit-profile-page .numbers-row div.column {  }
div.edit-profile-page .numbers-row div.column div.subtitle {  }
div.edit-profile-page .numbers-row div.column  {margin-right: 15px;width: 220px;}
div.edit-profile-page .numbers-row div.column div.column {  }
div.edit-profile-page .numbers-row div.column div.column div.subtitle {  }
div.edit-profile-page .numbers-row div.column div.column  {  }
div.edit-profile-page .numbers-row div.column div.column   {  }
div.edit-profile-page  div.work-areas {margin-bottom: 22px;}
div.edit-profile-page div.work-areas div.subtitle {  }
div.edit-profile-page .add-icon {font-size: 78%;color: #3b7741;cursor: pointer;}
div.edit-profile-page div.work-areas div.subtitle span.add-icon i.fa-regular.fa-circle-plus {  }
div.edit-profile-page div.work-areas div.tag {display: inline-flex;align-items: center;background-color: #efefef;border-radius: 6px;padding: 6px 14px;font-weight: 500;margin-bottom: 15px;}
div.edit-profile-page div.work-areas div.tag span.edit-icon {  }
div.edit-profile-page div.work-areas div.tag .level {
    font-weight: 300;
    margin-left: 6px;
}
div.edit-profile-page div.work-areas div.tag span.edit-icon i.fa-light.fa-pencil {  }
div.edit-profile-page div.chronology-section {  }
div.edit-profile-page div.chronology-section div.subtitle {  }
div.edit-profile-page  div.chronology-section div.subtitle span.add-icon {  }
div.edit-profile-page  div.chronology-section div.subtitle span.add-icon i.fa-regular.fa-circle-plus {  }
div.edit-profile-page  div.chronology-section div.chronology-row {display: flex;/* padding-bottom: 25px; */}
div.edit-profile-page div.chronology-section div.chronology-row div.left {border-right: 3px solid #219653;padding-right: 26px;padding-top: 15px;position: relative;padding-bottom: 25px;width: 330px;}
div.edit-profile-page div.chronology-section div.chronology-row div.left div.name {fo;font-weight: 600;nt.w: ;text-align: right;/* font-size: 108%; */}
div.edit-profile-page  div.chronology-section div.chronology-row div.left div.when {text-align: right;}
div.edit-profile-page div.chronology-section div.chronology-row div.left div.where {font-size: 90%;text-align: right;}
div.edit-profile-page div.chronology-section div.chronology-row div.left .dot {
    position: absolute;
    width: 14px;
    height: 14px;
    /* background-color: #219653;*/
    border-radius: 50%;
    right: -8px;
    top: 22px;
    background-image: url(/images/green-dot.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-print-color-adjust: exact;
}
div.edit-profile-page div.chronology-section div.chronology-row div.left div.where i.fa-light.fa-location-dot {  }
div.edit-profile-page div.chronology-section div.chronology-row div.right {padding-left: 19px;padding-top: 15px;width: 100%;}
div.edit-profile-page div.chronology-section div.chronology-row div.right div.title {font-weight: 600;}
div.edit-profile-page  div.chronology-section div.chronology-row div.right div.description {font-size: 90%;margin-top: 6px;}


.cv-page {
    padding: 30px;
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 40px;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.2);
    position: relative;
}

.cv-page .print-icon {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 150%;
}

.cv-page .subtitle {
    /*border-bottom: 1px solid #ddd;*/
}

.cv-page .cv-logo-line {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 21px;
    margin-bottom: 21px;
}

.cv-page .cv-logo-line img {
    width: 160px;
}


@media print {
    body
    {
        margin: 0;
    }
    .cv-page {
        width:100% !important;
        box-shadow: none!important;
        padding: 0;
        margin: 0;
    }
    .cv-page .print-icon {
        display: none !important;
        opacity: 0;
    }
    [data-tippy-root] {
        display: none!important;
    }
    .cv-page .fa-circle-info {
        display: none;
    }
}


div.job-card {background-color: #F0F0F0;border-radius: 11px;padding: 29px;margin-bottom: 25px;position: relative;}
div.job-card .job-card-show-more {

}
div.job-card .job-card-show-more .btn {
    font-weight: 700;
    margin-left: 5px;
    cursor: pointer;
    color: #3b7741;
    white-space: nowrap;
}
div.job-card .job-card-show-more .hidden-content {
    display: none;
}
div.job-card.applied {
    border: 1px solid #219653;
    background-color: #E9F5EE;
}
div.job-card.invited {
    border: 1px solid #CDB11C;
    background-color: #FBF9ED;
    position: relative;
}
div.job-card.rejected {
    border: 1px solid #b01700;
    background-color: rgba(255, 37, 0, 0.07);
}
div.job-card div.top-row {display: flex;align-items: flex-start;margin-bottom: 24px;}
div.job-card div.top-row div.job-title {font-size: 131%;font-weight: 500;/* display: flex; */align-items: center;width: 100%;display: block;padding-right: 90px;}

div.job-card div.top-row div.job-title .invited-badge {
    background-color: #CDB11C;
    color: #fff;
    font-size: 55%;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    padding: 5px 8px;
    margin-right: 8px;
}

div.job-card div.top-row div.job-title span.flash {background-color: #E756BE;color: #fff;width: 20px;margin-right: 6px;height: 20px;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;font-size: 56%;flex-shrink: 0;}
div.job-card div.top-row div.job-title span.flash i.fa-solid.fa-bolt {  }
div.job-card div.top-row div.photo {width: 80px;height: 80px;border-radius: 50%;overflow: hidden;position: absolute;flex-shrink: 0;right: 20px;top: 20px;}
div.job-card div.top-row div.photo img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
div.job-card div.details {margin-bottom: 25px;margin-top: -21px;}

div.job-card div.details .school-badge {
    display: inline-flex;
    width: 20px;
    margin-left: 8px;
}
div.job-card div.details .school-badge img {
    width: 100%;
}

div.job-card  div.price {color: #219653;margin-bottom: 35px;font-size: 110%;font-weight: 500;/* margin-top: -62px; */}
div.job-card div.details div.detail {margin-bottom: 5px;display: flex;align-items: center;}
div.job-card div.details div.detail span.icon {width: 17px;display: flex;align-items: center;justify-content: center;margin-right: 9px;}
div.job-card div.details div.detail span.icon i.fa-light.fa-flag {  }
div.job-card div.details div.detail span.value {  display: flex; align-items: center; }
div.job-card div.details div.detail span.icon i.fa-light.fa-location-dot {  }
div.job-card div.details div.detail span.icon i.fa-light.fa-calendar-clock {  }
div.job-card div.details div.detail span.icon i.fa-light.fa-car {  }
div.job-card div.description {opacity: 0.7;font-size: 96%;margin-top: 15px;margin-bottom: 24px;word-wrap: break-word;}
div.job-card div.bottom-row {display: flex;align-items: center;}
div.job-card div.bottom-row div.tags {width: 50%;/* display: block; */}
div.job-card div.bottom-row div.tags span.tag {display: inline-block; color: #219653;border: 1px solid #219653;border-radius: 9px;padding: 5px 9px;font-weight: 500;margin-bottom: 8px;font-size: 85%;}
div.job-card div.bottom-row div.buttons {width: 50%;display: flex;align-items: center;justify-content: flex-end;}

div.job-card div.bottom-row div.buttons button {

}
div.job-card.closed {
    padding: 20px;
}
div.job-card.closed .chevron {
    cursor: pointer;
    transition: 0.25s;
}
div.job-card.closed div.top-row {
    margin-bottom: 0;
}
div.job-card.closed div.top-row div.photo {
    display: none;
}
div.job-card.closed div.price {
    display: none;
}
div.job-card.closed div.details {
    display: none;
}
div.job-card.closed div.description {
    display: none;
}
div.job-card.closed div.bottom-row {
    display: none;
}

div.job-card.closed.opened .chevron {
    transform: rotate(180deg);
}
div.job-card.closed.opened div.top-row div.photo {
    display: block;
}
div.job-card.closed.opened div.price {
    display: block;
}
div.job-card.closed.opened div.details {
    display: block;
}
div.job-card.closed.opened div.description {
    display: block;
}
div.job-card.closed.opened div.bottom-row {
    display: flex;
}
div.job-card.closed.opened div.top-row {
    margin-bottom: 25px;
}

div.company-profile {  }
div.company-profile div.company-profile-header {display: flex;align-items: center;margin-bottom: 56px;}
div.company-profile div.company-profile-header div.photo {cursor:pointer;flex-shrink: 0;width: 100px;height: 100px;border-radius: 50%;/* overflow: hidden; */position: relative;}
div.company-profile div.company-profile-header div.photo img {border-radius: 50%;}

div.company-profile div.company-profile-header div.photo span.icon {background-color: #F0F0F0;border: 3px solid #fff;width: 36px;height: 36px;display: block;position: absolute;right: -15px;bottom: 0px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
div.company-profile div.company-profile-header div.photo span.icon i.fa-light.fa-camera {  }

div.company-profile div.company-profile-header div.name-and-description {padding-left: 25px;width: 100%;}
div.company-profile div.company-profile-header div.name-and-description div.name {font-size: 160%;font-weight: 500;}
div.company-profile div.company-profile-header div.name-and-description div.name i.fa-solid.fa-badge-check.validated-badge {font-size: 66%;color: #8798bf;}
div.company-profile div.company-profile-header div.name-and-description div.description {/* opacity: 0.65; */color: #9d9d9d;}
div.company-profile div.details {margin-bottom: 25px;margin-top: -21px;}
div.company-profile div.details div.details-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
div.company-profile .edit-icon {
    font-size: 90%;
    color: #219653;
    cursor: pointer;
    margin-left: 6px;
}

div.company-profile div.top-row {display: flex;align-items: flex-start;margin-bottom: 25px;}
div.company-profile div.top-row .btn {border-radius: 70px;border: 2px solid #ddd;padding: 5px 15px;margin-right: 9px;display: flex;align-items: center;cursor: pointer;color: inherit;font-weight: 400;}
div.company-profile div.top-row .btn.active {
    background-color: #219653;
    color: #fff;
    border: 2px solid #219653;
}

div.company-profile div.details div.details-row div.caption {width: 180px;font-weight: 500;}
div.company-profile div.details div.details-row div.value {width: 100%;}
div.company-profile div.details div.details-row div.value a {color: #219653;font-weight: 600;}
div.company-profile div.details div.details-row div.value a.social-icon {font-size: 124%;margin-right: 4px;}
div.company-profile div.details div.details-row div.value a.social-icon i.fa-brands.fa-facebook {  }
div.company-profile div.details div.details-row div.value a.social-icon i.fa-brands.fa-instagram {  }
div.company-profile div.details div.details-row:last-child {
    border-bottom: none;
}
div.company-profile div.ads-section {  }
div.company-profile div.ads-section div.title {font-size: 148%;display: flex;align-items: center;margin-bottom: 18px;}
div.company-profile div.ads-section div.title span.nr {background-color: #ddd;border-radius: 50px;font-size: 62%;margin-left: 7px;padding: 0 8px;/* color: #ddd; */}
div.company-profile div.ads-section  {  }


/* JOBS */

div.my-jobs {  }
div.my-jobs .my-job {background-color: #F0F0F0;border-radius: 10px;margin-bottom: 14px;/* padding: 16px; *//* display: flex; *//* align-items: center; */display: block;}
div.my-jobs .my-job.opened {
    border: 1px solid #ddd;
    /* overflow: hidden; */
}
div.my-jobs .my-job .my-job-header {padding: 16px;display: flex;align-items: center;}
div.my-jobs .my-job div.photo {flex-shrink: 0;width: 50px;height: 50px;border-radius: 50%;overflow: hidden;position: relative;}
div.my-jobs .my-job div.photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div.my-jobs .my-job div.title {padding-left: 16px;width: 100%;}
div.my-jobs .my-job div.title div.job-title {display: flex;align-items: center;font-size: 114%;font-weight: 500;}
div.my-jobs .my-job div.title div.company {font-size: 88%;margin-top: 3px;}
div.my-jobs .my-job div.title div.company i.fa-regular.fa-flag {  }
div.my-jobs .my-job div.status {display: flex;align-items: center;justify-content: flex-end;flex-shrink: 0;}
div.my-jobs .my-job div.status span.nr {color: #fff;background-color: #CDB11C;border-radius: 50px;padding: 1px;font-size: 74%;display: inline-flex;align-items: center;justify-content: center;width: 22px;height: 22px;margin-right: 9px;}
div.my-jobs .my-job div.status span.status-badge.active {background-color: #39f98b30;color: #219653;}
div.my-jobs .my-job div.status span.status-badge.active i.fa-regular.fa-briefcase {  }
div.my-jobs .my-job div.title div.job-title span.flash {background-color: #E756BE;color: #fff;width: 20px;margin-right: 6px;height: 20px;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;font-size: 56%;flex-shrink: 0;}
div.my-jobs .my-job div.title div.job-title span.flash i.fa-solid.fa-bolt {  }
div.my-jobs .my-job div.status span.status-badge.date {color: #E656BE;background-color: #e656be33;}
div.my-jobs .my-job div.status span.status-badge.date i.fa-light.fa-calendar-clock {  }
div.my-jobs .my-job div.status span.status-badge.pending {background-color: #dadada;/* background-color: rebeccapurple; */}
div.my-jobs .my-job div.status span.status-badge.pending i {

}
div.my-jobs .my-job div.status span.status-badge {border-radius: 50px;padding: 7px 11px;font-size: 90%;font-weight: 400;}

div.my-jobs .my-job .my-job-content {/* overflow: hidden; */}

div.my-jobs .my-job .my-job-content .tabs-row {display: flex;align-items: center;background-color: #ffffff;padding: 0 14px;flex-wrap:wrap;}

div.my-jobs .my-job .my-job-content .tabs-row .tab {color: #219653;padding: 13px 13px;font-weight: 500;border-bottom: 3px solid #fff;display: flex;align-items: center;}

div.my-jobs .my-job .my-job-content .tabs-row .tab .nr {
    color: #fff;
    background-color: #CDB11C;
    border-radius: 50px;
    padding: 1px;
    font-size: 74%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

div.my-jobs .my-job .my-job-content .tabs-row .tab.active {
    color: inherit;
    pointer-events: none;
    border-bottom: 3px solid #219653;
    display: flex;
    align-items: center;
}

div.my-jobs .my-job .my-job-content-wrapper {
    padding: 28px;
    /* padding-top: 25px; */
}

div.my-jobs .my-job .my-job-content div.job-details {  }
.job-details-table {  }
.job-details-table div.details-row {display: flex;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #c7c7c7;}
.job-details-table div.details-row div.caption {width: 170px;flex-shrink: 0;font-weight: 400;}
.job-details-table div.details-row div.value {width: 100%;font-weight: 500;}
.job-details-table div.details-row:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

div.student-card {background-color: #F0F0F0;border-radius: 11px;padding: 29px;}
div.student-card div.top-row {display: flex;align-items: center;border-bottom: 1px solid #ddd;padding-bottom: 15px;margin-bottom: 19px;}
div.student-card div.top-row div.photo {width: 80px;height: 80px;border-radius: 50%;overflow: hidden;position: relative;flex-shrink: 0;}
div.student-card div.top-row div.photo img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
div.student-card div.top-row div.name-and-title {padding-left: 24px;width: 100%;}
div.student-card div.top-row div.name-and-title div.name {font-size: 131%;font-weight: 500;display: flex;align-items: center;}
div.student-card div.top-row div.name-and-title div.name span.flash {background-color: #E756BE;color: #fff;width: 20px;margin-right: 6px;height: 20px;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;font-size: 56%;}
div.student-card div.top-row div.name-and-title div.name span.flash i.fa-solid.fa-bolt {  }
div.student-card div.top-row div.name-and-title div.title {font-size: 91%;opacity: 0.8;}
div.student-card div.top-row div.view-cv {flex-shrink: 0;}
div.student-card div.top-row div.view-cv a {color: #219653;border: 1px solid #219653;border-radius: 51px;padding: 7px 12px;font-weight: 500;}
div.student-card div.top-row div.view-cv a i.fa-sharp.fa-light.fa-eye {margin-right: 6px;}
div.student-card div.price {color: #219653;margin-bottom: 15px;font-size: 114%;font-weight: 500;}
div.student-card div.details {  }
div.student-card div.details div.detail {margin-bottom: 5px;display: flex;align-items: center;}
div.student-card div.details div.detail span.icon {width: 17px;display: flex;align-items: center;justify-content: center;margin-right: 9px;}
div.student-card div.details div.detail span.icon i.fa-light.fa-location-dot {  }
div.student-card div.details div.detail span.value {  }
div.student-card div.details div.detail span.icon i.fa-light.fa-cake-candles {  }
div.student-card div.details div.detail span.icon i.fa-light.fa-globe {  }
div.student-card div.details div.detail span.icon i.fa-light.fa-car {  }
div.student-card div.details div.detail span.icon i.fa-light.fa-briefcase {  }
div.student-card div.introduction {opacity: 0.7;font-size: 96%;margin-top: 15px;margin-bottom: 24px;}
div.student-card div.bottom-row {display: flex;align-items: center;}
div.student-card div.bottom-row div.tags {width: 70%;}
div.student-card div.bottom-row div.tags span.tag {color: #219653;border: 1px solid #219653;border-radius: 9px;padding: 5px 9px;font-weight: 500;margin-bottom: 8px;font-size: 85%; display: inline-block;}
div.student-card div.bottom-row div.buttons {width: 30%;display: flex;align-items: center;justify-content: flex-end;}

.add-to-cart-page {padding-top: 32px;padding-bottom: 140px;}

.add-to-cart-page .licence-plate-row {
    margin-bottom: 37px;
    display: none;
}

.add-to-cart-page h1.title {color: #1C5DB0;text-align: center;margin-top: 0;margin-bottom: 51px;}

.add-to-cart-page .box {max-width: 920px;margin: 0 auto;width: 100%;margin-bottom: 80px;}

.add-to-cart-page .box .back-row {
    margin-bottom: 35px;
    font-size: 94%;
}
.add-to-cart-page .box .back-row a {
    color: #3a7bce;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    border: 1px solid #3a7bce;
    border-radius: 6px;
    padding: 4px 12px;
}
.add-to-cart-page .box .back-row a:hover {
    transition: 0.3s;
    border-color: #1C5DB0;
    color: #1C5DB0;
}
.add-to-cart-page .box .back-row a img {
    margin-right: 7px;
    width: 8px;
}
.add-to-cart-page .box .headline {display: flex;align-items: center;/* width: calc(100% - 120px); */margin-bottom: 17px;}

.add-to-cart-page .box .headline .vignette {display: flex;align-items: center;width: calc(100% - 120px);}

.add-to-cart-page .box .headline .vignette .icon {margin-right: 15px;}

.add-to-cart-page .box .headline .vignette .name {color: #1C5DB0;font-weight: 500;border-right: 1px solid #1C5DB0;padding-right: 12px;margin-right: 13px;}

.add-to-cart-page .box .headline .vignette .name strong {

}
.add-to-cart-page .box .headline .vignette .period {
    font-weight: 500;
}
.add-to-cart-page .box .headline .price {width: 120px;display: flex;align-items: center;justify-content: flex-end;}

.add-to-cart-page .box .headline .price-tag {background-image: url(/images/price-tag.png);background-size: 100% 100%;background-repeat: no-repeat;color: #fff;padding: 7px 23px;padding-right: 13px;font-weight: 600;}

.add-to-cart-page .box .content {background-color: #F1F1F1;padding: 50px;border-top: 1px solid #1C5DB0;}

.add-to-cart-page .box .content .description {font-size: 90%;margin-bottom: 35px;}

.add-to-cart-page  .box .content .input-and-info {display: flex;align-items: center;}


.add-to-cart-page  .box .content .input-and-info > .column {width: 50%;padding-right: 41px;}

.add-to-cart-page  .box .content .input-and-info > .column > .info {display: flex;align-items: center;font-size: 90%;/* justify-content: center; *//* border-bottom: 1px solid #ddd; *//* padding-bottom: 15px; */padding-left: 17px;}

.add-to-cart-page .box .content .input-and-info > .column > .info img {margin-right: 12px;width: 19px;}

.add-to-cart-page .licence-plate {border: 2px dashed #ddd;border-radius: 11px;padding: 25px;/* margin-bottom: 29px; *//* margin-top: 29px; */}

.add-to-cart-page .licence-plate .caption {text-align: center;font-weight: 600;font-size: 80%;margin-bottom: 15px;}

.add-to-cart-page .licence-plate .plate {background-color: #fff;display: flex;width: 200px;align-items: center;border: 1px solid #1C5DB0;border-radius: 11px;overflow: hidden;margin: 0 auto;}

.add-to-cart-page .licence-plate .plate .left {background-color: #1C5DB0;color: #fff;width: 40px;padding: 5px;}
.add-to-cart-page .licence-plate .plate .left .stars {text-align: center;}
.add-to-cart-page .licence-plate .plate .left .stars img {

}
.add-to-cart-page .licence-plate .plate.eu {
    border: 1px solid #636363;
}

.add-to-cart-page .licence-plate .plate.eu .left {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #636363;
}
.add-to-cart-page .licence-plate .plate.eu .left .stars {
    display: none;
}
.add-to-cart-page .licence-plate .plate.eu .left .code {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-to-cart-page .licence-plate .plate .left .code {text-align: center;}
.add-to-cart-page .licence-plate .plate .right {/* display: flex; */width: calc(100% - 40px);align-items: center;/* text-align: center; */letter-spacing: 3px;font-size: 132%;text-align: center;}

.add-to-cart-page .end-date {
    display: none;
    font-size: 90%;
}
.add-to-cart-page .button-row {display: flex;align-items: center;justify-content: center;}

.add-to-cart-page .button-row .btn {transition:0.25s;background-color: #3A7BCE;color: #fff;padding: 13px;border: none;border-radius: 11px;font-size: 110%;font-weight: 600;font-family: 'Work Sans', sans-serif;width: 190px;max-width: 100%;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.add-to-cart-page .button-row .btn:hover {
    background-color: #1C5DB0;
}
.add-to-cart-page .button-row .btn img {margin-left: 2px;margin-left: 6px;}

.empty-cart {padding-top: 32px;padding-bottom: 140px;}


.empty-cart h1.title {text-align: center;color: #1C5DB0;text-align: center;margin-top: 0;margin-bottom: 51px;}
.empty-cart .box {border: 2px dashed #ddd;padding: 70px;}

.empty-cart .box .text {text-align: center;font-size: 110%;}

.empty-cart .box .button-row {display: flex;align-items: center;justify-content: center;margin-top: 45px;}

.empty-cart .box .button-row .btn {transition:0.3s;background-color: #3A7BCE;color: #fff;padding: 13px 23px;border: none;border-radius: 11px;font-size: 110%;font-weight: 600;font-family: 'Work Sans', sans-serif;/* width: 190px; */max-width: 100%;cursor: pointer;border:1px solid #3A7BCE;}
.empty-cart .box .button-row .btn:hover {
    color:#3A7BCE;
    background-color: transparent;
}
.cart-page {padding-top: 32px;padding-bottom: 140px;}

.cart-page h1.title {color: #1C5DB0;text-align: center;margin-top: 0;margin-bottom: 51px;}


.cart-page .box {/* max-width: 920px; */margin: 0 auto;width: 100%;margin-bottom: 80px;}


.cart-page .box .headline {display: flex;align-items: center;/* width: calc(100% - 120px); */margin-bottom: 18px;}

.cart-page .box .headline .vignette {display: flex;align-items: center;width: calc(100% - 300px);}

.cart-page .box .headline .vignette .icon {margin-right: 15px;}

.cart-page .box .headline .vignette .name {color: #1C5DB0;font-weight: 500;border-right: 1px solid #1C5DB0;padding-right: 12px;margin-right: 13px;}

.cart-page .box .headline .vignette .name strong {

}
.cart-page .box .headline .vignette .period {
    font-weight: 500;
}
.cart-page .box .headline .actions {width: 300px;display: flex;align-items: center;justify-content: flex-end;font-size: 90%;}


.cart-page .box .content {background-color: #F1F1F1;padding: 30px;border-top: 1px solid #1C5DB0;}

.cart-page .box .content .description {font-size: 90%;margin-bottom: 25px;}

.cart-page .box .headline .price-tag {background-image: url(/images/price-tag.png);background-size: 100% 100%;background-repeat: no-repeat;color: #fff;padding: 6px 17px;padding-right: 13px;font-weight: 600;margin-left: 15px;font-size: 90%;}

.cart-page .box .headline .actions .action {display: flex;align-items: center;font-weight: 500;}

.cart-page .box .headline .actions .action.edit {margin-right: 16px;cursor: pointer;color: #1C5DB0;/* font-weight: 500; */}


.cart-page .box .headline .actions .action.delete {color: #D13D3D;cursor: pointer;}

.cart-page .box .headline .actions .action img {
    margin-right: 5px;
    height: 16px;
}
.cart-page .plate {background-color: #fff;display: flex;/* width: 200px; */align-items: center;/* border: 1px solid #1C5DB0; */border-radius: 11px;overflow: hidden;/* margin: 0 auto; */}

.cart-page .plate .left {background-color: #1C5DB0;color: #fff;width: 33px;padding: 3px;}
.cart-page .plate .left .stars {text-align: center;height: 20px;}
.cart-page .plate .left .stars img {width: 15px;}
.cart-page .plate .left .code {text-align: center;line-height: 13px;font-size: 79%;}
.cart-page .plate .right {/* display: flex; *//* width: calc(100% - 40px); */align-items: center;/* text-align: center; *//* letter-spacing: 3px; */font-size: 103%;text-align: center;padding: 0 11px;}

.cart-page .button-row {display: flex;align-items: center;justify-content: center;}


.cart-page .button-row .btn {background-color: #3A7BCE;transition:0.3s;border: 1px solid #3A7BCE;color: #fff;padding: 13px 23px;/* border: none; */border-radius: 11px;font-size: 110%;font-weight: 600;font-family: 'Work Sans', sans-serif;/* width: 190px; */max-width: 100%;cursor: pointer;margin: 0 9px;display: flex;align-items: center;}
.cart-page .button-row .btn:hover {
    background-color: #1C5DB0;
}
.cart-page .button-row .btn img {margin-left: 7px;}
.cart-page .button-row .btn.secondary {transition:0.3s;border: 1px solid #3A7BCE;color: #3A7BCE;background-color: transparent;}
.cart-page .button-row .btn.secondary:hover {
    border-color: #1C5DB0;
    color: #1C5DB0;
}
.cart-page .data {display: flex;}
.cart-page .data .column {width: 20%;}
.cart-page .data .column > .name {
    font-weight: 600;
    margin-bottom: 13px;
    padding-right: 10px;
}
.cart-page .data .column > .value {display: flex;justify-content: start;}

.delete-from-cart {position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgb(217 217 217 / 81%);display: flex;align-items: center;justify-content: center;display: none;}

.delete-from-cart .delete-modal {background-color: #fff;border-radius: 17px;width: 440px;max-width: calc(100% - 30px);padding: 29px;position: relative;box-shadow: 0 0 17px #0000001c;/* display: none; */}

.delete-from-cart .delete-modal .close {transition:0.25s;position: absolute;top: -32px;right: 4px;cursor: pointer;}

.delete-from-cart .delete-modal .close:hover {
    transform:scale(1.05);
}

.delete-from-cart .delete-modal .close img {width: 16px;}

.delete-from-cart .delete-modal .vignette {color: #1C5DB0;display: flex;align-items: center;justify-content: center;margin-bottom: 25px;}

.delete-from-cart .delete-modal .vignette .icon {height: 20px;margin-right: 8px;}
.delete-from-cart .delete-modal .vignette .name {font-weight: 500;border-right: 1px solid #c7c7c7;padding-right: 9px;margin-right: 10px;font-size: 90%;}

.delete-from-cart .delete-modal .vignette .name strong {

}

.delete-from-cart .delete-modal .vignette .period {font-size: 90%;}

.delete-from-cart .delete-modal .question {font-weight: 600;text-align: center;font-size: 90%;margin-bottom: 30px;}

.delete-from-cart .delete-modal .button-row {display: flex;}
.delete-from-cart .delete-modal .button-row {/* font-size: 80%; */}

.delete-from-cart .delete-modal .button-row .btn {transition: 0.3s;width: 50%;background-color: #D13D3D;color: #fff;border-radius: 11px;padding: 7px;text-align: center;cursor: pointer;border: 1px solid #D13D3D;font-size: 85%;padding: 11px 34px;font-weight: 400;}
.delete-from-cart .delete-modal .button-row .btn:hover {
    border-color: #D13D3D;
    background-color: transparent;
    color: #D13D3D;
}
.delete-from-cart .delete-modal .button-row .btn.secondary {
    margin-right: 16px;
    background-color: transparent;
    color: #3A7BCE;
    border: 1px solid #3A7BCE;
    transition: 0.3s;
    font-weight: 400;
}
.delete-from-cart .delete-modal .button-row .btn.secondary:hover {
    color: #fff;
    background-color: #3A7BCE;
}

.custom-checkbox {transition:0.3s;display:flex;align-items:center;justify-content:center;width: 22px;height: 22px;position: relative;/* border: 1px solid #DFDEDE; */border-radius: 6px;cursor: pointer;cursor: pointer;border: 1px solid #1C5DB0;}
.custom-checkbox:hover {
    border-color: #29BDFF;
}
.custom-checkbox.checked {
    background-color: #3a7bce;
    border-color: #3a7bce;
}

.custom-checkbox input {position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.01;box-sizing: border-box;padding: 0;margin: 0;/* pointer-events: none; */cursor: pointer;background-color: red;/* width: 15px; *//* height: 15px; */}
.custom-checkbox .checkmark {
    width: 10px;
    transform: scale(0);
    transition: 0.3s;
}
.custom-checkbox.checked .checkmark {
    transform: scale(1);
}

.customer-data {padding-top: 32px;padding-bottom: 140px;}

.customer-data h1.title {color: #1C5DB0;text-align: center;margin-top: 0;margin-bottom: 51px;}

.customer-data .back-row {
    margin-bottom: 35px;
    font-size: 94%;
}
.customer-data .back-row a {
    color: #3a7bce;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    border: 1px solid #3a7bce;
    border-radius: 6px;
    padding: 4px 12px;
    transition: 0.3s;
}
.customer-data .back-row a:hover {
    color: #1C5DB0;
    border-color: #1C5DB0;
}
.customer-data .back-row a img {
    margin-right: 7px;
    width: 8px;
}

.customer-data .section {width: 870px;margin: 0 auto;margin-bottom: 57px;max-width: 100%;}
.customer-data .section .section-title {
    display: flex;
    align-items: center;
}
.customer-data .section-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.customer-data .section-spinner img {
    width: 70px;
}
.customer-data .section .section-title .left {font-weight: 600;color: #1C5DB0;font-size: 138%;margin-bottom: 12px;width: 50%;}
.customer-data .section .section-title .right {width: 50%;display: flex;justify-content: flex-end;font-size: 80%;}

.customer-data .section .content {/* background-color: #F1F1F1; */background-color: #F1F1F1;padding: 50px;border-top: 1px solid #1C5DB0;}

.customer-data .section .content .half {display: flex;}

.customer-data .section .content .half .column {width: 50%;}

.customer-data .section .content .half .column.zip {width: 230px;}
.customer-data .section .content .half .column.city {width: calc(100% - 254px);}
.customer-data .section .content .half .column.company-name {width: calc(100% - 236px);}
.customer-data .section .content .half .column.vat-number {width: 234px;}

.customer-data .radio-group {

}

.customer-data .radio-group .row {display: flex;margin-bottom: 26px;cursor: pointer;align-items: center;}
.customer-data .radio-group .row .radio-column {/* width: 20px; *//* height: 20px; */display: flex;/* background-color: #fff; */width: 35px;align-items: center;display: flex;align-items: center;}

.customer-data .radio-group .row .radio-column .radio-button {width: 23px;height: 23px;background-color: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.customer-data .radio-group .row .radio-column .radio-button .circle {background-color: #1C5DB0;width: 15px;height: 15px;border-radius: 50%;display: none;}

.customer-data .radio-group .row .radio-column .radio-button.active .circle {/* width: 20px; *//* height: 20px; */display: block;}

.customer-data .radio-group .row .text-column {/* display: inline-flex; */align-items: center;width: calc(100% - 50px);}
.customer-data .radio-group .row .text-column strong {
    margin-right: 5px;
}
.customer-data .radio-group .row .text-column img {
    margin-left: 8px;
    position: relative;
    top: 7px;
}
.customer-data .invoice-data {margin-top: 40px;}

.customer-data .button-row {display: flex;align-items: center;justify-content: center;margin-top: 65px;}

.customer-data .button-row .btn {transition:0.3s;background-color: #3A7BCE;color: #fff;padding: 13px 34px;border: none;border-radius: 11px;font-size: 110%;font-weight: 600;font-family: 'Work Sans', sans-serif;/* width: 190px; */max-width: 100%;cursor: pointer;width:auto;min-width:150px;}
.customer-data .button-row .btn:hover {
background-color: #1C5DB0;
}
.customer-data .button-row .btn img {

}

.customer-data .delete-from-cart .button-row {
    margin: 0;
}

.customer-data .button-row .btn.pay {
    background-color: #2BAA6D;
    width: 300px;
    max-width: 100%;
}
.customer-data .button-row .btn.pay:hover {
    background-color: #1C5DB0;
}
.customer-data .section .content .half .column:first-child {
    margin-right: 40px;
}
.customer-data .button-row .btn.secondary {
    transition:0.3s;
    border: 1px solid #3A7BCE;
    color: #3A7BCE;
    background-color: transparent;
    font-size: 85%;
    padding: 11px 34px;
}
.customer-data .button-row .btn.secondary:hover {
    border-color: #1C5DB0;
    color: #1C5DB0;
}

.customer-data .checkbox-row {
    display: flex;
    align-items: center;
}

.customer-data .checkbox-row .text {padding-left: 13px;width: calc(100% - 25px);}


.customer-data .checkbox-row .text .badge {background-color: #fff;display: inline-flex;border-radius: 16px;padding: 3px 7px;font-weight: 600;color: #3A7BCE;font-size: 81%;margin-left: 3px;}

.customer-data .action {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #1C5DB0;
    cursor: pointer;
    font-weight: 600;
}
.customer-data .action img {margin-right: 5px;}
.customer-data .lock {
    margin-right: 5px;
}

.customer-data .agreement {
    width: 870px;
    margin: 0 auto;
    margin-bottom: 57px;
    max-width: 100%;
}
.customer-data .agreement a {
    color: #3A7BCE;
}

.customer-data .customer-data-row {
    /* background-color: #ddd; */
    display: flex;
    border-bottom: 2px solid #E4E4E4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.customer-data .customer-data-row .name {width: 200px;}

.customer-data .customer-data-row .value {width: calc(100% - 200px);}
.customer-data .customer-data-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.customer-data .radio-group .row:last-child {
    margin-bottom: 0;
}

.customer-data .vignette-item {border-bottom: 2px solid #E4E4E4;padding-bottom: 20px;margin-bottom: 20px;}

.customer-data .vignette-item .name-and-price {display: flex;align-items: center;margin-bottom: 14px;}

.customer-data .vignette-item .name-and-price .name {font-weight: 700;width: 50%;}

.customer-data .vignette-item .name-and-price .price {width: 50%;display: flex;justify-content: flex-end;}

.customer-data .vignette-item .name-and-price .price-tag {background-image: url(/images/price-tag.png);background-size: 100% 100%;background-repeat: no-repeat;color: #fff;padding: 4px 20px;padding-right: 11px;font-weight: 600;}

.customer-data .vignette-item.no-last-border:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.customer-data .vignette-item  .properties {

}

.customer-data .vignette-item  .properties .prop {display: flex;/* align-items: center; */margin-bottom: 9px;align-items: start;}


.customer-data .vignette-item  .properties .prop .name {width: 200px;display: flex;align-items: center;padding-left: 4px;font-size: 90%;}
.customer-data .vignette-item  .properties .prop .value {width: calc(100% - 200px);font-size: 90%;}

.customer-data .vignette-item  .properties .prop .value strong {

}
.customer-data .vignette-item  .properties .prop .name .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #3A7BCE;
}
.customer-data .vignette-item  .properties .prop .blue {
    color: #1C5DB0;
}
.customer-data .subtotal {border-bottom: 2px solid #E4E4E4;padding-bottom: 20px;margin-bottom: 20px;}

.customer-data .subtotal .row {display: flex;align-items: center;padding: 9px 0;
    font-size: 90%;
}

.customer-data .subtotal .row .name {width: calc(100% - 130px);text-align: right;}

.customer-data .subtotal .row .price {/* color: #3a7bce; */width: 130px;text-align: right;font-weight: 600;}
.customer-data .total {
    display: flex;
    align-items: center;
    font-size: 145%;
    font-weight: 700;
}
.customer-data .total .name {width: calc(100% - 130px);text-align: right;}

.customer-data .total .price {color: #3a7bce;width: 130px;text-align: right;}

.product-page {padding-top: 50px;padding-bottom: 170px;}

.product-page .photo-and-details {
    display: flex;
}

.product-page .photo-and-details .photo {width: 320px;}

.product-page .photo-and-details .photo img {width: 100%;}
.product-page .photo-and-details .details {width: calc(100% - 320px);padding-left: 40px;}

.product-page .photo-and-details .details h1.name {margin-top: 0;border-bottom: 1px solid #ddd;padding-bottom: 12px;margin-bottom: 41px;color: #1C5DB0;}
.product-page .photo-and-details .details h1.name .icon {
    display: none;
}
.product-page .photo-and-details .details .description {margin-bottom: 50px;}

.product-page .photo-and-details .details .categories {display: flex;margin-bottom: 20px;}

.product-page .photo-and-details .details .left {width: 270px;}

.product-page .photo-and-details .details .right {width: auto;padding-top: 31px;padding-left: 26px;}

.product-page .photo-and-details .details .right .price-tag {display:none;background-image: url(/images/price-tag.png);background-size: 100% 100%;background-repeat: no-repeat;color: #fff;padding: 4px 20px;padding-right: 11px;font-weight: 600;}


.product-page .photo-and-details .details .button-row {
    display: flex;
    display: none;
}
.product-page .photo-and-details .details .button-row .btn {transition:0.3s;background-color: #2BAA6D;color: #fff;/* display: block; */display: flex;/* width: 100%; */align-items: center;justify-content: center;padding: 7px;box-sizing: border-box;border-radius: 11px;font-size: 90%;/* width: 240px; */padding: 12px 31px;}
.product-page .photo-and-details .details .button-row .btn:hover {
background-color: #1C5DB0;
}
.product-page .photo-and-details .details .button-row .btn img {
    margin-right: 10px;
}

.product-page .photo-and-details .category-description {
    margin-bottom: 35px;
    display: none;
}

.product-page .photo-and-details .category-description strong {
    font-weight: 600;
}

div.subpage-slider {background-color: #EFEFEF;}
div.subpage-slider div.container {  }
div.subpage-slider div.container div.columns {display: flex;align-items: center;}
div.subpage-slider div.container div.columns div.column-left {width: 50%;}
div.subpage-slider div.container div.columns div.column-left div.title {display: flex;align-items: center;font-weight: 800;color: #353535;font-size: 260%;margin-bottom: 35px;}
div.subpage-slider div.container div.columns div.column-left div.title img.diamond {margin-right: 16px;}
div.subpage-slider div.container div.columns div.column-left div.description {  }
div.subpage-slider div.container div.columns div.column-left div.description p {font-size: 117%;line-height: 184%;}
div.subpage-slider div.container div.columns div.column-right {  }
div.subpage-slider div.container div.columns div.column-right img {
}
div.subpage-steps {padding: 80px 0;}
div.subpage-steps div.container {  }
div.subpage-steps div.container div.columns {display: flex;}
div.subpage-steps div.container div.columns div.column {width: 33.33%;}
div.subpage-steps div.container div.columns div.column div.nr-row {display: flex;align-items: center;justify-content: center;margin-bottom: 25px;}
div.subpage-steps div.container div.columns div.column div.nr-row span.left {width: calc(100% - 30px);height: 10px;/* background-color: red; */display: flex;background: rgb(88,199,99);background: linear-gradient(270deg, rgba(88, 199, 99, 0) 0%, rgba(88, 199, 99, 1) 100%);}
div.subpage-steps div.container div.columns div.column div.nr-row span.nr {background-image: url('/images/diamond.svg');background-repeat: no-repeat;background-position: center;background-size: contain;width: 155px;height: 65px;display: flex;align-items: center;justify-content: center;color: #fff;font-weight: 800;font-size: 171%;}
div.subpage-steps div.container div.columns div.column div.nr-row span.right {width: calc(100% - 30px);display: flex;height: 10px;display: flex;background: rgb(88,199,99);background: linear-gradient(93deg, rgba(88,199,99,0) 0%, rgba(88,199,99,1) 100%);}
div.subpage-steps div.container div.columns div.column div.icon-row {display: flex;align-items: center;justify-content: center;height: 190px;}
div.subpage-steps div.container div.columns div.column div.icon-row img {  }
div.subpage-steps div.container div.columns div.column div.text-row {display: flex;align-items: center;justify-content: center;font-weight: 600;font-size: 113%;padding: 0 107px;text-align: center;}
div.signup-section {background: url('/images/signup-bg.svg');background-size: cover;background-position: center;padding: 50px 0;}
div.signup-section div.container {  }
div.signup-section div.container div.title {color: #3A7740;font-weight: 800;text-align: center;font-size: 200%;margin-bottom: 0;}
div.signup-section div.container div.button-row {display: flex;justify-content: center;align-items: center;}
div.signup-section div.container div.button-row a {background: rgb(70, 162, 78);background: linear-gradient(90deg, rgba(70, 162, 78, 1) 0%, rgba(91, 204, 102, 1) 100%);display: inline-flex;padding: 9px 25px;border-radius: 35px;color: #fff;font-size: 116%;margin-top: 16px;background: rgb(70, 162, 78);background: linear-gradient(90deg, rgba(70, 162, 78, 1) 0%, rgba(91, 204, 102, 1) 100%);display: inline-flex;padding: 14px 58px;border-radius: 35px;color: #fff;font-size: 124%;margin-top: 16px;font-weight: 500;}
div.subpage-faq {padding: 50px 0;padding-bottom: 100px;}
div.subpage-faq div.container {  }
div.subpage-faq div.container h2 {text-align: center;font-weight: 800;font-size: 192%;color: #353535;}
div.subpage-faq div.container div.faq-section {border-bottom: 1px solid #48A650;padding-bottom: 21px;padding-top: 20px;}
div.subpage-faq div.container div.faq-section div.question {display: flex;align-items: center;/* margin-bottom: 12px; */cursor: pointer;}
div.subpage-faq div.container div.faq-section div.question div.left {width: calc(100% - 50px);display: flex;align-items: center;font-size: 141%;font-weight: 300;}
div.subpage-faq div.container div.faq-section div.question div.left img.diamond {margin-right: 9px;}
div.subpage-faq div.container div.faq-section div.question div.arrow {display: flex;width: 50px;justify-content: flex-end;align-items: center;}
div.subpage-faq div.container div.faq-section div.question div.arrow img { transition: 0.25s;  }
div.subpage-faq div.container div.faq-section div.answer {ba;background-color: #EFEFEF;ckground-.c: ;padding: 23px;border-radius: 21px;display: none;margin-top: 12px;}
div.subpage-faq div.container div.faq-section.active .answer {display: block;}
div.subpage-faq div.container div.faq-section.active div.question div.arrow img {
    transform: rotate(-180deg);
}
div.subpage-faq div.container div.faq-section:last-child {
    border-bottom: none;
}

.public-subpage {
    padding-top: 50px;
    padding-bottom: 80px;
}

.public-subpage h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 190%;
    font-size: 180%;
    color: #333;
}

form a {
    color: #219653;
    font-weight: 600;
}

.input-row.error .error-message {
    display: block!important;
    visibility: visible!important;
}

.input-row.error .error-icon {
    display: flex!important;
    visibility: visible!important;
}

form .half-column {
    width: 100%;
    display: flex;
}

form .half-column .column-left {
    width: 50%;
    margin-right: 10px;
}

form .half-column .column-right {
 width: 50%;
    margin-left: 10px;
}

form .third-column {
    width: 100%;
    display: flex;
}

form .third-column .column-left {
    width: 33.33%;
    margin-right: 10px;
}

form .third-column .column-middle {
    width: 33.33%;
    margin-left: 10px;
    margin-right: 10px;
}

form .third-column .column-right {
    width: 33.33%;
    margin-left: 10px;
}

form .or-separator {border-bottom: 1px solid #ddd;position: relative;margin: 35px 0;pointer-events: none;user-select: none;}

form .or-separator > span {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);text-transform: uppercase;letter-spacing: 2px;font-weight: 400;color: #b3b3b3;background-color: #fff;padding: 0 16px;font-size: 88%;}

form .google-btn {
    background-color: #4285F4;
}

form .google-btn:hover {
    background-color: #2d66c5;
}

.public-subpage .inner-box {width: 500px;margin: 0 auto;max-width: 100%;}

form .secondary-link-under-submit-button {text-align: center;margin-top: 19px;}


form .secondary-link-under-submit-button a {/* text-align: center; */font-size: 90%;font-weight: 700;display: flex;justify-content: center;align-items: center;}

form .secondary-link-under-submit-button a > img {
    margin-right: 5px;
}

form .input-group {border: 1px solid #333;border-radius: 11px;padding: 21px;margin-bottom: 31px;position: relative;padding-bottom: 3px;padding-top: 29px;}


form .input-group .input-group-title {background-color: #fff;font-weight: 600;color: #333;position: absolute;left: 13px;top: -10px;padding: 0 8px;}

.tippy-tooltip.tomato-theme[data-placement^='top'] .tippy-arrow {
    border-top-color: tomato;
}
.tippy-tooltip.tomato-theme[data-placement^='bottom'] .tippy-arrow {
    border-bottom-color: tomato;
}
.tippy-tooltip.tomato-theme[data-placement^='left'] .tippy-arrow {
    border-left-color: tomato;
}
.tippy-tooltip.tomato-theme[data-placement^='right'] .tippy-arrow {
    border-right-color: tomato;
}

.signable-card {background-color: #fff;box-shadow: 1px 1px 11px rgb(0 0 0 / 15%);border-radius: 8px;margin-bottom: 30px;/* padding: 21px; */overflow: hidden;}

.signable-card .title {text-transform: uppercase;font-weight: 500;text-align: center;margin-bottom: 18px;padding: 20px 6px;padding-bottom: 0;}
.signable-card .signed-row {display: flex;align-items: center;justify-content: center;margin-bottom: 22px;font-size: 70%;}
.signable-card .signed-row > span {background-color: #D3EADD;text-transform: uppercase;color: #219653;font-weight: 500;letter-spacing: 2px;border-radius: 56px;padding: 5px 16px;}
.signable-card .signed-row > span i {}
.signable-card .button-row {background-color: #f1f1f1;/* padding: 12px; */display: flex;align-items: center;font-size: 89%;}

.signable-card .button-row .left {width: 50%;display: flex;align-items: center;justify-content: center;border-right: 3px solid #fff;padding: 12px;color: #219653;}
.signable-card .button-row .left i {
    margin-right: 4px;
}
.signable-card .button-row .right {width: 50%;display: flex;align-items: center;justify-content: center;padding: 12px;color: #219653;}
.signable-card .button-row .right i {
    margin-right: 4px;
}
.signable-card .button-row .right.delete {
    color: red;
}

.static-page {
    padding-top: 40px;
    padding-bottom: 80px;
}

.static-page h1.title {
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 190%;
    font-size: 210%;
    color: #3b7741;
}

.static-page .article-wrapper {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}

.static-page.article-mode h1.title {
    margin-bottom: 10px;
}

.static-page.article-mode .article-details {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    color: #444;
    font-size: 90%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.static-page.article-mode .article-details .news-category {
    background-color: #f1f1f1;
    color: #004baa;
    /* color: #fff; */
    border-radius: 5px;
    font-size: 90%;
    padding: 1px 5px;
    margin-left: 12px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.static-page.article-mode .article-details .news-category:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 40%;
    background-color: #3a7bce;
    margin-right: 5px;
    transition: 0.3s;
}

.static-page.article-mode .back-row {
    margin-bottom: 20px;
}

.static-page.article-mode .back-row a {color: #3a7bce;font-weight: 500;display: inline-flex;align-items: center;border: 1px solid #3a7bce;border-radius: 6px;padding: 4px 12px;font-size: 91%;}
.static-page.article-mode .back-row a img {
    margin-right: 5px;
}

.static-page.article-mode .article-details .news-category:hover {
    background-color: #004caa;
    color: #fff;
}

.static-page.article-mode .article-details .news-category:hover:before {
    background-color: #fff;
}

.static-page .static-page-content a {
    color: #3a7bce!important;
}
.static-page .static-page-content strong {
    color: #000;
}
.static-page .static-page-content p {
    color: #000;
}
.static-page .static-page-content ol,
.static-page .static-page-content ul,
.static-page .static-page-content li {
    color: #000;
}
.static-page .static-page-content img {
    max-width: 100%;
}

.static-page .static-page-content table {
    width: 100%;
}

.static-page .static-page-content table td,
.static-page .static-page-content table th {
    padding: 8px;
}

.static-page .static-page-content h2 {
    font-size: 160%;
}

.static-page .static-page-content h3 {
    font-size: 140%;
}

.static-page .static-page-content ul {
    list-style-type: disc;
    list-style-position: inside;
}

.static-page .static-page-content ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.static-page .static-page-content ul ul,
.static-page .static-page-content ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}
.static-page .static-page-content ol ol,
.static-page .static-page-content ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

.static-page .static-page-content .ql-align-right {
    text-align: right;
}

.static-page .static-page-content .ql-align-justify {
    text-align: justify;
    word-break: break-word;
}

.static-page .static-page-content .ql-align-center {
    text-align: center;
}

.static-page .q-and-a {
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.static-page .q-and-a .q {
    background-color: #1C5DB0;
    color: #fff;
    padding: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.static-page .q-and-a .q:hover {
    background-color: #2f71c5;
}

.static-page .q-and-a .q:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/images/down.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    top: 2px;
    margin-right: 7px;
    transition: 0.3s;
}

.static-page .q-and-a.shown .q:before {
    transform: rotate(180deg);
}

.static-page .q-and-a .a {
    display: none;
    padding: 15px;
}

.static-page .q-and-a.shown .a {
    display: block;
}

/* NEWS PAGE */

.news-page {
    padding-top: 32px;
    padding-bottom: 140px;
}

.news-page h1.title {text-align: center;color: #1C5DB0;text-align: center;margin-top: 0;margin-bottom: 51px;}

.news-page .news-list {
    display: flex;
}

.news-page .news-list .next-prev {
    text-align: center;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-page .news-list .next-prev a {
    margin: 0 10px;
    color: #3a7bce;
    display: inline-flex;
    align-items: center;
}
.news-page .news-list .next-prev a:first-child img {
    margin-right: 4px;
    width: 8px;
}
.news-page .news-list .next-prev a:last-child img {
    margin-left: 4px;
    width: 8px;
}
.news-page .news-list .next-prev a.inactive {
    pointer-events: none;
    opacity: 0.4;
    display: none;
}


.news-page .news-list .right-column {
    width: 300px;
    /* background-color: #F1F1F1; */
    padding-left: 30px;
    border-left: 1px solid #ddd;
    padding-top: 0;
}

.news-page .news-list .left-column {
    width: calc(100% - 300px);
    padding-right: 30px;
}

.news-page .right-column .section-title {
    /* background-color: #F1F1F1; */
    margin: 0 3px;
    /* color: #1C5DB0; */
    font-weight: 700;
    width: 100%;
    font-size: 109%;
    margin-bottom: 17px;
}

.news-page .right-column .news-category {
    /* background-color: #F1F1F1; */
    margin: 0 3px;
    width: 100%;
    margin-bottom: 8px;
    background-color: #f1f1f1;
    border-radius: 4px;
    font-size: 90%;
    padding: 1px 5px;
    /* margin-left: 8px; */
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    color: #1c5db0;
    width: auto;
    margin-left: 0;
    margin-right: 8px;
    transition: 0.3s;
}

.news-page .right-column .news-category:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 40%;
    background-color: #3a7bce;
    margin-right: 5px;
    transition: 0.3s;
}

.news-page .right-column .news-category:hover {
    background-color: #1c5db0;
    color: #fff;
}

.news-page .right-column .news-category.selected {
    font-weight: 600;
    color: #1E1E1E;
    pointer-events: none;
}


.news-page .right-column .news-category:hover:before {
    background-color: #fff;
}


.news-page .right-column .news-category.selected:before {
    /*background-color: #000011;*/
}

.article {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    margin-bottom: 34px;
    padding-bottom: 34px;
    /* background-color: #f1f1f1; */
}

.article .details-row {display:flex;align-items:center;margin-bottom: 8px;font-size: 86%;}

.article .details-row .news-category {
    color: #1C5DB0;
    background-color: #f1f1f1;
    border-radius: 4px;
    font-weight: 500;
    font-size: 90%;
    padding: 1px 5px;
    margin-left: 8px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.article .details-row .news-category:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 40%;
    background-color: #3a7bce;
    margin-right: 3px;
    transition: 0.3s;
}

.article .details-row .news-category:hover {
    background-color: #1C5DB0;
    color: #fff;
}

.article .details-row .news-category:hover:before {
    background-color: #fff!important;
}

.article a.read-more {
    /* color: #3a7bce; */
    margin-left: 8px;
    font-size: 86%;
    text-decoration: underline;
}

.article a.read-more:hover {
    text-decoration: none;
}

.article:last-child {
    border-bottom: none;
}

.article .photo-column {
    width: 200px;
    height: 130px;
    border: 1px solid #ddd;
    padding: 4px;
    /* background-color: #f1f1f1; */
    transition: 0.3s;
}

.article .photo-column:hover {
    border-color: #1C5DB0;
}

.article .text-column {
    width: calc(100% - 200px);
    padding-left: 25px;
}

.article .text-column h2 {
    margin: 0;
    font-size: 122%;
    font-weight: 600;
    margin-bottom: 4px;
}

.article .text-column h2 a {
    transition: 0.3s;
}

.article .text-column h2 a:hover {
    color: #1C5DB0;
}

.article .photo-column .image-container {
    width: 100%;
    height: 100%;
    padding-bottom: 50%;
    position: relative;
    /* border: 1px solid #1c5db0; */
}

.article .photo-column .image-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border: 1px solid #1c5db0; */
}


/* LOGIN PAGE */

.login-page {padding-top: 32px;padding-bottom: 140px;}

.login-page .box.success {
    /* border-top: 1px solid #47cb54; */
}
.login-page .box.success .text {
    /* color: #47cb54; */
    margin-bottom: 0;
}

.login-page .box .checkmark-row {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.login-page .box .checkmark-row img {
    width: 35px;
}

.login-page .title {text-align: center;color: #1C5DB0;text-align: center;margin-top: 0;margin-bottom: 51px;}

.login-page .box {max-width: 650px;margin: 0 auto;width: 100%;margin-bottom: 80px;background-color: #F1F1F1;padding: 50px;border-top: 1px solid #1C5DB0;}

.login-page .box > .text {margin-bottom: 33px;font-size: 90%;}

.login-page .button-row {display: flex;justify-content: center;}

.login-page .button-row button {
    transition: 0.3s;
    background-color: #3A7BCE;
    color: #fff;
    padding: 9px 21px;
    border: none;
    border-radius: 11px;
    font-size: 100%;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;;
    /* width: 190px; */
    max-width: 100%;
    cursor: pointer;
    border: 1px solid #3A7BCE;
    min-width: 150px;
}
.login-page .button-row button:hover {
    color: #3A7BCE;
    background-color: transparent;
}

.login-link-page {
    padding-top: 32px;
    padding-bottom: 140px;
}

.login-link-page .loader {
    margin: 0 auto;
    width: 500px;
    max-width: 100%;
    text-align: center;
    padding: 15px;
}

.login-link-page .loader .title {
    color: #1C5DB0;
    font-weight: 700;
    font-size: 120%;
    margin-bottom: 24px;
}

.login-link-page .loader img {
    width: 100px;
}

.profile-page {

}

.profile-page h1 {
    margin-bottom: 10px!important;
}

.profile-page .email-row {
    text-align: center;
    font-size: 90%;
    margin-bottom: 45px;
}

.profile-page .email-row a {
    color: #3a7bce;
}


.profile-page .profile-orders {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.profile-page .profile-orders .table-header {
    display: flex;
    font-weight: 600;
    background-color: #F1F1F1;
    text-align: center;
    /* padding: 9px; */
    border-bottom: 1px solid #1C5DB0;
    color: #1C5DB0;
    text-transform: uppercase;
    text-align: center;
    font-size: 80%;
}

.profile-page .profile-orders .table-header > div {
    padding: 10px;
}

.profile-page .profile-orders .table-header > div:nth-child(1) {
    width: 24%;
}
.profile-page .profile-orders .table-header > div:nth-child(2) {
    width: 48%;
}
.profile-page .profile-orders .table-header > div:nth-child(3) {
    width: 24%;
}
.profile-page .profile-orders .table-header > div:nth-child(4) {
    width: 4%;
}

.profile-page .profile-orders .rows {

}

.profile-page .profile-orders .rows > .row {
    display: flex;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    width: 100%;
    transition: 0.3s;
}

.profile-page .profile-orders .rows > .row > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-page .profile-orders .rows > .row > div:nth-child(1) {
    width: 24%;
}
.profile-page .profile-orders .rows > .row > div:nth-child(2) {
    width: 48%;
}
.profile-page .profile-orders .rows > .row > div:nth-child(3) {
    width: 24%;
}
.profile-page .profile-orders .rows > .row > div:nth-child(4) {
    width: 4%;
}

.profile-page .profile-orders .rows > .row .nr-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-page .profile-orders .rows > .row .nr {
    width: 22px;
    height: 19px;
    background-color: #1C5DB0;
    color: #fff;
    border-radius: 50px;
    font-size: 70%;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    transition: 0.3s;
    margin-left: 5px;
}

.profile-page .profile-orders .row-content {
    font-size: 85%;
    padding: 20px;
    border: 1px solid #1C5DB0;
    display: none;
}

.profile-page .profile-orders .rows > .row .chevron {
    transition: 0.25s;
    width: 12px;
}

.profile-page .profile-orders .rows > .row:hover {
    background-color: #F1F1F1;
    cursor: pointer;
}


.profile-page .profile-orders .row-content .section {
    margin-bottom: 20px;
}

.profile-page .profile-orders .row-content .section .content {
    padding: 20px;
}

.profile-page .profile-orders .row-content .section-title {
    font-size: 80%;
}

.profile-page .profile-orders .row-content .section-title .left {
    font-weight: 700;
}

.profile-page .profile-orders .rows > .row.active {
    background-color: #1C5DB0;
    color: #fff;
    border-bottom-color: #1C5DB0;
}

.profile-page .profile-orders .rows > .row.active .nr {
    background-color: #fff;
    color: #1C5DB0;
}
.profile-page .profile-orders .rows > .row.active .chevron {
    transform: rotate(180deg);
    filter: brightness(0) invert(1);
}

.profile-page .profile-orders .rows > .row.active + .row-content {
    display: block;
}

.profile-page .next-prev {
    text-align: center;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-page .next-prev a {
    margin: 0 10px;
    color: #3a7bce;
    display: inline-flex;
    align-items: center;
}
.profile-page .next-prev a:first-child img {
    margin-right: 4px;
    width: 8px;
}
.profile-page .next-prev a:last-child img {
    margin-left: 4px;
    width: 8px;
}
.profile-page .next-prev a.inactive {
    pointer-events: none;
    opacity: 0.4;
    display: none;
}

/* VALIDITY PAGE */

.validity-page {padding-top: 32px;padding-bottom: 140px;}

.validity-page .extra-info {
    max-width: 100%;margin: 0 auto;width: 100%;
    font-size: 84%;
}

.validity-page .box.success {
    /* border-top: 1px solid #47cb54; */
}
.validity-page .box.success .text {
    /* color: #47cb54; */
    /* margin-bottom: 0; */
}

.validity-page .box .checkmark-row {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.validity-page .box .checkmark-row img {
    width: 35px;
}

.validity-page .title {text-align: center;color: #1C5DB0;text-align: center;margin-top: 0;margin-bottom: 51px;}

.validity-page .box {max-width: 650px;margin: 0 auto;width: 100%;margin-bottom: 80px;background-color: #F1F1F1;padding: 50px;border-top: 1px solid #1C5DB0;}

.validity-page .box > .text {margin-bottom: 33px;font-size: 90%;}

.validity-page .button-row {display: flex;justify-content: center;}

.validity-page .button-row button {
    transition: 0.3s;
    background-color: #3A7BCE;
    color: #fff;
    padding: 9px 21px;
    border: none;
    border-radius: 11px;
    font-size: 100%;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;;
    /* width: 190px; */
    max-width: 100%;
    cursor: pointer;
    border: 1px solid #3A7BCE;
    min-width: 150px;
}
.validity-page .button-row button:hover {
    color: #3A7BCE;
    background-color: transparent;
}

.validity-page .checkbox-row {
    display: flex;
    align-items: center;
}

.validity-page .checkbox-row .text {padding-left: 13px;width: calc(100% - 25px);font-size:85%;}

.validity-page .checkbox-row .text a {
    color: #1C5DB0;
    font-weight: 400;
}

@media (max-width: 1400px) {
    .container {
        width: 1140px;
    }
    body {
        font-size: 95%;
    }

    .page-frame > .left-menu {
        width: 200px;
    }
    .page-frame > .page-content {
        width: calc(100% - 200px);
    }
}

@media (max-width: 1200px) {
    .container {
        width: 960px;
    }

    .cv-page {
        width: 100%;
    }

    div.subpage-slider div.container div.columns div.column-left div.title {
        font-size: 220%;
    }

    div.subpage-slider div.container div.columns div.column-left div.description p {
        font-size: 100%;
    }
    /*
    header .gray .menu-item {
        font-size: 90%;
    }
    footer .gray .columns .column .menu-item {
        font-size: 80%;
    }
    footer .white .copyright {
        font-size: 75%;
    }
    footer .gray .columns .column .title {
        font-size: 85%;
    }
    .main-page .info {
        font-size: 85%;
    }
    .main-page .vignettes .headline .column {
        font-size: 80%;
    }
    .main-page .vignettes .row .column.blue .name {
        font-size: 75%;
    }
    .main-page .vignettes .row .column.blue .images-and-code .image img {
        width: 60px;
    }
    .main-page .vignettes .row .column.blue .images-and-code .code {
        font-size: 200%;
        line-height: 26px;
    }
    .main-page h1.intro {
        font-size: 85%;
    }
    .main-page .vignettes .row .column .add-to-cart .btn {
        font-size: 80%;
    }
    .main-page .vignettes .row .column .add-to-cart .btn img {
        width: 15px;
    }
    .main-page .vignettes .row .column .name-and-price .name {
        font-size: 80%;
    }
     */
    body {
        font-size: 85%;
    }
    .article .photo-column {
        width: 150px;
        height: 100px;
    }
    .article .text-column {
        width:calc(100% - 150px);
    }
    .main-page .vignettes .row .column {
        padding: 10px;
        margin: 0 2px;
    }
    header .gray .menu-item {
        margin-right: 20px;
    }
    header .white .columns .column img.logo {
        height: 33px;
    }
    .main-page .vignettes .row {
        margin-bottom: 4px;
    }
    .main-page .vignettes .headline {
        margin-bottom: 4px;
    }
    footer .white .logos img {
        width: 440px;
    }
    .cart-page .box .headline .vignette .icon {
        height: 20px;
    }
    .cart-page .box .headline .price-tag {
        padding: 4px 15px;
        padding-right: 11px;
    }
    header .white .language .value img.flag {
        width: 20px;
    }
    .main-page .vignettes .row .column .add-to-cart .btn img {
        width: 16.5px;
    }

    .login-page .button-row button {
        padding: 9px 18px;
    }

    .validity-page .button-row button {
        padding: 9px 18px;
    }

    .cart-page .plate {

    }
    .cart-page .plate .left {padding: 1px;}
    .cart-page .plate .left .stars {height: 19px;}
    .cart-page .plate .left .stars img {
        height: 21px;
    }
    .cart-page .plate .left .code {
    }
    .cart-page .button-row .btn {
        padding: 10px 21px;
    }
    .cart-page .button-row .btn img {
        width: 7px;
    }
    .empty-cart .box .button-row .btn {
        padding: 9px 18px;
    }
    .cart-page .box .content {
        padding: 20px;
    }
    .add-to-cart-page .box .headline .vignette .icon {
        height: 22px;
    }
    .add-to-cart-page .licence-plate .plate .left .stars {height: 20px;}
    .add-to-cart-page .licence-plate .plate .left .stars img {width: 17px;height: 17px;}
    .add-to-cart-page .licence-plate .plate .left .code {

    }
    .add-to-cart-page .licence-plate .plate .right {
        font-size: 150%;
    }
    .input-row input {
        /* padding: 6px 10px; */
    }
    .dropdown .dropdown-input {height: 37px;}
    .date-input {
        height: 37px;
    }
    .add-to-cart-page .button-row .btn {padding: 10px;}
    .add-to-cart-page .button-row .btn img {width: 6px;}
    .add-to-cart-page .box {
        width: 100%;
        max-width: 100%;
    }
    .customer-data .section .content {
        padding: 44px;
    }
    .customer-data .section {width: 100%;}
    .custom-checkbox {
        width: 20px;
        height: 20px;
    }
    .custom-checkbox input {

    }
    .customer-data .agreement {
        width: 100%;
    }
    .delete-from-cart .delete-modal .button-row .btn {
        padding: 5px;
    }
    .product-page .photo-and-details .photo {width: 270px;}
    .product-page .photo-and-details .details {
        width: calc(100% - 270px);
    }
    .customer-data .vignette-item .properties .prop .name .dot {
        width: 7px;
        height: 7px;
    }
    .job-details-table div.details-row div.caption {
        width: 60px;
    }
}

@media (max-width: 1024px) {
    .currency .profile-name-short:not(.multi-company) {
        display: none;
    }
    .currency .profile-name-short.multi-company {
        max-width: 115px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 5px;
    }

    header .white .currency.logged-in-user .currency-dropdown .currency-dropdown-item.show-on-mobile {
        display: block;
    }

    .half-width {
        width: 100%;
    }

    .page-frame {
        display: block;
        margin-bottom: 70px;
    }
    .page-frame > .left-menu .menu-items {
        display: none;
    }
    .page-frame > .page-content {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }

}

@media (max-width: 992px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    [data-filterable-work-hours] table th,
    [data-filterable-work-hours] table td {
        padding: 10px;
    }

    [data-filterable-work-hours] table th:nth-child(3),
    [data-filterable-work-hours] table td:nth-child(3){
        display: none;
    }
    [data-filterable-work-hours] table th:nth-child(4),
    [data-filterable-work-hours] table td:nth-child(4){
        display: none;
    }
    [data-filterable-work-hours] table th:nth-child(5),
    [data-filterable-work-hours] table td:nth-child(5){
        display: none;
    }
    .cv-page {
        width: 100%;
        margin-top: 0;
    }
    header .white .currency {
        padding-right: 0;
    }
    div.subpage-slider div.container div.columns div.column-left div.title img.diamond {
        width: 25px;
        margin-right: 10px;
    }
    div.subpage-slider div.container div.columns div.column-left div.title {
        margin-bottom: 20px;
        font-size: 180%;
    }
    .news-page .right-column {
        display: none;
    }
    .news-page .left-column {
        width: 100%!important;
    }
    .main-page .vignettes .row .column .name-and-price .name {
        width: 100%;
        text-align: center;
        margin-bottom: 6px;
    }
    .main-page .vignettes .row .column .name-and-price .price {
        width: 100%;
        text-align: center;
    }

    .main-page .vignettes .row .column .name-and-price .name div {
        display: inline;
        /* margin-bottom: 5px; */
    }
    .main-page .vignettes .row .column .name-and-price {
        flex-wrap: wrap;
        margin-bottom: 6px;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
    }
    .main-page .vignettes .row .column.blue .images-and-code .image img {
        width: 60px;
    }
    .main-page .vignettes .row .column.blue .images-and-code .code {
        font-size: 232%;
        line-height: 21px;
    }
    .cart-page .button-row .btn {
        padding: 10px 17px;
    }
    .cart-page .data {
        flex-wrap: wrap;
    }
    .cart-page .data .column {
        width: 25%;
        margin-bottom: 15px;
    }
    .cart-page .box .headline .vignette {
        width: calc(100% - 200px);
    }
    .cart-page .box .headline .actions {
        width: 200px;
    }

}

@media (max-width: 880px) {
    #homepage-steps .steps .inner-box {
        flex-wrap: wrap;
    }
    .main-page .vignettes .row .column .add-to-cart .btn {
        justify-content: center;
        text-align: center;
    }
    .main-page .vignettes .row .column .add-to-cart .btn img {
        display: none;
    }
    .main-page .vignettes .row .column .name-and-price .name div {
        display: none;
    }

}

@media (max-width: 768px) {
    .add-to-cart-page h1.title {
        margin-bottom: 30px;
    }
    .customer-data h1.title {
        margin-bottom: 30px;
    }
    .product-page .photo-and-details .details h1.name {
        display: flex;
    }
    .product-page .photo-and-details .details h1.name .icon {
        display: block;
        margin-right: 15px;
    }
    header .white .columns .column img.logo {
        height: 31px;
    }
    footer .gray .columns .column {
        width: 50%;
        margin-bottom: 30px;
    }
    footer .gray .columns {
        flex-wrap: wrap;
    }
    footer .gray .columns .column .title {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    header .gray .menu-items .home-item {
        display: none;
    }
    footer .gray .columns {
        padding: 20px;
    }
    footer .white .logos img {
        width: 380px;
    }
    footer .gray {padding: 23px 0;}
    footer .gray .columns .column {
        margin-bottom: 28px;
    }
    .main-page {
        padding-bottom: 40px;
    }
    header .gray {
        position: relative;
    }
    header .gray .menu-items {
        position: absolute;
        left: 0;
        top: calc(100% + 2px);
        background-color: #f1f1f1;
        flex-wrap: wrap;
        width: 100%;
        z-index: 2;
        display: none;
        /* box-shadow: 0 0 12px #000; */
        /* border: 1px solid #3a7bce; */
        /* border-radius: 9px; */
    }
    header .gray .menu-items .menu-item {
        width: 100%;
        margin: 0;
        padding: 0;
        padding: 18px;
        display: flex;
        align-items: center;
    }

    header .gray .menu-items .menu-item:before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        /* background-color: red; */
        background-image: url(/images/chevron-right.svg);
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 4px;
    }
    header .gray.active .menu-items {
        display: flex;
        /* border-radius: 11px; */
        padding: 10px 0;
    }
    header .gray .hamburger {
        display: flex;
        border: 1px solid #ddd;
        padding: 6px 8px;
        border-radius: 7px;
        cursor: pointer;
        /* background-color: #fff; */
        background-color: #fff;
    }
    header .gray .home-icon-mobile {
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        width: 23px;
        height: 32px;
    }
    header .gray {
        padding: 11px 0;
    }
    header .gray .hamburger img {
        margin-right: 7px;
        width: 14px;
    }
    header .gray .hamburger.close {
        display: none;
    }
    body {
        font-size: 90%;
    }
    .product-page .photo-and-details {
        flex-wrap: wrap;
    }
    .product-page .photo-and-details .details {
        width: 100%;
        padding-left: 0;
    }
    .product-page .photo-and-details .details .left {
        width: 200px;
    }
    .product-page .photo-and-details .photo {
        order: 2;
        width: 100%;
        margin-top: 50px;
        justify-content: center;
        display: flex;
        display: none;
    }
    .product-page .photo-and-details .details .button-row {
        justify-content: center;
    }
    .product-page {
        padding-top: 30px;
    }
    .customer-data .section .content .half .column:first-child {margin-right: 20px;}
    .customer-data .section .content {
        padding: 20px;
    }
    .customer-data {
        padding-bottom: 50px;
    }

    div.features div.container div.icons div.icon div.image-row img {
        max-width: 72%;
    }

    div.features {
        padding-bottom: 25px;
    }

    div.homepage-slider div.container div.slogan {
        font-size: 100%;
    }

    div.homepage-student-or-company div.container div.student {
        font-size: 86%;
    }

    div.features div.container div.icons div.icon {
        width: 50%;
    }

    div.features div.container h2 {
        font-size: 155%;
    }

    div.features div.container div.icons div.icon {
        padding: 0;
        padding: 0 17px;
    }

    div.homepage-student-or-company div.container div.company {
        font-size: 86%;
    }

    div.homepage-description div.container img.diamonds {
        top: -46px;
        left: -14px;
    }

    div.homepage-student-or-company div.container div.company a {
        /* padding: 11px 21px; */
        padding: 9px 17px;
    }

    div.homepage-description {
        font-size: 130%;
        padding: 46px 0;
        padding-top: 66px;
    }

    div.homepage-student-or-company {
        padding: 48px 0;
    }

    div.homepage-student-or-company div.container div.student a {
        padding: 9px 16px;
    }

    div.homepage-slider div.container div.title {
        font-size: 240%;
    }

    .homepage-slider {
        padding: 55px 0;
    }
}

@media (max-width: 730px) {

    .cart-page .data .column {
        width: 33.33%;
        margin-bottom: 20px;
    }

    .login-page .box {
        padding: 25px;
    }

    .validity-page .box {
        padding: 25px;
    }

    .main-page .vignettes .headline {
        display: none;
    }
    .main-page .vignettes .row {
        flex-wrap: wrap;
    }
    .main-page .vignettes .row .column {
        width: 100%;
    }
    .main-page .vignettes .row .column {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-bottom: 3px solid #fff;
    }
    .main-page .vignettes .row .column .name-and-price .name {
        display: flex;
        width: 100%;
        text-align: left;
    }
    .main-page .vignettes .row .column .name-and-price .name div {
        display: block;
        font-size: 112%;
    }
    .main-page .vignettes .row .column .name-and-price {
        /* width: 100%; */
        width: calc(100% - 100px);
    }
    .main-page .vignettes .row .column .add-to-cart {
        width: 100px;
    }
    .main-page .vignettes .row .column .name-and-price .price {
        text-align: left;
    }
    .main-page .vignettes .row .column .name-and-price .name div:first-child {
        margin-right: 8px;
    }
    .main-page .vignettes .row .column .add-to-cart .btn {
        width: auto;
    }
    .main-page .vignettes .row .column .add-to-cart .btn img {
        display: block;
    }
    .main-page .vignettes .row .column.blue {
        flex-wrap: wrap;
        padding: 17px;
    }
    .main-page .vignettes .row .column.blue .images-and-code {
        width: 100%;
        order: 2;
    }
    .main-page .vignettes .row .column.blue .name {
        font-size: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .main-page .vignettes .row .column.blue .images-and-code img.vertical {
        display: none;
    }
    .main-page .vignettes .row .column.blue .images-and-code img.horizontal {
        display: block;
        height: 20px;
        width: auto;
    }
    .main-page .vignettes .row .column.inactive {
        display: none;
    }
    .cart-page .box .headline .vignette .icon {
        height: 18px;
    }
    .cart-page .box .headline .actions .action {
        font-size: 0;
    }
    .cart-page .box .headline .actions {
        width: 50px;
    }
    .cart-page .box .headline .vignette {
        width: calc(100% - 50px);
    }
    .cart-page .box .headline .vignette .icon {
        margin-right: 10px;
    }
    .cart-page .box .headline .price-tag {
    padding: 2px 12px;
    padding-right: 8px;
    margin-left: 8px;
    }
    .cart-page .box .headline .vignette .name {
        padding-right: 6px;
        margin-right: 8px;
        font-weight: 700;
    }
    .cart-page .box .headline .vignette {
        font-size: 90%;
    }
    .customer-data .section .content .half {
        flex-wrap: wrap;
    }
    .customer-data .section .content .half .column {
        width: 100%!important;
        margin-right: 0!important;
    }
    .customer-data .vignette-item .name-and-price {
        margin-bottom: 20px;
    }
    .customer-data .subtotal .row .price {width: 84px;}
    .customer-data .subtotal .row .name {
        width: calc(100% - 84px);
    }
    .customer-data .total .price {
        width: 84px;
    }
    .customer-data .total .name{
        width: calc(100% - 84px);
    }
    .customer-data .section .section-title .right {
        width: 100px;
    }
    .customer-data .section .section-title .left {
        width: calc(100% - 100px);
    }
    .customer-data .section .section-title .left {
        font-size: 110%;
    }
    .customer-data .vignette-item .properties .prop .name {
        width: 180px;
    }
    .customer-data .vignette-item .properties .prop .value {
        width: calc(100% - 180px);
    }
    .customer-data .customer-data-row .name {
        width: 100px;
    }
    .customer-data .customer-data-row .value {
        width: calc(100% - 100px);
    }
    .static-page h1.title {
        font-size: 160%;
    }
    .add-to-cart-page .box .content {
        padding: 25px;
    }
    .add-to-cart-page {
        padding-bottom: 80px;
    }
    .add-to-cart-page .box .headline .vignette .icon {
        height: 20px;
    }
    .add-to-cart-page .box .headline .price-tag {
        padding: 5px 17px;
        padding-right: 10px;
    }
    .add-to-cart-page .box .content .input-and-info > .column {
        padding-right: 0;
        position: relative;
    }
}

@media (max-width: 680px) {
    .add-to-cart-page .box .content .input-and-info {
        /* flex-wrap: wrap; */
        /* border-bottom: 2px solid #ddd; */
        /* padding-bottom: 15px; */
        /* margin-bottom: 41px; */
    }

    .article {
        flex-wrap: wrap;
    }

    .article .photo-column {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .news-page {
        padding-bottom: 60px;
    }

    .article .text-column {
        width: 100%;
        padding-left: 0;
    }

    .article .photo-column .image-container {
        padding-bottom: 60%;
    }

    .add-to-cart-page .box .content .input-and-info .column {
        width: 100%;
        /* padding-right: 20px; */
    }
    .add-to-cart-page .box .content .input-and-info .column:last-child {
        margin-bottom: 11px;
        /* order: 0; */
        /* order: -1; */
        /* width: 160px; */
        width: 50px;
        /* justify-content: center; */
        display: flex;
        justify-content: flex-end;
        padding-right: 0;
    }
    .add-to-cart-page .licence-plate {
        margin-bottom: 15px;
    }
    .add-to-cart-page .box .content .input-and-info > .column > .info img {
        /* display: none; */
        width: 24px;
        margin-right: 5px;
        position: relative;
        top: 2px;
    }
    .add-to-cart-page .box .content .input-and-info > .column > .info {
        padding-left: 0;
        /* justify-content: center; */
        /* margin-bottom: 13px; */
        /* font-style: italic; */
    }
    .add-to-cart-page .box .content .input-and-info > .column > .info .info-text {
        display: none;
    }
    .add-to-cart-page .box .content .input-and-info > .column > .info {
        position: relative;
    }
    .add-to-cart-page .box .content .input-and-info > .column > .info.active .info-text {
        display: block;
        position: absolute;
        right: 100%;
        bottom: 100%;
        background-color: #fff;
        width: 300px;
        padding: 15px;
        border-radius: 11px;
        border: 1px solid #ddd;
        box-shadow: 0 0 12px #0000001a;
        font-size: 120%;
        color: #3a7bce;
        font-weight: 600;
    }
}

@media (max-width: 512px) {
    footer .gray .columns .column {
        width: 100%;
        padding-right: 0;
    }
    header .white .columns .column img.logo:not(.icon-only) {
        display: none;
    }
    header .white .columns .column:first-child {
        width: 35px;
    }
    header .white .columns .column:nth-child(2) {
        width: calc(100% - 35px);
    }
    header .white .columns .column img.logo.icon-only {
        display: block;
    }
    [data-sort] {
        width: 150px!important;
        font-size: 90%;
        padding: 7px;
    }
    footer .white .logos img {
        width: 300px;
    }
    .cart-page .box .headline .vignette .icon {
        display: none;
    }
    .cart-page .data .column {
        width: 50%;
        margin-bottom: 20px;
    }
    .cart-page .button-row {
        flex-wrap: wrap;
    }
    .cart-page .button-row .btn {
        width: 100%;
        justify-content: center;
        margin-bottom: 25px;
    }
    .cart-page .button-row .btn.secondary {
        order: 2;
    }
    .cart-page {
        padding-bottom: 50px;
    }

    form .half-column {
        flex-wrap: wrap;
    }

    form .half-column .column-left {
        width: 100%;
        margin-right: 0;
    }
    form .half-column .column-right {
        width: 100%;
        margin-left: 0;
    }
    div.job-card div.price {
        margin-top: -20px;
    }

    div.edit-profile-page div.chronology-section div.chronology-row {
        display: block;
    }
    div.edit-profile-page div.chronology-section div.chronology-row div.left {border-right: none;border-left: 3px solid #219653;/* padding-left: 15px; */padding: 0;padding-left: 15px;padding-top: 19px;width: 100%;}
    div.edit-profile-page div.chronology-section div.chronology-row div.left .dot {
        right: auto;
        left: -8px;
    }
    .cv-page {
        padding: 15px;
    }
    div.edit-profile-page div.chronology-section div.chronology-row div.right {
        border-left: 3px solid #219653;
        padding-top: 0;
        padding-left: 15px;
        padding-top: 11px;
        padding-bottom: 10px;
    }
    div.edit-profile-page div.chronology-section div.chronology-row div.left div.name {
        text-align: left;
    }
    div.edit-profile-page div.chronology-section div.chronology-row div.left div.when {
        text-align: left;
    }
    div.edit-profile-page div.chronology-section div.chronology-row div.left div.where {
        text-align: left;
    }
}

/* ABBACO RESPO */

@media (max-width: 1280px) {
    header .white .columns .column > .subscribe-btn {
        display: none;
    }
}

@media (max-width: 992px) {
    body {
        font-size: 85%;
    }
    header .white .currency img.arrow {
        margin-left: 0;
    }
    header .white .columns .column > a.back {
        display: none;
    }
    header .white .currency:not(.logged-in-user) {
        display: none;
    }
    header .white .language {
        display: none;
    }
    .text-sm {
        font-size: 100%;
    }
    .input-row > label {
        font-size: 100%;
    }
    footer div.container div.logo-row div.logo img {
        width: 150px;
    }
    footer div.container div.copyright div.right a {
        margin-left: 5px;
    }
    footer div.container div.logo-row div.social-icons a img {
        width: 28px;
    }
    header .white .currency.hamburger {
        display: inline-flex!important;
        padding: 3px;
    }
    header .white .currency.hamburger img.arrow {
        width: 30px;
        margin-left: 0;
    }
    div.subpage-steps div.container div.columns div.column div.nr-row span.nr {
        width: 115px;
        height: 65px;
        font-size: 145%;
    }


    div.features div.container div.icons div.icon {
        padding: 0 50px;
    }
    div.subpage-steps div.container div.columns div.column div.text-row {
        padding: 0 50px;
    }
    div.subpage-steps div.container div.columns div.column div.icon-row {
        height: 150px;
    }
    div.subpage-steps div.container div.columns div.column div.icon-row img {
        width: 100px;
    }
    div.job-card div.top-row div.photo {
        width: 70px;
        height: 70px;
    }
    div.job-card div.price {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    header .white {
        padding: 20px 0;
    }
    .cv-page .cv-logo-line img {
        width: 140px;
    }
    #app-comming-soon > .content {
        display: block;
    }
    #app-comming-soon {
        position: static;
        background: none;
        background-color: transparent;
    }
    #app-comming-soon p {
        padding-right: 100px;
    }
    #app-comming-soon h1 {
        font-size: 200%;
    }
    #app-comming-soon > .content > .left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: -180px;
        /* margin-top: -30px; */
        margin-top: 20px;
    }
    footer div.container div.logo-row {
        /*
        flex-wrap: wrap;
         */
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        padding-bottom: 20px;
    }
    #app-comming-soon > .content > .right {
        width: 100%;
        padding: 0 20px;
        padding-bottom: 20px;
    }
    #app-comming-soon > .content > .left img {
        width: 120px;
    }
    footer {
        padding: 25px 0;
    }
    footer div.container div.logo-row div.logo {
        /*
        width: 100%;
        display: flex;
        justify-content: center;
         */
    }

    footer div.container div.copyright {
        flex-wrap: wrap;
    }
    footer div.container div.copyright div.left {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    footer div.container div.copyright div.right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer div.container div.menu-items {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    footer div.container div.menu-items a.menu-item {
        width: 100%;
        border: none;
        border: none;
        margin-bottom: 18px;
        text-align: center;
        margin-right: 0;
        padding-right: 0;
    }
    div.signup-section div.container div.button-row a {
        font-size: 115%;
        padding: 13px 44px;
    }
    div.signup-section div.container div.title {
        font-size: 180%;
    }
    div.subpage-faq div.container div.faq-section div.question div.arrow img {
        width: 16px;
    }
    div.subpage-slider div.container div.columns div.column-right img {
        width: 100%;
    }
    div.subpage-faq div.container div.faq-section div.question div.left {
        font-size: 120%;
    }
    div.subpage-faq div.container h2 {
        font-size: 160%;
        margin-bottom: 20px;
    }
    footer div.container div.logo-row div.social-icons a {
        margin-left: 13px;
    }
    footer div.container div.menu-items a.menu-item img {
        width: 18px;
    }

    div.subpage-slider{
        padding-top: 30px;
        overflow: hidden;
    }

    div.subpage-slider div.container div.columns {
        flex-wrap: wrap;
        display: block;
    }

    div.subpage-slider div.container div.columns div.column-left {
        width: 100%;
        margin-bottom: 30px;
    }
    div.subpage-slider div.container div.columns div.column-right {
        width: 100%;
        margin-left: -100px;
        width: calc(100% + 200px);
    }

    div.subpage-faq div.container div.faq-section div.question div.left img.diamond {
        width: 23px;
    }
    div.subpage-steps div.container div.columns div.column div.text-row {
        padding: 0 23px;
    }
    .page-frame > .page-content h1.page-title.with-button {
        display: block;
    }
    .page-frame > .page-content h1.page-title .left {
        width: 100%;
        margin-bottom: 10px;
        font-size: 90%;
    }
    .page-frame > .page-content h1.page-title .right {
        width: 100%;
    }
    .page-frame > .page-content h1.page-title .right a {
        font-size: 12px!important;
    }
    div.chat-content div.my-chat-message div.message-box {
        max-width: 90%;
    }
    div.chat-content div.other-chat-message div.photo {
        display: none;
    }
    div.chat-content div.other-chat-message div.message-box {
        margin-left: 0;
        max-width: 90%;
    }
    div.edit-profile-page div.header div.profile-pic {
        width: 100px;
    }
    div.edit-profile-page div.header div.profile-pic div.photo-frame {
        width: 100px;
        height: 100px;
    }
    div.edit-profile-page div.header {
        flex-wrap: wrap;
    }
    div.edit-profile-page div.header div.name {
        width: calc(100% - 150px);
    }
    div.edit-profile-page div.header div.details {
        width: 100%;
        margin-top: 30px;
    }
    div.job-card div.price {
        margin-top: 0;
    }
    div.job-card div.top-row div.job-title {
        display: block;
        padding-right: 70px;
    }
    div.job-card div.bottom-row div.buttons button {
        font-size: 90%;
    }
    .subscribe-stepper {
        width: auto!important;
        border-radius: 20px!important;
    }
    .public-subpage h1 {
        font-size: 150%;
    }
    [data-sign-canvas] {
        width: 100%;
    }
}

@media (max-width: 512px) {
    div.features div.container div.icons div.icon {
        padding: 0 20px;
    }
    div.student-card div.bottom-row {
        display: block;
    }
    div.student-card div.bottom-row div.buttons {
        width: 100%;
        margin-top: 20px;
    }
    div.student-card div.top-row div.photo {
        width: 60px;
        height: 60px;
    }
    div.student-card div.top-row div.view-cv a {
        width: 100%;
        display: block;
        text-align: center;
    }
    div.student-card div.top-row div.view-cv {
        width: 100%;
        margin-top: 20px;
    }
    div.student-card div.top-row div.name-and-title {
        width: calc(100% - 60px);
    }
    div.student-card div.top-row {
        flex-wrap: wrap;
    }
    div.student-card div.bottom-row div.tags {
        width: 100%;
    }
    div.job-card.closed.opened div.bottom-row {
        display: block;
    }
    .job-details-table div.details-row div.caption {
        width: 100px;
    }
    div.subpage-steps div.container div.columns div.column div.icon-row img {
        height: 76px;
    }
    div.edit-profile-page .numbers-row {
        display: block;
    }
    div.edit-profile-page .numbers-row div.column {
        width: 100%;
    }
    div.subpage-steps div.container div.columns div.column div.icon-row {
        height: 120px;
    }
    div.subpage-steps div.container div.columns div.column:nth-child(3) div.icon-row img {
        height: 65px;
    }
    div.subpage-steps div.container div.columns div.column div.nr-row {margin-bottom: 5px;}
    div.subpage-steps div.container div.columns div.column div.nr-row span.nr {
        width: 99px;
        height: 51px;
        font-size: 105%;
    }
    div.subpage-steps div.container div.columns div.column div.text-row  {
        font-size: 84%;
    }
    div.subpage-steps {
        padding: 50px 0;
    }
    div.company-profile div.company-profile-header div.name-and-description div.name {
        font-size: 140%;
    }
    button {
        font-size: 12px !important;
    }
    div.job-card div.bottom-row {
        display: block;
    }
    div.job-card div.bottom-row div.tags {
        width: 100%;
        margin-bottom: 25px;
    }
    div.job-card div.bottom-row div.buttons {
        width: 100%;
    }
    div.job-card {
        padding: 20px;
    }
    div.my-jobs .my-job .my-job-content-wrapper {
        padding: 15px;
    }
    div.company-profile div.company-profile-header div.photo {
        width: 70px;
        height: 70px;
    }
}

.autosaved {
    color: green;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 7px 1px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 50%;
    bottom: 14px;
    padding: 4px 14px;
    transform: translateX(-50%) translateY(100px);
    z-index: 5;
    border: 1px solid #ddd;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.35s;
    display: flex;
    font-size: 91%;
}

.autosaved img {
    margin-right: 5px;
    width: 17px;
}

.autosaved.shown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}