#logger {
    position: relative;
    padding: 10px;
    width: 280px;
    margin-top:10px;
    margin-left:20px;
    border-radius: 20px;
    text-align: center;
    background: #c7badf;
}
@font-face {
    font-family: 'SuperCarnival';
    src: url('../fonts/SuperCarnival/SuperCarnival.ttf');
}
@font-face {
    font-family: 'RobotFlex';
    src: url('../fonts/RobotoFlex/RobotoFlex.ttf');
}

body {
    font-family: RobotFlex;
    font-size: 12px;
    font-weight: normal;
}
.content {
    position: relative;
    background: url(../img/reaccess/bg.png) no-repeat center bottom;
    background-size: auto 685px;
    height: 670px;
    border-radius: 0 0 30px 30px;
}

.content-wrapper {
    position: relative;
    background: linear-gradient(180deg,rgba(176, 176, 220, 1) 0%, rgba(202, 172, 230, 1) 100%);
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 0 0 30px 30px;
    max-width: 1045px;
}
.content-wrapper-popup {
    position: relative;
    background: linear-gradient(180deg,rgba(176, 176, 220, 1) 0%, rgba(202, 172, 230, 1) 100%);
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 30px 0 30px 30px;
    max-width: 1045px;
    display: none;
}
.content-columns {
    position: relative;
    width: 100%;
}
.content-columns td:not(.excluded-td) {
    width: 33%;
    vertical-align: top;
    position: relative;
}
.footer {
    text-align: center;
    padding: 10px;
}
.logo-holder {
    position: absolute;
    z-index: 1;
    background: url(../img/reaccess/white-holder.png) no-repeat center;
    background-size: contain;
    width: 150px;
    height: 50px;
    left: calc(50% - 75px);
    top:-12px;
}
.logo {
    position: relative;
    width: 100%;
    background: url(../img/reaccess/logo.png) no-repeat center 75%;
    background-size: 72px 30px;
    height: calc(100% + 10px);
    top:-10px;
    cursor: pointer;
}
.socials {
    position: absolute;
    z-index: 1;
    background: url(../img/reaccess/socials.png) no-repeat -24px center;
    background-size: 235px 50px;
    width: 214px;
    height: 50px;
    left: 0;
    top:-12px;
    text-align: center;
}
.social-holder {
    position: relative;
    padding-top: 15px;
}
.social-holder div {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.fb {
    background: url(../img/reaccess/fb.svg) no-repeat center left;
    background-size: contain;
    position: relative;
    width: 25px;
    height: 15px;
}
.ytb {
    background: url(../img/reaccess/ytb.png) no-repeat center left;
    background-size: contain;
    position: relative;
    width: 25px;
    height: 15px;
}
.inst {
    background: url(../img/reaccess/inst.svg) no-repeat center left;
    background-size: contain;
    position: relative;
    width: 25px;
    height: 15px;
}
.ix {
    background: url(../img/reaccess/ix.svg) no-repeat center left;
    background-size: contain;
    position: relative;
    width: 25px;
    height: 15px;
}
.tktk {
    background: url(../img/reaccess/tktk.svg) no-repeat center left;
    background-size: contain;
    position: relative;
    width: 25px;
    height: 15px;
}
.tg {
    background: url(../img/reaccess/tg.png) no-repeat center left;
    background-size: contain;
    position: relative;
    width: 25px;
    height: 15px;
}
.pinterest {
    background: url(../img/reaccess/pinterest.png) no-repeat center left;
    background-size: contain;
    position: relative;
    width: 25px;
    height: 15px;
}
.settings-holder-shortened {
    position: absolute;
    z-index: 1;
    background: url(../img/reaccess/settings-holder.png) no-repeat 8px center;
    background-size: 60px 50px;
    width: 60px;
    height: 50px;
    right: 0;
    top:-12px;
}

.settings-holder {
    position: absolute;
    z-index: 1;
    background: url(../img/reaccess/socials.png) no-repeat 16px center;
    background-size: 100% 50px;
    width: 150px;
    height: 50px;
    right: 0;
    top:-12px;
}
.settings {
    position: absolute;
    width: 38px;
    height: 100%;
    background: url(../img/reaccess/settings.png) no-repeat center right;
    background-size: 25px 20px;
    cursor: pointer;
    right:0;
    top:0;
}

.settings.clicked {
    background: url(../img/reaccess/settings-cross.svg) no-repeat center right;
    background-size: 25px 20px;
}
.content-primary-text {
    position: relative;
    font-size: 32px;
    padding-top: 100px;
    color: white;
    font-family: 'SuperCarnival';
    text-align: center;
    line-height: 32px;
}
.inputter {
    height: 18px;
    padding: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 270px;
    border: solid 1px #ded8ea;
    background: #bdb1d4;
    position: relative;
    margin-bottom: 10px;
    border-radius: 18px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.submitter {
    height: 36px;
    width: 280px;
    position: relative;
}

.air-holder {
    position: relative;
    margin-top:5px;
    margin-left:20px;
    width: 300px;
    height: 111px;
    background: url(../img/reaccess/air.png) no-repeat center center;
    background-size: contain;
}


.scissors-holder {
    position: relative;
    margin-top:5px;
    margin-left:20px;
    width: 300px;
    height: 111px;
    background: url(../img/reaccess/desktop-scissors.png) no-repeat center center;
    background-size: contain;
}
.pink-block {
    border-radius: 20px;
    text-align: center;
    background: #c7badf;
    text-transform: uppercase;
}

.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;text-align: left}
.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:700}
.alert>p,.alert>ul{margin-bottom:0}
.alert>p+p{margin-top:5px}
.alert-dismissable,
.alert-dismissible{padding-right:35px}
.alert-dismissable .close,
.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info .alert-link{color:#245269}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning .alert-link{color:#66512c}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}



#cookieConsent {
    position: absolute;
    z-index: 10000;
    background: #002326;
    text-align: center;
    padding: 20px;
    padding-bottom: 10px;
    width: 310px;
    right: -10px;
    bottom: -10px;
    color: #ccd3d4;
    font-family: 'RobotFlex', sans-serif;
    line-height: 1.5;
    font-weight: normal;
    border-radius: 20px;
}
#cookieConsent span {
    color: white;
    font-weight: 450;
    font-size: 13px;
}

.text_cookies {
    position: relative;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.btn_cookies {
    position: relative;
    text-align: right;
    margin-bottom: 10px;
    height: 34px;
}

.btn-main-md {
    padding: 8px 19px;
    outline: none;
    display: inline-block;
    position: relative;
    width: 30%;
    font-size: 10px;
    cursor: pointer;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 15px;
    border: none;
}
.btn.accept {
    background: #2d4a4c;
    color: #d5dbdb;
    margin-left: 10px;
}
.btn.decline {
    background: #002326;
    border: solid 1px #2d4a4c;
    color: #ccd3d4;
}
.btn.accept:hover {
    background-color: #486567;
}
.btn.decline:hover {
    background-color: #001112 !important;
}


.button-loading {
    background: url(../img/loading-small-white.png) no-repeat 10px center #aaa7a7;
    background-color: #aaa7a7 !important;

}

.white-rounded {
    height: 36px;
    padding: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    background-color: white;
    border-radius: 18px;
    cursor: pointer;
    font-size: 12px;
    color: #5c7274;
    text-transform: uppercase;
    font-weight: 600;
}
.white-rounded:hover {
    background-color: #efefef;
}
.scissors-button {
    position: absolute;
    bottom: 10px;
    right: 8px;
    width: 202px;
    height: 16px;
    padding-top: 12px;
    text-align: left;
    font-size: 11px;
    padding-left: 15px;
    background: white url(../img/reaccess/arrow-right.svg) no-repeat 94% center;
    background-size: 16px 11px;
}
.affiliate-button  {
    position: relative;
    margin-top:5px;
    height: 20px;
    padding-top: 15px;
    background: white url(../img/reaccess/arrow-right.svg) no-repeat 94% center;
    background-size: 16px 11px;
    padding-left: 50px;
    font-size: 12px;
    width: 245px;
    margin-left: 20px;
    border-radius: 22px;
}
.buks {
    position: absolute;
    top:0;
    left:0;
    width: 50px;
    height: 100%;
    background: url(../img/reaccess/buks.svg) no-repeat center center;
    background-size: 16px 16px;
}

.left-column {
    position: relative;
    margin-top:65px;
    margin-left:20px;
    width: 300px;
}
.shipment {
    position: relative;
    width: 100%;
    height: 30px;
    background: #c7badf url(../img/reaccess/shipping.svg) no-repeat 10% center;
    background-size: 22px 20px;
    padding-top: 15px;
    font-weight: 600;
    color: #28434c;
    margin-top: 15px;
    cursor: pointer;
}
.shipment:hover {
    background-color: #bdb1d4;
}
.shipment-info {
    position: absolute;
    top:0;
    right:10%;
    height: 100%;
    background: url(../img/reaccess/info.png) no-repeat center center;
    background-size: 20px 20px;
    width: 20px;
}
.dates {
    position: absolute;
    height: 80px;
    text-align: left;
    top:50px;
    left:20px;
    width: 225px;
    font-size: 10px;
}
.dates span {
    padding-left: 30px;
    padding-right: 10px;
    display: block;
    line-height: 30px;
    white-space: nowrap;
}

.registered {
    position: absolute;
    top:0;
    left:0;
    width: 48%;
    height: calc(100% - 10px);
    color: #28434c;
    padding-top: 10px;
    text-align: left;
    background: #c7badf url(../img/reaccess/right.svg) no-repeat 10% 25%;
    background-size: 18px 18px;
}
.expires {
    position: absolute;
    top:0;
    right:0;
    width: 48%;
    height: calc(100% - 10px);
    color: #28434c;
    padding-top: 10px;
    text-align: left;
    background: #c7badf url(../img/reaccess/expires.svg) no-repeat 10% 25%;
    background-size: 18px 18px;
}
.registered div,
.expires div:not(.dates-progress) {
    padding-left: 15px;
    line-height: 30px;
}

.dates-progress {
    background: url(../img/reaccess/progress.png) no-repeat 10% 25%;
    background-size: 18px 18px;
}

.shirts {
    position: relative;
    height: 495px;
    padding: 10px;
}
.shirts-item {
    position: relative;
    width: 100%;
    height: 22%;
    margin-bottom: 13px;
    background: #d8cde8;
    color: #28434c;
    border-radius: 20px;
    text-align: left;
}
.shirts-item.men {
    background:#d8cde8 url(../img/reaccess/men.png) no-repeat 95% center;
    background-size: auto 100%;
}
.shirts-item.women {
    background:#d8cde8 url(../img/reaccess/women.png) no-repeat 95% center;
    background-size: auto 100%;
    height: 25%;
}
.shirts-item.kids {
    background:#d8cde8 url(../img/reaccess/kids.png) no-repeat 95% center;
    background-size: auto 100%;
}
.shirts-item.pets {
    background:#d8cde8 url(../img/reaccess/pets.png) no-repeat 95% center;
    background-size: auto 80%;
}

.pinked-rounded {
    height: 12px;
    padding: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    border: solid 1px #28434c;
    border-radius: 18px;
    cursor: pointer;
    font-size: 10px;
    color: #28434c;
    text-transform: uppercase;
    font-weight: 600;
    background:#d8cde8 url(../img/reaccess/arrow-right.svg) no-repeat 90% center;
    background-size: 16px 11px;
    position: relative;
    width: 40%;
    text-align: left;
    left: 15px;
}
.shirts-item-title {
    position: relative;
    font-weight: 600;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 10px;
}
.shirts-item-subtitle {
    position: relative;
    text-transform: none;
    font-weight: 200;
    padding-left: 15px;
    padding-bottom: 6px;
    font-size: 9px;
    width: 55%;
}
.pinked-rounded:hover {
    background-color: #e2d2f3;
}

.request-ai {
    position: absolute;
    bottom: 20px;
    width: 85px;
    left: calc(50% - 65px);
    background: #002326 url(../img/reaccess/ai.svg) no-repeat 15px center;
    background-size: 18px 18px;
    color: white;
    border-radius: 20px;
    padding: 10px;
    padding-left: 34px;
    padding-right: 15px;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.42);
    font-weight: 450;
    text-align: center;
    cursor: pointer;
}
.request-ai:hover {
    background-color: #002d30;
}
.top-brands {
    background: #B16B6B url(../img/reaccess/top-brands.svg) no-repeat center 12px;
    background-size: 25px 25px;
    border-radius: 15px;
    color: white;
    font-weight: 650;
    height: 80px;
    width: 65px;
    position: absolute;
    left: 255px;
    top:50px;
    text-transform: uppercase;
    text-align: center;
    font-size: 9px;
    box-shadow: 0px 3px 8px 0px rgba(177,107,107,0.42);
    cursor: pointer;
}
.top-brands:hover {
    background-color: #bd7171;
}
.top-brands span {
    position: absolute;
    bottom: 10px;
    width: 90%;
    margin: 0 auto;
    left: 5%;
}
.pink-menu {
    position: relative;
    margin-top: 140px;
    margin-left: 20px;
    width: 300px;
    text-align: center;
    border-collapse: collapse;
}
.pink-menu div {
    padding: 10px 8px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}
.pink-menu div.selected {
    background: white;
    border-radius: 20px;
}
.pink-menu div:not(.ai-hinter):hover {
    background: #d8cde8;
    border-radius: 20px;
}

.ai-hinter {
    background: url(../img/reaccess/ai-icon.svg) no-repeat 6px center;
    background-size: 30px 30px;
    padding-left: 45px !important;
    white-space: normal !important;
    text-transform: none !important;
    text-align: left;
    font-size: 11px;
}
.ai-hinter:hover {}

.side-menu {
    position: absolute;
    top:0;
    left: 0;
    width: 70px;
    height: 100%;
    background: rgb(255,255,255,0.3);
    padding-left: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: rgb(117, 60, 165) rgba(202, 172, 230, 1);
    scrollbar-width: thin;
}

.side-menu.expanded {
    width: 135px;
}
.side-logo {
    position: relative;
    width: 65px;
    background: url(../img/reaccess/logo.png) no-repeat center 75%;
    background-size: 65px auto;
    left:-5px;
    height: 40px;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 5px;
}
.side-dots {
    position: relative;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
    width: 70px;
    margin: 0 auto;
    left: -5px;
}
.side-dots div {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 2px;
    margin-left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
}
.side-dots div.red {
    background: #EC695E;
}
.side-dots div.yellow {
    background: #F5C051;
}
.side-dots div.green {
    background: #60C454;
}
.ai-face {
    position: relative;
    background: url(../img/reaccess/ai-face.png) no-repeat center;
    background-size: contain;
    width: 55px;
    height: 80px;
    margin: 0 auto;
    margin-top: 5px;
    left: -5px;
}
.loop {
    position: relative;
    background: url(../img/reaccess/loop.svg) no-repeat center center;
    background-size: 20px 20px;
    width: 55px;
    height: 40px;
}
.loop.expanded {
    background-size: 18px 18px;
    background-position: 5px center;
}
.loop.expanded .expandable {
    display: block;
    padding-top: 12px;
    padding-left: 30px;
    color: rgba(0,35,38,0.6);
}
.loop .expandable {
    display: none;
    position: relative;
    white-space: nowrap;
    padding-left: 30px;
}
.side-items {
    position: relative;
    width: 55px;
}
.side-items.expanded {
    width: 120px;
}
.side-items-more {
    background: url(../img/reaccess/Dashbord.svg) no-repeat center;
    background-size: 30px 30px;
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    cursor: pointer;
}
.side-items-more.clicked {
    background-position: 0 center !important;
    width: 120px;
}
.side-items-more.clicked .expandable {
    display: block;
    padding-top: 11px;
    padding-left: 30px;
    color: rgba(0,35,38,0.7);
    font-size: 11px;
}
.side-items-more .expandable {
    display: none;
    position: relative;
    white-space: nowrap;
    padding-left: 30px;
}
.side-items-title {
    text-transform: uppercase;
    font-family: RobotFlex;
    font-weight: 500;
    font-size: 11px;
    color: rgba(0,35,38,0.5);
}
.side-item {
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    margin-bottom: 5px;
    cursor: pointer;
}
.side-item.expanded {
    width: 120px;
    background-position: 5px center !important;
    background-size: 18px 18px !important;
}
.side-item.icon-signup.expanded,
.side-item.icon-login.expanded {
    background-size: 20px 20px !important;
    background-position: 4px center !important;
}
.side-item.icon-ai.expanded {
    background-size: 20px 20px !important;
    background-position: 4px center !important;
}
.side-item.expanded .expandable {
    display: block;
    padding-top: 10px;
    padding-left: 30px;
    color: rgba(0,35,38,0.7);
    font-size: 11px;
}
.side-item .expandable {
    display: none;
    position: relative;
    white-space: nowrap;
    padding-left: 30px;
}
.side-item.icon-editor {
    background: url(../img/reaccess/icon-editor.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-1 {
    background: url(../img/reaccess/editor-1.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-2 {
    background: url(../img/reaccess/editor-2.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-3 {
    background: url(../img/reaccess/editor-3.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-4 {
    background: url(../img/reaccess/editor-4.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-5 {
    background: url(../img/reaccess/editor-5.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-6 {
    background: url(../img/reaccess/editor-6.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-7 {
    background: url(../img/reaccess/editor-7.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-8 {
    background: url(../img/reaccess/editor-8.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-9 {
    background: url(../img/reaccess/editor-9.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-10 {
    background: url(../img/reaccess/editor-10.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-11 {
    background: url(../img/reaccess/editor-11.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-12 {
    background: url(../img/reaccess/editor-12.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-13 {
    background: url(../img/reaccess/editor-13.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-14 {
    background: url(../img/reaccess/editor-14.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-15 {
    background: url(../img/reaccess/editor-15.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-support {
    background: url(../img/reaccess/i-icon.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-ai {
    background: url(../img/reaccess/ai-icon.svg) no-repeat center;
    background-size: 24px 24px;
}
.side-item.icon-login {
    background: url(../img/reaccess/log_in.svg) no-repeat center;
    background-size: 20px 20px;
}
.side-item.icon-signup {
    background: url(../img/reaccess/sign_up.svg) no-repeat center;
    background-size: 24px 24px;
}
.side-item.icon-socials {
    background: url(../img/reaccess/socials.svg) no-repeat center;
    background-size: 24px 24px;
}
.side-item.icon-translate {
    background: url(../img/reaccess/translater.svg) no-repeat center;
    background-size: 24px 24px;
}
.side-item.icon-men {
    background: url(../img/reaccess/icon-businessman.svg) no-repeat center;
    background-size: 24px 24px;
}
.side-item.icon-kids {
    background: url(../img/reaccess/icon-kids.svg) no-repeat center;
    background-size: 24px 24px;
}
.side-item.icon-pets {
    background: url(../img/reaccess/icon-pets.svg) no-repeat center;
    background-size: 24px 24px;
}
.side-item.icon-facebook {
    background: url(../img/reaccess/fb.svg) no-repeat center;
    background-size: auto 17px;
}
.side-item.icon-instagram {
    background: url(../img/reaccess/inst.svg) no-repeat center;
    background-size: auto 17px;
}
.side-item.icon-x {
    background: url(../img/reaccess/ix.svg) no-repeat center;
    background-size: auto 17px;
}
.side-item.icon-youtube {
    background: url(../img/reaccess/ytb.png) no-repeat center;
    background-size: auto 17px;
}
.side-item.icon-tiktok {
    background: url(../img/reaccess/tktk.svg) no-repeat center;
    background-size: auto 17px;
}
.side-item.icon-pinterest {
    background: url(../img/reaccess/pinterest.png) no-repeat center;
    background-size: auto 17px;
}
.side-item.icon-telegram {
    background: url(../img/reaccess/tg.png) no-repeat center;
    background-size: auto 17px;
}
.side-item.icon-spanish {
    background: url(../img/reaccess/sp.png) no-repeat center;
    background-size: auto 17px;
}
.side-item.icon-english {
    background: url(../img/reaccess/en.png) no-repeat center;
    background-size: auto 17px;
}
.side-item.icon-romanian {
    background: url(../img/reaccess/ro.png) no-repeat center;
    background-size: auto 17px;
}
.side-item:hover {
    background-color: white;
    border-radius: 8px;
}
.settings-translate {
    position: absolute;
    top:12px;
    left:31px;
    background: url(../img/reaccess/translater.svg) no-repeat center;
    background-size: 24px 24px;
    width: 24px;
    height: 30px;
    cursor: pointer;
}
.settings-signup {
    position: absolute;
    top:12px;
    left:60px;
    background: url(../img/reaccess/sign_up.svg) no-repeat center;
    background-size: 24px 24px;
    width: 24px;
    height: 30px;
    cursor: pointer;
}
.settings-login {
    position: absolute;
    top:12px;
    left:89px;
    background: url(../img/reaccess/log_in.svg) no-repeat center;
    background-size: 24px 24px;
    width: 24px;
    height: 30px;
    cursor: pointer;
}
.shipment-info-hint {
    position: absolute;
    left:30px;
    top:-93px;
    width: 200px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(0,35,38,0.6);
    font-size: 11px;
    font-family: RobotFlex;
    z-index: 1;
    display: none;
    text-transform: none;
    font-weight: 300;
}
.shipment-info-hint-limited {
    display: inline-block;
    border-radius: 12px;
    font-weight: 500;
    position: relative;
    color: #B16B6B;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 8px;
    border: solid 1px #B16B6B;
    text-transform: uppercase;
}
.shipment-info-bold {
    position: relative;
    font-weight: 500;
    color:#000000;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.block-expander {
    position: absolute;
    right: -15px;
    top:50%;
    border-radius: 15px;
    width: 20px;
    height: 20px;
    z-index: 1;
    margin-top: -10px;
    background: url(../img/reaccess/white-cross.svg) #32A6EE no-repeat center center;
    background-size: 15px 15px;
}
.side-item.expanded .block-expander {
    right: -10px;
}
.block-expander.clicked {
    background: url(../img/reaccess/white-minus.svg) #32A6EE no-repeat center center;
    background-size: 15px 15px;
}
.top-items-holder {
    position: relative;
}
.top-items-holder.expanded {
    display: none;
}
.top-items-holder-tabled {
    position: relative;
    width: 100%;
    display: none;
}

.top-items-holder-tabled.expanded {
    display: block;
}

.settings-languages {
    position: absolute;
    top:30px;
    left:-20px;
    width: 100px;
    border-radius: 10px;
    background: white;
    padding: 8px;
    display: none;
}
.language-item {
    position: relative;
    cursor: pointer;
    height: 35px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-left: 28px;
}
.language-item span {
    padding-top: 10px;
    display: block;
}
.language-item:hover {
    background-color: #e2d2f3 !important;
    border-radius: 15px;
}
.settings-translate.clicked .settings-languages {
    display: block;
}

.language-item.icon-spanish {
    background: url(../img/reaccess/sp.png) no-repeat 5px center;
    background-size: auto 17px;
}
.language-item.icon-english {
    background: url(../img/reaccess/en.png) no-repeat 5px center;
    background-size: auto 17px;
}
.language-item.icon-romanian {
    background: url(../img/reaccess/ro.png) no-repeat 5px center;
    background-size: auto 17px;
}
.ai-face-hint {
    position: absolute;
    top:80px;
    z-index: 1;
    left:70px;
    display: none;
    width: 150px !important;
    text-align: center;
    color: rgba(0,35,38,0.6) !important;
    background: rgba(255,255,255, 0.6) !important;
}
.ai-face-hint.clicked {
    top:30px;
}
.photos-air {
    position: absolute;
    left:10px;
    bottom:10px;
    width: 35px;
    height: 35px;
    background: url(../img/reaccess/photos.svg) no-repeat center center white;
    background-size: 22px 22px;
    border-radius: 18px;
}
.text-air {
    position: absolute;
    right:10px;
    bottom:10px;
    border-radius: 10px;
    background: rgba(255,255,255, 0.6);
    color: rgba(0,35,38,0.6);
    font-family: RobotFlex;
    font-size: 10px;
    width: 210px;
    padding: 5px 10px;
}