﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'db_adman_xbold';
    src: url('../fonts/DB Adman X Bold.ttf');
    /*  src: url('../fonts/db_adman_x_bold-webfont.eot');
    src: url('../fonts/db_adman_x_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/db_adman_x_bold-webfont.woff2') format('woff2'), url('../fonts/db_adman_x_bold-webfont.woff') format('woff'), url('../fonts/db_adman_x_bold-webfont.ttf') format('truetype'), url('../fonts/db_adman_x_bold-webfont.svg#db_adman_xbold') format('svg');
   */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_adman_xregular';
    src: url('../fonts/DB Adman X.ttf');
    /* src: url('../fonts/db_adman_x-webfont.eot');
    src: url('../fonts/db_adman_x-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/db_adman_x-webfont.woff2') format('woff2'), url('../fonts/db_adman_x-webfont.woff') format('woff'), url('../fonts/db_adman_x-webfont.ttf') format('truetype'), url('../fonts/db_adman_x-webfont.svg#db_adman_xregular') format('svg');
    */
    font-weight: normal;
    font-style: normal;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #fde1ba;
    font-family: db_adman_xregular;
    font-size: 16px;
}

.font-blod {
    font-family: db_adman_xbold;
}

.font-nomal {
    font-family: db_adman_xregular;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

input[type=text] {
    border: 1px;
    border-radius: 26px;
    background-color: #fefaf1;
    border: 1px solid #83983b;
    width: 100%;
}

.input-mobile {
    font-size: 30px;
    height: 50px;
}

.input-from {
    font-size: 18px;
    height: 30px;
}

.label-from {
    color: #83983b;
    font-weight: bold;
    font-size: 16px;
}

.btn-primary-YvesRocher {
    color: #fff;
    background-color: #83983b;
    border-color: #83983b;
    border-radius: 8px;
    min-width: 140px;
    font-weight: bold;
    font-size: 18px;
}

.btn-light-YvesRocher {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    border-radius: 8px;
    min-width: 140px;
    font-weight: bold;
    font-size: 18px;
}



.consent-box {
    background-color: #fefaf1;
    height: 320px;
    overflow: hidden;
    border-radius: 45px;
    padding: 18px;
}

.consent-box-in {
    background-color: #fefaf1;
    height: calc(100% - 3em);
    overflow: auto;
    font-size: 16px;
}

.container {
    padding-right: 18px;
    padding-left: 18px;
}

.text-colcor-Yves {
    color: #939196;
}

::-webkit-scrollbar {
    width: 13px;
    background: #fde1ba;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #333;
    }

.btn:hover {
    color: #fefaf1;
    text-decoration: none;
}

.box-screen {
    margin-top: 10em;
}

.from-box {
    background-color: #fefaf1;
    /*height: 140px;*/
    overflow: hidden;
    border-radius: 45px;
    padding: 18px;
}

.box-screen-otp {
    margin-top: 3em;
}

.from-box-otp {
    background-color: #fefaf1;
    overflow: hidden;
    border-radius: 45px;
    padding: 18px 5px;
}

.box-screen-register {
    margin-top: 3em;
}

.from-box-register {
    background-color: #fefaf1;
    overflow: hidden;
    border-radius: 45px;
    padding: 18px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.pin {
    color: #000000;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #333;
    background-color: #fefaf1;
    font-size: 30px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: pink;
}

::-moz-placeholder { /* Firefox 19+ */
    color: pink;
}

:-ms-input-placeholder { /* IE 10+ */
    color: pink;
}

:-moz-placeholder { /* Firefox 18- */
    color: pink;
}

.footer {
    bottom: -20px;
}

:root {
    --primary: #83983b
}

.checkbox {
    width: 100%;
    position: relative;
    display: block;
}

    .checkbox input[type="checkbox"] {
        width: auto;
        opacity: 0.00000001;
        position: absolute;
        left: 0;
        margin-left: -20px;
    }

    .checkbox label {
        position: relative;
    }

        .checkbox label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            margin: 4px;
            width: 16px;
            height: 16px;
            transition: transform 0.28s ease;
            border-radius: 3px;
            border: 2px solid #9391a2;
        }

        .checkbox label:after {
            content: '';
            display: block;
            width: 10px;
            height: 5px;
            border-bottom: 2px solid #83983b;
            border-left: 2px solid #83983b;
            -webkit-transform: rotate(-45deg) scale(0);
            transform: rotate(-45deg) scale(0);
            transition: transform ease 0.25s;
            will-change: transform;
            position: absolute;
            top: 8px;
            left: 7px;
        }

    .checkbox input[type="checkbox"]:checked ~ label::before {
        color: #7bbe72;
    }

    .checkbox input[type="checkbox"]:checked ~ label::after {
        -webkit-transform: rotate(-45deg) scale(1);
        transform: rotate(-45deg) scale(1);
    }

    .checkbox label {
        display: block;
        padding-left: 24px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
        vertical-align: sub;
    }

        .checkbox label span {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .checkbox input[type="checkbox"]:focus + label::before {
        outline: 0;
    }

.form-control {
    border: 1px;
    border-radius: 0px;
    background-color: #fefaf1;
    border: 1px solid #83983b;
    width: 100%;
    border-radius: 6px;
}

a:hover {
    color: #000000;
}
a {
    color: #000000;
}
    a:link {
        text-decoration: none;
    }

input[type=text].register-from {
    border: 1px;
    border-radius: 0px;
    background-color: #fefaf1;
    border: 1px solid #83983b;
    width: 100%;
    border: none;
    border-bottom: 1px solid #333;
}

input[type=tel].pin {
 
}


input[type=tel].mobile-check {
    border: 1px;
    border-radius: 26px;
    background-color: #fefaf1;
    border: 1px solid #83983b;
    width: 100%;
}

div.relative {
    position: relative;
}

div.absolute {
    position: absolute;
    top: 6px;
    right: 6px;
}

.input-error {
    border-bottom: 1px solid #f00;
}

input[type=text].pin-text {
    width: 48px;
    height: 62px;
    text-align: center;
    min-width: 48px;
    font-size:30px
}