/* Globel Elements */
html {

}

body {
    overflow-x: hidden;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 0px;

}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

h2 {
    font-weight: bold;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f169;
}

@media (max-width: 992px) {
    #layout-main .h7.h7-hero {
        font: normal 25px Anton, Varela Round, sans-serif;
    }
}

@media (max-width: 702px) {
    #layout-main .h7.h7-hero {
        font: normal 18px Anton, Varela Round, sans-serif;
    }

    .log-text {
        font-size: 12px !important;
    }
}

@media (max-width: 500px) {
    #layout-main .cardcontainer {
        width: 100%;
    }

    #layout-main .card {
        width: 100%;
    }
}


@media (max-width: 960px) {
    .col-abs {
        /*
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    height: 100vh;
    */
        /* height: 100vh!important; */
    }
}

.form-top {
    background: #00838F;
}

#layout-main .h7 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    background: linear-gradient(to right, #E91E63 10%, #3F51B5 50%, #FF9800 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9a9a9a;
}

/* slidemenu */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    top: -300px;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.0s linear, top 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    top: 0px;
}

.menu-wrapper {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 60px;
    cursor: pointer;
    /* z-index: 99999; */
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
    width: 36px;
    height: 5px;
}

.hamburger-menu {
    position: relative;
    transform: translateY(25px);
    background: white;
    transition: all 0ms 300ms;
}

.hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    /*   bottom: 12px; */
    background: #ffffff;
    top: 0;
    transform: rotate(-45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0px 0px 3px #00000052;
}

.hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    /*   top: 12px; */
    background: #ffffff;
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    transform: rotate(45deg);
    box-shadow: 0px 0px 3px #00000052;
}

.hamburger-menu {
    background: rgb(255 255 255 / 0%);
}


.collapsed .hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    /*   bottom: 12px; */
    background: #ffffff;
    transform: rotate(0deg);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0px 0px 3px #00000052;
}

.collapsed .hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background: #ffffff;
    transform: rotate(0deg);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0px 0px 3px #00000052;
}

.collapsed .hamburger-menu {
    background: rgb(255 255 255 / 99%);
    box-shadow: 0px 0px 3px #00000052;
}


.btn-menu {
    font-size: 34px;
    color: #fff;
    padding: 0px !important;
}

.mobil-item a {
    width: 100%;
    display: block;
    color: #151515;
    font-size: 15px;
    padding: 6px 19px;
}

.mobil-item a:hover {
    /* background-color: #fff; */
    text-decoration: none;
    color: #000;
}

.footer-item {
    height: 46px;
    width: 75px;
}

.footer-item a {
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
    font-size: 13px;
    text-align: center;
    padding: 9px;
    color: #fff;
}

.footer-item a:hover {
    color: aliceblue
}

.footer-item a i {
    font-size: 26px;
    /* color: #fff; */
}

.footer-item .badge {
    position: absolute;
    right: 5px;
}

.bg-blue {
    background-color: #007499;
}

/*new buy credits*/
.img-buy-head-logo {
    height: 15px;
}

/*sepa ribon*/
.ribbon-sepa {
    margin: 33px 0 50px;
    position: absolute;
    text-transform: uppercase;
    background: rgb(255 0 0);
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
    padding: 0px 10px;
    clear: both;
    left: 2px;
}

div.left_ribbon {
    color: #fff;
    margin-left: -2px;
    float: left;
    font-size: 12px;
}

div.left_ribbon::before {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    left: -1px;
    content: "";
    border-bottom: 11px solid transparent;
    border-right: 10px solid rgb(173 0 0);
}

div.left_ribbon::after {
    display: block;
    width: 5px;
    height: 20px;
    position: absolute;
    bottom: 1px;
    right: -1px;
    content: "";
    border: 1px solid rgba(0, 0, 0, .3);
    transform: skew(0deg, 45deg);
    -ms-transform: skew(0deg, 45deg); /* IE 9 */
    -webkit-transform: skew(0deg, 45deg); /* Safari and Chrome */
    -o-transform: skew(0deg, 45deg); /* Opera */
    -moz-transform: skew(0deg, 45deg); /* Firefox */
    background: rgb(173 0 0);
}

/*end sepa ribon*/

.modal {
    background: rgb(70 84 98 / 30%);
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #00add1;
    text-decoration: none;
}

.btn {
    text-transform: uppercase;
    box-shadow: 0 0px 0px rgb(255 255 255);
    transition: all 0.4s;
    border-radius: 7px;
    padding: 10px 15px;
    font-weight: 600;
    letter-spacing: 0.03rem;
}

.btn-primary {
    background: #00add1;
    border: 1px solid #fff;

}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: rgb(230, 230, 230);
}

.btn-primary:hover, .btn-primary:active:hover {
    background-color: #f5f5f58c;
    color: #444;
    border: 1px solid #fff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #f5f5f58c;
    color: #626262;
    border: 1px solid #fff;
}

.btn-primary:focus {
    background-color: #ffffff3d;
    box-shadow: 0 0 0px 0px #8b1919;
}

.buy-credits-nav-tabs .nav-tabs .nav-link {
    background-color: #f8f7f7 !important;
    border: 1px solid #f8f7f7 !important;
    border-bottom: 0;
    margin: 10px;
    color: black !important;
    padding: 10px !important;
    border-radius: 8px !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 4%) !important;
}

.hp-rest {
    /* top: -14px; */
    position: relative;
    /* margin-bottom: -20px; */
}

.hp-pic img {
    width: 100%;
}

.hp-rest i {
    color: #007499;
}

.hp-rest .col-4.text-center p {
    font-size: 14px;
    font-weight: bold;
    color: #0e3d3d;
}

.bg-white-07 {
    background: #ffffffba;
}

.log-text {
    font-size: 16px;
    /* font-weight: bold; */
    color: #5e5e5e
}

.log-text svg {
    color: #28a745;
    top: 4px;
    position: relative;
    margin-right: 6px;
}

.bg-rozpal {
    background-color: #ffe8e6;
}

.color-rozpal path {
    fill: #ffe8e6;
}

.buy-credits-nav-tabs .nav-tabs .nav-link.active {
    background-color: rgb(255, 153, 0) !important;
    border: 1px solid rgb(255, 153, 0) !important;
    border-bottom: 0;
    margin: 10px;
    color: rgb(0 0 0) !important;
    padding: 10px !important;
    border-radius: 20px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05) !important;
}

.contact textarea.spc-for {
    height: 82px !Important;
}

.custom-package-holder {
    /*padding: 18px 26px;*/
    min-width: 100px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    cursor: pointer;
    /*background: #f6f6f6;*/
}

.custom-package-holder h2 {
    font-size: 1.7rem;
}

.custom-package-holder h4 {
    font-size: 1.2rem;
}

.custom-package-holder h5 {
    font-size: 13px;
    color: #808080;
}

.custom-package-holder small {
    color: #808080;
}

.custom-package-holder:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.glow-when-active-card {
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.glow-when-active-card:before {
    content: '';
    background: linear-gradient(45deg, rgb(255 153 0), rgb(255 153 0), rgb(255 255 255));
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing2 20s linear infinite;
    opacity: .73;
    transition: opacity .3s ease-in-out;
}

.custom-package-holder.glow-when-active-card {
    /*color: #fff;*/
    border: 2px solid rgb(255, 153, 0);
}

.custom-package-holder.glow-when-active-card h5 {
    color: #ffffffbf;
}

.custom-package-holder.glow-when-active-card .credits-holder-head,
.custom-package-holder.glow-when-active-card .credits-holder-head h5 {
    color: rgb(255, 153, 0);
}

/* neon */
.text-effect {
    overflow: hidden;
    position: relative;
    -webkit-filter: contrast(110%) brightness(190%);
    filter: contrast(110%) brightness(190%);
    width: fit-content;
    margin: auto;
}

.neon {
    position: relative;
    background: black;
    color: transparent;
}

.neon::before, .neon::after {
    content: attr(data-text);
    color: white;
    -webkit-filter: blur(0.02em);
    filter: blur(0.02em);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.neon::after {
    mix-blend-mode: difference;
}

.gradient,
.spotlight {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: 10;
}

.gradient {
    background: linear-gradient(45deg, red, blue);
    mix-blend-mode: multiply;
}

.spotlight {
    -webkit-animation: light 5s infinite linear;
    animation: light 5s infinite linear;
    background: radial-gradient(circle, white, transparent 25%) 0 0/25% 25%, radial-gradient(circle, white, black 25%) 50% 50%/12.5% 12.5%;
    top: -100%;
    left: -100%;
    mix-blend-mode: color-dodge;
}

@-webkit-keyframes light {
    100% {
        -webkit-transform: translate3d(50%, 50%, 0);
        transform: translate3d(50%, 50%, 0);
    }
}

@keyframes light {
    100% {
        -webkit-transform: translate3d(50%, 50%, 0);
        transform: translate3d(50%, 50%, 0);
    }
}

.neon {
    font: 700 60px 'Lato', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.neon:focus {
    outline: none;
    border: 1px dotted white;
}

/* neon */


/* puls */

.open-dev-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    /* padding: 15px; */
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.34);
}

.gt-dev {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.if-unread2 .gt-dev:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    border: solid 1px rgb(0 0 0 / 0%);
    /* background-image: -webkit-radial-gradient(circle farthest-corner, rgba(103, 58, 182, 0) 52%, rgb(255 88 145 / 52%) 100%); */
    background-image: radial-gradient(circle farthest-corner, rgb(255 152 0) 52%, rgb(255 152 0 / 0%) 100%);
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    filter: alpha(opacity=0);
}

.gt-dev:nth-child(4) {
    width: 120px;
    height: 120px;
}

.gt-dev:nth-child(3) {
    width: 190px;
    height: 190px;
}

.gt-dev:nth-child(3):after {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.gt-dev:nth-child(2) {
    width: 70px;
    height: 70px;
}

.gt-dev:nth-child(2):after {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.gt-dev:nth-child(1) {
    width: 90px;
    height: 90px;

}

.gt-dev:nth-child(1):after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/* puls */


.custom-package-sms-holder {
    padding: 24px 21px;
    min-width: 120px;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    color: #303030;
    border-radius: 7px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.buy-credits-nav-tabs .nav-link {
    padding: .5rem 1rem;

}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    border: none;
    box-shadow: inset 0 -2px 0 #10a5d100;
    color: #ffffff;
    border-radius: 0;
    background-color: rgb(0 123 255);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus:hover {
    background-color: rgb(0 123 255);
    box-shadow: inset 0 -2px 0 #10a5d1;
    color: #ffffff;
    border-radius: 0;
}

.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus:hover {
    border: none;
    color: #ffffff;
}

.nav-tabs .nav-link, .nav-tabs .nav-link:focus {
    margin-right: 0;
    background-color: transparent;
    border: none;
    color: #007bff;
    box-shadow: inset 0 -1px 0 #ddd;
    transition: all 0.2s;
    padding: 13px 25px;
}

.card .item-holder {
    background: rgb(255, 255, 255);
}

.accordion .card {
    width: unset;
}

.card-header {
    padding: .45rem 1.25rem;
    margin-bottom: 4px !Important;
    color: inherit;
    background-color: rgb(0 116 153);
    border-bottom: 0 solid transparent;
    border-radius: 3px !important;
}

.card-header .btn-card-spc {
    box-shadow: none;
    color: #fff;
}

.card-header .btn-card-spc i {
    color: #ff9800;
}

/* GAME */
/* Design of a card */
.card {
    font-size: 14px;
    /* line-height: 200px; */
    text-align: center;
    width: 350px;
    /* height: 400px; */
    display: block;
    -webkit-transform-origin: 50% 99%;
    transform-origin: 50% 99%;
    transition: .4s;
}

.cardcontainer {
    padding: 10px;
    text-align: center;
    width: 370px;
    margin: 0 auto;
}

.cardcontainer.list.viewlistview {
    padding: unset;
    text-align: unset;
    width: unset;
    margin: 0 auto;
}

/* List functionality */
.list .cardlist {
    margin: 0;
    padding: 0;
}

.list .card {
    display: none;
}

.list .card.viewlistview {
    display: unset;
    background-color: unset;
}

.list .current {
    /* border-radius: 10px; */
    display: block;
    overflow: hidden;
}

/* Button designs */
.btn-new {
    background: #6b764d;
    color: white;
    font-weight: bold;
}

.btn-new:hover {
    text-decoration: none;
    color: white;
}

button {
    /* background: #0c0;
  border: none;
  color: #fff;
  border-radius: 0;
  line-height: 30px; */
    /* margin: 0 .5em; */
    /* display: inline-block; */
}

button:focus {
    outline: 0;
    /* background: #0f0; */
}

.but-nope {
    background: #c00;
    width: 48%;
    height: 70px;
    border: none;
    cursor: pointer;
}

.but-nope:focus {
    outline: 0;
    background: #f00;
}

.but-yay {
    /* width: 50%;
  height: 70px; */
    border: none;
    cursor: pointer;
}

.cardcontainer.yes .card {
    -webkit-animation: yay 0.7s ease-out;
    animation: yay 0.7s ease-out;
}

.cardcontainer.nope .card {
    -webkit-animation: nope 0.7s ease-out;
    animation: nope 0.7s ease-out;
}


/*
  Animations, isn't it 'fun' to repeat all of that, just for Safari? :)
*/

@keyframes yay {
    from {
        transform: rotate(0deg);
        opacity: 1;
    }
    to {
        transform: rotate(40deg) translateY(-80px);
        opacity: 0;
    }
}

@-webkit-keyframes yay {
    from {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(40deg) translateY(-80px);
        opacity: 0;
    }
}

@keyframes nope {
    from {
        transform: rotate(0deg);
        opacity: 1;
    }
    to {
        transform: rotate(-40deg) translateY(-80px);
        opacity: 0;
    }
}

@-webkit-keyframes nope {
    from {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-40deg) translateY(-80px);
        opacity: 0;
    }
}

/* GAME */

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.home {
    padding-top: 20px;
    min-height: calc(100vh - 181px);
}

.blue {
    color: #1388ad;
}

.logo-link:hover {
    text-decoration: none;
    color: #18aad6;
}

.logo {
    text-decoration: none;
    font-size: 31px;
    color: #FFCC00;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
}

.logo.logo-navbar {
    font-size: 20px;
    color: white!important;
}

.logo-link svg {
    font-size: 34px;
    color: #fff;
    position: relative;
    top: -8px;
}

.logo a {
    text-decoration: none;
    font-size: 21px;
    color: #000;
}

/* .logo:hover{ text-decoration: none; color: #d61818;} */
/* :root {
  --shadow-color: #FF9E9E;
  --shadow-color-light: white;
} */


.logo-home .logo {
    display: unset;
    color: #ff9800;
    animation: neon 3s infinite;
    /*   margin: calc(50vh - 40px) auto 0 auto; */
    font-size: 26px;
    text-transform: uppercase;
    /* font-family: "Archivo Black", "Archivo", sans-serif; */
    font-weight: normal;
    height: auto;
    text-align: center;
}

@keyframes neon {
    0% {
        text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
        0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
        0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
    }
    50% {
        text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
        0 0 5px var(--shadow-color-light), 0 0 15px var(--shadow-color-light), 0 0 25px var(--shadow-color-light),
        0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 60px var(--shadow-color), 0 0 80px var(--shadow-color), 0 0 110px var(--shadow-color), 0 0 210px var(--shadow-color);
    }
    100% {
        text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
        0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
        0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
    }
}

.footer-text {
    color: rgba(255, 255, 255, 0.507);
    margin-top: 4px;
    font-size: 12px;
}

@media (max-width: 770px) {
    .footer-text {
        font-size: 7px;
        line-height: .5rem;
    }
}

.text-secondary {
    color: #9a9a9a !Important;
}

a.link-primary {
    color: #00add1;
    /* text-transform: uppercase; */
}

footer a.link-primary {
    color: rgb(255, 255, 255);
}

.bg-dark-home .navbar {
    box-shadow: none;
}

a.link-primary:hover {
    color: rgb(25, 128, 212);
}

.up-menu {
    text-align: right;
    margin-top: 20px;
}

.down-menu {
    margin-top: 20px;
}

.down-menu ul li {
    display: inline-block;
    padding: 8px 13px;
}

.down-menu ul li.active {
    background-color: #d82862;
    border-radius: 4px 4px 0 0;
}

.down-menu ul {
    margin-bottom: -32px;
}

.down-menu ul li a {
    color: white;
}

.down-menu ul li a:hover {
    color: rgba(255, 255, 255, 0.815);
    text-decoration: none;
}

.sidebar {
    /* background: #3a3b3f; */
    height: fit-content;
}

.w-33 {
    width: 29%;
}

.sidebar-link h6 {
    top: 9px;
    position: relative;
}

.search_wrap-top {
    text-align: center;
}

#modalSearch .sidebar-search-wrapper .nice-select {
    margin-bottom: 5px;
    display: inline-block;
    background: #fff;
    width: 46%;
}

#modalSearch .sidebar-search-wrapper input {
    width: 93%;
    margin: 0;
}

.color-roz {
    color: #eb1a7f;
}

/* .home{
  background: #0000000d;
} */
.spc-corner {
    border-radius: 40px 0;
}

.profile-wraper-sidebar {
    margin: -15px;
}

.right-0 {
    right: 0;
    left: unset;
}

.text-md {
    font-size: 19px;
}

.underline-0 {
    text-decoration: none !Important;
}

.btn-icon {
    padding-right: 2px;
    color: #148fb5;
    position: absolute;
    right: 10px;
    top: 10px;
}

.btn-icon i {
    font-size: 26px;
    color: #1490b7;
}

.btn.btn-icon .badge {
    top: 0px;
    font-size: 12px;
    position: absolute;
    right: -10px;
    border-radius: 50%;
}

.puncte {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

.pic-holder {
    /*position: relative;*/
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 50%;
    width: 60%;
    margin-left: 15px;
    margin-top: 15px;
}

@media (max-width: 770px) {
    .pic-holder {
        margin-right: auto;
        margin-left: auto;
        margin-top: 15px;
    }
}

.item-holder .item-link {
    position: absolute;
}

.item-holder .index_profile2 {
    margin-top: 36%;
}

.pic-holder:hover {
}

.opacity-0 {
    opacity: 0;
}

.pic-mini {
    width: 120px;
    height: 150px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pic-mini img {
    border-radius: 20%;
}

.bg-blur {
    opacity: 0.5;
    position: absolute;
    width: 120%;
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(15px);
}

.pic-desc {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #fffffff2;
    z-index: 4;
}

.pachete .custom-control.custom-radio {
    padding-left: 0px;
}

.pachete .custom-control-description.lab {
    background: linear-gradient(to bottom, #efefef 0%, #d8d8d8 100%);
    border-radius: 4px;
    width: 400px;
    box-shadow: 1px 1px #0000004f;
}

.pachete .custom-control-description.lab div .pret {
    padding: 16px 10px;
    font-size: 19px;
    width: 94px;
    text-align: right;
    background: linear-gradient(to bottom, #429dff 0%, #007bff 100%);
    color: #fff;
    border-radius: 0px 4px 4px 0px;
}

.pachete .custom-control-description.lab div .credit {
    border-right: 1px solid #ccc;
    padding: 10px 20px 10px 11px;
}

.pachete .custom-control-description.lab div .coin-hold {
    padding: 16px 0px 2px 24px;
}

.pachete .custom-control-description.lab div .pach-name {
    font-size: 13px;
    padding: 11px 20px;
}

.coin {
    width: 40px;
}

.pachete .custom-control-input:checked ~ .custom-control-description.lab {
    background: linear-gradient(to bottom, #ffe085 0%, #c2394d 100%);
}

.pachete .custom-control-input:checked ~ .custom-control-description.lab .pret {
    background: linear-gradient(to bottom, #429dff 0%, #1567bf 100%);
}

.pachete .custom-control-input:checked ~ .custom-control-description.lab .credit {
    border-right: 1px solid #e8b61d;
}

.custom-control-indicator i {
    display: none;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator i {
    display: block;
}

.pach .custom-control-indicator {
    box-shadow: unset;
    background: unset;
    top: 25px;
    left: 5px;
}

.pach .custom-control-input:checked ~ .custom-control-indicator {
    color: #0c81ff;
    background-color: unset;
}

.bg-black-06 {
    background: #00000063;
}

.bg-white-08 {
    background: #fff;
}

.bg-white-spc {
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45);
    border-radius: 4px;
}

.pic-holder.pic-spc {
    border-radius: 4px 0px 0px 4px;
    /* height: 100%; */
}

.w-90 {
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 89.999967%%;
    flex: 0 0 89.999967%%;
    max-width: 89.999967%%;     */
    width: 90%;
}

.sidebar_bulina {
    position: relative;
    left: -20px;
    bottom: 15px;
}

.index_profile .h4 {
    font-size: 1.0rem;
}

.index_profile .h6 {
    font-size: 0.8rem;
}

.grid-sizer, .item1 {
    width: 0%;
}

.gutter-sizer {
    width: 0.0%;
}

@media (max-width: 1200px) {
    .grid-sizer, .item1 {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .grid-sizer, .item1 {
        width: 33%;
    }
}

@media (max-width: 770px) {
    .grid-sizer, .item1 {
        width: 49%;
    }
}

.bg-gray {
    background: #e0e0e0;
}

.link-dark {
    color: #222;
    font-size: 15px;
}

.text-gray {
    color: #969696;
}

.slick-track {
    padding-bottom: 10px !Important;
}

.slick-next:before {
    content: "\f105";
}

.slick-prev:before {
    content: "\f104";
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.carousel-spc {
    width: 90%;
    margin: auto;
}

.slick-prev:before, .slick-next:before {
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    background: #007bff;
    padding: 7px 16px;
    border-radius: 50%;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next {
    right: -50px;
}

.slick-prev {
    left: -50px;
}

.status.bara_status {
    margin-left: -13px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 4%;
    height: 94%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: unset;
    z-index: 1;
}

.slick-prev:focus, .slick-next:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.no-messages {
    color: #a4a6a9;
}

.small-spc {
    font-size: 11px;
    color: #999999;
}

.spc-drop-sidebar {
    left: 5px !Important;
}

.logo-home .simbol-logo {
    width: 37px;
    position: absolute;
    right: -45px;
    top: -23px;
}

.profile-pic {
    border-radius: 50%;
}

.container-fluid {
    padding: 0px;
}

.roz {
    color: #ff384f;
}

.item:hover .locked ~ .overlay-b {
    display: block;
    z-index: 999;
}

.overlay-b .btn-group {
    top: 0%;
    margin-top: 0px;
    margin-right: 0px;
    width: 100%;
    height: 100%;
}

.btn-unlock {
    border: 0px;
    width: 100%;
    height: 98%;
    background: #00add1;
    margin: 5px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 900;
    color: #ffffff;
}

.link-light {
    color: #000000;
}

.link-light:hover {
    color: #6b764d;
}

.modal-content {
    /* box-shadow: 10px 6px 36px rgba(0,0,0,0.0); */
    background: #ffffff;
    color: black;
    border: 1px solid #7e7e7e;
    border-radius: 6px !important;
}

.overlay-b {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: none;
    margin-top: 90px;
}

.buy-holder {
    border: 1px solid #d1d1d1;
    margin: 17px 5px;
    border-radius: 6px;
    display: inline-block;
}

.buy-holder-header {
    background: #3d3d3d;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    padding: 5px;
}

.buy-holder-body {
    padding: 7px;
}

.buy-holder-body p {
    font-size: 19px;
    margin: 0px;
    font-weight: bold;
}

.buy-holder-foofer {

}

/* Main Elements*/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    /* background: #ffffff; */
}

.bg-holder {
    /* height: 50vh; */
    width: 100%;
    /* position: absolute; */
    /* margin-bottom: -15%; */
    padding: 15px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.bg-holder.no-bg-holder {
    height: unset;
    width: 100%;
    /* position: absolute; */
    margin-bottom: unset;
    padding: 15px;
    background-size: cover;
}

#main-container {
    /* padding-top: 70px; */
}

.topnav {
    background-color: rgb(255, 153, 0);
    color: white;
    position: relative;
    z-index: 4;
    width: 100%;
    display: block;
}

.topnav.nouser {
    background-color: #f8f9fa00;
    position: absolute;
    padding-top: 15px;
}

.desktop-item a {
    color: white;
    padding: 15px 10px;
    display: block;
    font-size: 13px;
}

.mobile .desktop-item a {
    color: #000;
    padding: 5px 10px 8px 10px;
    display: block;
}

.desktop-item a:hover {
    color: white;
    background-color: red;
    text-decoration: none;
}

.desktop-item.active a {
    background-color: red;
}

.bg-image .logo {
    color: #00add1;
}

.navbar {
    border: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
    padding: 0.51rem 1rem;
}

.home .rc-anchor-light.rc-anchor-normal {
    border: 1px solid #d3d3d3 !Important;
}

.home .rc-anchor-light {
    background: #a03b3b;
    color: #e3e3e3 !important;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -280px;
}

#wrapper.toggled #page-content-wrapper {
    background-size: cover;
    position: relative;
    margin-right: 0;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    background-color: #ffffff;
}

@supports (-webkit-touch-callout: none) {
    #wrapper.toggled #page-content-wrapper {
        background-attachment: scroll;
    }
}

.bg-info {
    background-color: #ff9800 !important;
}

.mt--180 {
    margin-top: -100px;

}

.pb-100 {
    padding-bottom: 100px;
}

#wrapper.toggled #page-content-wrapper.auth {
    background-image: unset;
}

#wrapper.toggled #page-content-wrapper.contact.auth {

}

#wrapper.toggled #page-content-wrapper.contact.auth .bg-image {
    background-image: unset;
}

#page-content-wrapper.auth .container {

}

.container .index-sidebar.home_sidebar {
    background-color: #000;
    width: 100%;
}

.container.mt--180 .index-sidebar.home_sidebar {
    background-color: unset;
    width: 377px;
}

.modal-menu {
    border: 0px;
    border-radius: 0px;
    max-width: 100%;
    margin: auto;
    padding: 40px 10px;
    background: #03030359;
}

.modal-menu i {
    /* display: none; */
}

.modal-menu a {
    display: block;
    color: #ffffffc4;
    letter-spacing: 2px;
    font-size: 17px;
    width: 100%;
    height: 100%;
}

.modal-menu .menu-sans a {
    color: #f0f8ff8c;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #0000006b;
}

.modal-menu a:hover {
    color: #fff;
    text-decoration: none;
}

.modal-menu span {
    right: 9px;
    top: 0px;
    /* position: absolute; */
    /* font-size: 20px; */
    font-weight: bold;
    color: #ff9800;
}

.menu-mess {
    background-color: #6d6d6d;
}

.menu-cred {
    background-color: #888888;
}

.menu-prof {
    background-color: #888888;
}

.menu-view {
    background-color: #6d6d6d;
}

.menu-like {
    background-color: #6d6d6d;
}

.menu-online {
    background-color: #888888;
}

.menu-out {
    background-color: #6d6d6d;
}

.menu-promo {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

/* Sidebar Styles */
#sidebar-wrapper {
    z-index: 10;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    margin-left: -100%;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #00000069;
    display: block;

}

#sidebar-wrapper hr {
    background: #4e1365;
    border-bottom: 1px solid #fdfdfd47;
    margin: 32px 0px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 100%;
}

.sidebar-nav {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    margin-bottom: 8px;
    position: relative;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #424242;
    padding: 20px 0px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #000;
    background-color: #f5f5f5;
}

.nice-select .current {
    /* color: #fff; */
    /* font-weight: bold; */
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav li a i {
    font-size: 23px;
    position: absolute;
    left: 15px;
}

.sidebar-nav li a .holder-i {
    width: 50px;
    height: 23px;
    display: inline-block;
    color: #848484;
}

.sidebar-nav li a:hover > span i {
    text-decoration: none;
    font-size: 40px;
    color: #ff9800;
    left: 10px;
    top: 15px;
}


.profile-header-holder {
    height: 200px;
    overflow: hidden;
    background-size: cover;

}

.profile-header-holder .full-blur {
    width: 100%;
    filter: blur(15px);
}

.p-top {
    position: absolute;
    top: 80px;
    z-index: 2;
}

.p-pic {
    width: 200px;
    /* border-radius: 50%; */
    display: inline-block;
}

.p-pic img {
    border: 6px solid #FFFFFF;
}

.p-name {
    display: inline-block;
    padding-left: 13px;
}

.profile-header-nav .nav {
    padding-left: 216px;
    z-index: 3;
    position: relative;
    top: -100px;
}

.profile-header-nav {
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

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

.drop-link {
    font-size: 15px;
}

.drop-link:hover {
    /* color: #e7e7e7; */
}

.drop-link:active, .drop-link:focus {
    /* color: #ffffff; */
}

.sidebar-spc li {
    margin-bottom: 1px !Important;
    /* padding: 20px 0px; */
    border-bottom: 1px solid #ccc;
}

.sidebar-spc li.active {
    border-left: 3px solid #ff9800;
}

.sidebar-spc li.active span i {
    color: #ff9800;
}

.sidebar-search-wrapper .nice-select, .sidebar-search-wrapper input {
    margin-bottom: 5px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #d2d2d2;
    height: 41px;
    color: #000000;
    line-height: 37px;
    outline: none;
    padding-right: 43px;

}

.search_wrap .sidebar-search-wrapper input {
    background-color: #fff !Important;
    margin-right: 17px;
    width: auto;
    top: 0px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    background-color: #f8f7f7;
    border-radius: 0px;
    border: solid 2px #000 !important;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    /* display: block; */
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    height: 29px;
    color: #191919;
    line-height: 28px;
    outline: none;
    padding-left: 30px;
    padding-right: 68px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.search_wrap .sidebar-search-wrapper input::placeholder {
    color: #000000;
    font-weight: bold;
}


.sidebar-top-btns {
    background-color: #007499;
    color: #fff !important;
    text-align: center;
    border-radius: 3px;
    display: block;
    padding: 6px 0px;
    padding: 10px 0px 5px 0px;
}

.sidebar-top-btns i {
    font-size: 40px;
}

.sidebar-top-btns:hover {
    background-color: #ff9800;
    text-decoration: none;
}

.sidebar-top-btns:hover > i {
    font-size: 60px;
    transition: opacity 48.8s linear, font-size .3s ease-out;
}


.sidebar-search-wrapper .title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
}

#id_l + .nice-select { /* width: 200px; */
}

.sidebar-search-wrapper input {
    background-color: #fff !Important;
    margin-right: 17px;
    width: auto;
    top: 1px;
    height: 40px !important;
    position: relative;
    border: solid 1px #d2d2d2 !important;
}

.sidebar-search-wrapper button {
    padding: 10px 26px;
    top: -2px;
}

.sidebar-search-wrapper #id_l + .nice-select .nice-select-search-box ~ .list {
    /* margin-top: 64px; */
}

.sidebar-search-wrapper #id_l + .nice-select .nice-select-search-box {
    border-radius: 3px 3px 0px 0px;
}

.sidebar-search-wrapper #id_l + .nice-select .nice-select-search-box input {
    border-radius: 0;
}

.custom-file-control.selected:lang(en)::after {
    content: "" !important;
}

.custom-file.overflow-v {
    overflow: visible !important;
}

.custom-file-input#id_photo {
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.custom-file:hover .custom-file-label::after {
    background-color: #000000;
    transition: color .15s ease-in-out, background-color .25s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-file {
    overflow: hidden;
}

.custom-file-control {
    white-space: nowrap;
}

.if-unread {
    background: #e8e8e8;
}

.btn-blue {
    background-color: #45d3fd;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 23px;
}

.btn-src {
    margin-top: 5px;
}

.simbol {
    background-image: url("../img/symbol.png");
}

.sidebar-search-wrapper .simbol {
    opacity: 0.4;
    margin: 60px auto 10px auto;
    height: 75px;
    width: 74px;
}

.simbol-logo img {
    width: 17px;
    position: absolute;
    right: 37px;
    top: 16px;
}

.spc-drop-top .dropdown-menu.show {
    display: inline-table;
}

.menu-account .btn {
    border-radius: 0;
}

.menu-account .btn.active {
    color: #ffffff;
    background: #42492e;
    /* border-bottom: 2px solid #d82862; */
}

.menu-account a {
    color: #fff;
    background: #6b764d;
    width: 100%;
    height: 96px;
    line-height: 55px;
}

.nav-pills .nav-link {
    border-radius: 0rem;
    background: #111;
}

.badge-danger {
    color: #fff;
    background-color: #c52524;
}

.nav-pills .nav-link:hover {
    color: #c52524;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #c52524;
}

.btn-upload {
    box-shadow: none;
    color: #000000;
    background: #6b764d;
    /* border: 9px solid #f13f9a; */
    padding: 41px 60px !important;
}

.menu-account a:hover {
    color: #000000;
}

label label {
    margin-bottom: 0.0rem;
}

/* Top nav*/
.nav-link {
    display: block;
    padding: 1.5rem 1rem;
    color: #fff;
}

.navbar {
    padding: 0px;
}

.navbar-light {
    border-bottom: 0px solid #dbdbdb38;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: unset;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.max-w-500 {
    max-width: 500px;
}

.profile-wraper {
    /* padding: 7px 11px; */
    margin-bottom: 2px !Important;
    /* box-shadow: 0px 0px 4px -2px rgba(0,0,0,0.75); */
}

.navbar-light .navbar-toggler {
    color: #000;
    border-color: #000;
    border: 2px solid;
    border-radius: 0px;
}

.navbar-toggler .fa {
    font-size: 28px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 16px 29px;

    }

}

@media (max-width: 1920px) {
    .profile-chat {
        display: none;
    }
}

.language-select {
    border: 0px;
}

.language-select span {
    color: #ea4987;
    font-size: 14px;
    font-weight: 600;
}

.nice-select:after {
    margin-top: -6px;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
}

.language-select.open .list {
    width: unset;
    right: 7px;
    left: auto;
}

.language-select .list {
}

.back {
    font-size: 28px;
    color: #e94585;
}

.back:hover {
    color: #e94585;
}

.menu-right .navbar-nav .nav-item .fa {
    font-size: 19px;
}

.spc-menu-top {
    padding: 12px 0px 7px 16px;
    border-left: 1px solid #dbdbdb;
}

.spc-drop-status {
    padding-left: 16px;
}

.spc-bulina {
    position: absolute;
    left: 12px;
    font-size: 12px !Important;
    top: 14px;
    z-index: 1;
}

.spc-bulina-2 {
    font-size: 12px !Important;
    position: absolute;
    left: 24px;
}

.spc-border {
    border-left: 1px solid #dbdbdb
}

.help-block {
    color: #ec0c0c !Important;
}

.help-block .errorlist {
    list-style: none;
    padding-left: 0px;
    position: absolute;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle {
    padding-right: 20px;
}

.dropdown .dropdown-toggle {
    padding: 20px 29px;
}

.dropdown ul li:hover {
    background-color: #f6f6f6;
}

.dropdown ul li {
    padding-left: 13px;
    padding-right: 16px;
    font-weight: 400;
    line-height: 40px;
    font-size: 14px;
    white-space: nowrap
}

.dropdown ul li a {
    color: #909090;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.dropdown ul li a:hover {
    text-decoration: none;
}

.spc-drop-top {
    padding-right: 12px;
}

.dropdown-toggle::after {
    border-bottom: 2px solid #ffffff8c;
    border-right: 2px solid #ffffff8c;
    content: '';
    display: none;
    height: 8px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    /* right: 29px; */
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
}

.show .dropdown-toggle::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.dropdown-toggle::after {
    display: inline-block;
    /* width: 0; */
    /* height: 0; */
    margin-left: 3.255em;
    /* vertical-align: .255em; */
    /* content: ""; */
    border-top: 0px;
    /* border-right: .3em solid transparent; */
    /* border-bottom: 0; */
    border-left: 0px;
}

.spc-buy-top {
    /* padding: 19px 30px 18px 30px; */
    background-color: unset;
}

.spc-buy-top a {
    color: #060606;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.spc-buy-top a:hover {
    text-decoration: none;
}

.spc-buy-top .line1 {
    display: block;
    background-color: #0000000f;
}

.border-l {
    border-left: 1px solid #eaeaea;
}

.spc-buy-top .line1:hover {
    background-color: #00000021;
}

.spc-buy-top .line2:hover {
    background-color: #22d259;
}

.spc-buy-top .line2 {
}

/* main index*/
.index {
    padding-left: 9px;
}

.index-sidebar {
    width: 377px;
    height: 100%;
    display: none;
}

.container-fluid {
    display: flow-root;
}

.img-b {
    display: inline-block;
    width: 50px;
}

/* users list */
.img-responsive {
    width: 100%;
}

.pan {
    top: 22px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #411454;
    position: absolute;
    z-index: 10;
}

.clear {
    clear: both;
}

.btn-prof {
    position: absolute;
    right: 0px;
    top: 0px;
}

.z-indexhigh {
    z-index: 99999;
}

.message-send-wrap .under .spani {
    display: block;
}

.item-hid {
    position: absolute;
    left: 0px;
    top: 24px;
    color: #fff;
    background-color: #484848;
    padding: 3px 5px;
    font-size: 14px;
}

.item-holder {
    position: relative;
    display: block;
    background: white;
    border: 1px solid #dfdfdf;
    border-radius: 0.5rem;
    box-shadow: 0px 2px 1px #666;
    min-height: 360px;
}

.item-holder:hover {
    box-shadow: 0px 2px 1px #3a3a3a;
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; */
}

.item-holder.bg-liked {
    background: #fbfbfb;
    border: 1px solid #c4c4c4;
}

.star-liked {
    display: none;
}

.item-holder.bg-liked .star-liked {
    display: none;
    position: absolute;
    padding: 14px 14px;
    color: #fff;
    font-size: 20px;
    line-height: 5px;
    border-radius: 50%;
    background-color: #d61818 !Important;
    top: -10px;
    right: 26px;
    z-index: 3;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .45) !important;
}

.hover-zoom:hover {
    zoom: 0.1;
}

.index_profile {
    background-color: #1e1e24;
}

.shadow {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
}

.info-holder .btn.btn-spc, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {

}

.like-button.active {
    /* background-color: #d61818!Important;
  border-color: #d61818!Important;
  box-shadow: none; */
    /* color: #f13f9a; */
    color: #00add1 !Important;
}

.h-inactive {
    color: #6d6d6d;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0px rgba(0, 123, 255, .25);
}

.btn-spc .fa {
    font-size: 20px;
}

.btn-spc {
    padding: .485rem .55rem;
    box-shadow: none;
    color: #2f2f2f;
    background: #e8e8e8;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: flex;
}

.btn-spc:hover {
    background-color: #ececec !Important;
}

.btn-spc i {
    color: #292929;
    /* margin-right: 10px; */
}

.pic-desc .btn-spc, .pic-desc .ml-auto {
    display: inline-block;
}

.chat-holder {
    height: 70vh;
    /* overflow: hidden; */
}

.chat-list {

}

.chat-item {
    /* background-color: rgb(245, 245, 245); */
    /* border: 1px solid #fff; */
}

.chat-item:hover {
    background-color: #eaeaea24;
}

button.active .h-inactive {
    color: #b3b3b3;
}

.like-button {
    /* background-color: #d61818!Important;
  padding: 11px 13px!Important;
  color: aliceblue!Important;
  border-radius: 50%; */

    padding: 11px 11px !Important;
    color: #fff !Important;
    filter: drop-shadow(0px 0px 1px rgb(0 0 0 / 0.4)) !Important;
}

.like-button svg {
    width: 25px;
    height: 25px;
}

.like-button:hover {
    filter: drop-shadow(0px 0px 1px rgb(0 0 0 / 0.8)) !Important;
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; */
}

.btn-view-prof {
    /* background-color: #3b5998!Important;
    padding: 11px 15px!Important;
    color: aliceblue!Important;
    border-radius: 50%; */

    padding: 11px 11px !Important;
    color: #fff !Important;
    filter: drop-shadow(0px 0px 1px rgb(0 0 0 / 0.4)) !Important;
}

.btn-view-prof svg {
    width: 25px;
    height: 25px;
}

.btn-view-prof:hover {
    filter: drop-shadow(0px 0px 1px rgb(0 0 0 / 0.8)) !Important;
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; */
}

.btn-view-chat {
    /* background-color: #55acee!Important;

    color: aliceblue!Important;
    border-radius: 50%; */
    padding: 11px 11px !Important;
    color: #fff !Important;
    filter: drop-shadow(0px 0px 1px rgb(0 0 0 / 0.4)) !Important;
}

.btn-view-chat svg {
    width: 25px;
    height: 25px;
}


.btn-view-chat:hover {
    filter: drop-shadow(0px 0px 1px rgb(0 0 0 / 0.8)) !Important;
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; */
}

@media (max-width: 500px) {
    .btns-spc-mobil i {
        font-size: 14px
    }

    .btns-spc-mobil a, .btns-spc-mobil button {
        padding: 10px 4px !important;
    }

    .item-holder.bg-liked .star-liked {
        font-size: 12px;
        padding: 8px;
        right: 10px;
    }

    .pic-holder {
        top: -52px !important;
    }
}

.btn-success {
    color: #ffffff;
    background-color: #28a745;
    border-color: #515a39;
}

.btn-success:hover, .btn-success:active:hover {
    background-color: #22913c;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1c9438;
    border-color: #33ac33;
}

.btn-success:focus {
    background-color: #187a2f;
    box-shadow: 0 0 0px 1px #52cc52;
}

.btn-danger {
    color: #fff;
    background-color: #f72c2c;
    border-color: #f72c2c;
}

.like-button .fa-thumbs-o-down {
    display: none;
}

.like-button.active .fa-thumbs-o-down {
    display: inline-block;
}

.like-button .fa-thumbs-o-up {
    display: inline-block;
}

.like-button.active .fa-thumbs-o-up {
    display: none;
}


.navbar .btn {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}

.item-holder .item-cat {
    position: relative;
    z-index: 3;
}

.item-cat span {
    /* position: absolute;  */
    z-index: 2;
}

.item-cat span.badge-new {
    top: -7px;
    left: 4px;
}

.item-cat span.badge-online {
    top: -7px;
    left: 37px;
}

.badge-spc {
    top: -6px;
    position: absolute;
}

.item-holder .item-cat small {
    left: 54px;
    top: 78px;
    position: absolute;
}

.status_ab {
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.info-holder a {
    color: #fff;
    position: relative;
    top: 3px;
    font-size: 14px;
    text-decoration: none;
}

.info-holder .text-secondary {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
    color: #b5b7b9 !important;
}

.info-holder {
    background: #007bff;
    position: relative;
    left: 0;
    line-height: 1.20;
    width: 100%;
    bottom: 0px;
    z-index: 2;
    padding: 6px;
}

.prof-ner {
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.red {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 11px !important;
    color: #c52524 !important;
    text-transform: uppercase;
}

.green {
    color: #49cb34 !important;
    font-weight: bold;
    font-size: 9px !important;
}

.darkred {
    color: darkred !important;
    font-weight: bold;
    font-size: 9px !important;
}

.darkgrey {
    color: darkgrey !important;
    font-weight: bold;
    font-size: 9px !important;
}

.lightgreen {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 11px !important;
    color: #52cc52 !important;
    text-transform: uppercase;
}

.profiles-nearby {
    color: #090909;
    font-size: 1.01563rem;
    font-weight: bold;
}

.profiles-nearby-title {
    font-size: 17px;
    font-weight: 600;
    color: #3c3c3c;
}

.small-age {
    color: #868686;
}

.item-cat::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 7px;
    width: 7px;
    z-index: 3100;
    background: #9862A7;
    bottom: -4px;
    left: 2px;
}

.bg-negru {
    background-color: #000;
}

.group-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 5 col*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.rounded-50 {
    border-radius: 50%;
}

.sidebar-link:hover {
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}

/*  mobile //////////////////////////////////////////////////////////////////////////////////////////
           //////////////////////////////////////////////////////////////////////////////////////////
           //////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1600px) {
    .container .index {
        width: calc(100% - 450px);
        display: block;
        float: left;
    }

    .container .index-bg {
        width: calc(100% - 330px);
        display: block;
        float: left;
    }

    .index-sidebar {
        display: inline-block;
        float: right;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (max-width: 768px) {
    .message-send-wrap {
        /* padding: 12px 0px!Important; */
        padding-left: 15px;
    }

    .session-view .message-input-wrap textarea {
        height: 60px;
    }

    .height-spc {
        min-height: calc(100% - 229px) !important;
    }

    .profile-wraper2 .img-ab {
        position: absolute;
        bottom: 129px;
        width: 115px !important;
        border: 1px solid #b1b1b1;
    }

    .p-pic .pic-holder2 {
        position: absolute;
        overflow: hidden;
        border-radius: 50%;
        width: 138px;
        margin: auto;
        bottom: -59px;
        left: -14px;
    }

    .profile-header-nav {
        margin: 20px -15px !important;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }

    .container-fluid .index {
        width: 100%;
        display: flex;
    }

}

.chat-tab ul li a:hover {
    background-color: rgba(240, 240, 240, 0.09);
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }

    .container-fluid .index {
        width: 100%;
        display: block;
    }
}

@media (min-width: 1600px) {
    .container-fluid .index {
        width: calc(100% - 300px);
        display: block;
        float: left;
    }

    .container-fluid .index-bg {
        width: calc(100% - 330px);
        display: block;
        float: left;
    }

    .index-sidebar {
        display: inline-block;
        float: right;
    }
}


@media (max-width: 1250px) {
    .spc-buy-top .line2 {
        display: none;
    }

    .spc-drop-status {
        border-right: 0px solid #dbdbdb;
    }
}

@media (max-width: 1100px) {
    .spc-menu-top {
        display: none !Important;
    }

    .bg-dark.bg-dark-05 {
        background-color: #343a40cc !important;
    }
}

@media (max-width: 340px) {
    .navbar-light .navbar-toggler {
        margin-left: -20px;
    }
}

@media (max-width: 420px) {
    .info-holder {

        padding: 4px 4px 4px 4px;
        font-size: 10px;
        line-height: 1.50;
    }

    .info-holder .btn-spc {
        position: absolute;
        top: 0px;
        right: 0px;
    }


}

@media (max-width: 991px) {
    .spc-col-holder {
        display: none;
    }

    h3 {
        line-height: unset;
    }

    .home {
        padding: 23px;
    }

    .home .form-group {
        margin-bottom: -3px;
    }

    .navbar-light .navbar-brand {
        padding: 0px 20px 20px 20px;
        width: 100%;
        text-align: center;
    }

    .navbar.navbar-expand-lg.navbar-light {
        padding-bottom: 20px;
    }
}

@media (max-width: 1280px) {
    .spc-col .info-holder .btn-spc {
        display: none;
    }
}

@media (max-width: 1400px) {
    .spc-col .info-holder .text-right {
        display: none;
    }
}

@media (max-width: 1061px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px 17px;
    }
}

@media (min-width: 991px) {
    #sidebar-wrapper {
        width: 280px;
    }

    #wrapper.toggled #page-content-wrapper[style] {
        margin-left: 0px !Important;
    }
}

@media (max-width: 991px) {
    .navbar-light .navbar-toggler {
        background: #1d1d1d00;
    }

    #wrapper.toggled {
        padding-left: 0px;
    }

    #sidebar-wrapper {
        width: 100%;
    }

    #sidebar-wrapper.collapse.show {

    }

    #wrapper.toggled #sidebar-wrapper {
        width: 100%;
        -webkit-transition: all 0.3s ease-out; /* Chrome 1-25, Safari 3.2+ */
        -moz-transition: all 0.3s ease-out; /* Firefox 4-15 */
        -o-transition: all 0.3s ease-out; /* Opera 10.50–12.00 */
        transition: all 0.3s ease-out;

    }

    #wrapper.toggled #page-content-wrapper {

        -webkit-transition: all 0.3s ease-out; /* Chrome 1-25, Safari 3.2+ */
        -moz-transition: all 0.3s ease-out; /* Firefox 4-15 */
        -o-transition: all 0.3s ease-out; /* Opera 10.50–12.00 */
        transition: all 0.3s ease-out;
    }

    .navbar .navbar-expand-lg .navbar-light {
    }

    .w-25 {
        width: 100% !important;
    }

    .container-fluid .bg-white {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.0);
        -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.0);
        box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.0);
    }

    .chat-tab .nav-item {
        width: 100%;
    }

    .border-l {
        border-left: 0px solid #eaeaea !Important;
    }


    .chat-page .message-send-wrap button {
        position: relative !Important;
        right: 0px !Important;
        top: 20px !Important;
    }

    .chat-content-mess {
        /* height: 100%!Important;
        max-height: 320px; */
    }

    .chat-page .col-xl-9 {
        border-left: 1px solid #ffffff !Important;
    }

    .col-12 .message-send-wrap .form-control {
        padding-right: 16px !Important;
    }

    .col-xl-9 .message-send-wrap .form-control {
        padding-right: 16px !Important;
    }

    .form-min {
        min-width: 100% !important;
    }

    .flex-sm-column2 .nav-link.nav-link-rap {
        display: none;
    }

    .nav-link.nav-link-rap.active.show {
        display: block;
    }

    .set .col-md-12 h5 span {
        display: block;
    }

    #sidebar-wrapper .sidebar-nav li a {
        text-align: left;
        padding-left: 38px;
        padding-top: 8px;
    }

    .nav.flex-sm-column {
        /* max-height: 403px; */
    }

    .chat-holder {
        position: fixed;
        top: 50%;
        left: 50%;
        min-width: 100%;
        /* min-height: calc(100% - 100px); */
        min-height: 100%;
        padding-top: 56px;
        width: auto;
        /* height: auto; */
        z-index: -100;
        transform: translate(-50%, -50%);
    }

    .profile-header-holder {
        height: 141px;
    }

    .p-pic {
        width: 100px;
        /* border-radius: 50%; */
        display: block;
        margin: auto;
    }

    .p-top {
        position: absolute;
        top: 80px;
        right: 0;
        z-index: 2;
        /* margin: auto; */
        width: calc(100% - 30px);
        text-align: center;
    }

    .profile-header-nav .nav {
        padding-left: 44px;
        /* padding-top: 80px; */
        z-index: 3;
        position: relative;
        font-size: 12px;
        justify-content: center !important;
    }

    .logo-link {
        display: block;
        padding-top: 16px;
        line-height: 20px;
    }

    .bg-image .logo {
        color: #fff;
        font-size: 20px;
        display: none;
    }

}

/*mobile*/

.mobile .desktop-item {
    padding-top: 15px;
}

.mobile .desktop-item.active {
    border-bottom: 2px solid #00add1;
}

.height-spc {
    min-height: calc(100% - 222px);
    height: 100%;
}

.btn-photo {
    /* font-size: 27px; */
}

.top-chat-img {
    padding-top: 7px;
}

.top-chat-img img {
    width: 46px;
}

.top-chat-name h4 {
    font-size: 20px;
    color: aliceblue;
    padding-top: 14px;
}

.alert-spc2 .close {
    color: #000;
    position: absolute;
    right: 2px;
    top: 0px;
}

.profile textarea.form-control {
    height: auto !important;
}

.chat-comm {
    /* background-image: url(/static/online/frontend/10love/img/bg_chat.jpg); */
}

.profile-pic-chat2 {
    width: 80px;
}

.tooltip-inner {
    background-color: #000 !important;
    color: #fff;
}

.red-tooltip .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {

    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {

    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {

    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {

    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.raper-apr {
    position: relative;
}

.overlay-apr {
    width: 100%;
    background: #007bffbd;
    height: 100%;
    position: absolute;
}

.overlay-vip {
    background: #e94585c9;
    min-width: 100%;
    height: calc(100% - 35px);
    z-index: 9;
    position: absolute;
}

.overlay-vip .fa-plus-circle {
    color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    font-size: 38px;
    margin-top: -16px;
    margin-left: -14px;
}

.text-pending {
    z-index: 2;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alert {
    border-radius: .0rem;
}

.blur {
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
}

.spc-col .info-holder a {
    font-size: 12px;
}

.spc-col .info-holder .text-secondary {
    font-size: 9px;
}

.spc-col .info-holder .text-right {
    font-size: 13px;
    margin-top: 3px;
}

.spc-col .btn-spc {
    position: absolute;
    top: 0;
    right: 0;
}

.if-unread .nav-link.nav-link-rap.nav-link-rap-rap {
    /* background: #6b764d; */
}

.if-unread .nav-link.nav-link-rap.nav-link-rap-rap h4 {
    color: #000;
}

.if-unread .nav-link.nav-link-rap.nav-link-rap-rap .name-age {
    color: #fffdfd;
    font-size: 14px;
    font-weight: bold;
}

.if-unread .nav-link.nav-link-rap.nav-link-rap-rap small {
    /* color: #fff; */
}

.if-unread .badge-danger.badge-custom {
    background-color: #d61818;
    font-size: 12px;
    color: #ffffffd9;
}

.nr-unread {

}

.nav.flex-sm-column {
    /* max-height: 257px; */
    /* overflow: auto; */
    display: block;
}

.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.if-unread .nav-link span.text-dark {
    color: #000 !important;
    font-weight: bold;
}

.if-unread .nav-link span.text-dark .name-age {
    color: #000 !important;
}

.if-unread .nav-link span.text-dark .text-gray {
    /* color: #fff!important; */
    text-shadow: none;
}

.f-2 {
    font-size: 12px;
    margin-left: 5px;
    color: #82878c;
}

/* .row.index .row{
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-left: 0px;
} */
.bg-fff {
    background-color: #fff;
}

.underline-none {
    text-decoration: none;
}

.underline-none:hover {
    text-decoration: none;
}

.secondary-color {
    color: #888;
}

.nr-chat {
    background: #000000;
    border-radius: 50%;
    padding: 3px;
    font-size: 12px;
    position: absolute;
    margin-left: 8px;
}

.chat-tab ul li .btn-popover.top-pop {
    /* background: rgb(239,110,78);
  background: -moz-linear-gradient(-45deg, rgba(239,110,78,1) 0%, rgba(195,55,111,1) 27%);
  background: -webkit-linear-gradient(-45deg, rgba(239,110,78,1) 0%,rgba(195,55,111,1) 27%);
  background: linear-gradient(135deg, rgba(239,110,78,1) 0%,rgb(233, 68, 134) 27%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6e4e', endColorstr='#e94486',GradientType=1 ); */
    border-radius: 0px;
}

.chat-tab ul li .btn-popover {
    padding: 2px 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    border-radius: 0px;
}

.btn-popover.top-pop.btn.btn-spc .fa {
    font-size: 19px;
}

.top-pop {
    top: 34px;
}

#overlayMenu {
    background-color: #00000017;
    height: 100%;
    display: none;
    z-index: 5;
    transition: all 0.3s ease-out;
}

.text-sm {
    font-size: 14px;
}

#closeBtn {
    z-index: 6;
    background: unset;
    color: #fff;
    border: 0;
    font-size: 32px;
    cursor: pointer;
    position: absolute;
    right: 0;
}

#openBtn {
    z-index: 6;
    background: #313131;
    color: #fff;
    border: 0;
    font-size: 32px;
    cursor: pointer;
}

.spc-status .spc-drop-status {
    padding-left: 0px;
    padding-right: 0px;
    width: 29px;
}

.border-right {
    border-right: 1px solid #dee2e629 !important;
}

.spc-status .spc-drop-status .nice-select {
    padding: 0px;
    background-color: unset;
    border-bottom: 0px solid #ffffffa6;
    border-radius: 0px;
    z-index: 50;
}

.spc-status .spc-drop-status .nice-select span {
    visibility: hidden;
    z-index: 5;
}

.spc-status .spc-drop-status .nice-select:after {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    visibility: hidden;
    z-index: 1;
}

.spc-status .language-select.open .list {
    width: unset;
    right: unset;
    left: 7px;
}

.spc-status .spc-bulina {
    top: 12px;
}

.form-min {
    min-width: 450px;
}

.simbol-logo button {
    width: 37px;
    position: absolute;
    right: 28px;
    top: 8px;
    font-size: 30px;
    color: #fff;
}

.add-spc {
    background-color: #e94585;
    padding: 5px 10px;
    color: #fff !Important;
}

.simbol-logo button::after {
    content: '✖';
}

/* */
.w-36 {
    width: 36px;
    height: 36px;
    display: inline-block;
}

.home-section {
    background-color: #62c5dd;
}

/*footer*/
.footer-sticky {
    /*position: fixed;*/
    bottom: 0px;
    width: 100%;
    font-size: 13px;
    /* height: 46px; */
    overflow: hidden;
    /*line-height: 46px;*/
    background-color: #00add1;
    z-index: 5;
    color: #ffffff;
}

.item-img-small:hover {
    background-color: #000;
    border: 1px solid #afafaf;
}

.topmenu {
    display: block;
    font-size: 12px;
}

.item-img-small {
    background-color: #000;
}

.custom-control-input:checked ~ .custom-control-description .item-img-small {
    border: 1px solid #c2394d;
    -webkit-box-shadow: 0px 0px 0px 3px rgb(255, 193, 7);
    -moz-box-shadow: 0px 0px 0px 3px rgba(233, 68, 134, 1);
    box-shadow: 0px 0px 0px 3px rgb(255, 193, 7);
}

/*profile*/
.btn-view {
    left: 50%;
    transform: translate(-50%, -150%);
}

.btn-dspc:active {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #2eb323 !important;
    background: #2eb323 !important;
}

.btn-dspc:hover {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #2b8a23 !important;
    background: #2b8a23 !important;
}

.btn-group .btn.btn-dspc {
    border-radius: 4px !important;
}

.btn-holder .btn-spc:hover {
    background: rgb(239, 110, 78);
    background: -moz-linear-gradient(-45deg, rgba(239, 110, 78, 1) 0%, rgba(233, 68, 134, 1) 27%);
    background: -webkit-linear-gradient(-45deg, rgba(239, 110, 78, 1) 0%, rgba(233, 68, 134, 1) 27%);
    background: linear-gradient(135deg, rgba(239, 110, 78, 1) 0%, rgb(197, 55, 112) 27%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef6e4e', endColorstr='#e94486', GradientType=1);
    border-radius: 0px;
}

.a-btn-roz {
    background-color: #15dc43;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 23px;
}

.z-index-2 {
    z-index: 2;
}

.a-btn-roz:hover {
    color: #fff;
    background-color: #1f983b;
}

.info-spc {
    color: #dadada;
    font-size: 13px;
}

.img-hover {
    width: 100%;
}

.info-spc li {
    margin-bottom: 0px;
    border-bottom: 1px solid #ffffff1a;
    background: #00000000;
    color: #737373;
    font-size: 14px;
    font-weight: bold;
}

.info-spc.viewprof span {
    color: #000000;
    font-weight: bold;
    font-size: 15px;
}

.info-spc.viewprof {
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.info-spc li:last-child {
    border-bottom: 0px;
}

.btn-dspc {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #38c32d;
}

.desc {
    font-weight: 400;
    font-size: 14px;
}

.dspc-holder {
    padding: 0px;
}

.s-gri {
    background: #eaeaea;
    padding: 13px;
}

.btn-holder .btn {
    background: rgb(239, 110, 78);
    background: -moz-linear-gradient(-45deg, rgba(239, 110, 78, 1) 0%, rgba(233, 68, 134, 1) 27%);
    background: -webkit-linear-gradient(-45deg, rgba(239, 110, 78, 1) 0%, rgba(233, 68, 134, 1) 27%);
    background: linear-gradient(135deg, rgba(239, 110, 78, 1) 0%, rgba(233, 68, 134, 1) 27%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef6e4e', endColorstr='#e94486', GradientType=1);
    border-radius: 0px;
}

.dspc-holder h6 {
    color: #909090;
}

.btn-dspc.mar {
    background-color: #2b8a23;
    padding-right: 4px;
}

.bg-white {
    background-color: #fff !important;
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; */
}

.bg-white.trans {
    background-color: rgba(255, 255, 255, .1) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.bg-dark-07 {
    background-color: #3a3b3f;
}

.featherlight-next:hover, .featherlight-previous:hover {
    background: #0000007d !important;
}

.featherlight-next span, .featherlight-previous span {
    text-shadow: 0 0 5px #000 !important;
    color: rgb(255, 255, 255) !important;
}


.white {
    color: #fff;
}

* {
    box-sizing: border-box;
}

.cta-container {
    display: table;
    width: 100%;
    height: 50%;
}

.cta-container p {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin: 5px 0;
}


#container {
    /*background: #EEE;*/
    /* center */
    margin: 0 auto;
}


.item img {
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: none;
}


.overlay .title {
    text-align: center;
    font-size: 18px;
    background: #6d6d6d;
    margin: 0px 0 5px;
}

.overlay .description {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.05);
    width: 100%;
    margin: 0;
    height: 100%;
}

.overlay .description a, .overlay .description a:visited {
    color: #f8ede9;
    text-decoration: none;
    display: block;
    height: 100%;
}

.overlay .description a:hover {
    color: #666666;
}

.overlay .description p {
    text-align: center;
    margin: 0.5em 0;
    height: 100%;
}

/*.overlay .description p {
    margin: 10px;
}*/

.item:hover .overlay {
    display: block;
}


@media only screen and (max-width: 1600px) {
    .col-6-1600 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (max-width: 1000px) {
    .site-wrapper {
        width: 100%;
        margin-left: 0px;
    }
}

.featherlight .featherlight-content {
    min-width: 0;
    background-color: #3d3d3d !important;
    padding: 0px !important;
    border-bottom: 0px !important;
}

.featherlight-next {
    right: 0px !important;
}

.featherlight-previous {
    left: 0px !important;
}

.input-gray {
    background: #efefef;
}

.input-gray:focus {
    background: #efefef;
}

/**/

/*mess*/
.mess {
    margin-bottom: -16px;
    margin-left: -16px;
    margin-top: -16px;
}

.mess2 .message-send-wrap {
    background: #fff0;
    padding-left: 0px;
}

/*edit*/
.set .nav-item .nav-link.active {
    background-color: #ffffff54;
    color: #000;
    border: 0px solid #fff;
    border-bottom: 5px solid #000;
    border-radius: 0px;
}

.nav-pills {
}

.set .nav-item {
    z-index: 2;
}

.set .nav-item .nav-link {
    background-color: #ffffff00;
    color: #007bff;
    border: 0px solid #d8d8d8;
    border-radius: 0px;
    z-index: 2;
    font-size: 22px;
}

.set .tab-content {
    border-top: 1px solid #d8d8d8;
    position: relative;
    top: -1px;
    z-index: 1;
}

.set .form-control {
    border: solid 1px #e8e8e8;
}

.gange {
    color: #12bd39;
    font-size: 12px;
    padding: 11px 22px;
    border: 1px solid #adadad;
    border-radius: 4px;
    background: #ffffff85;
    position: relative;
    top: -81px;
    left: 50%;
    margin-left: -55px;
}

.mij {

    width: 100%;
}

.img-ab {
    position: absolute;
    bottom: 52px;
    width: 181px !important;
    border: 1px solid #b1b1b1;
}

.upload-p {
    color: #000;
    font-size: 14px;
}

.gange:hover {
    color: #114017;
    text-decoration: none;
}

.upload-p:hover {
    color: #000;
    text-decoration: none;
}

.nav-link-rap .name-age {
    color: #838383;
    font-size: 14px;
}

.spc-for {
    background-color: rgb(255 255 255 / 15%) !important;
    /* border: 0!important; */
    color: white !important;
    box-shadow: inset 0 0px 0 #000 !important;
    border: 1px solid #989898 !important;
    height: 39px !important;
    line-height: 31px;
    border-radius: 5px;
    padding: 3px 14px;
    font-size: 16px !important;
}

/* .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #007bff;
  color: #ffffff;
} */
.nice-select .option:hover {
    background-color: #cccccc;
    color: #000000;
}

.pic-holder2 {
    position: absolute;
    overflow: hidden;

    border-radius: 50%;
    width: 183px;
    margin: auto;
    bottom: -138px;
    left: -14px;
}

.nice-select .option.selected.focus, .nice-select .option.focus {
    background-color: #cfe6ff;
    color: #000000;
}

.spc-for .option {
    color: #8f8f8f;
}

.spc-for::placeholder {
    color: #fff;
}

.spc-for:-ms-input-placeholder {
    color: #fff;
}

.spc-for::-ms-input-placeholder {
    color: #fff;
}

textarea:not(textarea), textarea.form-control:not(textarea), input.form-control:not(textarea), input[type=text]:not(textarea), input[type=password]:not(textarea), input[type=email]:not(textarea), input[type=number]:not(textarea), [type=text].form-control:not(textarea), [type=password].form-control:not(textarea), [type=email].form-control:not(textarea), [type=tel].form-control:not(textarea), [contenteditable].form-control:not(textarea) {
    /* height: calc(2.21875rem + 0px); */
}

.search_wrap textarea:not(textarea),
.search_wrap textarea.form-control:not(textarea),
.search_wrap input.form-control:not(textarea),
.search_wrap input[type=text]:not(textarea),
.search_wrap input[type=password]:not(textarea),
.search_wrap input[type=email]:not(textarea),
.search_wrap input[type=number]:not(textarea),
.search_wrap [type=text].form-control:not(textarea),
.search_wrap [type=password].form-control:not(textarea),
.search_wrap [type=email].form-control:not(textarea),
.search_wrap [type=tel].form-control:not(textarea),
.search_wrap [contenteditable].form-control:not(textarea) {
    height: 1.9rem;
}


.spc-check {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.spc-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #e0e0e0;
}

/* On mouse-over, add a grey background color */
.spc-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.spc-check input:checked ~ .checkmark {
    background-color: #ececec;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.spc-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.spc-check .checkmark:after {
    left: 9px;
    top: -3px;
    width: 8px;
    height: 17px;
    border: solid #28a745;
    border-width: 0px 3px 3px 0px;
    /* -webkit-transform: rotate(45deg); */
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    /*  background: #100a08; */
}

.ter {
    font-size: 14px;
    padding: 9px 19px;
}

.custom-file-label {
    border: 1px solid #bfbfbf;
}

.custom-file-label::after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 1.665rem .75rem;
    line-height: 0.5;
    color: #FFF;
    content: "Browse";
    background-color: #000000;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}

.t-4 {
    font-size: 13px;
    opacity: 0.8;
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #00add1;
}

.settings .custom-control {
    padding-left: 0.0rem;
    margin-bottom: 0rem;
    top: 10px;
}

.badge-primary {
    color: #f9f9f9;
    background-color: #00add1;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    /* border-radius: 0rem; */
}

.badge-btn {
    padding: 2px;
    width: 36px;
    position: absolute;
    height: 23px;
    right: 10px;
    top: 10px;
    border-radius: 11px;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.set .custom-control-indicator {
    top: 1px;
    margin-left: 5px;
}

.custom-radio .custom-control-indicator {
    border-radius: 2px;
}

.custom-control-indicator {
    position: absolute;
    top: .15rem;
    left: 0;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
}


/*buy*/
.buy .form-control:focus {
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.45);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.45);
    background-color: #f8f7f7;
    font-size: 14px;
    color: #757e83;
}

.buy .lab {
    font-size: 14px;
    margin-bottom: 1px;
}

.ref .custom-control-indicator {
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.45);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.45);
    bottom: 0px;
    left: 55%;
    top: unset;
}

.custom-control-indicator {
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.45);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.45);
}

.buy h5 {
    font-size: 15px;
    color: #5e557a;
    font-weight: 600;
}

/*history*/
.his .table td, .table th {
    padding: .75rem;
}

.his .table {
    font-size: 14px;
}

/*trans*/

.trans .table td:last-child {
    color: #1792b7;
}

.trans .table td {
    font-size: 12px;
    padding: 2px 3px;
}

.trans .table td, .table th {
    border-top: 1px solid #aeaeae00;
}

.table td {
    border-top: 1px solid #ffffff;
}

.table thead th {
    border-bottom: 1px solid #8b8b8b;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(0 0 0 / 2%);
}

.table-striped tbody tr:hover {
    background-color: #00add1d1;
    color: #fff;
}

.bg-re {
    background-color: #eaeaea;
}

.con {
    color: rgba(255, 255, 255, 0.31);
}

.oks {
    font-size: 14px;
    color: #424242;
}

.borderless {
    border: 0;
}

.profi h6 {
    font-size: 14px;
}

.profi {
    border-radius: 0;
}

/*home*/

.h-t {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 1600px) {
    .container-fluid .home {
        width: 100%;
        display: block;
        float: left;
    }

    .container-fluid .home .bg-white {
        margin-right: 0 !Important;
    }
}

.col-spc {
    width: 500px;
}

.home .form-group {
    margin-bottom: 7px;
}

h4.h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.egs {
    color: #fff;
    font-size: 12px;
    margin-top: 3px;
}

.egs:hover {
    color: #d0c6c6;
    font-size: 12px;
}

.logte, .logte a {
    color: #fff;
}

.contact label, .contact small {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #5e557a;
}

.invalid-feedback {
    text-align: right;
}

.has-error input {
    border: 1px solid #da4646 !important;
}

.has-error .invalid-feedback {
    display: block;
}

.has-error .spc-for {
    border: 1px solid #da4646 !important;
}

.has-error label {
    color: #da4646 !important;
}

.bg-black-03 {
    background-color: #00000054;
}

.btn-group.dropleft .btn.dropdown-toggle::before {
    display: none;
}

.contact textarea.form-control {
    height: auto !important;
}

.page h1 {
    font-size: 1.33125rem;
    font-weight: 600;
}

.page h2 {
    font-size: 1.03125rem;
}

/* Chat page */
.message-send-wrap .form-control {
    /* -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.45); */

    padding: 16px;
    border-radius: 0px;
    box-shadow: inset 0px 0px 5px #00000057;
    background-color: #ebebeb;
    color: #000;
    border: 1px solid #ffffff4d;
}

.open > .dropdown-menu1 {
    display: block;
}

.dropdown-menu1 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 100%;
}

.dropdown-menu1 li a {
    display: block;
    text-decoration: none;
    padding: 3px 10px;
    color: #ff696a;
}

.profile-pic-chat {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: -2px;
}

.profile-pic-chat-active {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 5%;
}

.chat-tab {
    margin-left: -15px;
    margin-right: -15px;
}


.dropdown-menu1 li a:hover {
    color: #8c8c8c;
}


.chat-page .row {
    margin: 0;
}

.chat-page .btn-all {
    border-radius: 0px;
    outline: none;
    border: 0px;
    background-color: #f9f9f9;
    color: #838383;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.18);
    text-align: left;
    width: 100%;
}

.btn-all .fa {
    color: #ff696a;
    margin-top: 4px;
}

.chat-page .dropdown {
    margin-top: 13px;
}

.chat-page .col-xl-9 {
}

.chat-page .col-xl-8 {
}

.col-head {
    border-bottom: 1px solid #d9dddf;
    padding: 1px 15px 15px 15px;
    margin-left: -15px;
    margin-right: -15px;
    height: 61px;
}

.nav-link-rap h4 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 5px;
    margin-left: 5px;
}

.nav-link-rap .name-age {
    color: #ff9800;
    font-weight: bold;
    font-size: 14px;
}

.nav-item.active .nav-link-rap {
    background-color: #e6e6e6c9;
}

.nav-link-rap small {
    color: #919191;
}

.nav-item.active .nav-link-rap h4 {
    color: #2d2d2d;
}

.nav-item.active .nav-link-rap .devider-name, .nav-item.active .nav-link-rap .name-age, .nav-item.active .nav-link-rap small {
    color: #000;
}

.nav-link-rap .fa {
    font-size: 25px;
    margin-top: 11px;
    color: #ff696a;
}

.nav-item.active .nav-link-rap .fa {
    color: #fff;
}

.nav-item.active .nav-link-rap .fa-star {
    display: block;
}

.nav-item.active .nav-link-rap .fa-star-o {
    display: none;
}

.nav-link-rap .fa-star {
    display: none;
}

.chat-content h4 {
    font-weight: 300;
    margin-top: 22px;
    display: inline-block;
}

.chat-settings-rap .dropdown-toggle .fa {
    font-size: 19px;
}

.chat-settings-rap {
    margin-top: 20px;
}

.chat-settings-rap .dropdown-menu {
    top: 44px;
}

.chat-settings-rap a:hover, .chat-settings-rap a:focus, .chat-settings-rap a:active {
    color: #ff696a;
}

.chat-content-mess {
    background-color: #232d3200;
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
    /* height: 470px; */
    height: calc(100% - 103px);
    overflow-y: scroll;
    /* // */
    max-height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.chat-content-mess::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.chat-content-mess::-webkit-scrollbar-thumb {
    background-color: #9a9a9a;
}

.chat-content-mess::-webkit-scrollbar-track {
    background-color: #ececec;
}

.chat-content-mess ul {
    list-style: none;
    padding: 0px;
}

.messages .message {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.5s linear;
    /*opacity: 0;*/
    align-items: flex-end;
}

.message.left.appeared {
    align-items: flex-end;
    display: flex;
    margin: 10px 9px 10px 8px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eeeeee78;
}

.message.left.appeared:last-of-type {
    border-bottom: 0px solid #eeeeee78;
}

.message.right.appeared:last-of-type {
    border-bottom: 0px solid #eeeeee78;
}

.message.right.appeared {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-bottom: 1px solid #eeeeee78;
    padding-bottom: 30px;
    padding-top: 20px;
}

.messages .message.right .avatar {
    background-color: #fdbf68;
    float: right;
}

.messages .message .avatar {
    /*width: 60px;
    height: 60px;*/
    border-radius: 50%;
    display: inline-block;
    margin-top: 3px;
}

.messages .message .text_wrapper {
    display: inline-block;
    padding: 20px;
    border-radius: 6px;
    width: calc(100% - 85px);
    min-width: 100px;
    position: relative;
}

.messages .message.right .text_wrapper {
    background-color: #f8f7f700;
    float: right;
    margin-right: 8px;
}

.messages .message .text_wrapper {
    display: inline-block;
    padding: 9px;
    width: unset;
    min-width: unset;
    position: relative;
}

.nav-link-rap small span {
    color: #000;
}

.messages .message .text_wrapper::before {
    border-width: 15px;
    margin-top: -2px;
}

.messages .message .text_wrapper::after, .messages .message .text_wrapper:before {
    top: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.messages .message .text_wrapper .text {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    padding: 11px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    background: #fff;
    word-break: break-all;
}

.messages .message .text_wrapper::before {
    border-width: 16px;
    margin-top: -2px;
}

.messages .message.left .avatar {
    background-color: #dedede;
    float: left;
}

.messages .message.left .text_wrapper {
    background-color: #ededed00;
    margin-left: 10px;
    border-radius: 20px;
}

.messages .message.left .text_wrapper::after, .messages .message.left .text_wrapper::before {
    right: 100%;
    border-right-color: #ffe7e7;
    display: none;
}

.message-time {
    margin-top: 4px;
    margin-bottom: -17px;
    font-size: 11px;
    color: #b2b2b2;
}

.message-send-wrap {
    position: relative;
    background: #fff;
    bottom: 106px;
    padding-bottom: 18px;
    left: 0px;
}

.message-send-wrap.message-send-wrap-profile {
    position: relative;
    background: #fff;
    bottom: 0;
    padding-bottom: 0;
    left: 0;
}


.message-send-wrap span {
    font-size: 13px;
}

.message-send-wrap span .black {
    font-weight: bold;
}

.message-send-wrap .form-group {
    margin-right: 0px;
    margin-bottom: 5px;
}

.send-photos, .send-messs {
    font-size: 20px;
    padding: 20px 24px;
    border-radius: 50% !Important;
}

.form-group .help-block > #id_message {
    border: 1px solid #000 !Important;
}

.spc-flex {
    position: absolute;
    top: -10px;
    width: 95%;
}

.spc-flex-sec {
    height: 48px;
    padding: 13px;
    background: #ffffff;
    border-top: 1px solid #85858500;
    border-bottom: 1px solid #ffffff;
    color: black
}


.message-send-wrap .form-group a:hover, .message-send-wrap .form-group a:focus {
    color: #838383;
}

/*new test*/

.test .nice-select.form-control.spc-for.test {
    width: calc(33% - 5px);
    display: inline-block;
    padding: 3px 14px;
    margin-right: 5px;
}

.test .nice-select.form-control.spc-for.test:last-of-type {
    margin-right: -0px;
    width: calc(33% - -2px);
}

.format {
    width: calc(33% - 4px);
    display: inline-block;
    padding: 3px 14px;
    margin-right: 7px;
}

.format:nth-last-of-type(1) {
    margin-right: -7px;
}

.set .form-holder label {
    color: #5e557a;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
}

.set .nice-select.open .list {
    width: unset;
}

/**/
.message-send-wrap textarea::placeholder {
    color: #686666;
}

.prof h3 {
    font-size: 25px;
    color: #5e557a;
}

.select2-container .select2-choice {
    background-color: #0000;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-image: none;
    /* -webkit-border-radius: 4px; */
    -moz-border-radius: 4px;
    /* border-radius: 4px; */
    -moz-background-clip: padding;
    /* -webkit-background-clip: padding-box; */
    /* background-clip: padding-box; */
    border: 0px solid #aaa;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 26px;
    line-height: 19px;
    padding: 0px;
    color: #757e83;
    font-size: 14px;
    text-decoration: none;
}

.select2-container .select2-choice div {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-image: none;
    border-left: 0px solid #aaa;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    height: 100%;
    width: 18px;
}

select {
    display: none !important;
}

.select2-container.select2-drop-above .select2-choice {
    background-image: none;
}

.select2-dropdown-open .select2-choice {
    box-shadow: 0 0px 0 #9a2c2c inset;
}

.select2-container-active .select2-choice {
    box-shadow: none !Important;
}

.select2-drop {
    background: #fff;
    color: #757e83;
    border: 1px solid #aaaaaa85;
    border-top: 0;
    font-size: 14px;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -2px -1px rgba(0, 0, 0, .15);
    z-index: 9999;
    width: 100%;
    margin-top: -1px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.select2-results .select2-highlighted {
    background: #f6f6f6;
    color: inherit;
    /* padding: 10px; */
}

.select2-results {
    padding: 0px;
}

.select2-search input {
    border: 0px;
    border-bottom: 1px solid #dcdcdc;
    padding: 14px 27px 4px 13px;
    background: none;
}

.select2-search {
    padding: 0px;
}

.select2-results li {
    padding: 8px;
}

.btn-holder-act {
    position: absolute;
    bottom: 0px;
    background: #00000024;
    width: 100%;
    height: 100%;
    display: none;
}

.a-hover {
    display: block;
}

.a-hover:hover .btn-holder-act {
    display: block;
}

.btn-act {
    font-size: 14px;
    margin: 4px 1px;
    padding: 5px 14px;
    font-weight: 600;
    cursor: pointer;

    border: 1px solid #ffffff6e;
    color: #ffffffed;
    border-radius: 5px;
    text-transform: uppercase;
}

.hid {
    color: #444;
}

.form-control:disabled {
    background-color: #afafaf;
    color: #f0f8ffb8;
}

.spc-for.form-control:disabled {
    background-color: #afafaf !important;
    color: #000000f5 !important;
    border-radius: 0px;
}

.btn-holder-act .btn-group {
    bottom: 8px;
    position: absolute;
    /* width: 100%; */
    right: 50%;
    margin-right: -46px;
    /* text-align: center; */
    /* display: block; */
}

.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #007bff;
    border-color: #0a529f;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.4rem 0.75rem !Important;
    /* margin-left: 3px; */
    color: #007bff;
    background-color: #ffffff;
    border: 1px solid b8b8b8;
    /* border-radius: 17px; */
    font-size: 15px !important
}

.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
    border-color: #0a529f;
}

.badge-success {
    color: #212121;
    background-color: #6b764d;
}

.bg-roz {
    text-align: center;
    background: #eb1a7f;
}

.page-item.disabled .page-link {
    color: #9b9b9b;
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #cdcdcd
}

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
    box-shadow: inset 0px 0px 1px #000000a3;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

.foo {
    position: relative;
}

.dimmed .wrapper1 {
    z-index: 9;
    display: block;
    position: absolute;
    height: 100%;
    color: white;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.dimmed .wrapper1 #overlay-text {
    margin-top: 200px;
    font-weight: bold;
    font-size: 35px;
}

#setting-button {
    margin-top: 15px;
}

#pills-profile > div > form > div.col-md-12.border-bottom.p-3 > div > ul {
    width: 100% !important;
}

.margin-top-1 {
    margin-bottom: 1rem;
}


/*niceselect search*/

.nice-select-search-box {
    display: none;
}

.nice-select .nice-select-search-box ~ .list {
    padding: 0px;
}

#id_location ~ .nice-select .nice-select-search-box {
    display: block;
}

#id_location ~ .nice-select .nice-select-search-box ~ .list {
    /* padding: 52px 0 0 0; */
    width: 100%;
    margin-top: 52px;
}

#id_l + .nice-select .nice-select-search-box {
    display: block;
}

#id_l + .nice-select .nice-select-search-box ~ .list {
    /* padding: 52px 0 0 0; */
    width: 100%;
    margin-top: 52px;
}

.nice-select .list::-webkit-scrollbar {
    width: 0
}

.nice-select .list {
    margin-top: 5px;
    top: 100%;
    border: 0px solid #fff;
    border-radius: 0px;
    max-height: 210px;
    padding: 52px 0 0;
    background-color: #fff;
    box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 29%);
}

.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 36px;
    line-height: 22px
}

.nice-select.has-multiple span.current {
    border: 1px solid #CCC;
    background: #EEE;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px
}

.nice-select.has-multiple .multiple-options {
    display: block;
    line-height: 24px;
    padding: 0
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #fff !important;
    border-radius: 0px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100% !important;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0 !important
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.badge-danger.badge-custom {
    background-color: #f5f5f500;
    font-size: 12px;
    color: #ffffffd9;
}

.color-special-red {
    color: #fff;
}

.badge-light {
    color: #ffffff;
    background-color: #f8f9fa5e;
}

.hidden {
    display: none;
}

.status .nice-select {
    background-color: #fff0;
    padding-right: 0px;
}

.status .language-select span {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 400;
    padding-left: 14px;
}

.status .nice-select:after {
    border-bottom: 0px solid #aaa;
    border-right: 0px solid #aaa;
}

.status .language-select.open .list {
    right: -36px;
    top: 54px;
}

@media (max-width: 770px) {
    .bg-mobile-transparent {
        background-color: rgba(255, 255, 255, 0.0) !important;
    }
}


/*ribbon*/
.btn.promotion-bnt {
    position: relative;
    /*padding-left: 25px;*/
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.btn.btn-danger.promotion-bnt {
    background-image: none;
    background-color: #c71c22 !important;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

.ribbon-wrapper {
    width: 40px;
    height: 28px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.ribbon-wrapper .ribbon {
    font-size: 10px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 4px 0 1px;
    top: 0;
    left: -28px;
    width: 75px;
    background-color: #fff;
    color: red;
}

.promotion-bnt-xl .ribbon-wrapper {
    height: 40px;
}

.bnt.promotion-bnt-xl .ribbon-wrapper .ribbon {
    text-align: left;
    font-size: 14px;
}

/*end ribbon*/


@supports (-webkit-overflow-scrolling: touch) {
    .wpwl-control-cvv {
        height: 3em;
    }

    .wpwl-control-cardNumber {
        height: 3em;
    }

    .wpwl-control-expiry {
        height: 3em;
    }
}

@supports not (-webkit-overflow-scrolling: touch) {
    .wpwl-control-cvv {
        height: 3em;
    }

    .wpwl-control-cardNumber {
        height: 3em;
    }

    .wpwl-control-expiry {
        height: 3em;
    }
}

@media (max-width: 576px) {
    .new-h1-mobile {
        font-size: 24px;
    }
}


.display-table {
    display: table;
}


.bank-package-holder {
    cursor: pointer;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: 1px solid #d5d5d5 !important;
    border-radius: 20px;
    padding: 20px 22px !important;
}

@media (max-width: 768px) {
    .bank-package-holder h4 {
        font-size: 1.1rem;
    }
}


.custom-table-width {
    width: auto;
}


@media (max-width: 768px) {
    .custom-table-width {
        font-size: 12px;
    }
}


/*glowing border*/

.glow-when-active {
    cursor: pointer;
    position: relative;
    z-index: 0;
    color: #000;
}

.text-info {
    color: #007bff !important;
}

.glow-when-active:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing2 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.glow-when-active:active {
    color: #000
}

.glow-when-active:active:after {
    background: transparent;
}

.glow-when-active:before {
    opacity: 1;
}

.glow-when-active:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
}

@keyframes glowing2 {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

input[type="radio"].custom-control-input-2 {
    position: fixed;
}

.system_user_session_height {
    height: 100% !important;
    max-height: 700px !important;
}


.button-jittery {
    position: absolute;
    right: 50%;
    margin-right: -294px !important;
}

.button-jittery .dd {
    animation: jittery 4s infinite;
    display: block;
}

.button-jittery .dd:hover {
    animation: heartbeat 0.2s infinite;
    display: block;
}

.span-jittery .dd {
    animation: jittery 4s infinite;
    display: block;
}

@keyframes jittery {
    5%,
    50% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.9);
    }
    15% {
        transform: scale(1.15);
    }
    20% {
        transform: scale(1.15) rotate(-5deg);
    }
    25% {
        transform: scale(1.15) rotate(5deg);
    }
    30% {
        transform: scale(1.15) rotate(-3deg);
    }
    35% {
        transform: scale(1.15) rotate(2deg);
    }
    40% {
        transform: scale(1.15) rotate(0);
    }
}

@keyframes heartbeat {
    50% {
        transform: scale(1.1);
    }
}

@media (max-width: 700px) {
    .bg-image .button-jittery {
        position: relative;
        left: -6%;
        right: unset;
        margin-right: 17px !important;
    }

    .bg-image .btn-search {
        position: relative;
        right: -15%;
        margin-right: unset;
    }
}

.btn-search {
    position: absolute;
    right: 50%;
    margin-right: 200px;
}


.text-overflow {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_profile h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.video-bg-holder {
    /* display: block!important; */
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translate(-50%, -50%);
}


.badge-danger.badge-buy {
    position: absolute;
    top: -15px;
    right: -20px;
    background-color: #007499;
}

.animation-element {
    opacity: 0;
    position: relative;
}

.animation-element.fade-in {
    opacity: 0;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.animation-element.fade-in.in-view {
    opacity: 1;
}

.linear-wipe {
    text-align: center;

    background: linear-gradient(to right, #ff0f00 20%, #005cff 40%, #ff7f00 60%, #e400ff 80%);
    background-size: 200% auto;

    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;

    animation: shine 3s linear infinite;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

h3.h3-small-mobile {
    font-size: 1.75rem !important;
    line-height: 26px !important;
}

@media (max-width: 768px) {
    h3.h3-small-mobile {
        font-size: 1.1rem !important;
    }

    .footer-sticky {
        font-size: 8px;
    }

    .footer-sticky img {
        width: 60px;
    }

    .alert-spc {
        font-size: 10px;
        padding: .3rem .5rem;
    }

    .alert-spc.alert-dismissible .close {
        padding: .3rem .5rem;
    }

    .alert-spc.mb-5 {
        margin-bottom: 1rem !important;
    }
}


.col-abs {
    /* height: calc(100vh - 400px); */
}

.couple {
    border-radius: 50%;
    max-width: 160px;
    height: auto;
    margin-bottom: 20px;
}

p {
    margin-bottom: 25px;
    font-size: .875rem;
    line-height: 1rem;
    color: #666;
    font-weight: 400;
}

.name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    color: #00add1;
}

.bg-gri {
    background: #f5f5f5;
}

.bg-roz {
    background-color: rgb(255, 153, 0);
    position: relative;
}

.bg-roz-img {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    display: block;
    min-width: 100%;
    min-height: 100%;
}

.cta-text {
    z-index: 1;
    font-weight: 400;
    margin-bottom: 35px;
    text-align: right;
}

.cta-text p {
    color: #fff;
    line-height: 2rem;
    font-size: 1.0rem;
}

.cta-text h4 {
    display: block;
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #fff;
}

.btn-outline-primary {
    color: #fff;
    border-color: #fff;
}

.btn-outline-primary:hover {
    transition: all .60s ease 0s;
    color: white;
    background-color: #CC33FF;
    border-color: #CC33FF;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #607d8b;
    border-color: #546e7a;
}

.bg-alb {
    background-color: #fff;
}

.bg-alb-icons {
    height: 100%;
    max-height: 64px;
    margin-bottom: 18px;
}

.form-register {
    max-width: 390px;
    overflow: hidden;
}

.form-title {
    color: aliceblue;
    font-size: 18px;
}

.gender {
    display: none;
}

/* .gender.active{
    display: unset;
} */
.change-gender.active .gender.male {
    display: unset;
}

.change-gender.active .gender.female {
    display: none;
}

.change-gender .gender.male {
    display: none;
}

.change-gender .gender.female {
    display: unset;
}

.gender img {
    width: 30px;
}

.first.active {
    display: unset;
}

.first {
    display: none;
    z-index: 2;
    left: 0px;
    width: 100%;
    top: 0px;
    position: absolute;
    height: 100%;
    background-color: #d48388;
    color: #fff;
    font-size: 18px;
}

.over-error {
    display: none;
}

.over-error.active {
    display: unset;
}

.top-search {
    background-color: #f3f3f3;
}

.btn.btn-top-dropdown {
    background-color: #f3f3f300;
    /*padding: 0px 50px 0 20px;*/
    text-transform: none;
    color: white;
}

.btn-top-dropdown.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5em;
    margin-top: -0.1rem;
    vertical-align: 0.255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transform: rotate(0deg);
}

.show .btn-top-dropdown.dropdown-toggle::after {
    transform: rotate(180deg);
}

.btn-top-dropdown.dropdown-toggle::before {
    display: none;
}

.btn.btn-top-dropdown img {
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 14px;
}

.desktop-item svg {
    display: block;
    margin: auto;
    color: #fff;
    filter: drop-shadow(0px 0px 1px rgb(0 0 0 / 0.4));
}

.desktop-item {
    font-size: 10px;
}

.width-200 {
    width: 200px;
}

.chat-content-mess .messages .message.left.appeared a {
    color: #00add1 !important;
}

.text-shadow {
    text-shadow: 2px 2px #000000;;
}

.container-max-960 {
    max-width: 960px;
}

.gradient-bg {
    background-image: linear-gradient( 179.4deg, rgba(132,56,122,1) 14.6%, rgba(190,24,49,1) 104.7% );
    color: #fff;
}

.reg-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}







/*cadousel*/
@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item{
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item{
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item{
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

    .carousel-item {margin-right: auto !important;}

}

/* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; }
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}
/*end carousel*/



.badge-position-absolute {
    position: absolute;
    top: 0;
    right: 0;
}

.credits-holder-head {
    background-color: #f8f7f7;
    border-radius: 20px 20px 0 0;
}

.line-height-12 {
    line-height: 12px;
}

/* VARIANTA 2 — „Cortină” care trece peste border */
/* Lăsăm un border normal și adăugăm o peliculă doar pe inelul de 3px. */

.curtain-border {
  /* păstrăm border-ul vizibil în orice browser */
  border-color: #ff7a18;
}

/* Pseudo-elementul acoperă DOAR inelul de border folosind CSS mask */
.curtain-border::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;

  /* Grosimea inelului (aceeași ca border-ul): */
  padding: 3px;

  /* „Cortina” = o bandă luminoasă care traversează pe orizontală */
  background:
    linear-gradient(90deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.85) 45%,
      rgba(255,255,255,0) 100%
    );

  background-repeat: no-repeat;
  background-size: 30% 100%;
  animation: curtainSweep 2.8s ease-in-out infinite;

  /* Mask: păstrează DOAR zona borderului (exclude interiorul) */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

/* mișcarea „cortinei” */
@keyframes curtainSweep {
  0%   { background-position: -40% 0; }
  60%  { background-position: 120% 0; }
  100% { background-position: 120% 0; }
}

/* Preferință de mișcare redusă */
@media (prefers-reduced-motion: reduce) {
  .glow-border,
  .curtain-border::after { animation: none; }
}
/*end alert special*/