:root {
    --primary-color: #fa2b47;
}

@font-face {
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/ProximaNova.otf');
}

@font-face {
    font-family: 'fiolex';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Filxgirl.TTF');
}

body {
    overflow-x: hidden;
    background-color: #f8f7f5 !important;
}

.white-bg {
    background-color: #FFFFFF !important;
}

nav {
    background-color: #ffffff;
}
.navbar-nav .dropdown-menu {
    position:none;
}

.navbar-nav {
    list-style: none;
    display: block !important;
}

.navbar-nav li {
    display: inline-block;
    vertical-align: middle;
}

.nav-link {
    color: #000000;
    font-size: 20px;
    padding: 0 .3rem !important;
}

.nav-item .active {
    color: var(--primary-color) !important;
}

.nav-link:hover {
    color: var(--primary-color);
}

.dropdown-nav-item {
    display: block !important;
    color: #000000;
    font-size: 16px;
    padding: 0 1rem !important;
}

.dropdown-nav-item a:hover {
    text-decoration: none !important;
}

.dropdown-menu {
    min-width: 12rem !important;
}

.dropdown-menu .divider {
    height: 2px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.login-button {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
    font-size: 0.9rem;
    width: 100%;
}

.login-button:hover {
    background-color: #ce243b !important;
}

form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.free-text {
    font-family: 'fiolex';
    color: var(--primary-color);
    margin-left: 10px;
    font-size: 40px;
}

.register-text {
    font-family: 'fiolex';
    color: var(--primary-color);
    margin-left: 5px;
    font-size: 30px;
}

input,
select {
    background-color: #f8f7f5 !important;
    margin-bottom: 20px !important;
}
/*
footer h3,
footer a {
    color: #ffffff;
}

footer .fa {
    color: #ffffff;
    font-size: 24px;
    margin: 0px 10px;
}
footer a:hover {
    text-decoration: none;
    color: #f8f7f5;
}
*/ 
.premium-button {
    background-color: #ffffff;
    color: #000000 !important;
    border: 0px;
    padding: 10px;
    border-radius: 5px;
    font-size: 0.9rem;
}

.premium-button:hover {
    text-decoration: none !important;
}



.about-image {
    margin: 0 auto;
    display: block;
    width: 50%;
}

.text-end {
    text-align: end;
    line-height: 2.5;
}

.register-button {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
    font-size: 0.9rem;
    padding: 10px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    width: 100px;
    border: 0px;
}

.register-button:hover {
    background-color: #ce243b !important;
}

.primary-button {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
    border-radius: 5px;
    padding: 8px 20px !important;
    border: 0px !important;
    cursor: pointer;
    transition: 0.2s;
    font-size: 0.9rem;
}

.primary-button:hover {
    background-color: #ce243b !important;
    border-color: #ce243b !important;
    text-decoration: none;
}

.primary-text {
    color: var(--primary-color) !important;
}

.primary-text:hover {
    text-decoration: none !important;
}

.register-form {
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

.nav-link img {
    width: 32px;
    height: 32px;
}

.add-button {
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 0.9rem;
    padding: 0.375rem 0.75rem;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    border: 0px;
    text-align: center;
    cursor: pointer;
}

.nothing-text {
    color: #aeaeae;
}

.userinfo {
    padding: 0px !important;
    padding-left: 10px !important;
}

.payment-icon {
    background: #f3f3f3;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    height: 60px;
    cursor: pointer;
}

.no-chat {
    text-align: center;
    margin: 20px;
    font-size: 20px;
    color: var(--primary-color);
}

.center-content {
    margin: 0 auto;
    display: block !important;
}

.customButton {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
    font-size: 0.9rem;
    padding: 10px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    border: 0px;
    display: inline-block;
}

.customButton:hover {
    background-color: #ce243b;
    color: #ffffff;
    text-decoration: none;
}

input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    padding: 10px;
}

.form-check-label {
    font-size: 110%;
    display: inline;
}

.dropdown-menu a {
    color: var(--primary-color);
}

.online-dot {
    height: 12px;
    width: 12px;
    background-color: rgb(58, 187, 64);
    border-radius: 50%;
    display: inline-block;
}

.offline-dot {
    height: 12px;
    width: 12px;
    background-color: rgb(226, 38, 38);
    border-radius: 50%;
    display: inline-block;
}

.media-body a:hover {
    text-decoration: none;
}

@media(max-width: 767px) {
    .image-center {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .about-image {
        width: 100%;
    }
    .margin-top {
        margin-top: 20px;
    }
}