@font-face {
    font-family: 'atamiregular';
    src: url('fonts/atami-regular-webfont.woff2') format('woff2'),
         url('fonts/atami-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'atamibold';
    src: url('fonts/atami-bold-webfont.woff2') format('woff2'),
         url('fonts/atami-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/hinted-FuturaPT-Light.eot');
    src: url('fonts/hinted-FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/hinted-FuturaPT-Light.woff') format('woff'),
        url('fonts/hinted-FuturaPT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/hinted-FuturaPT-Heavy.eot');
    src: url('fonts/hinted-FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/hinted-FuturaPT-Heavy.woff') format('woff'),
        url('fonts/hinted-FuturaPT-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/hinted-FuturaPT-Medium.eot');
    src: url('fonts/hinted-FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/hinted-FuturaPT-Medium.woff') format('woff'),
        url('fonts/hinted-FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/hinted-FuturaPT-Bold.eot');
    src: url('fonts/hinted-FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/hinted-FuturaPT-Bold.woff') format('woff'),
        url('fonts/hinted-FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}
.scrollableWrap {
    overflow: auto;
    scrollbar-color: #555 #fff;
    scrollbar-width: 5px;
}
.scrollableWrap::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollableWrap::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
    border-radius: 10px;
    border-left: 4px solid #fff;
}

.photosInputCol .invalid-feedback {
    display: block;
}

.scrollableWrap::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #555;
}

.custom-radio .custom-control-input:checked~.custom-control-label:before,
.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #caa253;
}
.radiosWrapper {
    display: flex;
}
.radiosWrapper .custom-radio {
    margin-right: 50px;
    padding-left: 0;
}

.msg_confinement {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
    background: rgba(255,255,255,1);
    padding: 20px 0 0;
    -webkit-box-shadow: 10px 10px 61px -19px rgba(0,0,0,0.64);
    -moz-box-shadow: 10px 10px 61px -19px rgba(0,0,0,0.64);
    box-shadow: 10px 10px 61px -19px rgba(0,0,0,0.64);
}
.msg_confinement .container {
    background: rgba(255,255,255,1);
    padding: 20px 40px;
    border-radius: 15px 0 15px 0;
    color: #000;
    font-family: 'atamiregular';
    font-size: 14px;
}
.msg_confinement .container p{
    margin: 0;
}
.alert_maintenance #close_msg_maintenance,
.msg_confinement #close_msg {
    float: right;
    position: relative;
    right: 20px;
    font-size: 22px;
}
.alert_maintenance #close_msg_maintenance:hover,
.msg_confinement #close_msg:hover {
    color: #ab8029;
    cursor: pointer;
}

.alert_maintenance {
    position: fixed;
    z-index: 999;
    height: 100%;
    background: rgba(0,0,0,0.8);
    width: 100%;
}
.alert_maintenance .container {
    position: fixed;
    font-family: 'atamiregular';
    font-size: 14px;
    background: #fff;
    z-index: 999;
    padding: 25px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    text-align: center;
}
.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-family: 'atamiregular';
    font-size: 84px;
}

.links > a {
    font-family: 'atamiregular';
    color: #fff;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}
#app {
    position: relative;
}

.navbar-nav {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.connectWrapper {
    background-color: #fff;
}
h1 {
    font-family: 'atamibold';
    font-size: 48px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 30px auto;
}
.mainWrapper.welcomePage {
    background-image: url('/storage/theme/sav-slp/welcome-background.jpg');
    background-size: cover;
}
#warranty_purchase_date {
    margin-bottom: 40px;
}
.platformRow {
    margin-bottom: 20px;
}
.mainContent {
    position: absolute;
    top: 0;
    width: 100%;
    /*height: calc(100vh - 180px);
    background-repeat: no-repeat;
    max-height: 1200px;*/
}
.topBackground {
    background-image: url('/storage/theme/sav-slp/globalBG-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.mainContent>.globalWrapper {
    /*background-image: url('/storage/theme/globalBG-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;*/
    padding-top: 180px;
    position: relative;
    z-index: 1;
}
.mainContent>.welcomeWrapper {
    background-image: url('/storage/theme/sav-slp/home_bg1-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.mainContent>.faqWrapper {
    background-image: url('/storage/theme/sav-slp/home_bg1-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.mainContent>.connectWrapper {
    background-image: url('/storage/theme/sav-slp/connectBG-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.connectWrapper>.row>.col-md-12 {
    max-width: 750px;
    background: rgba(0,0,0,0.7);
    margin: auto;
    padding-bottom: 45px;
    border-radius: 4px;
}

.globalWrapper>.container {
    position: relative;
    background: rgba(0,0,0,0.7);
    padding-bottom: 120px;
    /*overflow: hidden;*/
}
.addAlert {
    margin-top: 25px;
}
.dashboard_nav {
    list-style: none;
    color: #fff;
    display: flex;
    width: 80%;
    margin: auto;
    padding-left: 0;
    justify-content: space-around;
    border: 1px solid #fff;
    border-radius: 0 20px 0 20px;
    height: 40px;
    margin-bottom: 25px;
}
.dashboard_nav li a {
    font-family: 'atamibold';
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0 10px;
}
.dashboard_nav li a:hover,
.dashboard_nav li a.active {
    color: #000;
    background: #fff;
    padding: 0 10px;
    transform: scale(1.2);
    border-radius: 20px;
    text-decoration: none;
}
.profile-name {
    display: block;
    width: 80%;
    margin: auto;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: atamibold;
    padding-left: 60px;
}

.globalWrapper>.container:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 114.5px;
    height: 201.5px;
    background-image: url(/storage/theme/sav-slp/picto-leaf-min.png);
    background-size: contain;
    margin-top: -100px;
    margin-right: -60px;
    transition: all 1s ease-out;
}
input#phone_model {
    visibility: hidden;
}
.mainContent>.welcomeWrapper2 {
    background-image: url('/storage/theme/sav-slp/home_bg2-min.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    min-height: 200px;
}
.mainContent>.welcomeContact {
    background-image: url('/storage/theme/sav-slp/welcomeContactBG-min.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 67vw;
    position: relative;
    top: -18vw;
    padding: 18vw 0;
    margin-bottom: -35vw;
}
.mainContent>.welcomeContact .col-md-6{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contact_tel_btn {
    font-family: 'atamibold';
    border: 2px solid #fff;
    border-radius: 0 20px 0 20px;
    text-decoration: none;
    height: 50px;
    text-transform: uppercase;
    display: block;
    max-width: 300px;
    margin-left: 50px;
}
.contact_tel_btn .leftSide{
    color: #000;
    background: #fff;
    border-radius: 0 20px 0 20px;
    height: 48px;
    display: inline-block;
    line-height: 48px;
    padding: 0 10px;
    -webkit-box-shadow: 4px 4px 22px 6px rgba(163,163,163,0.3);
    -moz-box-shadow: 4px 4px 22px 6px rgba(163,163,163,0.3);
    box-shadow: 4px 4px 22px 6px rgba(163,163,163,0.3);
}
.contact_tel_btn .rightSide{
    color: #000;
    background: transparent;
    line-height: 48px;
    text-align: center;
    height: 48px;
    display: inline-block;
    padding: 0 15px;
}
.contact_tel_btn:hover {
    text-decoration: none;
    border: 2px solid #000;
}
.contact_tel_btn:hover .leftSide{
    background: #000;
    color: #fff;
}
@media (max-width:1260px){
    .mainContent>.welcomeWrapper2 {
        background-size: 1260px;
    }
    .repairDetailsPopup.popup .inner {
        padding-right: 10px;
    }

}
@media (max-width:992px){
.mainContent>.welcomeWrapper2 {
    background-size: 1307px;
    }
}
@media (max-width:768px){
.mainContent>.welcomeWrapper2 {
    background-size: 1980px;
}
}
@media (max-width:575px){
.mainContent>.welcomeWrapper2 {
    background-size: 1670px;
}
}

.welcomeWrapper2 p {
    font-family: 'Futura PT';
    font-weight: 500;
    font-size: 14px;
    color: #000;
        max-width: 330px;
    padding-left: 50px;
}
.nav-link.logout-link{
    border-radius: 0 20px 0 20px;
    border: 1px solid #fff;
}
.nav-link.logout-link:hover{
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
.topMenu {
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7) !important;
    height: 150px;
    z-index: 9;
}
.prsLogo {
    display: block;
    margin: auto;
}
.topMenu .links {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.navbar-nav .nav-item a.nav-link {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Futura PT';
    font-weight: 500;
    position: relative;
}
.navbar-nav .nav-item a.nav-link:not(.logout-link):hover {
    color: #caa253;
}
.navbar-nav .nav-item a.nav-link:not(.logout-link):not(.dropdown-toggle):hover:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 4px;
    left: 50%;
        bottom: -10px;
}

.dropdown-item {
    font-family: 'atamibold';
    color: #373736;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .dropdown-item {
        color: #fff;
    }
}
.dropdown-item:hover,
.dropdown-item:active {
    color: #caa253;
    background: transparent;
}
.locale_flag {
    width: 18px;
}
.dropdown-menu {
    min-width: 5rem;
    background-color:#fff;
    border: 0;
}
.buttonRow {
    text-align: center;
}
.dashboardButton {
    font-family: 'atamibold';
    display: inline-block;
    background: #3c3c3c;
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;

}
.dashboard .dashboardButton {
    margin: 0 25px;
}
.dashboardButton:hover {
    cursor: pointer;
    background: #caa253;
    color: #fff;
    text-decoration: none;
}

.bigValidButton {
    font-family: 'atamibold';
    text-transform: uppercase;
    color: #000;
    border-radius: 0 40px 0 40px;
    border: 2px solid #000;
    padding: 15px 25px;
    background-color: #fff;
    display: block;
    margin: auto;
    font-size: 24px;
    margin-top: 50px;
}
.bigValidButton:hover {
    color: #fff;
    background: #000;
    cursor: pointer;
}

.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
h2, h3, h4 {
    font-family: 'Futura PT';
}
.card-header {
    font-family: 'Futura PT';
    font-weight: 900;
}

.profile_infos {
    max-width: 350px;
    margin: auto;
}

.failureForm {
    max-width: 850px;
    margin: auto;
}
.failureForm .row:not(.failureCategoriesRow) {
    margin-bottom: 15px;
}

.profile_infos p {
    font-family: 'Futura PT';
    font-weight: 500;
    margin: 0;
}
.profile_infos p .label {
    font-family: 'Futura PT';
    font-weight: 900;
}
.card-header a {
    color: #636b6f;
}
.card-header a:hover {
    color: #caa253;
}
.profile-update .justify-content-center {
    max-width: 690px;
    }
.globalWrapper h2,
.p_warrantyWrapper h2,
.profile-update h2 {
    font-family: 'Futura PT';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0px;
}
.passwordResetWrapper h2,
.passwordResetWrapper span.label{
    color: #000;
}
.profile-update form {
    width: 100%;
}
.faq.globalWrapper>.container {
    padding: 25px 30px;
}
.cms.globalWrapper>.container {
    padding: 25px 55px 45px;
}
.cms .title {
    font-size: 28px;
    font-family: atamibold;
}
.cms h3 {
    font-size: 22px;
    font-family: atamibold;
    color: #fff;
}
.cms .content {
    max-width: 870px;
    margin: auto;
}

.cms h4 {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.cms p {
    text-align: left;
    font-family: 'atamiregular';
    color: #fff;
}
.cms p strong {
    font-family: atamibold;
}
.failure_category.col {
    display: block;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.failure_category.failure_details {
    padding: 5px;
}
.failure_category.col .inner{
    background: #fff;
    border: 2px solid #000;
    padding: 15px;
    height: 90px;
}
.failure_category.col.active .inner,
.failure_category.col:hover .inner{
    background: #caa253;
    cursor: pointer;
    
}
.failure_category.col.active .inner {
    border: 2px solid #caa253;
}
.failure_category.col .fas {
    display: block;
    font-size: 34px;
    color: #000;
}
.failure_category.col .fas.fa-stop-circle {
    font-size: 26px;
}
.failure_category.col .failureCategoryName{
    font-family: 'atamibold';
    color: #000;
    line-height: 16px;
    display: inline-block;
    margin-top: 5px;
}
#failure_details,
#failure_comment {
    border: 2px solid #000;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    resize: none;
    padding: 10px;
    font-family: atamiregular;
}

.commentRow {
    padding: 0 5px;
    margin-top: 25px;
}

.failuresWrapper {
    display: none;
}

.failureForm h3 {
    font-family: 'atamibold';
    font-size: 14px;
    color: #caa253;
    text-transform: uppercase;
}

.failure_catRow {
    display: none;
}
.accept_cguWrapper  {
    margin-top: 25px;
}
.failure_catRow>.col-md-1 .fas {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 44px;
}
.failure_catRow.active {
    display: flex;
}

.cityRow {
    margin-bottom: 0 !important;
}

.imeiRow .label {
    display: block;
}
.imeiRow input {
    /*float: left;
    width: calc(100% - 175px);*/
    width: 100%;
    border-right: 0;

}
.imeiRow input[readonly]{
    background: #fff;
}
.imeiRow button {
    float: right;
    width: 175px;
    height: 37px;
}
.imeiRow span.valid,
.imeiRow span.invalid {
    display: none;
}
.imeiRow.invalid span.invalid {
    font-family: 'atamibold';
    display: inline-block;
    background: #fff;
    color: #fb0000;
    text-transform: uppercase;
    height: 45px;
    border: 2px solid #fb0000;
    padding: 10px;
    width: 175px;
    border-radius: 0 20px 0 0;
    border-left: 0;
}
.imeiRow.valid span.valid {
    font-family: 'atamibold';
    display: inline-block;
    background: #fff;
    height: 45px;
    border: 2px solid #00d46e;
    padding: 10px;
    width: 175px;
    border-radius: 0 20px 0 0;
    color: #00d46e;
    border-left: 0;
    text-transform: uppercase;
}
.imeiRow.valid input {
    border:  2px solid #00d46e !important;
    color: #00d46e !important;
    border-right: 0 !important;
    border-radius: 0 0 0 20px !important;
    float: left;
    width: calc(100% - 175px);
}
.imeiRow.invalid input {
    border:  2px solid #fb0000 !important;
    color: #fb0000 !important;
    border-right: 0 !important;
    border-radius: 0 0 0 20px !important;
    float: left;
    width: calc(100% - 175px);
}

.infos.icloud {
    border: 2px solid #ff0000;
    padding: 15px;
}
.infos.icloud h4 {
    font-family: 'atamibold';
    color: #ff0000;
    text-transform: uppercase;
    font-size: 13px;
}
.infos.icloud p{
    font-family: 'atamiregular';
    text-align: justify;
    font-size: 13px;
    color: #fff;
    margin: 0px;
}
.infos.icloud h4 .lowercase{
    margin:  0 5px;
}
.infos.icloud p a{
    color: #ab8029;
    text-decoration: underline
}
.lowercase {
    text-transform: lowercase;
}

span.label {
    font-family: 'atamibold';
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
    display: block;
}

span.label span.required{
    color: #ab8029;
}

.photoFilesWrapper {
    flex-direction: row;
    align-items: stretch;
    display: flex;
}

.forgot_pswd {
    color: #fff;
    text-decoration: underline;
    font-size: 11px;
    padding: 0;
}

.form-control {
    border-radius: 0 20px 0 20px;
}

.photoInputWrap {
    width: 95px;
    position: relative;
}

.customFileInput {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.customFileInput + label {
    font-size: 1.25em;
    font-weight: 700;
    cursor: pointer; /* "hand" cursor */
    color: #9a9a9a;
    background-color: #e6e6e6;
    border: 1px solid #9a9a9a;
    border-radius: 0 20px 0 20px;
    text-align: center;
    height: 100px;
    max-width: 80px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-self: center;
    margin-right: 15px;

}
.customFileInput.msg-attachment + label {
    height: inherit;
    background: transparent;
    border: 0;
    flex-direction: row;
    max-width: fit-content;
}

.customFileInput:focus + label,
.customFileInput + label:hover {
    background-color: #fff;
    color: #ab8029;
}

.customFileInput.msg-attachment:focus + label, .customFileInput.msg-attachment + label:hover {
    background: transparent;
}
.label-attachment>span {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
}
.label-file>span,
.photoFilesWrapper label>span {
    font-size: 10px;
    display: inline-block;
    margin-left: 5px;
}

.saveFailure {

}

.datepicker-dropdown {
    background: #fff;
    border: initial;
    box-shadow: -1px -1px 90px -15px rgba(0, 0, 0, 0.5);
}
.label.invoice {
    display: inline-block;
}
.customFileInput#phone_invoice + label,
.customFileInput#purchase_invoice + label {
    height: 30px;
    display: inline-block;
        width: 140px;
    max-width: inherit;
}
.customFileInput#purchase_invoice + label {
    max-width: 150px;
    border-radius: 10px;
    background-color: #fee0a3;
}
.customFileInput#phone_invoice {
        left: 235px;
}
.connectWrapper,
.welcomeWrapper {
    padding-top: 180px;
    padding-bottom: 200px;
}
.welcomeWrapper h1 {
    font-family: 'Futura PT';
    color: #fff;
    text-align: left;
    font-size: 70px;
}

.register_phone_section {
    background-color: #caa253;
    padding: 35px 35px 60px;
}

.register_phone_section.valid {
    padding: 35px;
}

.welcomeWrapper h1>span {
    font-family: 'atamibold';
}

.welcomeWrapper h2 {
    font-family: 'Futura PT';
    color: #000;
    font-size: 25px;
}
.dashboardBigNav {
    display: flex;
    justify-content: space-between;
}
.dashboard_inner {
    max-width: 750px;
    margin: auto;
}
.dashboardBigNavButton,
.welcomeButton {
    font-family: 'Futura PT';
    font-weight: 500;
    display: block;
    width: 170px;
    background: #fff;
    padding: 18px;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 16px;
}

.dashboardBigNavButton {
    border: 1px solid #000;
    -webkit-box-shadow: 10px 10px 61px -19px rgba(0,0,0,0.64);
    -moz-box-shadow: 10px 10px 61px -19px rgba(0,0,0,0.64);
    box-shadow: 10px 10px 61px -19px rgba(0,0,0,0.64);
}
.dashboardBigNavButton:hover,
.dashboardBigNavButton.active {
    background-color: #caa253;
    text-decoration: none;
    color: #000;
    border: 1px solid #caa253;
}

.welcomeButton.warranty,
.welcomeButton.retract {
    border-radius: 0 20px 0 0;
    -webkit-box-shadow: 4px 4px 22px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 22px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 22px 6px rgba(0, 0, 0, 0.15);
}
.dashboardBigNavButton.tickets,
.dashboardBigNavButton.warranty,
.dashboardBigNavButton.retract {
    border-radius: 0 45px 0 0;
}

.welcomeButton.failure {
    border-radius: 0 0 0 20px;
    -webkit-box-shadow: 4px 4px 22px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 22px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 22px 6px rgba(0, 0, 0, 0.15);
}
.dashboardBigNavButton.failure {
    border-radius: 0 0 0 45px;
}
.welcomeButton.failure {
    background: #000;
    color: #fff;
}

.welcomeButton.retract {
    background: #caa253;
    color: #fff;
}
.dashboardBigNavButton .prs-icon,
.welcomeButton .prs-icon {
    display: block;
    width: 52px;
    height: 52px;
    background-image: url('/storage/theme/sav-slp/home-btns-sprite-min.png');
    margin: auto;
    margin-bottom: 5px;
}

.dashboardBigNavButton .prs-icon {
    background-image: url('/storage/theme/sav-slp/home-btns-blacksprite-min.png');
}

.welcomeButton.warranty:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.welcomeButton.warranty:hover .prs-icon.icon-warranty {
    background-position: 0px -52px;
}
.dashboardBigNavButton .prs-icon.icon-failure,
.welcomeButton .prs-icon.icon-failure {
    background-position: 106px 0;
    width: 51px;
}
.welcomeButton.failure:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}
.welcomeButton.failure:hover .prs-icon.icon-failure {
    background-position: 106px -52px;
}
.dashboardBigNavButton .prs-icon.icon-retract,
.welcomeButton .prs-icon.icon-retract {
    background-position: 56px 0;
    width: 56px;
}
.welcomeButton.retract:hover {
    background: #fff;
    color: #caa253;
    text-decoration: none;
}
.welcomeButton.retract:hover .prs-icon.icon-retract {
    background-position: 56px -52px;
}

.loginForm h2,
.register_phone_section h2 {
   font-family: 'Futura PT';
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.card-body {
    max-width: 748px;
    margin: auto;
}
.loginForm,
.registerForm {
    border: 1px solid #ab8029;
}

.loginForm {
    padding: 35px;
    margin-bottom: 50px;
}

.register_profile_section,
.register_password_section {
        padding: 0 25px;
}
.register_password_section {
    margin-bottom: 25px;
}
input#phone_imei {
    border-radius: 0 20px 0 20px;
    border: 1px solid #000;
    color: #ab8029;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
        height: 45px;
        letter-spacing: 1px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #ab8029;
}
input#phone_ime::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  color: #ab8029;
}
input#phone_ime:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
  color: #ab8029;
}
input#phone_ime:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  color: #ab8029;
}

#checkIMEI {
    margin-top: -45px;
    position: absolute;
    z-index: 1;
}
.p_warrantyWrapper #checkIMEI {
    margin-top: 25px;
}
.p_warrantyWrapper .btn-primary,
.loginForm .btn-primary,
.registerForm .btn-primary {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 20px 40px;
    border-radius: 0 40px 0 40px;
    border: 1px solid #000;
    font-size: 20px;
    position: absolute;
    margin: auto;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.registerForm.open {
    padding-bottom: 35px;
}

.p_warrantyWrapper .btn-primary:hover,
.loginForm .btn-primary:hover,
.registerForm .btn-primary:hover {
    background: #000;
    color: #fff;
}

.icon-flow {
    display: inline-block;
    width: 132px;
    height: 132px;
    border: 1px solid #000;
    border-radius: 50%;
}
.icon-flow.flow1 {
    background-image: url('/storage/theme/sav-slp/picto-flow1-min.png');
}
.icon-flow.flow2 {
    background-image: url('/storage/theme/sav-slp/picto-flow2-min.png');
}
.icon-flow.flow3 {
    background-image: url('/storage/theme/sav-slp/picto-flow3-min.png');
}
.icon-flow.flow4 {
    background-image: url('/storage/theme/sav-slp/picto-flow4-min.png');
}

.recycle-icon {
    display: block;
    background-image: url('/storage/theme/sav-slp/recycle-icon-min.png');
    width: 150px;
    height: 145px;
    margin-left: 25px;
    margin-top: 70px;
}
.welcome_h3 {
    font-family: 'Futura PT';
    font-size: 50px;
    line-height: 55px;
    color: #000;
    text-transform: uppercase;
    padding-left: 50px;
}
.icon-flow-wrapper {
    position: relative;
    float: left;
}
.sav-flow-item:not(.last) {
    margin-bottom: 30px;
}
.icon-flow {
    -webkit-box-shadow: 10px 10px 61px -19px rgba(0,0,0,0.64);
    -moz-box-shadow: 10px 10px 61px -19px rgba(0,0,0,0.64);
    box-shadow: 10px 10px 61px -19px rgba(0,0,0,0.64);
}
.sav-flow-item>span {
    float: left;
    width: calc(100% - 160px);
    font-family: 'atamibold';
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding-left: 50px;
        font-size: 24px;
    max-width: 235px;
    line-height: 26px;
    padding-top: 36px;
    margin-right: 50px;
}
.sav-flow-item dd {
    display: none;
    position: absolute;
    top: 0;
    background: #000;
    border-radius: 50%;
    color: #fff;
    height: 132px;
    width: 132px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    font-family: 'atamiregular';
    font-size: 12px;
    padding: 5px;
}
.icon-flow-wrapper:hover dd {
    display: flex;
}

.sav-flow-wrap {
    position: relative;
    top: -50px;
}

.icon-flow.flow1:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(11vw - 50px);
    background: #000;
    top: calc(-11vw + 50px);
    left: 50%;
}
.icon-flow.flow1:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 400%;
    background: #000;
    top: 95%;
    left: 50%;
}

.welcomeWrapper3 .col-md-6,
.welcomeWrapper4 .col-md-6 {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.welcomeWrapper4 .inner {
    width: 570px;
    margin: auto;
    max-width: 100%;
}

.welcome_rightcol1 img {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
}
.welcome_h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Futura PT';
    margin-top: 0px;
    padding-left: 50px;
    font-size: 26px;
}
.welcome_h4:before {
    content: '';
    height: 64px;
    display: block;
    position: absolute;
    width: 1px;
    background-color: #fff;
    left: 34px;
}
.welcome_h4 span {
    font-family: 'Futura PT';
    font-size: 34px;
}

.welcomeWrapper4 p {
    font-family: atamiregular;
    color: #000;
    padding:0 50px;
    margin-bottom: 25px;
}

.welcome_h5 {
    color: #000;
    text-transform: uppercase;
    font-family: 'Futura PT';
    margin-top: 0px;
    padding: 0 50px;
    font-size: 45px;
    margin-bottom: 20px;
}

.pictolist {
    margin-left: 50px;
    max-width: 90%;
    height: auto;
    margin-bottom: 20px;
}
.register_profile_row {
    margin-bottom: 25px;
}
.custom-control.custom-radio,
.custom-control.custom-checkbox {
    font-family: atamiregular;
    color: #fff;
}
.failuresWrapper .custom-checkbox label {
    font-family: atamibold;
}
.failuresWrapper .custom-checkbox label:hover {
    cursor: pointer;
}
.photosHelpWrap {
    background: #eeeeee;
    padding: 15px;
    display: flex;
    flex-direction: row;
    position: relative;
    flex-flow: row;
    margin: 30px 0;
}
.photosHelpWrap img {
    align-self: center;
}
.photosHelpWrap:before {
    content: '';
    position: absolute;
    height : 0;
    width : 0;
    border-right : 25px solid transparent;
    border-bottom : 25px solid #eeeeee;
    border-left : 25px solid transparent;
    top: -25px;
    left: 30px;
}
.photosHelpWrap .advices {
    font-family: atamibold;
    color: #000;
    padding: 0 25px;
    line-height: 16px;
}
.photosHelpWrap .advices ul{
    list-style: none;
    color: #e30613;
    padding-left: 0;
    margin: 0;
}
.warrantiesWrapper {
    display: flex;
    flex-flow: wrap;
}
.warrantyRow {
    display: flex;
    color: #000;
    background: #f0f0f0;
    font-size: 12px;
    padding: 15px 0px;
    border: 1px solid #6d707b;
    border-radius: 25px 0 25px 0;
    width: 48%;
    margin: 1%;
}
.warrantyRow .pictoAndValidity {
    text-align: center;
}
.warrantyRow .infosText {
    border-left: 1px solid #d2d2d2;
}
.warrantyRow span {
    font-family: atamibold;
}
.warrantyRow span.valid {
    color:#4bcd7d;
}
.warrantyRow span.invalid {
    color:#ff0000;
}
.warrantyRow span.waiting {
    color:#ff9800;
}
.col.model {
    text-transform: uppercase;
}
.col.imei {
    min-width: 180px;
}
.col.activeOn {
    min-width: 170px;
}
.col.expireOn {
    max-width: 140px;
}
.col.validity {
    max-width: 100px;
    margin-top: 15px;
}
.p_retractWrapper h3,
.p_failureWrapper h3,
.p_warrantyWrapper h3 {
    font-family: 'Futura PT';
    font-size: 15px;
    color: #ab8029;
    text-transform: uppercase;
    margin-top: 25px;
}
.register_phone_row {
    /*border-bottom: 2px solid #ab8029;*/
}
#numberCodeWrap {
    border: 1px solid #ccc;
    box-sizing: initial;
    width: 130px;
    height: 130px;
    padding: 20px;
    display: flex;
}
#numberCodeWrap input {
    align-self: center;
}
.codes_row {
    display: flex;
    flex-wrap: wrap;
}

#whereFindImei {
    text-align: right;
    float: right;
    color: #fff;
    font-family: atamibold;
}
.newWarrantySecondPart {
    display: none;
}
.popup {
    display: none;
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    align-items: center;
}
.popup .inner {
    background: #fff;
    width: 100%;
    max-width: 590px;
    margin: auto;
    text-align: center;
    position: fixed;
    /*margin-top: calc(50% - 280px);*/
    transform: translate(-50%);
    margin-left: 50%;
    padding: 25px;
}
.repairDetailsPopup.popup .inner {
    padding: 0;
    border-radius: 25px;
    max-width: 750px;
    margin-top: 0;
    top: 10%;
    max-height: 80%;
    overflow: auto;
}

.repairDetailsPopup .popupHeader {
    text-transform: uppercase;
    color: #caa253;
    font-family: 'Futura PT';
    font-size: 24px;
    padding: 25px 0;
}
.repairDetailsPopup .popupContent {
    margin: 0;
}
.repairDetailsPopup .popupContent h5 {
    text-transform: uppercase;
    color: #caa253;
    font-family: 'Futura PT';
    font-size: 16px;
    text-align: left;
}
.repairDetailsPopup .popupContent .leftCol {
    background-color: #6d707b;
    padding: 20px;
    color: #fff;
}
.repairDetailsPopup .popupContent .rightCol {
    background-color: #eeeeee;
    padding: 20px;
    color: #fff;
}
.repairDetailsPopup .popupContent span.label{
    text-align: left;
    color: #6d707b;
}
.labelTitle {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
}
.labelValue {
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
.photoThumb {
    width: 85px;
    display: block;
    border-radius: 0 15px 0 15px;
    border: 1px solid #6d707b;
    height: 80px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    margin-right: 10px;
}
.invoiceThumb {
    background-color: #e6e6e6;
    color: #6d707b;
    border-radius: 0 15px 0 15px;
    display: block;
    width: 65px;
    text-align: center;
    text-transform: lowercase;
    padding: 10px 10px 5px 9px;
}
.invoiceThumb>i {
    font-size: 22px;

}
.recapWarrantyRow .invoiceThumb {
    width: 100%;
    text-align: left;
    padding-left: 25px;
}
.recapWarrantyRow .invoiceThumb>i {
    margin-right: 10px;
}
.phone_infos {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 0 20px 0 20px;
    font-family: atamibold;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
}
.btn-black {
    background-color: #000;
    border-radius: 0 15px 0 15px;
    text-transform: uppercase;
    font-family: 'atamibold';
    color: #fff;
}
.btn-black:hover {
    background-color: #ab8029;
}
.repairDetailsPopup .popupContent .btn-black {
    margin-top: 25px;
}
.repairDetails {
    padding: 15px;
}
.repairDetails>div {
    display: flex;
    flex-wrap: wrap;
}
.failurecatWrap {
    border: 1px solid #000;
    padding: 15px;
}
.failurecatWrap .nameCategory {
    text-transform: uppercase;
    display: block;
    color: #000;
    text-align: left;
    font-family: 'atamibold';
}

.failurecatWrap span {
    display: block;
    color: #000;
    text-align: left;
    font-family: 'atamibold';
}
.bottomComments {
    font-style: italic;
    text-align: left;
    font-size: 12px;
    margin-top: 15px;

}


.closePopup {
    border: 2px solid #000;
    display: block;
    width: 18px;
    height: 15px;
    line-height: 13px;
    color: #000;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
}
.repairDetailsPopup .closePopup {
   top: 35px;
    right: 35px;
}
.closePopup:hover {
    background:#ab8029;
    color: #fff;
    cursor: pointer;
    }
#warrantyKOPopup h5,
#warrantyAddedPopup h5,
#notRetractCompatiblePopup h5,
#whereFindImeiPopup h5{
    color: #ab8029;
    text-transform: uppercase;
    font-family: atamibold;
    font-size: 25px;
    margin-top: 15px;
}
#warrantyKOPopup h5 {
    color: #e30613;
}
#warrantyKOPopup p,
#warrantyAddedPopup p,
#notRetractCompatiblePopup p,
#whereFindImeiPopup p {
    font-family: atamibold;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    max-width: 80%;
    margin: auto;
}
#whereFindImeiPopup img {
    margin: 10px 0 15px;
}

.patternBloc {
    position: relative;
}
.patternBloc #unlock_pattern {
    position: absolute;
    top: 0;
    opacity: 0;
}

@media (min-width:768px) and (max-width:992px) {
.dashboard_nav li a {
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    padding-top:4px !important;
    align-items: center;
    display: flex;
}
}

@media (max-width:767px){
    .welcome_leftcol2 {
        max-height: inherit !important;
    }
    .welcome_rightcol1 {
        padding: 25px 0 !important;
    }
    .welcome_h5 {
        font-size: 36px;
    }
    .photosHelpWrap {
        flex-flow: column;
    }
    .photosHelpWrap .advices {
        margin-top: 15px;
    }
    
}
.welcomeWrapper3 p {
    padding-left: 50px;
    color: #fff;
    font-family: atamiregular;
}
.welcomeWrapper3 .btn-primary,
.welcomeWrapper4 .btn-primary {
    font-family: atamibold;
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0 20px 0 20px;
    padding: 10px 25px;
    margin-left: 50px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    max-width: 175px;
}
.welcomeWrapper4 .btn-primary {
    color: #000;
    border: 1px solid #000;
}
.welcomeWrapper3 .btn-primary:hover {
    background-color: #fff;
    color: #000;
}
.welcomeWrapper4 .btn-primary:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.logo-reco-fr {
    max-width:320px;
    height: auto;
    margin: auto;
}
.welcome_leftcol2 {
    max-height: 45vw;
}
.mobile {
    display: none;
}
.welcome_leftcol2 .fillBottom {
    background-color: #fff;
    display: block;
    height: 22vw;
    width: 100%;
}
.welcome_rightcol2 {
    background-color: #ebebea;
}
.welcome_rightcol2 .fillBottom {
    background-color: #ebebea;
    display: block;
    height: 18vw;
    width: 100%;
}
.navbar-brand {
    max-width: calc(100% - 70px);
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.navbar-light .navbar-toggler-icon {
    /*background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");*/
}
.footer {
    background-image: url('/storage/theme/sav-slp/footerBG-min.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 32vw;
    padding: 16vw 0 15px;
    margin-top: -8vw;
        z-index: 0;
    position: relative;
}
.logo-footer {
    width: 180px;
    margin: auto;
    display: block;
    background: rgba(255,255,255,0.4);
    border-radius: 15px;
}
.footer-nav {
    max-width: 750px;
    margin: auto;
    margin-top: 40px;
    color: #373736;
    font-family: 'atamibold';
    margin-bottom: 25px;

}
.footer-nav>div {
    border-left: 1px solid #fff;
}
.footer-nav h5 {
    text-transform: uppercase;
}
.footer-nav p {
    margin-bottom: 0;
    font-family: 'atamiregular';
}
.footer-nav ul {
    padding: 0;
    font-family: 'atamiregular';
    list-style: none;
}
.footer-nav ul a {
    color: #373736;
}
.accept_cgu {
    margin: 25px 0;
}
.alert-success {
    font-family: 'atamiregular';
    color: #fff;
    background: #00d46e;
}
.col.id_warranty {
    margin: auto;
}
.p_retractWrapper .reasonRow h3,
div.id_warranty h3{
    font-family: 'atamibold';
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.p_retractWrapper .reasonRow h3,
.p_retractWrapper div.id_warranty h3{
    text-align: left;
}
.retractFailures_row.disabled {
    opacity: 0.2;
    display: none;
}
.reasonRow {
    margin-bottom: 15px ;
}
.retractFailures_row {
    margin-top: 25px;
}
select#id_warranty {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: atamibold;
    max-width: 450px;
    margin: auto;
}

.chooseDeviceRow {
    margin-left: -5px;
    margin-right: -5px;
}
.chooseDeviceRow>div {
    padding: 0 5px;
}

.deviceWrap {
    display: flex;
    background: rgba(255,255,255,0.3);
    text-transform: uppercase;
    border:  1px solid #9a9a9a;
    padding: 15px 10px;
    font-family: 'atamibold';
    color: #000;
    border-radius: 0 25px 0 25px;
    font-size: 12px;
    margin-bottom: 10px;
    min-height: 95px;
    justify-content: center;
    align-items: center;
}
.deviceWrap:hover,
.deviceWrap.active {
    background: rgba(255,255,255,0.7);
    color: #000;
    text-decoration: none;
}
.pictoAndValidity img,
.deviceWrap img {
    height: 60px;
    margin-right: 10px;
   /* max-height: 60px;*/
}



.p_ticketsWrapper {
    margin-top: 25px;
}
.p_ticketsWrapper>.row {
    border: 1px solid #b5b5b5;
}
.avatarGallery {
    display: flex;
    flex-wrap: wrap;
    min-width: 280px;
}
.avatarItem {
    margin-right: 5px;
    margin-bottom: 5px;
}
.avatarItem .imgWrap{
    border: 1px solid #9a9a9a;
    text-align: center;
    border-radius: 0 15px 0 15px;
    max-width: 50px;
    background: #fff;
    margin-right: 1px;
}

/* HIDE RADIO */
.radioGallery { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.radioGallery + .imgWrap {
  cursor: pointer;
}
.avatarItem .imgWrap img {
    border-radius: 50%;
}

.hidden {
    display: none;
}

/* CHECKED STYLES */
.radioGallery:checked + .imgWrap {
  border: 2px solid #caa253;
  background: #caa253;
}
#password-confirm,
#register_password-confirm {  
    margin-bottom: 50px;
}
.profile-update #pseudo,
.newProfileSecondPart #pseudo,
#register_pseudo {
    margin-bottom: 90px;
}

.repairsList {
    border: 0;
    padding: 0;
    max-height: 610px;
    border-bottom: 0;
}
.repairsList .repairItem {
    border-bottom: 1px solid #b5b5b5;
    display: flex;
    font-family: 'atamiregular';
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
}
.dashboardBigNav a,
.dashboard_nav li,
.repairItem .avatarWrapper {
    position: relative;
}
.dashboardBigNav a .notif,
.dashboard_nav .notif,
.repairItem .avatarWrapper>.notif {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff0000;
    color: #fff;
    text-align: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 10px;
}
.dashboard_nav .notif {
    top: -10px;
    left: -10px;
}
.dashboardBigNav a .notif {
    top: 5px;
    right: 5px;
    left: auto;
}

.invoiceBlock .label.invoice {
    margin-top: 40px;
}

.customer_avatar {
    width: 45px;
    border: 1px solid #000;
    border-radius: 50%;
}
.customer_avatar.welcomeAvatar {
    position: absolute;
    width: 70px;
    left: 87px;
    background: #fff;
}
.repairHead {
    border-bottom: 1px solid #b5b5b5;
    height: 93px;
    padding: 35px 20px;
}
.repairHead h3 {
    font-family: 'atamibold';
    font-size: 18px;
    color: #343436;
    margin: 0px;
    text-transform: uppercase;
}
.repairItem.active,
.repairItem:hover {
    text-decoration: none;
    background: #eaeaea;
    color: #caa253;
}
.repairItem .dossierWrapper {
    text-align: left;
    margin-left: 10px;
    width: 100%;
}
.history_line {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 15px);
    margin-bottom: 15px;
    align-items: center;
    margin-left: 15px;
}
.history_line .point {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    position: relative;
}
.history_line .point.active .dot {
    background: #caa253;
    width: 18px;
    height: 18px;
    z-index: 1;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
}
.history_line .point.active.declined .dot {
    background: #ff0000 !important;
}
.history_line .point.passed .dot {
    background: #caa253;
}
.history_line .point:before {
    display: block;
    content: '';
    width: 35px;
    height: 3px;
    background: #b5b5b5;
    position: absolute;
    right: 100%;
    top: calc(50% - 1.5px);
    z-index: 0;
}
.history_line.retract .point:before {
    width: 50px;
}
.history_line .point.step1:before {
    width: 15px;
}
.history_line .point.passed:before,
.history_line .point.active:before {
    background: #caa253;
}
.history_line .point .label {
    font-size: 10px;
    margin-top: 5px;
    position: absolute;
    width: max-content;
    text-transform: initial;
    transform: translateX(-25%);
        display: none;
}
.history_line .point.lastactive .label {
    display: inline-block;
}
.history_line .point .dot{
    display: block;
    background: #b5b5b5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.history_line .point:last-child .label {
    right: -10px;
    transform: translateX(0);
}

.detailsWrapper {
    background: #eaeaea;
    border-left: 1px solid #b5b5b5;
}
.detailsWrapper h4 {
    color:#9b9b9b;
    text-transform: uppercase;
    text-align: center;
    margin: 25px auto;
}
.detailsWrapper .repairsBackground {
    display: block;
    margin: 0 auto 25px;
}

.repairCustomerInfos {
    font-family: 'atamiregular';
    font-size: 12px;
}

.repairCustomerInfos .customer_name {
    text-transform: uppercase;
}
.repairCustomerInfos .label {
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
}
.repairCustomerInfos .deviceInfos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
}
.repairCustomerInfos .deviceInfos p {
    text-transform: uppercase;
    margin: 0;
}

.avatarInfos {
    display: flex;
}
.repairCustomerInfos .col1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.repairCustomerInfos .col1>div {
    align-self: center;
}

.repairCustomerInfos .col1 .customer_name {
    text-transform: uppercase;
    color: #343436;
    font-family: 'atamibold';
    font-weight: bold;
}
.repairCustomerInfos .col1 .customer_email {
    font-size: 10px;
    color: #343436;
}
.repairCustomerInfos .col2 {
    display: flex;
    justify-content: center;
    border-left: 1px solid #929292;
    border-right: 1px solid #929292;
}
.repairCustomerInfos .col2 p {
    margin: 0;
    padding: 10px 0;
}
.repairCustomerInfos .col2 p i{
    color: #000;
}

.newMessageWrap .msg_author .customer_avatar,
.repairCustomerInfos .col1 .customer_avatar {
    height: 45px;
    margin-right: 10px;
    align-self: center;
}

.newMessageWrap .msg_author .customer_name {
    align-self: flex-end;
    text-decoration: underline;
    color: #000;
}

.open_details {
    border-radius: 15px;
    border: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #6c6f7b;
    text-transform: uppercase;
    height: 65px;
    padding: 15px;
    align-self: center;
}
.open_details:hover {
    background: #caa253;
    cursor: pointer;
    }
.open_details .fas{
    font-size: 20px;
    margin-bottom: 5px;
}

.col3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.repairCustomerInfos .red {
    color: #ff0000;
}
.repairCustomerInfos .green {
    color: #4ccd7d;
}
.repairCustomerInfos strong {
    font-family: 'atamibold';
}

.history_full_graph {
    background: #fff;
    border-top: 1px solid #8d8d8d;
    border-bottom: 1px solid #8d8d8d;
    padding: 25px 30px 20px;
}
.history_full_line {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
  width: 100%;
  overflow: hidden;
}
.history_full_line .point:not(.first):not(.last) {
    margin-top: 20px;
    height: 14px;
}


.history_full_line .point.last img{
  width: 55px;
  border-radius: 50%;
  border: 1px solid #b5b5b5;
  position: relative;
  z-index: 1;
}
.history_full_line .point.active.last img,
.history_full_line .point.first img{
  width: 55px;
  border-radius: 50%;
  border: 1px solid #8ecc14;
  position: relative;
  z-index: 1;
  min-width: 55px;
}
.history_full_line .point {
    position: relative;

}
.history_full_line .point .dot {
    z-index: 1;
}

.history_full_line .point.last:before {
    /*display: block;
    content: '';
    width: 110px;
    height: 4px;
    background: #b5b5b5;
    position: absolute;
    right: 90%;
    top: calc(50% - 2px);
    z-index: 0;*/
    display: none;
}
.history_full_line .point.lastFlowPoint:after {
    display: block;
    content: '';
    width: 50%;
    height: 4px;
    background: #b5b5b5;
    position: absolute;
    left: 50%;
    top: calc(50% - 1px);
    z-index: 0;
}
.history_full_line .point:not(.first):not(.last):before {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: #b5b5b5;
    position: absolute;
    right: 50%;
    top: calc(50% - 1px);
    z-index: 0;
}
.history_full_line .point.step1:before,
.history_full_line .point.step0:before {
  max-width: 50%;
}
.history_full_line.retract .point.last:before,
.history_full_line.retract .point:not(.first):not(.last):before {
  width: 185px;
}
.history_full_line .point:not(.last).active {
    margin-top: 11px !important;
    height: 32px !important;
}

.history_full_line .point.active.lastFlowPoint:after,
.history_full_line .point.active:before {
    background: #8ecc14 !important;
}
.history_full_line .point.active.declined:before {
  background: #ff0000 !important;
}

.history_full_line .point.isNext:before {
    background-image: linear-gradient(to right, #8ecc14, #aad303, #c7d900, #e3df00, #ffe400) !important;
}

.history_full_line .point.isNext.declined:before {
    background-image: linear-gradient(to right, #ff0000, #b5b5b5) !important;
}

.history_full_line .dot {
  display: block;
  width: 16px;
  height: 16px;
  background: #b5b5b5;
  border-radius: 50%;
  margin: auto;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 32px;
}
.history_full_line .point.active .dot {
    width: 32px;
    height: 32px;
    background: #8ecc14;
}
.history_full_line .point.isNext:not(.declined) .dot {
    background: #ffe400;
}
.history_full_line .point.active.declined .dot {
    background: #ff0000 !important;
}
.history_full_line .label {
  font-family: 'atamiregular';
  color: #343436;
  text-align: center;
  text-transform: uppercase;
  display: block;
  line-height: 15px;
  position: absolute;
  transform: translateX(-50%);
  width: max-content;
  font-size: 10px;
  top: 30px;
  margin: 0;
  left: calc(50%);
  white-space: normal;
  width: 115px;
  max-width: 100%;
}

.history_full_line .point.active .label {
    top: 38px;
}


.newMessageWrap {
    flex-direction: column;
    padding: 15px;
}

.newMessageWrap .msg_author {
    display: flex;
    flex-direction: row;
}

#messageArea {
    width: 100%;
    resize: inherit;
    border-radius: 0;
    border: 0;
    padding: 15px;
}
.messagesWrap {
    background: #fff;
    padding: 20px 15px;
    border-bottom: 1px solid #8d8d8d;
}

.messagesWrap .scrollableWrap{
    max-height: 350px;
    overflow: auto;
    }
.messagesWrap .message {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.messagesWrap .message .innerBulle{
    background: #eaeaea;
    border-radius: 15px;
    width: calc(100% - 110px);
    padding: 10px 15px;
}

.messagesWrap .message.type1 .innerBulle{
    background: #fffabd;
    margin-left: 55px;
}
.messagesWrap .message.type2 .innerBulle{
    background: #ebffd4;
}
.messagesWrap .message .customer_avatar {
    height: 45px;
    align-self: flex-end;
}
.messagesWrap .message.type1 .customer_avatar {
    margin-left: 10px;
}
.messagesWrap .message.type2 .customer_avatar {
    margin-right: 10px;
}
.msgHeader {
    display: flex;
    justify-content: space-between;
}
.msgHeader {
    color: #000;
}
.msgHeader .name{
    text-decoration: underline;
}
.message .content {
    text-align: left;
    color: #343436;
    font-size: 12px;
}
.message .content b,
.message .content strong {
    font-weight: 700;
}
.message .content a{
    color: #000;
}
.msgHeader>span:last-child {
    font-size: 12px;
}
.msgHeader>span:first-child {
    font-family: 'atamibold';
}
.sendMessageForm {
    margin: 10px 25px ;
}
.bottomTextarea {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.btn-send-msg {
    background: #ab8029;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0 25px 0 25px;
    padding: 5px 20px;
    font-family: 'atamiregular'
}
.coverd_infos{
    margin-top: 25px;
    text-align: center;
    border: 1px solid #29b183;
    padding: 15px 15px 25px;
    border-radius: 8px;
    background: #f1f1f1;
}
.coverd_infos p{
    color: #000;
    margin: 15px 0 15px;
    font-weight: 500;
}
.coverd_infos p b{
    text-transform: uppercase;
}
.coverd_infos a{
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.3px;
    border-color: #29b183;
    box-shadow: 0 0 25px rgba(54,55,69,.4);
    color: #fff;
    background-color: #29b183;
    padding: 10px 20px;
    border-radius: 6px;
    margin-top: 10px;
    display: inline-block;
}
.coverd_infos a:hover{
    text-decoration: none;
    padding: 10px 25px;
}
@media (max-width:1200px){
    .repairDetailsPopup.popup .inner {
        padding-right: 10px;
        border-radius: 25px 12px 12px 25px;
    }
    .history_full_line .point.last:before,
    .history_full_line .point:not(.first):not(.last):before{
        /*width: 92px;*/
    }
    .customer_avatar.welcomeAvatar {
        left: 70px;
    }

}
@media (max-width:992px){
    .history_full_line .point.last:before,
    .history_full_line .point:not(.first):not(.last):before{
        /*width: 62px;*/
    }
    .history_full_line .step2 .label,
    .history_full_line .step4 .label {
        display: none;
    }

    .repairCustomerInfos .col3 {
        padding: 15px;
        border-top: 1px solid #929292;
    }
    .messagesWrap .message.type1 .innerBulle {
        margin-left: 0;
    }
    .messagesWrap .message .innerBulle {
            width: calc(100% - 55px);
    }
    .profile-name {
        text-align: center;
        padding: 0;
    }
    .customer_avatar.welcomeAvatar {
        display: inline-block;
        position: inherit;
        width: 35px;
        margin-right: 10px;
    }
}
@media (min-width:768px){
    .welcomeWrapper3,
    .welcomeWrapper4,
    .welcomeContact {
        display: flex;
    }
    .welcome_leftcol2 {
        max-height: inherit;
    }
}

@media (max-width:767px){
    #register_password-confirm, #register_pseudo {
        margin-bottom: 0;
    }
    .logo-footer {
        width: 80px;
    }       
    .mobile {
        display: block;
    }
    .recycle-icon {
        display: none;
    }
    .sav-flow-wrap {
        top: 0;
        margin-bottom: 40px;
    }
    .recycleDiv {
        margin-top: -85px;
    }
    .navbar-collapse {
        margin: 0 -16px;
        background: #383736;
        color: #fff;
    }
    .navbar-nav {
        align-items: flex-start;
        padding-left: 25px;
        text-align: left;
        padding-bottom: 50px;
    }
    .navbar-nav .nav-item a.nav-link {
        color: #191919;
    }
    .dropdown-menu {
        background-color: transparent;
        padding-top: 0;
    }
    .dropdown-item {
        text-transform: inherit;
        font-family: atamiregular;
        padding: 4px 0;
    }
    .navbar-nav .nav-item a.nav-link.logout-link {
        padding: 5px 15px;
        color: #fff;
        background: transparent;
    }
    .navbar-nav .nav-item a.nav-link.logout-link:hover,
    .navbar-nav .nav-item a.nav-link.logout-link:active {
        background: #fff;
        color: #191919;
    }
    .footer-nav {
        text-align: center;
    }
    .footer-nav>div {
        border-left: none;
    }
    .dashboard_nav {
        height: inherit;
        text-align: center;
        display: block;
        padding: 0;
    }
    .dashboard_nav li a {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .globalWrapper>.container:after {
        display: none;
    }
    .repairDetailsPopup.popup .inner {
        padding-right: 10px;
        border-radius: 0;
    }
    .history_line .point:before {
        width: 100%;
    }
    .repairsList {
        max-height: 220px;
    }
    .imeiRow.valid span.valid {
        width: 100%;
        border-radius: 0 0 0 25px;
        border-top: 0px;
        border-left: 2px solid #00d46e;
        text-align: center;
    }
    .imeiRow.invalid span.invalid {
        width: 100%;
        border-radius: 0 0 0 25px;
        border-top: 0px;
        border-left: 2px solid #fb0000;
        text-align: center;
    }
    .imeiRow.valid input {
        width: 100%;
        border-right: 2px solid #00d46e !important;
        border-radius: 0 20px 0 0px !important;
        border-bottom: 0 !important;
    }
    .imeiRow.invalid input {
        width: 100%;
        border-right: 2px solid #fb0000 !important;
        border-radius: 0 20px 0 0px !important;
        border-bottom: 0 !important;
    }
    .register_phone_section {
        padding: 35px 15px 60px 15px;
    }
    .register_phone_section.valid {
        padding: 35px 15px;
    }
    .register_phone_section h2 {
        font-size: 20px;
        padding: 0 18px;
    }
    .register_profile_section, .register_password_section {
        padding: 0 15px;
    }
    #accordionQA {
        padding: 0;
        margin-top: 15px;
    }
    #accordionQA .faqContentWrap p {
        text-align: left;
        text-transform: initial;
    }
}
@media (max-width:576px){
    h1 {
        font-size: 32px;
    }
    .topMenu {
        height: inherit;
    }
    .mainContent>.globalWrapper,
    .connectWrapper,
    .faqWrapper,
    .welcomeWrapper {
        padding-top: 135px;
    }
    .mobile {
        display: block;
    }
    .d-sm-none{display:none!important}

    .faqWrapper h1,
    .welcomeWrapper h1 {
        text-align: center;
        font-size: 38px;
    }
    .faqWrapper h2,
    .welcomeWrapper h2 {
        font-size: 18px;
        text-align: center;
    }
    .sav-flow-item>span {
    width: calc(100% - 140px);
    padding-left: 15px;
    font-size: 18px;
    max-width: 225px;
    line-height: 24px;
    padding-top: 45px;
    margin-right: 5px;
    }
    .welcomeButton {
        margin: 15px auto;
    }
    .welcome_h3 {
        padding: 0 15px;
        font-size: 36px;
        line-height: 40px;
    }
    .welcomeWrapper2 p {
        padding:  0 15px;
    }
    .welcome_h5 {
        padding: 0 15px;
        font-size: 22px;
    }
    .welcomeContact .welcome_h5 {
        padding: 0;
    }
    .contact_tel_btn {
        margin-left: 0px;
        max-width: 270px;
        height: 42px;
    }
    .contact_tel_btn .leftSide,
    .contact_tel_btn .rightSide {
        height: 40px;
        font-size: 12px;
        line-height: 42px;
    }
    .pictolist {
        margin-left: 15px;
    }
    .welcomeWrapper4 p {
        padding:0 15px;
    }
    .welcomeWrapper4 .btn-primary {
        margin-left: 15px;
    }
    input#phone_imei {
        float: inherit;
        width: 100%;
    }
    .dashboardBigNav {
        flex-direction: column;
    }
    .dashboardBigNavButton {
        padding: 10px;
        font-size: 13px;
        width: 100%;
    }
    .warrantyRow {
        display: block;
        /*width: 100%;
        margin: 0;*/
        /*margin-bottom: 10px;*/
    }
    .warrantyRow .col {
        width: 100%;
        max-width: 100%;
        border-left: 0;
    }
    .repairCustomerInfos .col1 {
        padding: 5px 15px;
    }
    .repairCustomerInfos .col2 {
        padding: 5px 15px;
        border-top: 1px solid #929292;
        border-left: 0;
        border-right: 0;
    }
    .repairCustomerInfos .col1,
    .repairCustomerInfos .col2 {
        justify-content: flex-start;
    }
    .btn-black {
        width: 100%;
    }
    .faq .content-title .title-text {
        font-size: 14px !important;
    }

}
@media (max-width:380px){
    .mainContent>.globalWrapper, .connectWrapper, .welcomeWrapper, .faqWrapper {
        padding-top: 55vw;
    }
    .warrantyRow {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}

.patt-circ {
    background:#fee0a3;
}
.patt-lines {
    background: hsla(42, 45%, 80%, 0.9);
}
#patternHolder .patt-circ.hovered, #patternRedrawHolder .patt-circ.hovered {
    background:#caa253;
}

.content-title {
    background: #383736;
    color: #fff !important;
    border-radius: 0;
}

.list > li > a {
    border-radius: 0;
}
.active a {
    background: #caa253 !important;
}

.navbar-nav .nav-item a.nav-link,
h1.title,
.faqContentWrap h4,
.faqContentWrap h5,
.faqContentWrap p,
.faqContentWrap ul li {
    color: #fff !important;
}

.navbar-nav .nav-item a.nav-link:hover {
    color: #caa253 !important;
}
#our_offers {
    display: none;
}

.repairsSearch {
    margin: 15px 0;
}
.repairsSearch input {
    width:100%;
    padding: 5px;
}
.repairsSearch input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 11px;
    color: #999;
  }
.repairsSearch input#phone_ime::-moz-placeholder { /* Firefox 19+ */
    font-size: 11px;
    color: #999;
  }
.repairsSearch input#phone_ime:-ms-input-placeholder { /* IE 10+ */
    font-size: 11px;
    color: #999;
  }
.repairsSearch input#phone_ime:-moz-placeholder { /* Firefox 18- */
    font-size: 11px;
    color: #999;
  }
.repairsSearch input + .fa-search {
  position: absolute;
  top: 12px;
  right: 20px;
  opacity: 0.3;
}