body {
    background-color: #bdd3f4;
    overflow-x: hidden;
}

.toast-container > :not(:last-child) {
    margin-bottom: 10px;
}

.msg-holder tr {
    cursor: pointer;
}

.required:after {
    content: '*';
    color: #da0000;
}

.ovy {
    overflow-y: hidden !important;
}

#wrapper.blurred {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.modal18 .bg {
    position: absolute;
    background-color: #bdd3f4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.modal18 .btn {
    padding: .5rem 1rem;
}

.text-hot {
    color: #ffba04;
}

.fs-model18 {
    font-size: 20px !important;
    font-weight: 400;
}

.modal18 {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    z-index: 955;
    color: #000;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.modal18-body {
    position: relative;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

@media only screen and (min-width: 768px) {
    .modal18 .btn {
        padding: 1rem 2rem;
        font-size: 1.2rem;
    }

    .modal18-body {
        padding: 30px 60px;
    }
}

.modal18-body .logo-holder img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

#badForm {
    width: 100%;
    margin: 0;
}

.bg-danger-custom * {
    color: #660000;
}
.bg-danger-custom {
    background-color: #ac88ab;
}

.msg-holder table td.msg {
    max-width: 1px;
}

.msg-holder div.msg {
    display: grid;
}

@media only screen and (min-width: 990px) {
    .msg-holder td.uname-holder {
        width: 175px;
    }
}

.msg-holder table td.msg .text-oneline-msg {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.msg-holder table div.msg .text-oneline-msg {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.txt-more-holder {
    border-top: 1px dotted #1b1b1b;
}

.text-oneline {
    font-weight: 700;
}

.text-oneline p:first-child {
    margin-top: 0 !important;
}
.text-oneline p:last-child {
    margin-bottom: 0 !important;
}

.text-oneline.active {
    height: 1.5rem;
    overflow: hidden;
}

select[name="penisl"],
select[name="agef"],
select[name="aget"],
select[name="weightf"],
select[name="weightt"],
select[name="heightf"],
select[name="weight"],
select[name="height"],
select[name="heightt"] {
    width: 7rem;
}

.form-group {
    margin-bottom: 1rem;
}

a {
    color: #080a63;
    text-decoration: none;
}

.nav-link {
    color: #080a63;
}

.btnTestHolder {
    position: relative;
    height: 40px;
}

.btnTestHolder #btnTest {
    position: fixed;
    right: 15px;
    z-index: 999;
}

.fr {
    float: right;
}

.btn-primary {
    background-color: #080a63;
    border-color: #080a63;
}

.footer-links a {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
}

.footer-links a img {}

.footer-links span {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
}

.bold {
    font-weight: 700;
}

.like-btn,
.like-btn-rem {
    display: none !important;
    width: 100px;
}

.like-btn-rem {
    font-weight: 700;
    color: #080a63;
}

.like-btn-rem:hover {
    text-decoration: none;
}

.like-btn.actv,
.like-btn-rem.actv{
    display: inline-block !important;
}

.like-text {
    position: relative;
    top: 1px;
    font-weight: bold;
}

.footer-banner {
}

@media only screen and (min-width: 768px) {
    .footer-banner {
        display: flex;
        justify-content: center;
    }
}

.footer-banner > div {
    padding: 10px;
}

.dark-blue {
    background-color: #73AED2;
}

#banner_top img {
    max-width: 100%;
    height: auto;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    position: relative;
    min-height: 100vh;
    overflow-x: visible;
    color: #fff;
    transition: all 0.3s;
    width: 0;
    top: 0;
    z-index: 999;
    background: #73AED2;
}

#sidebar_in {
    position: absolute;
    background: #73AED2;
    height: 100%;
    width: 180px;
    transition: all 0.3s;
    left: -180px;
    z-index: 500;
}

#sidebar.active {
    position: fixed;
}

#sidebar.active #sidebar_in {
    left: 0px;
    box-shadow: 5px 0 10px -5px black;
}

#sidebar.active #sidebarMenuholder {
    position: absolute;
    overflow-y: auto;
    padding: 60px 0 10px 0;
    left: 0;
    top: 0;
}

.menu-main-item,
.nav-link {
    padding: .23rem 1rem;
}

.menu-main-item {
    font-weight: 700;
    /*color: #0056b3;*/
    color: #080a63;
}

.nav-link.selected {
    color: #0056b3;
}

@media (min-width: 992px) {
    #sidebar {
        width: auto;
    }

    #sidebar_in {
        position: relative;
        padding: 10px;
        left: 0;
    }

    #sidebar.active {
        position: relative;
    }

    #sidebar.active #sidebarMenuholder {
        padding: 10px;
        left: 0;
    }

    #sidebar.active #sidebar_in {
        box-shadow: none;
    }

    .menu-main-item,
    .nav-link {
        padding: .23rem .5rem;
    }
}

.reg-error {
    margin-top: 25px;
    margin-bottom: 30px;
}

.reg-error li {
    text-align: left;
    color: #da0000;
    margin-bottom: 10px;
}

#sidebarButton {
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: 0px;
    left: 0px;
    z-index: 1000;
}

#sidebarCollapse {
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: center;
}

#content {
    width: 100%;
}

.card {
    background-color: #A0C0F0;
}

.card-header {
    background-color: #73AED2;
    font-weight: bold;
}

.card-footer {
    background-color: #84B8D7;
}

.email_again {
    display: none;
}

#newalert {
    font-size: 1rem;
}

.ppic {
    display: none;
}

.ppic.active {
    display: block;
}

.prod-desc span {
    font-size: 13px;
}

.username-holder {
    display: inline-block;
    text-align: center;
}

.colorize {
    background-color: #8eb6f3;
}

th.free, th.vip, th.premiumVip, td.free, td.vip, td.premiumVip {
    width: 25%;
}

.card.vip .card-body {
    padding-bottom: 0;
}

.vipadvtable {
    margin-bottom: 0;
}

.moderationOL {margin-left: 40px;}
.moderationOL LI {margin-bottom:3px;}
.monderationContent, .moderationOL strong {text-transform: uppercase;}

.has-error input {
    border: 1px solid #da0000;
}

.form-error {
    margin-top: 5px;
}

.modal-button-holder {
    width: 95%;
    margin: 0 auto;
}

.modal-button-holder div {
    display: inline-block;
    width: calc(98% / 3);
}

.prod-warning {
    font-size: .95rem;
    font-weight: 500;
    color: #da0000;
}

.card.vip .bold {
    font-weight: normal;
    text-shadow: 0px 0px 1px black;
}

.card.vip .viperror,
.card.vip .vipwarning,
.card.vip .vipok {
    position: relative;
    font-size: .8rem;
    top: -1px;
}

.card.vip .vipok {
    color: green;
}

.card.vip .vipwarning {
    color: rgb(255, 208, 0);
}

.card.vip .viperror {
    color: #da0000;
}

.card.vip .advantages .icon {
    margin-right: 5px;
}

.card.vip .card-header .title {
    font-size: 18px;
}

.card.vip .card-body,
.card.vip .card-footer {
    padding: 0;
}

.card.vip .card-footer {
    padding: .8rem 0;
}

.card.vip .advantages {
    padding: .5rem .2rem;
    border-bottom: 1px solid #73aed2;
    font-size: 16px;
}

.card.vip .price-holder {
    padding: .8rem 0;
}

.card.vip .price-holder .price {
    font-size: 1.2rem;
    font-weight: 700;
}

.card.vip .price-holder .price-interval {
    font-size: .7rem;
}

.card.vip.colorize {
    background-color: #8eb6f3;
}

.payment-types {
    display: block;
}

@media only screen and (max-width: 374px) {
    .vip-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 1rem;
    }

    .payment-desc-holder.common {
        padding: 1rem;
    }

    .simplepay_logo {
        width: 100% !important;
    }

    .label-addon {
        display: inline-block;
        margin-left: .25rem;
    }
}

@media only screen and (min-width: 375px) {
    .card.vip .price-holder .price {
        font-size: 1.1rem;
    }

    .card.vip .card-header .title {
        font-size: 16px;
    }

    /*.card.vip .advantages * {
        font-size: 15px;
    }

    .card.vip .advantages .bold {
        font-size: 14px;
    }*/

}

@media only screen and (min-width: 375px) {
    .vip-col {
        padding: .25rem;
    }

    .payment-desc-holder.common {
        padding: .25rem;
    }

    .label-addon {
        display: block;
        margin-left: 0;
    }
}

@media only screen and (min-width: 440px) {
    .payment-types {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 550px) {
    .label-addon {
        display: inline-block;
        margin-left: .25rem;
    }
}

.vip-box label {
    font-weight: normal;
    margin: 0;
}

.vip-box input:checked + label {
    font-weight: 700;
}

.vip-box .payment-types > div {
    white-space: nowrap;
    padding: 10px;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20rem; }
.toggle.ios .toggle-handle { border-radius: 20rem; }

h2 {
    font-size: 1.6rem;
}

.maxw-opt {
    max-width: 844px !important;
}

.feedback-holder label {
    white-space: nowrap;
}

.options-holder .time-row {
    font-size: 70%;
    font-weight: 400;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    background-color: rgba(0, 0, 0, .02);
}

.table > :not(caption) > * > * {
    background: none;
}

.table a {
    text-decoration: none;
}

.table th, .table td {
    padding: .75rem;
}

.table th, .table td {
    border-top: 1px solid #dee2e6;
    border-bottom: none;
}

.table th.t-chk, .table td.t-chk {
    border: none;
}

.onesignal-customlink-container {
    min-height: auto !important;
}

.pwd-holder {
    position: relative;
}

.pwd-holder .eye-holder {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 11px;
    color: #080a63;
}

.pwd-holder .eye-holder i.show,
.pwd-holder .eye-holder i.hide {
    display: none;
}

.pwd-holder .eye-holder i.show.active,
.pwd-holder .eye-holder i.hide.active {
    display: inline-block;
}

.img-col {
    font-size: 0;
}

.img-holder .img {
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 5px #a0c0f0;
    background-color: #6891ce;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-holder {
    position: relative;
}

@media only screen and (max-width: 575px) {
    .img-holder {
        display: block;
    }

    .img-holder .img {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (min-width: 576px) {
    .img-holder {
        display: inline-block;
    }

    .img-holder .img {
        width: 160px;
        height: 160px;
    }
}

.img-holder .img-first-image {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    left: 5px;
    width: calc(100% - 10px);
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
}

.img-holder .img-first-image .img-profile {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 1.2rem;
}

.img-btn-holder * {
    transition: none;
}

.img-btn-holder a {
    display: inline-block;
    width: 185px;
}

.img-btn-holder .save,
.img-btn-holder .undo {
    display: none;
}

.img-btn-holder .save.actv,
.img-btn-holder .undo.actv {
    display: inline-block;
}

.img .btn-delete {
    position: absolute;
    display: none;
    right: 10px;
    top: 10px;
    z-index: 1001;
}

.img .btn-zoom {
    display: none;
    position: absolute;
    display: none;
    top: 10px;
    color: #fff;
    text-shadow: none;
    left: 10px;
}

.img .btn-delete.actv {
    display: inline-block;
}

.img .btn-zoom.actv {
    display: inline-block;
}

.cursor-move {
    cursor: move;
}

.jconfirm-box {
    text-align: center;
}

.jconfirm-title-c {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: none;
}

.uploadHolder {
    display: none;
}

.uploadHolder .uploadProgress {
    width: 95%;
    max-width: 300px;
    background: #73aed2;
    border: 1px solid #080a63;
    padding: 1px;
    margin: 0 auto 20px;
}

.uploadHolder .uploadProgressText {
    font-size: 12px;
    margin-bottom: 2px;
}

.uploadHolder .uploadProgressText .percentage {
    font-weight: 700;
    color: green;
    font-size: 11px;
}

.uploadHolder .uploadProgress .bar {
    background: #080a63;
    height: 5px;
}

.uploadHolder.active {
    display: block;
}

.lg-thumb.lg-group {
    margin-left: auto;
    margin-right: auto;
}

.will-delete {
    position: relative;
}

.will-delete:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: rgba(255, 0, 0, 0.5);
    z-index: 999;
}

.btn.btn-link {
    color: #080a63;
    text-decoration: none;
}

.btn.btn-link:focus,
.btn.btn-link:active,
.btn.btn-link:hover {
    background-color: transparent;
}

.img-holder .move-up,
.img-holder .move-down {
    display: none;
}

.img-holder .move-up.actv,
.img-holder .move-down.actv {
    position: absolute;
    display: inline-block;
    width: 50px;
    padding: 1rem 1rem;
}

.img-holder .img-controls {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.img-controls .move-up {
    right: -55px;
    top: 45px;
    z-index: 10;
}

.img-controls .move-down {
    right: -55px;
    bottom: 45px;
    z-index: 11;
}

@media only screen and (max-width: 575px) {
    .img-holder .img-controls.actv {
        display: block;
    }
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: none;
}

.btn-like,
.btn-unlike {
    display: none;
}

.btn-like.actv,
.btn-unlike.actv {
    display: inline-block;
}

.pager-fixed-height {
    height: 35px;
}

.bottom-message-deleter-holder {
    padding: .75rem;
}

.bottom-message-deleter-holder button {
    margin-left: 50px;
}

.img-holder {
    position: relative;
}

.img-holder img {
    border: 5px solid #84b8d7;
}

.img-holder .img-delete-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.uploaded-msg-img {
    display: block;
    width: 300px;
    height: auto;
}

.jconfirm.jconfirm-content-off .jconfirm-content {
    display: none;
}

.profile-card-row {
    display: block;
}

.profile-card-row:not(.maximized) {
    flex-wrap: wrap;
}

.profile-card-row.maximized {
    flex-direction: column;
}

.profile-card-row .profile-card-col {
    margin: 0 auto;
    padding: .5rem;
}

.profile-card-row .profile-card-col.maximized {
    min-width: 0;
}

.profile-card {
    position: relative;
    background-color: #a0c0f0;
    padding: 10px;
    border: 1px solid #91aedb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

@media screen and (min-width: 560px) {
    .profile-card-row {
        display: flex;
        justify-content: center;
    }

    .profile-card-row .profile-card-col {
        flex: 1;
        margin: 0;
    }

    .profile-card-row .profile-card-col:not(.maximized) {
        flex: 0 1 auto
    }

    .profile-card:not(.maximized) {
        width: 230px;
    }
}

/*.profile-card > div:not(.profile-card__click-protected) {
    cursor: pointer;
}*/

.profile-card .profile-card__image-holder > div {
    margin-top: 15px;
    width: 100%;
}

.profile-card .profile-card__image-holder .profile-card__image {
    display: block;
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: top center;
    margin: 0 auto;
    border: 3px solid #fff;
}

@media screen and (min-width: 560px) {
    .profile-card .profile-card__image-holder .profile-card__image {
        max-width: 185px;
    }
}

.profile-card .profile-card__ginfo {
    display: inline-block;
    background-color: #cfe2ff;
    padding: 2px 4px;
}

.profile-card .profile-card__info {
    background-color: #cfe2ff;
    padding: 2px 4px;
}

.profile-card .profile-card__info > div + div {
    border-top: 1px solid #91aedb;
}

.profile-card__ginfo {
    max-width: 90%;
}

.profile-card .profile-card__looks-for,
.profile-card__ginfo,
.profile-card__info__county,
.profile-card__info__city,
.profile-card .profile-card__info__text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.profile-card .profile-card__member-vip,
.profile-card .profile-card__member-premium {
    padding: 3px 6px;
    font-size: .8rem;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.profile-card .profile-card__member-vip {
    background-color: #e5b46a;
}
.profile-card .profile-card__member-premium {
    background-color: #7c848b;
}

.is-online {
    color: #00ff00;
}

.is-offline {
    color: #000000;
}

.card-profile-list {
    background-color: #73AED2;
}

.random-photo {
    display: inline-block;
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: top center;
    background-color: #aec9f1;
}

.alert.alert-sm {
    padding: .25rem .5rem;
    font-size: .8rem;
}
#toggleBlur {
        position: absolute;
        right: 20px;
        bottom: 10px;
    }
@media (max-width: 991px) {
    #toggleBlur {
        position: absolute;
        right: 20px;
        top: 17px;
    }
}

.modal-header.bg-custom {
    background-color: #bdd3f4;
}

.modal-body.bg-custom {
    background-color: #bdd3f4;
}

.modal-footer.bg-custom {
    background-color: #A0C0F0;
}

.profile-card__new-user {
    font-weight: 700;
}

.new-user {
    display: inline-block;
    font-weight: 700;
    color: #080a63;
}

#voxcode::placeholder {
    color: #bfbfbf;
}

.vip-desc ol {
    padding: 0;
    margin: 0;
}