body {
    font-family: Roboto, sans-serif !important;
}

.custom-file, .custom-file-input {
    position: relative;
    width: inherit;
    /* display: none; */
    height: inherit;
    bottom: 40px;
    width: 100%;
    opacity: 0;
}

.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";
}

.login-body {
    background-image: url("../img/auth-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.text-dark{
    color: #222 !important;
}

.login-body .form-control {
    background: #b2b8c4 !important;
    color: #fff !important;
    border: none !important;
}
.login-body .form-control::placeholder{
    color: #fff;
}


button{
    border-radius: 0 !important;
    background: #222 !important;
    border: none !important;
}
a {
    color: #222 !important;
}

.sidebar {
    background: #222 !important;
}

.sidebar a {
    color: #fff !important;
}

.sidebar .nav-item .nav-link:hover, .sidebar .nav-item .nav-link:focus{
    color: #ddd !important;
}

.sidebar .nav-item a::after{
    content: "";
    display: none;
}

.sidebar .nav-item .collapse-item:hover{
    background: #000 !important;
}

#dashboard-cards .card{
    background: #eee8e8;
    border-radius: 0 !important;
    border: none;
    box-shadow: none !important;
    height: 120px;
}

#dashboard-cards .bg-dark{
    background: #222 !important;
}

.alert{
    border-radius: 0 !important;
}

.modal-dialog {
    border-radius: 0 !important;
    border: none !important;

}
.modal .close{
    background: transparent !important;
}

.bg-secondary{
    background: #ff4000 !important;
}

.bg-primary{
    background: #e4e4e4 !important;
}

.card .card-body .bg-dark{
    background: #222 !important;
}

.card .card-body .bg-secondary{
    background: #ff4000 !important;
}

.btn{
    border-radius: 0 !important;
}

.btn-success{
    background: #222 !important;
    color: #fff !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;
    color: #fff !important;
    background: #222 !important;
}
button.btn-light{
    color: #fff !important;
}
a.btn-danger{
    color: #fff !important;
    /* font-weight: 900 !important; */
}

.btn-danger {
    background: #ff4000 !important;
    color: #fff !important;
}
button.dropdown-item{
    background: transparent !important;
}

.btn-facebook{
    background: #3a63bf !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 14px 20px;
    color: #fff !important;
    font-weight: 400;
    border-radius: 5px !important;
}

#login .login-card{
    padding: 20px 15px;
}

@media screen and (max-width: 500px) {
    .hide-mobile {
        display: none;
    }
    .navbar{
        height: inherit !important;
    }
    #login .login-card{
        padding: 0;
    }
    #login button[type=submit]{
        display: block;
        width: 100%;
    }

    .login-footer {
        position: relative;
        bottom: 0;
        background: #3333;
        width: 100%;
        color: #fff !important;
    }
}


.campaign-list-type {
    height: 300px;
    padding: 30px;
    object-fit: contain;
}

.sidebar .nav-item a.btn span {
    margin-left: 5px;
}