:root {
    --white-bg: #fff;
    --card-bg: #fff;
    --font-color: #1d253b;
    --bg-color: #f5f6fa;
    --box-shadow-color: #838384;
    --borderbox-color: #efefef;
    --btn-font: #ffffff;
    --border-color: #c5c5c5;
} 

[data-theme="dark"] {
--white-bg: #26244c;
    --card-bg: #e2e4e9;
    --font-color: #fff;
    --bg-color: #110f2d;
    --border-color: #3d3d46;
    --box-shadow-color: #292943;
    --btn-font: #ffffff;
    --borderbox-color: #323550;
}

.flipped {
  transform: scaleX(-1);
}

  .activeButtonReq {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23fff' class='bi bi-person-plus-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
 
.colordpmenu {
background: #1d1b39 !important;
}

@keyframes nblink {
  0% { background-color: #faa81b; transform: scale(1);}
  50% { background-color: #fd603a; transform: scale(1.05);}
  100% { background-color: #faa81b; transform: scale(1);}
}

.nblink {
  animation: nblink 1s infinite;
}



        .rule-link {
                color: #4c6aba !important;
        }
        .rule-link:hover {
            color: #1d4c9b !important; 
        }
  


@media only screen and (max-width: 767px) {
            .hidelv {
                display: none;
            }
        }

        .a_container {
            display: flex;
            flex-direction: column;
            width: 100%;
            height: 100%;
            margin: 0 auto;
            border: 2px solid #000;
            z-index: 4;
            position: absolute;
        }

        .a_image-container {
            width: 100%;
            height: 50%;
            overflow: hidden;
        }

        .a_image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .a_description {
            width: 100%;
            height: 24vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: #000;
            color: #fff;
            padding: 10px;
        }


@media only screen and (min-width: 1050px) and (min-height: 850px) {
.a_description h2 {
font-size: 1.5em !important;
}

}

@media only screen and (min-width: 280px) and (max-width: 367px) {
.a_description h2 {
font-size: 0.9em !important;
}
.a_button {
padding: 5px 15px;
}
}

        .a_description h2 {
            font-size: 1em;
            margin: 0 0 0px 0;
            text-align: center;
            padding: 10px;
color: white;
        }

        .a_button {
    background-color: #3354a8;
    border: none;
    padding: 10px 15px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 10px;
    color: white;
    background-image: url(/assets/images/matchb.png);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 38px;
}

        .a_button:hover {
            background-color: #325cc8;
        }
 





.icon-container:hover { 
opacity:1;
}


.icon-container {
display: flex;
    gap: 20px;
    width: max-content;
    margin: 0 auto;
    background: #00000061;
padding: 7px 15px 7px 15px;
    border-radius: 53px;
    opacity: 0.6;
}







.icon {
width: 25px;
    height: 25px;
    cursor: pointer;
    fill: #fff;
}

@media only screen and (max-width: 767px) {
.icon-container {
    gap: 18px;
 padding: 2px 5px 2px 5px;
opacity:0.6;
}

.icon {
width: 20px !important;
    height: 23px !important;
}

}


.hidden {
    display: none;
}

.icon svg {
    fill: #aaa; 
    width: 100%;
    height: 100%;
}






.addfriend {
font-size: 14px;
    position: absolute;
    bottom: 12px;
    left: 96px;
    z-index: 1;
    border: 0;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-weight: 100;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
    background: #00000054;
    padding: 9px 9px 9px 9px;
    opacity: 0.85;
    display: flex !important;
    justify-content: center;
    align-items: center;
}


 
@keyframes rainbowBorder {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.rainB {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(45deg, #ff49db, #ff9f00, #4285f4, #1feaea, #ff49db, #ff9f00, #4285f4, #1feaea);
    background-size: 700% 700%;
    animation: rainbowBorder 5s cubic-bezier(0.4, 0, 1, 1) infinite;
    padding-left: 2px !important;
    padding-right: 2px !important;
}



.matchb {
width: 35px;height: 35px; opacity: 0.9; position: absolute;background-color: #ffffff;background-size: 36px 36px;background-repeat: no-repeat;background-position: center;color: white;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 16px;cursor: pointer;right: 163px;
}



.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none;    
  user-select: none;        
}

#fb {
/* color: var(--primary-color); */
}


.navbar-nav li {
  margin-top: 5px;
  margin-bottom: 5px;
}


.confident { 
margin-top: 10px;
    background: #bcd4fa69;
    padding: 5px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 100;
    border: 1px solid #8db7ff;
}

.gender-button {
        display: inline-block;
    padding: 18px 46px;
    margin: 10px;
    border: none;
    color: white;
    background-color: #6e7d88;
    cursor: pointer;
    border-radius: 3px;
    font-size: 1em; 
}

   .gender-button.active {
        background-color: #6f64ff;
}


#verifyBtn{
width: 35px;
    height: 35px;
    position: absolute;
    background-color: #4CAF50;
    background-image: url(/assets/images/country.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    border-radius: 50%;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    right: 124px;
    text-shadow: -1px -1px 0 #4f2094, 1px -1px 0 #4f2f85, -1px 1px 0 #bd701d, 1px 1px 0 #190f55, -1px -1px 0 #386d46, 1px -1px 0 #480d0d, -1px 1px 0 black, 1px 1px 0 black;
}
#finder {
    background: #ff3693;
    color: white;
    height: 25px;
}

input[type=radio]{display:none;}
 

.allgender {
input[type=radio]:checked + label.male{background-position: 0 bottom;}
}

input[type=radio] + label.male{
    display:inline-block;
    cursor: pointer;
    outline: 0; 
    width: 35px;
    height: 35px;
    background-image: url(/assets/images/male.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -99999px;
}
 
input[type=radio]:checked + label.male{background-position: 0 bottom;}

input[type=radio] + label.female{
    display:inline-block;
    cursor: pointer;
    outline: 0;	
    width: 35px; 
    height: 35px;
	background-image: url(/assets/images/female.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -99999px;
}
 
input[type=radio]:checked + label.female{background-position: 0 bottom;}


input[type=radio] + label.all{
    display:inline-block;
    cursor: pointer;
    outline: 0;	
    width: 35px;
    height: 35px;
	background-image: url(/assets/images/all.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -99999px;
}
 
input[type=radio]:checked + label.all{background-position: 0 bottom;}



.local-video-container #localVideo{
width: 100%;
    height: 100%;
    object-fit: cover;
}


#btimer{
color: #ffffff;
    position: absolute;
    top: 5%;
    z-index: 2;
    opacity: 0.2;
    font-size: 12px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ff7d00;
    padding: 0px 3px 0px 3px;
    border-radius: 5px;
}

.matchb span {
    position: relative;
    z-index: 2;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 12px;
    background: #3454a0b8;
    border-radius: 5px; 
}







/* devanagari */

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url(./../webfonts/poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}


/* latin-ext */

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url(./../webfonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url(./../webfonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: Poppins, Proxima Nova,apple,sans-serif !important;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    color: var(--font-color);


overflow-x:hidden;  /*для горизонтального*/
}


.custom-swal-button {
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
  background-color: #3085d6;
  color: white;
  border: none;
  cursor: pointer;
width: 100%;
    border-radius: 5px;
}

.custom-swal-button:hover {
  background-color: #2a7ab9;
}




video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

#partnerName {
    color: ffffff;
}

#permission {
    top: 0;
    position: absolute;
    left: 125px;
}


#signinbtn {
margin: 0px 15px 0px 15px;
}

#karma {
opacity: 0.7;
padding-top: 6px;
}

#verify_icon {
opacity: 0.75;
}

.heartn {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.heartn:before,
.heartn:after {
  position: absolute;
  content: "";
  left: 15px;
  top: 0;
  width: 15px;
  height: 24px;
  background: #f44336;
  border-radius: 15px 15px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}

.heartn:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.numbern {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
    color: white;
    z-index: 2;
}


.heartn_ {
position: absolute;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: -25px;
}

.heartn_:before,
.heartn_:after {
  position: absolute;
  content: "";
  left: 12.5px;
  top: 0;
  width: 12.5px;
  height: 20px;
  background: #f44336;
  border-radius: 12.5px 12.5px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}

.heartn_:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.numbern_ {
position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 9px;
    color: white;
    z-index: 2;
}












.mailbtn {
background-color: #0053ff;
    height: 55px;
    display: flex;
    justify-content: center;
    border-radius: 3px;
    box-shadow: 1px 0 0 #36579c, -1px 0 0 #2d468d;
margin-top: 5px;

}

.textauth {
font-family: 'Roboto', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}
.authend {
font-size: 13px;
    padding-top: 8px;
    font-family: 'Roboto', sans-serif;
    opacity: 0.9;
}
.authend a {
color: #125398;
}




.buttongoogle {
    display: inline-block;
    width: 100%;
    height: 55px;
    border-radius: 3px;
    background-color: #4285F4;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 54px;
    text-decoration: none;
    box-sizing: border-box;
    margin-top: 5px;
    box-shadow: 1px 0 0 #426dc8, -1px 0 0 #3061ee !important;
}



.icongoogle a, a:hover {
    color: #FFFFFF !important;
}

.vk-icon a, a:hover {
    color: #FFFFFF !important;
}


.icongoogle {
display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background-image: url(/assets/images/soc_google.png);
    background-size: cover;
    border-radius: 2px;
}

.vk-button {
display: inline-block;
    width: 100%;
    height: 55px;
    border-radius: 4px;
    background-color: rgb(0 118 255);
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 55px;
    text-decoration: none;
    margin-top: 5px;
    box-sizing: border-box;
    box-shadow: 1px 0 0 #45629f, -1px 0 0 #2952c9 !important;
}

.vk-icon {
display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    margin-right: 15px;
    background-image: url(/assets/images/soc_vk.png);
    background-size: cover;
}


#ShowLogin {
display: inline-block;
    width: 100%;
    height: 26px;
    border: 1px solid #000000;
    border-radius: 4px;
    background-color: #00000000;
    color: #878787;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    /* line-height: 38px; */
    text-decoration: none;
    box-sizing: border-box;
    margin-top: 5px;
    border: none;
}


.grecaptcha-badge { 
  visibility: hidden; 
}


#ShowLogin:hover {
  background-color: #000000;
  color: #FFFFFF;
}

#ShowLogin:focus {
  outline: none;
}

#ShowLogin .email-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  /* путь к иконке Email */
  background-size: cover;
}






.input-group input,
.input-group input:focus,
.input-group input:active,
.input-group input:hover {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #273e47;
    color: #a4243b;
    border-radius: 0 !important;
}

.btn-theme {
    border: 0;
    color: var(--btn-font);
    position: relative;
    font-weight: 400;
    background: linear-gradient(207deg, #3a82fd, #166cff);
    z-index: 0;
    cursor: pointer !important;
}

.btn.disabled {
    cursor: not-allowed;
}

.hide {
    display: none;
}

:focus {
    outline: none;
    box-shadow: none !important;
}

.btn-theme:focus,
.btn-theme:hover {
    outline: none;
    box-shadow: none;
    color: #fff;
    background: linear-gradient(207deg, #3d84ff, #1676ff);
    box-shadow: 0 0 18px rgb(44 121 254 / 46%);
      transform: scale(1.05);
}

#next:hover {
transform: scale(1.01) !important;
box-shadow: 0 0 18px rgb(44 121 254 / 0%);
}

#userChart:hover{
    box-shadow: 0 0 18px rgb(250 168 27 / 49%) !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: var(--primary-color);
    background-color: transparent;
    border-color: transparent;
    box-shadow: none !important;
} 

header {
    background: var(--white-bg);
    color: var(--font-color);
    height: 50px;
}

header .container-fluid {
    padding-top: 7px;
}

.logo-link {
    margin-left: 10px;
}

.local-video-container,
.remote-video-container {
width: 100%;
    height: 264px;
    background: var(--white-bg);
    position: relative;
    text-align: center;
    margin-bottom: 2px;
    border: 1px solid var(--borderbox-color);
}



@media only screen and (max-width: 767px) {


.local-video-container,
.remote-video-container {

    border-radius: 33px;
overflow: hidden;
    z-index: 1;
border: 0px solid var(--borderbox-color);
}


}


.token {
    position: absolute;
    right: 105px;
    top: 7px !important;
    cursor: pointer;
    color: #ffffff;
    opacity: 0.9;
    font-size: 13px;
    font-family: monospace, sans-serif;
    text-align: right;
    padding: 0.51rem 0.48rem;
    border: 1.2px solid #3a82fd87;
    line-height: 1;
    background-color: #3a82fd00;
    border-radius: 2em;
}
.bolt{
	color: var(--primary-color);
}



  .windowinfo {
    position: absolute;
    border-radius: 10px;
    top: 4px;
    left: 5px;
    display: flex;
    flex-direction: column;
    background: rgb(0 0 0 / 15%);
    max-width: 34px;
    overflow: hidden;
opacity: 0.9;
    }

    .boxinfo {
      width: 34px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
    }



.remote-user-info {
   /* margin: 5px; */
    font-size: 12px;
    width: fit-content;
   /* padding: 3px 5px; */
    position: absolute;
    top: 0;
    font-weight: 600;
    color: #fff;
z-index: 1;
}

.dashboard {
    position: relative;
    width: 100%;
    height: 99.9%;

}

.main {
    height: 100%;
}

#partnerCountryVideo {
    vertical-align: middle;
   /* margin-right: 4px;*/
}

.btn-actions {
    border: 1px solid var(--borderbox-color);
    padding: 6px 10px;
    background: var(--white-bg);
    height: 46px;
   
}

.btn-actions .text-left {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 3px;
}

.chat-area {
    position: relative;
    text-align: center;
    height: 480px;
}

.description {
    position: absolute;
    margin: auto;
    width: 100%;
    padding: 0 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 500px;
    overflow: auto;
}

.dark-theme-setting {
    border-width: 0.5px;
    border-color: #6c7893;
    background: transparent;
    padding: 2px 5px;
}


#countryFilter {

    width: 35px;
    height: 35px;
    position: absolute;
    background-color: #4CAF50;
    background-image: url(/assets/images/country.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    border-radius: 50%;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    right: 124px;
    text-shadow: -1px -1px 0 #4f2094, 1px -1px 0 #4f2f85, -1px 1px 0 #bd701d, 1px 1px 0 #190f55, -1px -1px 0 #386d46, 1px -1px 0 #480d0d, -1px 1px 0 black, 1px 1px 0 black;

}

#countryFilter:hover {
  background-color: #45a049; /* Немного темнее зеленый цвет при наведении */
}

#notokencountry {
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: #4CAF50;
    background-image: url(/assets/images/country.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    border-radius: 50%;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    right: 124px;
    text-shadow: -1px -1px 0 #4f2094, 1px -1px 0 #4f2f85, -1px 1px 0 #bd701d, 1px 1px 0 #190f55, -1px -1px 0 #386d46, 1px -1px 0 #480d0d, -1px 1px 0 black, 1px 1px 0 black;
}

#notokencountry2 {
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: #4CAF50;
    background-image: url(/assets/images/country_bw.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    border-radius: 50%;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    right: 124px;
    text-shadow: -1px -1px 0 #4f2094, 1px -1px 0 #4f2f85, -1px 1px 0 #bd701d, 1px 1px 0 #190f55, -1px -1px 0 #386d46, 1px -1px 0 #480d0d, -1px 1px 0 black, 1px 1px 0 black;
}


.notokencountry3 {
    background-image: url(/assets/images/country_bw.png) !important;
}

#notokencountry:hover {
  background-color: #45a049; /* Немного темнее зеленый цвет при наведении */
}

 .btn-container {
        display: flex;
        flex-direction: row;
        width: 100%;
        background: #2a2851;
      }

      .buttonadm {
        flex-grow: 1;
        background-color: #5b3afd;
        border: none;
        color: white;
        text-align: center;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        margin: 4px;
        cursor: pointer;
        border-radius: 4px;
        transition-duration: 0.4s;
height: 35px;
      }

      .buttonadm:hover {
        background-color: var(--primary-color);
      }

#selfCountryflag {
    margin-top: -2px;
}

.dark-theme-setting .fa-moon {
    color: #1d253b;
}

.dark-theme-setting .fa-sun {
    color: #ffc107;
}

.btn-actions h5 {
    position: absolute;
    left: 25px;
}

.video-section {
    margin-top: 2px;
    transition: all 0.5s linear;
}

.video-dask {
    padding: 0px 7px 0px 2px;
}

.chat-section {
    position: relative;
    margin-top: 2px;
    margin-bottom: 2px;
}

.user-input {
    background: transparent;
    border: 0;
}

.about {
    border: 1px solid var(--borderbox-color);
    background: var(--white-bg);
    position: relative;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 5px;
}

.video-actions {
    position: absolute;
    width: 100%;
    bottom: 7px;
    text-align: center;
    display: none;
	
    z-index: 3;
}

@media only screen and (max-width: 767px) {
  .video-actions {
    display: block;
  }
}

.rotate {
    display: inline-block;
}

.chat-body a,
.chat-body a:hover {
    color: unset;
}

.action-video {
    border: 0;
    color: var(--primary-color);
    font-size: 14px;
    cursor: pointer;
    width: 30px;
    border-radius: 2px;
    text-align: center;
    background: #00000054;
    padding: 2px;
}

.action-video:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.modal-header {
    background: var(--primary-color);
    color: #fff;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

a,
a:hover {
    color: var(--primary-color);
}

.chat-panel {
    height: 100%;
    width: 100%;
    position: relative;
    border: 1px solid var(--borderbox-color);
    background: var(--white-bg);
    border-bottom-right-radius: 5px;
}

.chat-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.chat-header {
    height: 50px;
    font-size: 20px;
    padding: 10px;
    color: #ffea00;
    background: #111b24;
    font-weight: 700;
}

.chat-body {
    height: 90%;
    padding: 10px 5px;
    overflow: auto;
   /* background: var(--white-bg); */
    position: relative;
}

.chat-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    background: var(--white-bg);
    border-top: 1px solid var(--border-color);
}

.chat-footer .input-group {
    margin-top: 0;
    border-radius: 5px;
    background-color: var(--bg-color);
    color: var(--font-color);
}

.chat-footer .input-group .note-input {
    border: 0;
    background: transparent;
    color: #6c7893;
    border-radius: 0;
}

.chat-footer .input-group .note-input.form-control:focus {
    outline: none;
    border-bottom-color: #fff !important;
    box-shadow: none;
    transition: all 0.1s ease;
}

.chat-footer .input-group-append button {


    background: var(--primary-color);
    border-radius: 5px;
    /* color: #fbfcff; */
	    color: #ffffff;
cursor: pointer !important;

}

.chat-footer .input-group-append button .far{
  font-weight: 600;
    color: white;
	
}

.remote-chat {
    position: relative;
    padding: 5px 5px;
    clear: both;
    width: 80%; 
}

.remote-chat div {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: left;
    width: fit-content;
    word-break: break-word;
    position: relative;
}

.server-msg {
    position: relative;
    z-index: 3;
}

.local-chat {
    position: relative;
    float: right;
    width: 60%;
    text-align: right;
    padding: 5px 15px;
}

.local-chat div {
    padding: 5px 10px;
    color: #333;
    border-radius: 5px;
    text-align: left;
    width: fit-content;
    float: right;
    text-align: left;
    word-break: break-word;
    background: lightgrey;
}

.theme-switch-wrapper {
    display: inline-block;
    margin-right: 5px;
}

.theme-switch {
    display: inline-block;
    height: 25px;
    position: relative;
    width: 50px;
    margin-bottom: -9px;
    margin-right: -5px;
}

.theme-switch input {
    display: none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
}

.slider.round {
    border-radius: 34px;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    transition: 0.4s;
    width: 16px;
}

.slider.round:before {
    border-radius: 50%;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

input:checked+.slider {
    background-color: #66bb6a; 
}

.theme-switch-wrapper em {
    margin-left: 10px;
    font-size: 1rem;
    font-style: italic;
    vertical-align: top;
}

.modal-body {
    color: #1d253b;
}

#online {
    color: #1dbf73;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: var(--border-color);

}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: var(--primary-color);
}

.typing-dots {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: var(--white-bg);
    color: var(--white-bg);
    animation: typingDots 1s infinite linear;
    margin: 5px 10px;
}

.typing-dots::before {
    left: -12px;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: var(--white-bg);
    color: var(--white-bg);
    animation: typingDotsBefore 1s infinite linear;
}

.typing-dots::before,
.typing-dots::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.typing-dots::after {
    left: 12px;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: var(--white-bg);
    color: var(--white-bg);
    animation: typingDotsAfter 1s infinite linear;
}

.typingShow {
    width: 40px;
    text-align: left;
    margin-bottom: 0;
}

.typingShow p {
    display: inline-block;
    margin-bottom: 0;
}

@keyframes typingDotsBefore {
    0% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(1, 1.3);
    }
    50% {
        transform: scale(1, 0.6);
    }
    75% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes typingDots {
    0% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1, 1.3);
    }
    75% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes typingDotsAfter {
    0% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1, 0.6);
    }
    75% {
        transform: scale(1, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}

.footer-links,
.social-links {
    padding: 0;
    list-style: none;
    display: inline;
}

.footer-links li,
.social-links li {
    display: inline-block;
    font-size: 12px;
    padding: 0 20px;
    cursor: pointer;
    position: relative;
}

.social-links li {
    padding: 0 5px;
}

.theme-bg {
    background-color: var(--primary-color);
}

.social-data {
    width: fit-content;
    margin-left: auto;
    text-align: center;
}

.footer-links li:first-child {
    padding-left: 0;
}

.footer-links li:first-child a:before {
    display: none;
}

.social-links li:last-child {
    padding-right: 0;
}

.footer-links li a::before {
    content: "";
    position: absolute;
    left: -3px;
    width: 3px;
    height: 3px;
    border-radius: 30px;
    background-color: var(--font-color);
    top: 7px;
}

.start-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    margin: 10px auto 0;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.start-btn:hover {
    color: #fff;
    opacity: 0.7;
}

footer {
    background: var(--white-bg);
    border-top: 1px solid var(--borderbox-color);
    color: var(--font-color);
    position: fixed;
    width: 100%;
    bottom: 0;
}

.dashboard-footer {
    position: relative;
    padding: 10px 10px 5px;
}

.dashboard-footer p,
.app-footer p {
    /* width: 80%; */
    margin-bottom: 8px;
    font-size: 12px;
}

.dashboard-footer .footer-links,
.app-footer .footer-links {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
}

.dashboard-footer .footer-links li a,
.dashboard-footer .social-links li a,
.app-footer .footer-links li a,
.app-footer .social-links li a {
    color: var(--font-color);
    transition: all 0.5s ease-in-out;
}

.dashboard-footer .footer-links li a:hover,
.dashboard-footer .social-links li a:hover,
.app-footer .footer-links li a:hover,
.app-footer .social-links li a:hover {
    color: var(--primary-color);
}

.dashboard-footer h4,
.app-footer h4 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
}

.app-footer {
    padding: 10px 10px 5px;
}

.footer-logo img {
    margin-bottom: 30px;
}

.page-section {
    position: relative;
    padding: 80px 20px;
}

.text-white {
    color: #fff;
}

.icon-box em {
    font-size: 32px;
    color: var(--primary-color);
    padding: 20px;
}

.about-section {
    background-color: var(--white-bg);
}

.feature-section .icon-box {
    opacity: 0.8;
}

.feature-section .icon-box em {
    transition: all 0.2s ease-in-out;
}

.feature-section .icon-box:hover em {
    transform: scale(1.1);
}

.feature-section .icon-box:hover {
    opacity: 1;
}

.about-icon {
    font-size: 170px;
    color: var(--primary-color);
}

.use-show i {
    font-size: 30px;
    color: #fff;
    padding: 15px 10px;
}

.icon-box {
    padding: 10px 15px;
}

.rating-section i {
    font-size: 50px;
    color: var(--primary-color);
    margin: 0 10px;
}

blockquote p {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: var(--font-color);
    padding: 25px;
    font-size: 1.25em;
    font-style: italic;
    text-align: center;
}

blockquote {
    margin: 10px 10px 0;
    background: #fff;
    padding: 60px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-size: 1.25em;
    color: var(--primary-color);
}

blockquote:before {
    top: 0;
    left: 10px;
}

blockquote a {
    color: var(--primary-color);
    font-style: italic;
    text-decoration: none;
    font-size: 0.85em;
}

cite {
    font-size: 1em;
    float: right;
    font-style: normal;
}

.arrow-opt i {
    font-size: 14px;
    background: var(--primary-color);
    border-radius: 50%;
    padding: 10px;
}

.carousel-inner {
    width: 80%;
    margin: auto;
}


/* Hide the browser's default checkbox */

.terms_modal input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.terms_modal .container {
    position: relative;
    padding-left: 35px;
}

.terms_modal .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 25px;
    background-color: #e0e0e0;
}

.terms_modal input:checked~.checkmark {
    background: var(--primary-color);
}

.terms_modal .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.terms_modal input:checked~.checkmark:after {
    display: block;
}

.terms_modal .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.static-content {
    height: 100%;
    overflow: auto;
}

.static-content ul {
    margin-bottom: 100px;
}

.static-content li {
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    background: var(--bg-color);
    width: 100%;
    height: 100%;
    text-align: center;
}

.loader-row {
    height: 100%;
    width: 100%;
    text-align: center;
    margin: auto;
}

.loader .fa {
    font-size: 54px;
    color: var(--primary-color);
    animation: 1.5s spin infinite linear;
    text-align: center;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(260deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.filter-options i {

	color: var(--btn-font);
}

.report {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}

.remote-video-container {
   
}

.local-video-container {
    
}

.navbar-brand img {
    width: 160px;
    height: 35px;
    object-fit: contain;
}

select {
    border: 0;
    border-bottom: 1px solid var(--primary-color);
    width: 80px;
    cursor: pointer;
    background: transparent;
    color: var(--font-color);
}

select option {
    color: #333;
}

.navbar {
    padding: 1px 0.5rem;
    background-color: var(--white-bg);
    min-height: 50.8px;
z-index: 2;
}

.video-load-icon {
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    z-index: 2;
    font-size: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes blink {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.change-password-icon,
.auth-icon-set {
    font-size: 32px;
    color: #fff;
    padding: 30px;
    background: var(--primary-color);
    border-radius: 50%;
}

.auth-section .form-group {
    margin-right: 30px;
    margin-left: 30px;
}

.auth-section .btn-link {
    color: var(--primary-color);
}

.form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    background: transparent;
    border-radius: 0;
}

.form-control:focus {
    background-color: transparent;
}

.form-control:focus~.focus-border {
    width: 100%;
    transition: 0.4s;
}

.form-control~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: 0.4s;
}

.card {
    background: var(--card-bg);
}

.form-check-label {
    position: relative;
    margin-left: 7px;
    color: var(--primary-color);
}

.form-check .form-check-label:before {
    content: "";
    border: 1px solid var(--primary-color);
    padding: 8px;
    border-radius: 3px;
    margin-right: 10px;
    position: absolute;
    left: -26px;
    top: 2px;
}

.form-check .form-check-label:after {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: -19px;
    width: 5px;
    height: 10px;
    display: none;
}

.form-check input:checked+.form-check-label:before {
    background-color: var(--primary-color);
}

.form-check input:checked+.form-check-label:after {
    display: block;
}

.form-check input {
    display: none;
}

.terms_modal select {
    display: inline-block;
    width: 85%;
    margin-left: 15px;
    border-radius: 0;
}

.chat-main {
    padding-left: 2px;
    padding-right: 2px;
    z-index: 1;
}

.plan-selection .card {
    display: inline-flex;
}

.plan-selection .card-body {
    height: 200px;
}

.plan-selection label.btn {
    border: 1px solid var(--primary-color);
    margin-right: -8px;
    padding: 5px 20px;
    position: relative;
    z-index: 0;
    transition: all 0.3s linear;
    color: var(--font-color);
}

.plan-selection input {
    opacity: 0;
    display: none;
}

.plan-selection input:checked+label {
    background-color: var(--primary-color) !important;
    color: #fff;
    border: 1px solid var(--primary-color);
    z-index: 5;
}

.swal2-icon.swal2-info,
.swal2-icon.swal2-error {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    background-color: var(--primary-color) !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
}

.card-header,
.card-body,
.card-footer {
    background-color: var(--white-bg);
}

.card-footer {
    border: 0;
    padding: 10px 5px 20px;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.elementor-shape[data-negative="false"].elementor-shape-bottom,
.elementor-shape[data-negative="true"].elementor-shape-top {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.about-desc {
    padding-bottom: 0;
}

.about-data {
    min-height: 450px;
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape-bottom svg path {
    fill: var(--primary-color) !important;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background: var(--primary-color);
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    height: 160px;
}

.elementor-shape-bottom:not([data-negative="true"]) svg {
    z-index: -1;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.elementor-shape-fill {
    fill: var(--primary-color);
}

.cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    background-color: var(--white-bg);
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 3px var(--box-shadow-color);
    display: none;
    align-items: center;
    justify-content: space-between;
    transition: all .5s ease-in-out;
    z-index: 5;
}

.show-cookie {
    display: flex;
    transition: all .5s ease-in-out;
}

.confirm-cookie {
    float: right;
    width: 100px;
}

.cookie p {
    margin-top: 0.5em;
    margin: 0;
}

.cookie i {
    font-size: 20px;
}

footer.footerSet {
    position: relative;
    bottom: auto;
}


/*media queries*/

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .btn-theme {
       padding: 6px 18px;
    }
}








@keyframes hue{
    from{
        filter:hue-rotate(0)
    }
    to{
        filter:hue-rotate(-360deg)
    }
}
.hue{
    animation:hue 25s infinite linear;
}









.mainpage {
background: linear-gradient(45deg, #6fc7b5 0%, #13bdce 20%, #0094d9 40%, #5a3694 60%, #ee4d74 80%, #f58c58 100%);
    background-size: 600%;
    background-position: 0% 100%;
    animation: gradient 7s ease-in-out infinite;
    position: fixed;
    left: 0;
    z-index: 2;
width: 100%;
    height: 100%;
    text-align: center;
}
}
 .mainpage .loading {
	 width: 100%;
	 height: 100%;
}
  .mainpage .loading * {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
  .mainpage .loading .logo {
    background-image: url(/images/omegloo_logo2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 201px;
    height: 100%;
    background-size: 200px;
}
  .mainpage .loading .dots.animate .dot {
	 animation: loading-block 3.5s ease-in-out infinite;
}
  .mainpage .loading .dots.animate .dot:after {
	 animation: loading-dot 3.5s ease-in-out infinite;
}
  .mainpage .loading .dots .dot {
	 width: 300px;
	 height: 300px;
}
  .mainpage .loading .dots .dot:after {
	 content: "";
	 display: inline-block;
	 width: 60px;
	 height: 60px;
	 background-color: #fff;
	 border-radius: 50%;
	 position: absolute;
	 transform: scale(0.17);
}
  .mainpage .loading .dots .dot:nth-child(1) {
top: 136px;
    left: -215px;
	 animation-delay: 0s;
}
  .mainpage .loading .dots .dot:nth-child(1):after {
	 transform-origin: top right;
	 top: 0;
	 right: 0;
	 animation-delay: 0s;
}
  .mainpage .loading .dots .dot:nth-child(2) {
top: -143px;
    left: -137px;
	 animation-delay: 0.25s;
}
  .mainpage .loading .dots .dot:nth-child(2):after {
	 transform-origin: bottom right;
	 bottom: 0;
	 right: 0;
	 animation-delay: 0.25s;
}
  .mainpage .loading .dots .dot:nth-child(3) {
top: -116px;
    left: -108px;
	 animation-delay: 0.5s;
}
  .mainpage .loading .dots .dot:nth-child(3):after {
	 transform-origin: bottom right;
	 bottom: 0;
	 right: 0;
	 animation-delay: 0.5s;
}
  .mainpage .loading .dots .dot:nth-child(4) {
top: 174px;
    left: 207px;
	 animation-delay: 0.75s;
}
  .mainpage .loading .dots .dot:nth-child(4):after {
	 transform-origin: top left;
	 top: 0;
	 left: 0;
	 animation-delay: 0.75s;
}
  .mainpage .loading .dots .dot:nth-child(5) {
    top: -116px;
    left: 230px;
	 animation-delay: 1s;
}
  .mainpage .loading .dots .dot:nth-child(5):after {
	 transform-origin: bottom left;
	 bottom: 0;
	 left: 0;
	 animation-delay: 1s;
}
 @keyframes loading-block {
	 71.4285714286%, 100% {
		 transform: translate3d(-50%, -50%, 0) rotate(360deg);
	}
}
 @keyframes loading-dot {
	 0%, 71.4285714286%, 100% {
		 transform: scale(0.17);
	}
	 35.7142857143% {
		 transform: scale(1);
	}
}
 @keyframes gradient {
	 50% {
		 background-position: 100% 0%;
	}
}
 
  
 

.heartbtn {
    font-size: 30px;
    position: absolute;
    bottom: 12px;
    left: 6px;
    font-weight: 700;
    z-index: 10;
    border: 0;
    color: #e91e63;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
    background: #00000054;
    padding: 6px 5px 3px 5px;
    opacity: 0.65;
display:block !important;
}

.giftbtn {
    font-size: 22px;
    position: absolute;
    bottom: 12px;
    left: 51px;
    font-weight: 700;
    z-index: 1;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
    background: #3a82fd;
    padding: 9px 9px 9px 9px;
    opacity: 0.85;
    display: block !important;
}





@media only screen and (min-width: 767px) {
.heartbtn {
   
    bottom: 8px;
   
}

.giftbtn {
   bottom: 8px;
}

.addfriend {
   bottom: 8px;
}

}


    .input-group{
    width: 87%;
    left: 13%;
}


@media only screen and (max-width:783px) and (min-width: 768px) {
   .input-group{
width: 69%;
    left: 31%;
}

}

@media only screen and (max-width:950px) and (min-width: 784px) {
   .input-group{
width: 72%;
    left: 29%;
}

}

@media only screen and (max-width:1200px) and (min-width: 951px) {
   .input-group{
width: 76%;
    left: 24%;
}

}

@media only screen and (max-width:1600px) and (min-width: 1201px) {
   .input-group{

    width: 81%;
    left: 19%;

}

}


 

@media only screen and (max-width: 351px) {
.chat-footer .input-group {
    width: 55.99% !important;
    left: 44% !important;
}
}


@media only screen and (min-width: 350px) and (max-width: 380px) {
  .chat-footer .input-group {
    width: 59.99% !important;
        left: 40% !important;
}
}




@media only screen and (max-width: 767px) {
	
	
.chat-panel{
background: #ffffff !important;
}

.chat-body{
background: #ffffff08 !important;
 border-radius: 7px !important;
}
.chat-footer{
padding: 6px !important;
    background: #f7f7f7 !important;
	
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;

    margin: 0;
   border-radius: 0px 0px 10px 10px;
   position: absolute !important;

    bottom: 1px !important;
  
}






.chat-footer .input-group {
	background-color: #9198a747 !important;
    background-color: #27293d;
    border-radius: 5px !important;
	
	
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 63.99%;
    margin: 0;
    padding: 6px;
    background: #fff;
left: 36%;
}

.btn-actions, .remote-video-container, .chat-panel, .about {
    border-radius: 0px !important;
}

.chat-box{
    background-image: url(/images/chat_bg.jpg) !important;
    border-radius: 7px;
	    background-size: contain;
}

}
@media only screen and (min-width: 767px) {
/*.pcbg{
background-image: url(/images/night_pc_bg.jpg) !important;
    opacity: 0.23;
	    background-size: contain;
}

.chat-body {
    height: 95%;
} */
	
}








@media only screen and (max-width: 767px) {

.chat-footer {
    border-top: 1px solid #ccccce;

}

.btn-actions {
    border: 1px solid #323452;
padding: 9px 10px;
    height: 51px;

}


    body {
        font-size: 14px;
    }
    .rating-section i {
        font-size: 36px;
    }
    .about {
        overflow: hidden;
    }
    .h1,
    h1 {
        font-size: 1.5rem;
    }
    .plan-selection .card {
        margin-bottom: 25px;
    }
    .pad-res {
        padding: 0.25rem !important;
    }
    .local-video-container {
        position: absolute;
        bottom: 4px;
        width: 150px;
        height: 100px !important;
        right: 4px;
        margin-bottom: unset;
border: 1px solid var(--borderbox-color);
    }
    .static-content ul {
        margin-bottom: 130px;
    }
    .description {
        font-size: 12px;
        overflow: auto;
        padding: 25px 10px;
        height: 150px;
    }
    .text-chat-panel .chat-body {
        height: 89.5%;
    }
    .chat-body {
        height: 80%;
    }
    .video-section {
           padding-right: 0rem !important;
    padding-left: 0rem;
    margin-top: 1px;
    width: 100%;
    }
    .chat-section,
    .chat-area {
          padding-right: 0rem;
    padding-left: 0rem !important;
    margin-top: 1px;
    margin-bottom: 3px !important;
    }
    .chat-area {
        margin-top: -3px;
    }
    .btn-actions h5 {
        font-size: 16px;
        margin-top: 4px !important;
        left: 12px;
    }
    .chat-panel {
        height: 101%;
        left: 0px;
    }
    .chat-main {
        height: 45%;
        top: 0 !important;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .remote-video-container {
        height: 100%;
        margin-bottom: unset;
    }
    .chat-main.text-chat-panel {
        top: 5px !important;
    }
    .btn-actions .text-left {
        display: flex;
        align-items: center;
        gap: 6px;
        top: 0;
        padding-left: 5px;
    }
    .btn-actions .filter-options {
        display: none !important;
    }
    .btn-actions,
    .remote-video-container,
    .chat-panel,
    .about {
        border-radius: 0;
    }
    .video-dask {
        padding: 0 7.5px;
    }
    .chat-footer {
        position: relative;
        /* z-index: 5; */
        bottom: 7px;
    }
    select {
        width: 80px;
    }
    .report {
        left: 10px;
        right: auto;
    }
    .navbar {
        min-height: unset;
    }
    .social-data {
        margin: auto;
    }
    .show-cookie {
        display: block;
        text-align: center;
    }
    .cookie p {
        text-align: left;
    }
    .confirm-cookie {
        float: none;
        margin: auto;
    }
}

@media only screen and (max-width: 375px) {
    select {
        width: 65px;
    }
}

[dir="rtl"] .text-right.filter-options {
    text-align: left !important;
}

[dir="rtl"] .faq_section .card-header {
    text-align: right;
}

[dir="rtl"] .faq_section .card-header h5 {
    direction: ltr;
}

[dir="rtl"] .faq_section .card-header h5 i {
    float: left !important;
}

[dir="rtl"] .faq_section .card-body {
    text-align: right;
}

[dir="rtl"] .social-data {
    margin-left: 0;
    float: left;
}

[dir="rtl"] footer .text-md-left {
    text-align: right !important;
}

[dir="rtl"] .main-title {
    direction: ltr;
}

[dir="rtl"] .btn-actions .text-left {
    text-align: right !important;
}

[dir="rtl"] .navbar {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] .footer-links li a::before {
    left: auto;
    right: 6px;
}

[dir="rtl"] .navbar-nav.ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

[dir="rtl"] footer .text-left {
    text-align: right !important;
}

[dir="rtl"] footer .text-right {
    text-align: left !important;
}

[dir="rtl"] .offset-md-1 {
    margin-right: 8.333333%;
}

@media only screen and (max-width: 767px) {
.btnw {
    width: 136px;
    border-radius: 3px;
}
.showcam{
    width: 34px;
    height: 34px !important;
    position: absolute;
    margin-bottom: unset;
    background: #2da1ea57;
    text-align: center;
    z-index: 1;
    padding: 9px 0px 0px 0px;
    bottom: 5px;
    right: 8px;
    font-size: 17px;
    border-radius: 3px;
    border: 1px solid var(--borderbox-color);
	
}



.closecam{
    width: 35px;
    height: 25px !important;
    position: absolute;
    margin-bottom: unset;
    text-align: center;
    z-index: 2;
    bottom: 69px;
    right: 121px;
    border-radius: 3px;
	}
	
}


.btngrl{
background: #f032a1;	
}
.facolor{
color: white;
}



#remote_load {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.67;
    z-index: 1;
	    background: #27293d;
}
  
#remote_load img{  
  width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
	object-fit: cover;
  }
	
	
	


/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #ffffff00;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    -webkit-appearance: none;
z-index: 4;
  }
    .custom-select-trigger {
position: relative;
    display: block;
    width: 261px;
    padding: 0px 84px 0 22px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 60px;
    background: #1f1b1a;
    cursor: pointer;
    border-radius: 40px;
    top: 156%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
      .custom-select-trigger:after { 
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: initial;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative; 
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 22px;
    font-weight: 600;
    color: #1f1b1a;
    line-height: 65px; 
    cursor: pointer;
    transition: all .4s ease-in-out; 
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }


.muted{
border: 0;
    color: var(--primary-color);
    font-size: 14px;
    cursor: pointer;
    width: 30px;
    border-radius: 2px;
    text-align: center;
    background: #00000054;
    padding: 2px;
    position: absolute;
    left: 9px;
}
.wrapper__video-item:hover .widget_button--on::after{
    width:15px;

}
.wrapper__video-item:hover .widget_button::after{
    width:15px;
}
.widget_button::after{
    content: "\f028";
 
    width:15px
    color: var(--primary-color);
}
.widget_button--on::after{
    content: "\f026";
    width:15px
    color: var(--primary-color);
}
#frozen {
    top: 5px;
    position: absolute;
    font-size: 22px;
    opacity: 0.55;
    color: var(--primary-color);
    z-index: 2;
    right: 10px;
}

#timer{
       margin-left: 82%;
    top: 9px; 
    font-size: 14px;
    width: 58px;
    position: absolute;
    color: white;
    background: var(--primary-color);
    border-radius: 33px;
    opacity: 0.45;
}



.remote-video-container .bg_heart {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
 }



.heart {
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -m-transform: rotate(-45deg);
    transform: rotate(-45deg)
 }

.heart:before {
    position: absolute;
    top: -50%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

.heart:after {
    position: absolute;
    top: 0;
    right: -50%;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

@-webkit-keyframes love {
  0%{top:110%}
} 
@-moz-keyframes love {
  0%{top:110%}
}
@-ms-keyframes love {
  0%{top:110%} 
}
@keyframes love {
  0%{top:110%}
}

.giftbtn {
    display: none;
}




@media only screen and (max-width: 325px) {
.navbar-brand img {
    width: 111px;
    height: 35px;
}



.local-video-container {
    bottom: 3px;
    width: 134px;
    height: 72px !important;
    right: 7px;
}



}

.giftboxh {
color: red;
    left: 19px;
    font-size: 19px;
    position: absolute;
}


.backgroundgift {
background: #ffffff;
    border-radius: 16px;
    z-index: 3;
    position: absolute;
    top: 50%;
    width: 110px;
    height: 110px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
display: none;
}
.backgroundgift.open {
  display: block;
}
.birthday-gift {
   position: absolute;
    top: 55px;
    left: -18px;
}

.birthday-gift:before {
content: "";
    position: absolute;
    width: 53px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.4);
    top: 29px;
    left: 49px;
}

input#click {
  display: none;
}

.gift {
position: relative;
    width: 150px;
    height: 100px;
}


.gift:before {
content: "";
    position: absolute;
    width: 12px;
    height: 32px;
    background-color: #e76f51;
    left: 70px;
    z-index: 3;
}

.gift:after {
content: "";
    position: absolute;
    width: 59px;
    height: 32px;
    background-color: #e9c46a;
    z-index: 2;
    left: 46px;
}
.giftShadow {
box-shadow: inset 0 10px rgb(0 0 0 / 30%);
    position: absolute;
    width: 59px;
    top: 0;
    z-index: 4;
    height: 5px;
    left: 46px;
}

.click {
position: absolute;
    background-color: #e9c46a;
    width: 68px;
    height: 15px;
    top: -15px;
    left: 41px;
    transform-origin: bottom left;
    transition: .3s;
    cursor: pointer;
    z-index: 3;
}

.click:before {
content: "";
    position: absolute;
    width: 12px;
    height: 16px;
    background-color: #e76f51;
    left: 32px;
}

.click:after {
content: "";
    position: absolute;
    width: 5px;
    height: 0;
    border-bottom: 14px solid #e76f51;
    border-top: 14px solid #e76f51;
    border-left: 0px solid transparent;
    border-right: 14px solid transparent;
    transform: rotate(-90deg);
    left: 26px;
    top: -21px;
}

#click:checked + .click {
  transform: rotate(-110deg) scaleX(0.85);
}

.wishes {
    position: absolute;
    transition: .5s;
    color: #000;
    font-size: 13px;
    text-align: center;
    top: 14px;
    left: 47px;
}

#click:checked ~ .wishes {
  transform: translateY(-50px);
}

#click:checked ~ .sparkles {
  display: block;
}



.sparkles {
  position: absolute;
  display: none;
  top:-15px;
  z-index:1;
  left:40px;
}

.spark1, .spark2, .spark3, .spark4, .spark5, .spark6 {
  position: absolute;
  background-color: #fee440;
  border-radius:50%;
  top:-9px;
  z-index:2;
}

.spark1 {
  width: 8px;
  height:8px;
  left:30px;
  top:-9px;
  animation: fire 0.9s ease-in-out infinite, color 0.4s linear infinite;
}

.spark1:before {
  content:"";
  position: absolute;
  width:5px;
  height:5px;
  top:8px;
  left:11px;
  background-color: #fee440;
  border-radius:50%;
}

.spark2 {
  width: 9px;
  height:9px;
  left:33px;
  top:-5px;
  animation: fire2 0.28s ease-in-out infinite, color 0.4s linear infinite;
}

.spark2:before {
  content:"";
  position: absolute;
  width:5px;
  height:5px;
  top:12px;
  left:3px;
  background-color: #fee440;
  border-radius:50%;
}

.spark3 {
  width: 8.5px;
  height:8.5px;
  left:33px;
  top:-5px;
  animation: fire3 0.36s ease-in-out infinite, color2 0.4s linear infinite;
}

.spark3:before {
  content:"";
  position: absolute;
  width:5px;
  height:5px;
  top:12px;
  left:-1px;
  background-color: #fee440;
  border-radius:50%;
}

.spark4 {
  width: 7px;
  height:7px;
  left:27px;
  top:-5px;
  animation: fire2 0.24s ease-in-out infinite, color2 0.2s linear infinite;
}

.spark5 {
  width: 7px;
  height:7px;
  left:29px;
  top:-5px;
  animation: fire3 0.45s ease-in-out infinite, color 0.2s linear infinite;
}

.spark6 {
  width: 6px;
  height:6px;
  left:29px;
  top:-5px;
  animation: fire 0.35s ease-in-out infinite, color2 0.2s linear infinite;
}
  
@keyframes fire3 {
  100% { transform:translateX(20px) translateY(-93px); 
         opacity: 0.3; }
}

@keyframes fire2 {
  100% { transform:translateX(-5px) translateY(-90px); 
         opacity: 0.3; }
}

@keyframes fire {
  100% { transform:translateX(-25px) translateY(-95px); 
         opacity: 0.3; }
}

@keyframes color {
  from {background-color: #d00000;}
  to {background-color: #0081a7;}
}

@keyframes color2 {
  from {background-color: #8cff00;}
  to {background-color: #1d2d44;}
}


.terms{
color: #ffffffd9;
    top: 22px;
    position: relative;
    text-align: center;
}

.colorcl{
background-color: #31bd1861;
}






@media only screen and (min-width: 767px) {
.friend_container {
max-width: 450px !important;
width: 98% !important;
 margin: 1% !important;
}
}

.di-none {
display: none !important;
}

.friend_container {
    max-width: 100%;
    width: 96%;
    height: 80px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #b5b5b5;
    margin: 2%;
    font: 12px/15px -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, 'Noto Sans Armenian', 'Noto Sans Bengali', 'Noto Sans Cherokee', 'Noto Sans Devanagari', 'Noto Sans Ethiopic', 'Noto Sans Georgian', 'Noto Sans Hebrew', 'Noto Sans Kannada', 'Noto Sans Khmer', 'Noto Sans Lao', 'Noto Sans Osmanya', 'Noto Sans Tamil', 'Noto Sans Telugu', 'Noto Sans Thai', arial, Tahoma, verdana, sans-serif;
    z-index: 5;
background: rgb(223,221,255);
background: -moz-linear-gradient(331deg, rgba(223,221,255,1) 0%, rgba(253,253,255,1) 100%);
background: -webkit-linear-gradient(331deg, rgba(223,221,255,1) 0%, rgba(253,253,255,1) 100%);
background: linear-gradient(331deg, rgba(223,221,255,1) 0%, rgba(253,253,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfddff",endColorstr="#fdfdff",GradientType=1);
}


.friend_container p {
margin: -8px;
    padding-top: 8px;
}


.friend_avatar {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  object-fit: cover;
  object-position: center;
    border: 1px solid #9e9e9e;
}

.friend_username {
  font-size: 12px; /* Размер шрифта для имени пользователя */
  margin-left: 10px; /* Отступ слева */
color: black;
}

.friend_buttons {
  justify-content: center; /* Расположение кнопок по центру */
  align-items: center; /* Выравнивание кнопок по вертикали по центру */
}

.friend_reject {
    background-color: #ff3131;
    color: white;
    border: none;
    padding: 10px 23px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 6px;
}

.friend_info {
display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    padding: 0 10px;
    color: black;
    font-size: 13px;
}

.friend_accept {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 26px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 12px;
}


@keyframes blinkRed {
  0% {
    opacity: 1;
    z-index: 10;
  }
  50% {
    opacity: 0.3;
    z-index: 10;
  }
  100% {
    opacity: 1;
    z-index: 10;
  }
}

.noface {
 
}

.noface::before {
content: "";
position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-image: url(/assets/images/show_face.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    animation: blinkRed 0.5s infinite;
}




.noremote video {
filter: blur(20px);
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    background: black;
    left: 0;
}


#blur{
margin: 5px;
    background: #2a285194;
    width: 80%;
    padding: 3px 5px;
    position: absolute;
    font-weight: 600;
    color: #fff;
    z-index: 11;
    font-size: 15px;
    top: 22%;
    left: 10%;
    right: 10%;
    border-radius: 10px;
}



#disconnectTime{
margin: 5px;
    background: #00000061;
    padding: 2px 5px;
    font-weight: 100;
    color: #a9a8c4;
    z-index: 11;
    font-size: 11px;
    border-radius: 10px;
}







#contvb {

height: 50%;
width: 80%;
    max-width: 600px;
   
    max-height: 600px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
position: relative;
}



.fullscreen-div {
   display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #252542;
    color: white;
    z-index: 10;
    display: none;
}


.fullscreen-div video {
border-radius: 10px !important;
}




.fullscreen-div h3, .fullscreen-div button {
    margin: 10px; /* РќРµР±РѕР»СЊС€РѕР№ РѕС‚СЃС‚СѓРї РјРµР¶РґСѓ СЌР»РµРјРµРЅС‚Р°РјРё */
    width: 80%; /* РЁРёСЂРёРЅР° СЌР»РµРјРµРЅС‚РѕРІ РІ РєРѕР»РѕРЅРєРµ */
    text-align: center; /* Р’С‹СЂР°РІРЅРёРІР°РЅРёРµ С‚РµРєСЃС‚Р° РїРѕ С†РµРЅС‚СЂСѓ */
    color: white;
    font-size: 2em;
max-width: 600px;
}



.fullscreen-div button {
  padding: 10px 20px;
    font-weight: 600;
    color: white;
    font-size: 1.2em;
    max-width: 600px;
    border: 1px solid black;
    border-radius: 71px;
    background-color: var(--primary-color);
    cursor: pointer;
    max-height: 600px;
}

.fsearch {

color: white;
    font-size: 1.5em;
animation: blinkRed 1s infinite;
}


#rotateStar {
position: absolute;
    bottom: 10px;
    right: 10px; 
    width: 50px; 
    height: 50px; 
    border-radius: 50%;
    font-size: 25px !important; 
    color: white; 
    background-color: #0000003b;
    border: none; 
    cursor: pointer; 
    display: flex;
    align-items: center;
    justify-content: center;
}




// Confeti


.confetti-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2; 
}


@keyframes confetti {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-400px) rotate(720deg);
    opacity: 0;
  }
}


.fireshow { 
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  animation: confetti 3s ease-out forwards;
}


.confetti-piece {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  animation: confetti 3s ease-out forwards;
}

.confetti-piece:nth-child(1n) { background-color: #ff4081; }
.confetti-piece:nth-child(2n) { background-color: #ffd700; }
.confetti-piece:nth-child(3n) { background-color: #1e90ff; }
.confetti-piece:nth-child(4n) { background-color: #32cd32; }
.confetti-piece:nth-child(5n) { background-color: #ff69b4; }
.confetti-piece:nth-child(6n) { background-color: #ffa500; }
.confetti-piece:nth-child(7n) { background-color: #9400d3; }
.confetti-piece:nth-child(8n) { background-color: #00ced1; }
.confetti-piece:nth-child(9n) { background-color: #dc143c; }
.confetti-piece:nth-child(10n) { background-color: #7fff00; }

 
       /* Fireshow effect */


        .particle {
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: #ff4081;
            border-radius: 50%;
            animation: particle-animation 2s ease-out forwards;
z-index: 2;
        }

        @keyframes particle-animation {
            0% {
                transform: translate(0, 0) scale(1);
                opacity: 1;
            }
            100% {
                transform: translate(calc(var(--x) * 1vw), calc(var(--y) * 1vh)) scale(0.5);
                opacity: 0;
            }
        }


.nickn {
position: absolute;
    border-radius: 5px;
    padding: 5px;
    top: 5px;
    left: 44px;
    display: flex;
    flex-direction: column; 
    background: rgb(0 0 0 / 15%);
    max-width: 125px;
    overflow: hidden;
    opacity: 0.5;
    color: white;
}


.premiumgold {
background: #c7a53e;
    padding: 2px;
    color: #ffefbf;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;


}

.standard {
background: #bbbbbb;
    padding: 2px;
    color: #ffffff;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
        }

.premiumblue {
background: #3a82fd;
    padding: 2px;
    color: #e2f2ff;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;

}

.premiumblack {
    background: #000000;
    padding: 2px;
    color: #d4d4d4;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;

}


.meffect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 9999;
    color: #1ea1f3;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.mcolumn {
    position: relative;
    width: 20px;
    height: 100%;
    animation: fall 6s linear forwards;
}

.mcolumn span {
    display: block;
    opacity: 0;
    color: #1ea1f3;
}

@keyframes fall {
    0% {
        transform: translateY(-100%);
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

@keyframes fade {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.highlight {
    color: #1ea1f3;
    font-size: 24px; 
    text-shadow: 0 0 5px #ff4081, 0 0 10px #ff4081, 0 0 15px #ff4081;
}

.mcname {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    font-size: 33px;
    opacity: 0;
}

.mcname span {
    display: inline-block;
    color: #1ea1f3;
    font-family: 'Courier New', Courier, monospace;
    text-shadow: 0 0 5px #ff4081, 0 0 10px #ff4081, 0 0 15px #ff4081;
}

.fade-out {
    animation: fade-out 0.5s forwards;
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


       .gftbx-wrapper {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
z-index:10;
        }

        .gftbx-h {
            background-color: #4b488a;
            color: #fff;
            padding: 10px;
            text-align: center;
            position: relative;
        }
        .gftbx-h .close-btn {
            position: absolute;
            right: 10px;
            top: 10px;
            cursor: pointer;
width: 20px;
        }
        .gftbx-content {
            padding: 20px;
        }


        .okpmt {
            background-color: #aaaaaa;
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 15px;
    color: white;
        }
        .open-gftbx-btn {
            padding: 10px 20px;
            background-color: #007bff;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }



.gift-iw {
    width: 140px;
    height: 140px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
z-index:10;
}


.gift-ie {
    width: 90%;
    border-radius: 10%;
}

.gift-text {
    color: #fff; 
    font-size: 0.8em;
   
    text-align: center;
}






.recent-users-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #26244c;
    box-shadow: 0 -2px 10px rgb(0 0 0 / 13%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
}


@media (max-width: 768px) {
.recent-users-box {
        background: #ffffff;
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.35079041382177867) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.35079041382177867) 0%, #96a8c5 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.35079041382177867) 0%, #96a8c5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    }

.recent-users-list {
    padding: 10px 5px;

}


}


.recent-users-header {
    font-size: 1em;
    margin-bottom: 0px;
    text-align: center;
    padding: 3px 15px 3px 15px;
    background: linear-gradient(207deg, #3a82fd, #166cff);
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
}

.recent-users-list {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px 10px;
    width: calc(100% - 1px);
    max-width: 600px;
    justify-content: flex-start;
}

.recent-users-list::-webkit-scrollbar {
display:none;
}

.user-card {
    position: relative;
    background: #26244c;
    background: radial-gradient(circle, rgb(38 36 76) 27%, rgb(65 63 106) 45%, rgb(38 36 76) 100%) !important;
    padding: 10px 10px 5px 10px;
    border-radius: 10px;
    text-align: center;
    min-width: 80px;
    width: 90px;
    flex-shrink: 0;
    box-shadow: 5px 5px 6px rgb(0 0 0 / 43%);
}
.user-card:hover {
transform: scale(1.05);
}
.user-name {
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
}



@media (min-width: 768px) {
    .recent-users-list {
        max-width: 100%;
    }
    .user-card {
        min-width: 100px;
        background: #2f2c5a;
                background: radial-gradient(circle, rgb(38 36 76) 27%, rgb(59 57 105) 45%, rgb(38 36 76) 100%);
    }
    .user-card img {
        width: 60px;
        height: 60px;
    }
}



.user-card .user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 5px;
    object-fit: cover;
 
}


.gift-icon {
    position: absolute;
    top: 2px;
    right: -1px;
    width: 27px;
    height: 27px;
    color: #becfe7;
    cursor: pointer;
}


.gift-icon:hover {
        transform: scale(1.05);
    color: #ecf9ff;
}

.gift-icon img {
    width: 100%;
    height: 100%;
}


@media (max-width: 320px) {
#userChart{
display:none;
}
}

.btn-theme {
    height: 34px;
}


 .gftbx {
  width: 92%;
  max-width: 444px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
}


.gift-option {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}


.auth-title {
font-size: 1.3em !important;
    margin-top: 6px !important;
}

.gift-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.08);
  text-align: center;
  cursor: pointer;
  font-size: 0.8em;
  color: #000;
  min-height: 105px;
}

.gift-options img {
  display: block;
  margin: 0 auto 8px;
  width: auto;
  height: clamp(60px, 9vw, 66px);  
  max-width: 100%;
}