/* Globel Elements */
html{

}
body {
  overflow-x: hidden;
  font-family: 'Montserrat', "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9a9a9a;
}
/*new buy credits*/
.img-buy-head-logo {
  height: 25px;
}

.buy-credits-nav-tabs .nav-tabs .nav-link {
  background-color: rgba(83, 65, 72, 0.09);
  border-color: #e9ecef #e9ecef #dee2e6;
  border-bottom: 0;
}

.buy-credits-nav-tabs .nav-tabs .nav-link.active {
  background-color: white;
  border-bottom: 0;
}

.custom-package-holder {
  padding: 15px 10px;
  min-width: 100px;
  border: 1px solid #dee2e6;
  cursor: pointer;
}

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

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

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

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

.glow-when-active-card:before {
  content: '';
  background: linear-gradient(45deg, #b1c7ff, #153dff, #ffffff);
  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: .3;
  transition: opacity .3s ease-in-out;
}

.custom-package-sms-holder {
  padding: 20px 12px;
  min-width: 120px;
  border: 1px solid #dee2e6;
  background-color: #f3f6ff;
}

.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 #d82862;
  color: #d82862;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus:hover {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 #d82862;
  color: #d82862;
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus:hover {
  border: none;
  color: #1b1613;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.home{padding-top: 20px;}

.logo {
  text-decoration:none; 
  font-family: 'Montserrat', "Segoe UI", "Helvetica Neue", Arial, sans-serif; 
  font-size: 35px; 
  color: #fff; 
}
.logo a{
  text-decoration:none; 
  font-family: 'Playball', cursive;
  font-size: 21px; 
  color: #000; 
}
.logo:hover{ text-decoration: none; color: #c2394d;}
.logo-home .logo{
  font-size: 27px;
  background: #ffffff;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding: 2px;
}
a.link-primary{
  color: #d82862;
  text-transform: uppercase;
}
footer a.link-primary{
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.bg-dark-home .navbar{
  box-shadow: none;
}
a.link-primary:hover{
  color: #b4194d;
}
.btn-primary{
  background-color:antiquewhite;
  border-bottom: 2px solid #b71919;
  background: rgb(246,57,0);
  background: linear-gradient(126deg, rgba(246,57,0,1) 0%, rgba(237,30,107,1) 48%, rgba(226,0,255,1) 100%);
}
.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{
  top: -58px;
  background: #3a3b3f;
  height: fit-content;
}
.w-33{
  width: 29%;
}
.sidebar-link h6{
  top: 9px;
  position: relative;
}
.search_wrap-top-trans {
  height: 100%;
  text-align: center;
  padding-top: 20px;
  color: white;
  background: linear-gradient(-45deg, #fd66be47, #ce248136, #fc48a259, #e91e635e);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
.search_wrap-top{
  height: 100%;
  text-align: center;
  padding-top: 20px;
  color: white;
  background: linear-gradient(-45deg, #fd66be, #ce2481, #fc48a2, #E91E63);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
#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;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/* .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;}
.btn-icon i{font-size: 26px; color: #e9e9ea;}
.btn.btn-icon .badge {
    top: 0px;
    font-size: 12px;
    position: absolute;
    right: -10px;
}

.pic-holder{ position: relative; overflow: hidden; background: #313131;}
.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%; */
}
.sidebar-spc li{
  padding: 7px 11px;
  margin-bottom: 2px!Important;
}
.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: #e8e8e8;
    padding: 7px 16px;
    border-radius: 50%;
    color: #3a3a3a;
    -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: #a5a5a5;
}
.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: #bd1276;}
.item:hover .locked~.overlay-b{ display: block; z-index: 9999;}
.overlay-b .btn-group{  top: 50%; margin-top: -23px; margin-right: 0px; }
.overlay-b {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: none;
}
/* 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 {

}

#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;
  min-height: 100vh;
  background-color: #ffffff;
}
.bg-info {
  background-color: #651a84!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{
  background: #343a40;
  border: 0px;
  border-radius: 0px;
  max-width: 400px;
  margin: auto;
}
.modal-menu i{
  width: 100%;
  font-size: 88px;
}
.modal-menu a{
  display: block;
  color: #ffffffc4;
}
.modal-menu a:hover{
  color:#fff;
  text-decoration: none;
}
.modal-menu span{
  right: 9px;
  top: 0px;
  position: absolute;
  font-size: 20px;
  font-family: sans-serif;
  font-weight: bold;
  color: #ff7676;
}
.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;}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: white;
}

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

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-search-wrapper .nice-select,.sidebar-search-wrapper input{ 
  margin-bottom: 5px; 
  display: inline-block;  
  background: #fff;
}
.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: 3px;
  position: relative;
}
.sidebar-search-wrapper  button{padding: 17px 44px;}
.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: 0;}
.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: #d82862;
}
.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: #d82862;
  background: #fff;
  border-bottom: 2px solid #d82862;
}
.menu-account a{
  color: #fff;
  background: #d82862;
}
.btn-upload{
  box-shadow: none;
  color: #000000;
  background: #ffffff;
  border: 9px solid #f13f9a;
}
.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;}
.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: 91px;
}
/* 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;
  /* -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.35); */
}
.index_profile{
  /* background-color: #fff; */
}
.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: #fff!Important;

  border-color: #fff!Important;
  box-shadow: none;
  color: #f13f9a;
}
.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: .385rem .55rem;    
  box-shadow: none; 
  color: #ffffff;
  background: #f13f9a;
  border-radius: 0px;
}
.btn-spc:hover{
  background-color: #ececec!Important;
}
.pic-desc .btn-spc ,.pic-desc .ml-auto{
  display: inline-block;
}
button.active .h-inactive{ color: #b3b3b3;}
.like-button {
  background-color: #cf2582!Important;
}

.like-button .fa-thumbs-up{display: none;}
.like-button.active .fa-thumbs-up{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: #292929;
  position: relative;
  left: 0;
  line-height: 1.20;
  width: 100%;
  bottom: 0px;
  z-index: 2;
  padding: 6px;
}
.red{
  color: #ffffff!important;
  font-weight: bold;
  font-size: 9px!important;
  background-color: #f72c2c;
  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: 9px!important;
  background-color: #52cc52;
  text-transform: uppercase;
}
.profiles-nearby {
  color: #484848;
  font-size: 22px;
  font-weight: 600;
}
.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;
}
.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 (min-width: 992px) {
      .col-md-5ths {
          width: 20%;
          float: left;
      }
      .container-fluid .index{
        width: 100%;
        display: flex;
      }

  }
  .nav-item .nav-link.active {
      background-color: rgba(83, 65, 72, 0.00);
  }
  .chat-tab ul li a:hover {
    background-color: rgba(83, 65, 72, 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;
      }
      .message-send-wrap {
          padding: 12px 0px!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; */
      }

}/*mobile*/





.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: #000000a3;
  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: #d82862;
}
.if-unread .nav-link.nav-link-rap.nav-link-rap-rap h4{
  color: #fff;
}
.if-unread .nav-link.nav-link-rap.nav-link-rap-rap .name-age {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.if-unread .nav-link.nav-link-rap.nav-link-rap-rap small{
  color: #ffffffc9;
}
.if-unread .badge-danger.badge-custom{
  background-color: #52cc52;
  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: #fff!important;
}
.if-unread .nav-link span.text-dark .name-age{
  color: #000!important;
}
.if-unread .nav-link span.text-dark .text-gray{
  color: #fff!important;
}
.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;
}

/*footer*/
.footer-sticky {
  /*position: absolute;*/
  bottom: -36px;
  width: 100%;
  font-size: 13px;
  /*height: 46px;*/
  /*line-height: 46px;*/
  background-color: #3a3b3f;
  color: #ffffff;
}
.item-img-small:hover {
    background-color: #000;
    border: 1px solid #afafaf;
}

.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: #969696;
  font-size: 13px;
}
.img-hover{ width: 100%;}
.info-spc span{
  color: #bebacc;
  left: 43%;
  position: sticky;
  font-weight: 400;
  font-size: 17px;
}
.info-spc li{
  margin-bottom: 12px;
  border-bottom: 1px solid #ffffff1a;
}
.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: rgba(255, 255, 255)!important;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
}
.bg-white-trans{
  background-color: rgba(255, 255, 255, 0.15)!important;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
}
.bg-dark-07{
  background-color: #3a3b3f; 
}


.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;}

/*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%;
}
.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: rgba(230, 230, 230, 0.3)!important;
    border: 0;
    color: #424242;
    box-shadow: inset 0 -1px 0 #ddd;
}

.spc-for .option {
    color: #424242;
}

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

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

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





.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: 5px;
  top: 4px;
  width: 8px;
  height: 10px;
  /* border: solid #af2d2d; */
  /* border-width: 3px 3px 3px 3px; */
  /* -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: #000000;
}
.badge-primary {
  color: #f9f9f9;
  background-color: #000000;
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 0rem;
}
.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 #3c3c3c;
}
.table td{border-top: 1px solid #5f5f5f;}
.table thead th{border-bottom: 2px solid #6f6f6f;}
.bg-re {
    background-color: #eaeaea;
}
.con{ color: rgba(255, 255, 255, 0.31);}
.oks {
    font-size: 14px;
    color: #424242;
}
.trans .info-holder .btn.btn-spc,.trans .btn:not(:disabled):not(.disabled).active,.trans .btn:not(:disabled):not(.disabled):active {
    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: 4px;
}
.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;}



/* 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 0 0px 0 #fff;
}
.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: 40px;
  height: 40px;
  display: inline-block;
  margin-top: -2px;
}
.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: #000;
  font-weight: 400;
  margin-top: 0px;
  padding-top: 5px;
  margin-left: 5px;
}
.nav-link-rap .name-age{
  color: #d82862;
  font-weight: bold;
  font-size: 14px;
}
.nav-item.active .nav-link-rap{
  background-color: #e6e6e6c9;
}
.nav-link-rap small{ color: #757575;}
.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: #fff;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
  height: 470px;
  overflow-y: scroll;
}
.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;
}
.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;
}
.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: #f8f7f7;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: 400; color: #5c5c5c;}
.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: #ededed; 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{
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}


.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: #dee2e6;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}


.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% - 4px);
  display: inline-block;
  padding: 3px 14px;
  margin-right: 7px;
}
.test .nice-select.form-control.spc-for.test:last-of-type{
  margin-right: -7px;
}
.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{

}
.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: #d0d0d0;
}

.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: #000000;
  background-color: #fbfbfb;
  border-color: #d82862;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.9rem 1.25rem!Important;
  margin-left: -1px;
  color: #ffffff;
  background-color: #cf2582;
  border: 1px solid #bf2155;
}
.page-link:hover {
  color: #000;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #cf2195;
}
.badge-success {
  color: #212121;
  background-color: #d82862;
}
.bg-roz{
  text-align: center;
  background: #eb1a7f;
}
.page-item.disabled .page-link {
  color: #000000;
  pointer-events: none;
  cursor: auto;
  background-color: #ff8ab1;
  border-color: #e0789b;
}
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 0 0px 0 #fd7e14;
}
.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-top: 0;
    border-radius: 0px;
    max-height: 210px;
    padding: 52px 0 0
}

.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: 5px 5px 0 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 #ddd;
    border-radius: 3px;
    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: #52cc52;
  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;
}

.promotion-tab {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.promotion-tab h5 {
  color: white!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;
}

@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;
}

.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;
}

.video-bg-holder {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    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;
}

.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: 9px;
    }
    .footer-sticky img {
        width: 50px;
    }

    .alert-spc {
        font-size: 10px;
        padding: .3rem .5rem;
    }

    .alert-spc.alert-dismissible .close {
        padding: .3rem .5rem;
    }

    .alert-spc.mb-5 {
        margin-bottom: 1rem!important;
    }
}

/*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: -8px;
}

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*/

.width-200 {
  width: 200px;
}

.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*/