body {
    font-family: "Roboto",sans-serif;
    background-color: lightgray;
}
section {
    position:relative;
    padding: 0px;
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    margin: 0;
}
@media screen and (max-width: 735px) {
    section {
    flex-direction: column;
    }
}
/*.cube {} -->*/
.cubePrimaryColour {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    transform-origin: 50% 0;
    transform: scale(0.5);
    background-color: #003049;
   }
.cubeSecondaryColour {
    background: #28afb0;
   }
.cubePrimaryColour::before {
    content: "";
    position: absolute;
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    background-color: #003049;
}
ul {
    list-style: none;
}
button {
    cursor: pointer;
}

.configPreview {
    width: calc(100% - 380px);
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    flex-shrink: 1;
    background-color: lightgray;
    padding-top: 10px;
    margin-bottom: 20px;
}
@media screen and (max-width: 735px) {
    .configPreview {
        width: 100%;
        height: auto;
        min-height: 100px;
    }
}
.configContainer {
    width:100%;
}
.configWrap {
    width:100%;
    overflow:hidden;
}
/**.configPlate {
    margin: 0 -30px;
}**/
.configPlateAuto {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-shrink: 0;
    transform: scale(0.9);
}

.configBg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.configBgLay1{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.configBgLay2{
    width: 60%;
    height: 100%;
    max-height:100% !important;
    max-width:100% !important;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 1px solid rgb(12, 12, 12);
    cursor: all-scroll;
    position: relative;
    box-shadow: rgb(0 0 0 / 30%) 0px 50px 50px -50px, rgb(0 0 0 / 10%) 0px 0px 15px;
}
.configBgLay3{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: opacity 0.1s ease 0s;
    opacity: 0.7;
    overflow: hidden;
}
.configBgLay4{
    background-color: rgb(255, 255, 255);
    position: absolute;transform: translateY(-5px);
    width: 0%;
    height: 100%;
}
.configBgLay5{
    transform: translateY(-5px);
    width: calc(40%);
    height: 100%;
    right: 0px;
    top: 0px;
    background-color: rgb(255, 255, 255);
    position: absolute;
}
.configBgLay6{
    width: 100%;
    height: 0px;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    position: absolute;
}
.configBgLay7{
    width: 100%;
    height: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    position: absolute;
}
.sizeX {
    position: absolute;
    z-index: 2;
    bottom: calc(100% + 10px);
    left: 0px;
    text-align: center;
    border-bottom: 1px solid rgb(12, 12, 12);
    color: rgb(12, 12, 12);
    padding: 3px 0px;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 60%;
}
.sizeY {
    position: absolute;
    z-index: 2;
    left: calc(100% + 10px);
    top: 0px;
    text-align: center;
    border-left: 1px solid rgb(12, 12, 12);
    color: rgb(12, 12, 12);
    padding: 0px 3px;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: translateY(0px);
    height: 100%;
}
.sizeX::before {
    left: 0px;
}
.sizeX::after {
    right: 0px;
}
.sizeX::before, .sizeX::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 1px;
    height: 7px;
    background-color: rgb(12, 12, 12);
}
.sizeY::before {
    top: 0px;
}
.sizeY::after {
    bottom: 0px;
}
.sizeY::before, .sizeY::after {
    content: "";
    position: absolute;
    left: -4px;
    width: 7px;
    height: 1px;
    background-color: rgb(12, 12, 12);
}
.borderInside {
    position: absolute;
    border-width: 3px;
    border-style: solid;
    right: 10px;
    left: 10px;
    top: 10px;
    bottom: 10px;
    border-radius: 10px;
    z-index: 1;
    border-color: rgb(0, 0, 0);
}
.borderOutside { 
    border-color: rgb(0, 0, 0);
    position: absolute;
    border-width: 3px;
    border-style: solid;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 14px;
    z-index: 1;
}
.side-logo {
    transform: scale(0.8);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 58px;
    background-image: url('https://ma-plaque-immatriculation.fr/img/europe.svg');
}
.side-logo-depart {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 65px;
    background-image: url('');
    transform: scale(0.8);
}
.configGauche {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 73px;
    height: 50%;
    font-family: "PPI","Arial","sans-serif";
    font-size: 47px;
    font-weight: 700;
    line-height: 45px;
    color: #fff;
    background-color: #1e74bb;
    padding-left: 1px;
    border-radius: 14px 0 0 0;
}
.configGauchePays {
    transform: scale(0.8);    
    text-transform: uppercase;
}
.configCentre {
    flex: 9;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: #000;
    overflow: hidden;
    font-family: PPI;
    font-size: 90px;
    text-transform: uppercase;
}
.logoRegion {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.logoRegion img {display: block;}
.configCentrePlaque {
    font-family: 'Official1';
    font-size:90px;
    color:#000000;
    text-align: center;
    line-height: 140px;
    letter-spacing: 6px;
    margin-top: 30px;
}
.configCentreTextBottom {
    position: absolute;
    bottom: 13px;
    height: 16px;
    padding: 0 10px;
    z-index: 2;
    display: flex;
    align-items: center;
}
.configCentreTexte {
    font-size:14px;
    text-transform: lowercase;
    text-align: center;
    font-family: Arial;    
    flex:1;
    padding: 5px 1px;
}
.barreConfigCentreTexte {
    border-top:1px solid rgb(207, 207, 207);
    padding-top:1px;
    padding: 5px 1px;
    font-size: 14px;
}
.configDroite {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 73px;
    height: 50%;
    font-family: "PPI","Arial","sans-serif";
    font-size: 59px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #1e74bb;
    border-radius: 0 14px 0 0;
    letter-spacing: -3px;
    padding-right: 1px;
}
.configDroiteDepart {
    transform: scale(0.8);
}
.badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 780px;
    margin: 0 auto 0;
    padding-bottom: 15px;
}
.badgeContainer {
    display: flex;
    overflow: hidden;
    height: auto;
    margin-left: auto;
    margin-right:auto;
    flex-direction: row;
    align-items: center;
    border-radius: 4px;
    transition: .3s;
}
@media screen and (max-width:820px) {
    .badgeContainer {
        margin-right: auto;
    }
}
.badgeLabel {
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
.configSettings {
    position:relative;
    width:380px;
    height: 100%;
    flex-shrink: 0;
    z-index: 4;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 8%) 0px 30px 30px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}
@media screen and (max-width:735px) {
    .configSettings {
        width:100%;
        max-width: none;
    }
}
.configSettingsContainer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 10px 20px 0 rgb(16 27 41 / 10%);
}
.configSettingsContent {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    min-height: 380px;
    border-bottom: 3px solid #f8f8f8;
    background: #f8f8f8;
}
.configSettingsDetails {
    flex-shrink: 1;
    width: 100%;
    min-height: 380px;
    background: #fff;
}
.configSettingsDetails h3, .configSettingsDetails h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
} 
@media screen and (min-width: 960px) {
    .configSettingsDetails {
        display: flex;
        }
    }
.configSettingsCore {
    flex-shrink: 1;
    width: 100%;
    min-height: 380px;
    background: #fff;
}

.configSettingsTab {
    margin-bottom: 20px;
    user-select: none;
}
.configOnglets {
    position: relative;
}
.configOngletsTrack {
    overflow:hidden;
}
@media screen and (max-width:730px) {
    .configOngletsTrack {
        padding-right: 40px;
        background: none;
    }
}
.configSettingsOnglets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    height: 80px;
    border-bottom: 1px solid #aaa;
    transition: transform 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    width: auto;
    transform: translate3d(0px, 0px, 0px);
    flex-wrap:nowrap;
    margin-right:40px;
}
@media screen and (max-width:730px) {
    .configSettingsOnglets {
        background-color: rgb(252, 249, 249);
        margin-top: 1px;
        display: block;
        float: left;
        width:100%;
        height: auto;
    }
}
.configOnglet {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    height: 100%;
    padding: 10px 0;
    border-bottom: 5px solid transparent;
    transition: border-color .3s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    color:#aaa;
    font-style: italic;
    font-weight: bold;
    font-size: .95rem;
    letter-spacing: -1px;
    background-color: #fcf9f9;
}
@media screen and (max-width: 730px) {
    .configOnglet {
        display: block;
        float: left;
        text-align: center;
        width:33%;
    }
}
@media screen and (max-width: 550px) {
    .configOnglet {
        font-size: .75rem;
    }
}
.configOngletActif {
    border-color: #fa0;
    background-color: #f8f8f8;
    margin: 5px 0 0 0;
    font-family: "Kanit",sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    transition: color .2s ease-in-out;
}
@media screen and (max-width: 730px) {
    .configOngletActif {
        margin: 0;
    }
}
.configSettingsTabControls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}
.configSettingsSectionCentre {
    padding: 0 27px 0 27px;
    position: relative;
}
.configSettingsSectionDepartement {
    padding: 0 30px 30px 30px;
    position: relative;
}
.glide__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #fa0;
    border-radius: 4px;
    border: none;
    pointer-events: auto;
}
@media screen and (max-width: 445px) {
    .glide__arrow {
        width: 45px;
        height: 45px;
    }
}
@media screen and (max-width: 400px) {
    .glide__arrow {
        width: 38px;
        height: 38px;
    }
}

@media screen and (max-width: 768px) {
.configSettingsSectionCentre, .configSettingsSectionContours, .configSettingsSectionMessage, .configSettingsSectionFinitionBlock {
    padding-left: 20px;
    padding-right: 20px;
}
.configSettingsSectionDepartement {
    padding-left: 20px;
    padding-right: 20px;
}
}
.configSettingsChamps {
    display: flex;
    flex-wrap: wrap;
}
.configSettingsTexte {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    width: 100%;
}
.configSettingsTexteInput {
    width: calc(44% - 5px);
    padding: 10px;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 3px;
}
.configSettingsTexteInput input {
    border: none;
    height: auto;
    width: 100%;
    margin-top:5px;
    font-size: 18px;
    color: #101b29;
    font-weight: bold;
    padding:0;
    line-height: 24px;
    border-radius: 4px;
    transition: .4s;
    display: inline-block;
}
.configSettingsTitre {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0;
}
.largeur {
    display: block;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}
.configSettingsTexteClaim {
    width: auto;
    margin-top: 8px;
    margin-right: 10px;
    color: rgb(151, 151, 151);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
}
.configSettingsTexteClaimMarge {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    height: 24px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: rgb(12, 12, 12);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    background: none;
    border: none;
    outline: none;
}
.configSettingsTexteClaimMargeP {
    margin-top: 10px;
    color: rgb(151, 151, 151);
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
    font-style: italic;
}
.configSettingsTypo select {
    border: none;
    height: 48px;
    width: 100%;
    max-width: 100%;
    font-size: 1.2rem;
    font-family: "Kanit",sans-serif;
    color: #101b29;
    text-align: left;
    padding:0 20px;
    line-height: 50px;
    border-radius: 4px;
    transition: .4s;
    border: 1px solid #aaa;
}
.configSettingsTypo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    margin-top: 35px;
}
.configSettingsTypoSelectable {
    height: 50px;
    line-height: 50px;
    border: 1px solid #aaa;
    border-radius: 4px;
    transition: .4s;
    position: relative;
    padding-right: 40px;
    cursor: pointer;
}
.iconbuttonPolice, .iconbuttonDepa, .iconbuttonMessage, .iconbuttonMessageColor, .iconbuttonContourInt, .iconbuttonContourExt {
    position: absolute;
    right: 20px;
    top: 20px;
    padding-right: 0;
}
.hiding {display: none;}
.configSettingsTypoSelectable.is-open .configSettingsTypoSelectablePlaceholderOptions{max-height:210px;border-color:#fa0;box-shadow:0 0 5px 0 rgba(0,0,0,.2);pointer-events:auto;visibility:visible;z-index:20}.configSettingsTypoSelectable.is-open .dropdown-list-item{transform:translate3d(0, 0, 0);opacity:1}
.configSettingsColomneGSelect.is-open .configSettingsColomneGOptions{max-height:210px;border-color:#fa0;box-shadow:0 0 5px 0 rgba(0,0,0,.2);pointer-events:auto;visibility:visible;z-index:20}.configSettingsColomneGSelect.is-open .dropdown-list-item{transform:translate3d(0, 0, 0);opacity:1}
.configSettingsTypoSelectablePlaceholder {
    position: relative;
    overflow: hidden;
    z-index: 2;
    line-height: 50px;
}
.configSettingsTypoSelectablePlaceholderShift {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 10px;
    color: #101b29;
    font-size: 1rem;
    transform: translate3d(0, 0, 0);
    transition: transform .3s,opacity .3s;
}
.configSettingsTypoSelectablePlaceholderShiftName {
    font-family: PPI;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.configSettingsTypoSelectablePlaceholderShiftHomologuee {
    position: absolute;
    top: 0;
    right: 12px;
    margin-left: auto;
    color: #3ba752;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}
.configSettingsTypoSelectablePlaceholderOptions {
    position: absolute !important;
    overflow: hidden;
    top: -1px;
    left: -1px;
    right: -1px;
    height: auto !important;
    max-height: 50px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    visibility: hidden;
    transition: .2s;
    pointer-events: none;
    z-index: 1;
}
.configSettingsTypoSelectablePlaceholderDropdown {
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
    position: relative;
    height: 100%;
    max-height: 208px;
}
.dropdown-list-item {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
    transition: transform .3s,opacity .3s,background-color .3s;
}
.ps__rail-x {
    position: absolute;
    bottom: 0;
    height: 15px;
    opacity: 0;
    visibility: hidden;
    transition: background-color .2s linear,opacity .2s linear;
    background: #d5d5d5;
}
.ps__rail-y {
    position: absolute;
    right: 0;
    width: 15px;
    height: 100% !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s,visibility .5s;
    background: #d5d5d5;
}
.configBouton {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
    border:none;
    width:100%;
    margin-left:9px;
    padding: 15px;
    box-sizing: border-box;
    border-radius:8px;
    align-items: center;
    min-height: 60px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.boutonOrange {
font-weight: 700;
text-transform: uppercase;
color: #fff;
background-color: #098910;
transition: .4s;
max-width: none; 
border-radius: 4px;
}

@media screen and (max-width: 767.98px) {
.configBouton {
min-width: auto;
width: 95%;
padding: 10px;
margin-left: 9px;
box-sizing: border-box;
}
}
.configSummary {
    flex-shrink: 0;
    z-index: 2;
    width: calc(100% - 30px);
    padding: 15px;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
}
.configSummary h2 {
    margin-bottom: 12px;
    font-size: 1.075rem;
    font-family: "Kanit",sans-serif;
    font-style: normal;
    color: #aaa;
    text-transform: uppercase;
}
.configSummaryContenu {
    display: none;
}
.configSummaryRedemarrer {
    border-top: 1px solid #aaa;
    text-align: right;
}
.configSummaryRedemarrer button {
    display: inline-flex;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 900;
    line-height: 14px;
    text-transform: uppercase;
    color: #aaa;
    background: none;
    border: none;
    outline: none;
}
.configSummaryRedemarrer svg {
    display: inline-block;
    width: 14px;
    height: auto;
    margin-right: 8px;
    margin-bottom: 4px;
    transform: translateY(2px);
}
.configSummaryQte {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 1px 0 20px 0;
    border-top: 1px solid #aaa;
    padding: 14px 0;
}
.configSummaryQte span {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.configSummaryQteInput {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: auto;
}
@media screen and (max-width: 767.98px) {
    .configSummaryQteInput {
    margin-left: 0;
    }
}
.configSummaryQteMoins {
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 4px;
    color: #aaa;
    font-size: 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: -1px;
    border: 1px solid #aaa;
}
.configSummaryQtePlus {
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 4px;
    color: #aaa;
    font-size: 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: -1px;
    border: 1px solid #aaa;
}
.configSummaryQteInput input {
    border: none;
    height: 30px;
    border-radius: 0;
    width: 40px;
    padding: 0 !important;
    text-align: center;
    appearance: textfield;
    color: #000;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: none;
}
.configSummaryTotal {
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
    color: #101b29;
    align-items:center;
    justify-content:center;
}
.configSummaryTotal em {
    font-size: .75rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #000;
}
.configSummaryTotal strong {
    margin-left: auto;
    font-size: 2rem;
    font-weight: bold;
}
.configSummaryLivraison {
    position: relative;
    z-index: 1;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.configSummaryLivraison h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #101b29;
}
.configSettingsColomnes {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
}
.configSettingsColomneG {
    width:100%;
}
.configSettingsColomneD {
    margin-top:20px;
}
.configSettingsColomneGDepart select {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 10px;
    color: #101b29;
    font-size: 1rem;
    transform: translate3d(0, 0, 0);
    transition: transform .3s,opacity .3s;
    width:100%;
    height:48px;
    font-family: "Kanit",sans-serif;
    text-align: left;
    border-radius: 4px;
    transition: .4s;
    border: 1px solid #aaa;
}
.configSettingsColomneGSelect {
    height: 50px;
    line-height: 50px;
    border: 1px solid #aaa;
    border-radius: 4px;
    transition: .4s;
    position: relative;
    padding-right: 40px;
    cursor: pointer;
}
.configSettingsColomneGDefault {
    position: relative;
    overflow: hidden;
    z-index: 2;
    line-height: 50px;
}
.configSettingsColomneGShift {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 10px;
    color: #101b29;
    font-size: 1rem;
    transform: translate3d(0, 0, 0);
    transition: transform .3s,opacity .3s;
}
.configSettingsColomneGHomologuee {
    position: absolute;
    top: 0;
    right: 12px;
    margin-left: auto;
    color: #3ba752;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}
.configSettingsColomneGOptions {
    position: absolute !important;
    overflow: hidden;
    top: -1px;
    left: -1px;
    right: -1px;
    height: auto !important;
    max-height: 50px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    visibility: hidden;
    transition: .2s;
    pointer-events: none;
    z-index: 1;
}
.configSettingsColomneGOptionsScroll {
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
    position: relative;
    height: 100%;
    max-height: 208px;
}
.configSettingsColomneGOptionsItem {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
    transition: transform .3s,opacity .3s,background-color .3s;
    list-style: none;
}
.configSettingsSectionMessage textarea {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 10px;
    color: #101b29; 
    transform: translate3d(0, 0, 0);
    transition: transform .3s,opacity .3s;
    width:100%;
    height:100px;
    font-family: "Kanit",sans-serif;
    text-align: left;
    transition: .4s;
    border: 1px solid #aaa;
    float: left;
    resize: none;
    padding:0;
}
.configSettingsSectionMessage select {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 10px;
    color: #101b29;
    font-size: 1rem;
    transform: translate3d(0, 0, 0);
    transition: transform .3s,opacity .3s;
    width:50%;
    height:48px;
    font-family: "Kanit",sans-serif;
    text-align: left;
    transition: .4s;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    float: left;
}
.configSettingsSectionMessage label {
    display: flex;
    align-content: center;
    align-items: center;
    color: #101b29;
    font-size: 1rem;
    transform: translate3d(0, 0, 0);
    transition: transform .3s,opacity .3s;
    width:100%;
    height:48px;
    font-family: "Kanit",sans-serif;
    text-align: left;
    transition: .4s;
    border: 1px solid #aaa;
    float: left;
}
.configSettingsSectionMessage input {
    border-color:#fa0;
    margin-left: 10px;
    margin-right:10px;
}
.configSettingsSectionContours select {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 10px;
    color: #101b29;
    font-size: 1rem;
    transform: translate3d(0, 0, 0);
    transition: transform .3s,opacity .3s;
    width:100%;
    height:48px;
    font-family: "Kanit",sans-serif;
    text-align: left;
    border-radius: 4px;
    transition: .4s;
    border: 1px solid #aaa;
    float: left;
    margin-bottom:30px;
}
.configPied {
    background: #fff;
    padding: 20px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width:calc(100% - 30px);
    margin-top: 20px;
}
.configSummaryOptions {
    padding-inline-start:0px;
    width: 100%;
}
.configSummaryOptions li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:10px 0;
}
.dropdown-color {
    flex-shrink: 0;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    position: relative;
    background: red;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.configSettingsSectionFinitionBlock {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 1px;
    color: #101b29;
    font-size: 0.9rem;
    transform: translate3d(0, 0, 0);
    transition: transform .3s,opacity .3s;
    width: 100%;
    height: auto;
    text-align: left;
    border-radius: 4px;
    transition: .4s;
    border: 1px solid rgb(240, 240, 240);
    float: left;
    margin-bottom: 5px;
    background-color: #ffffff;
}
.configSettingsSectionFinitionBlock:hover {
    background: none rgb(240, 240, 240);
}
.configSettingsSectionFinitionBlockSelected {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 1px;
    color: #101b29;
    font-size: 0.9rem;
    transform: translate3d(0, 0, 0);
    transition: transform .3s,opacity .3s;
    width: 100%;
    height: auto;
    text-align: left;
    border-radius: 4px;
    transition: .4s;
    background: none rgb(240, 240, 240);
    border: 1px solid #098910;
    float: left;
    margin-bottom: 5px;
}
.finitionThumb {
    padding: 0 0 17px 45px;
    cursor: pointer;
    width:90%;
}
.finitionContent {
    width: 100%;
    padding: 10px;
    color: #101b29;
    cursor: pointer;
    font-size: 12px;
    color:grey;
}
.finitionContentLabel {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: normal;
    line-height: 1.75;
    color: inherit;
    transition: .4s;
    text-transform: uppercase;
    font-weight: bold;
}
.finitionCheck {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

@media screen and (max-width: 767.98px) {
    .configPied {
        flex-direction: column;
    }
}
.configPiedArg {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
    font-size:11px;
    font-weight:bold;
}
@media screen and (max-width: 767.98px) {
    .configPiedArg {
        width: 100%;        
        font-size:13px;
    }
}
@media screen and (min-width: 769px) and (max-width: 991.98px) {
    .configPied .configPiedArg, .configurator-footer .review-item {
        width: 47%;
    }
}
