:root{
    --primary: #ffe9e1;
    --secondary: #f5f0ed;
    --dark: #d1ddeb;
}
.custom-file, .custom-file-input {
    position: relative;
    /* display: none; */
    height: inherit;
    bottom: 40px;
    width: 100%;
    opacity: 0;
}

.text-white{
    color: #555 !important;
}

.ms-choice{
    border: none !important;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: initial;
}
.form-control{
    border-bottom: 1px solid #aaab !important;
}
.business-result:hover{
    background: #1114;
    color: #fff !important;
    cursor: pointer;
}

.big-image-choice{
    height: 150px;
}

.big-image-choice img.facebook{
    height: 100%;
}

.big-image-choice .google{
    height: 100%;
}

.dist-image-choice img.email{
    width: 40%;
}

.dist-image-choice .sms{
    width: 40%;
}
.dis-image-choice{
    height: 50px;
}

.with-relative-margin-right{
    position: relative;
    right: 5px;
    bottom: 30px;
}

#quota .form-check{
    display: inline-block !important;
    height: auto !important;
    width: auto !important;
    margin: 0 20px 0 0 !important;
}

input[type=radio] + label{
    cursor: pointer;
}

/* REFACT */

.login-logo{
    margin-bottom: 0;margin-top: 24px;
    width: 150px;
    font-weight: 900;
}

svg {
    font-family: "Roboto";
}

@font-face{
    font-family: "ChaletLondonNineteenSixty";
    src: url('./fonts/ChaletLondonNineteenSixty.ttf');
}

p, a, li, span, h1, h2, h3, h4, h5, h6{
    /*font-family: "ChaletLondonNineteenSixty" !important;*/
    font-family: 'Open Sans', Poppins, sans-serif;
}

.login-body {
    background: var(--primary) ;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-dark{
    color: #222 !important;
}

.login-body .form-control {
    background: var(--primary) !important;
    color: #333 !important;
    border: none !important;
}
.login-body .form-control::placeholder{
    color: #333;
}


button{
    border-radius: 0 !important;
    background: var(--primary) !important;
    border: none !important;
}
a {
    color: #222 !important;
}

.sidebar {
    background: var(--primary) !important;
}

.sidebar .nav-link {
    color: #333 !important;
    font-weight: 600;
}

.sidebar .nav-item .nav-link:hover, .sidebar .nav-item .nav-link:focus{
    color: #111 !important;
}

.sidebar .nav-item .nav-link:hover i{
    fill: #111;
    color: #111 !important;
}

.sidebar .nav-item a::after{
    content: "";
    display: none;
}

.sidebar .nav-item .collapse-item:hover{
    background: #2222 !important;
}

#dashboard-cards .card{
    background: #eee8e8;
    border-radius: 0 !important;
    border: none;
    box-shadow: none !important;
    height: 120px;
}

#dashboard-cards .bg-dark{
    background: var(--dark) !important;
}

.alert{
    border-radius: 0 !important;
}

.modal-dialog {
    border-radius: 0 !important;
    border: none !important;

}
.modal .close{
    background: transparent !important;
}

.bg-secondary{
    background: #f5f1ed !important;
}

.bg-primary{
    background: var(--primary) !important;
}

.card .card-body .bg-dark{
    background: #222 !important;
}

.card .card-body .bg-secondary{
    background: var(--secondary) !important;
}

.btn{
    border-radius: 0 !important;
}

.btn-success{
    background: var(--primary) !important;
    color: #333 !important;
    border: 0 !important;
}

.text-primary{
    color: #222 !important;
}

#content .container h3{
    font-weight: bold !important;
}

.sticky-footer {
    position: sticky;

    width: 100%;

}
.login-footer {
    position: fixed;
    bottom: 0;
    background: #3333;
    width: 100%;
    color: #fff !important;
}
a.btn-primary, a.btn-info{
    border: 0 !important;
    background: var(--primary) !important;
}

.btn-secondary{
    border: 0 !important;
    background: var(--secondary) !important;
}
button.btn-light{
    color: #fff !important;
}
a.btn-danger{
    color: #fff !important;
    /* font-weight: 900 !important; */
}
button.dropdown-item{
    background: transparent !important;
}

