:root {
  --main_bk_color: #fff;
  --second_bk_color: #fff;
  --third_bk_color: #fff;

  --main_text_color: #4e5597;
  
  
}

/* stars*/
.user_have_stars_parent .icon_points_of_balance{
    width:32px !important;
}
.upper_nav_user_have_stars_parent .icon_points_of_balance{
   
    width: 34px !important;
}

.collect_stars_button .points_of_balance{color:#fff !important}


.links_numbing{
    
    text-decoration: none !important;
    background: #fff;
    padding: 5px;
    
    align-items: center;
   
    border-radius: 10px;
   
    font-size: 14px;
    color: #000;
    margin: 3px;
    min-width: 33px;
    justify-content: center;
    display: flex;

}
.links_numbing_active{
    
    
    background: red;
     color: #fff;
    
}

.dim{
    width: 100%;
    height: 100%;
    background: #00000014;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.ensur{
    background: #fff;    border-radius: 4px;
    padding: 28px;
    width: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);display:none;
}

.ensur .title{
    padding-bottom: 10px;
}
.ensur .cancel{
    width:calc(50% - 2px);
}
.ensur .okyy{
    width:calc(50% - 2px);
        background: #000;
    color: #fff;
    margin: 0px 10px;

}


#op_cl_sid{
    margin-left: 10px;
}

.center_vertical{
   
    align-items: center;
    display: flex;

}

.center_horizantal{
   
    justify-content: center;
    display: flex;

}


.but_normal{
    border: none;
    outline: none !important;
    padding: 6px 12px;
    font-size: 14px;
    background: #f0f0f0;
}

.but_submit{
    background: var(--main_text_color);
    color: #fff;
    width: 100%;
    padding: 10px;
        border-radius: 24px;
        overflow: hidden;

}
.border-radius5{
    border-radius:5px;
}
.box_shadow{
    background: #ffffff;
    border-radius: 10px;
    
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}


.service_title{
    font-size: 16px;
    font-weight: bold;
    
    margin-bottom: 10px;
}















.form__group {
  position: relative;
  padding: 15px 0 0;
 
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border: 2px solid #9b9b9b;
  outline: 0;
 box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
      border-radius: 25px;
      color:#000;
      padding: 10px 15px;
      font-size: 15px;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 14px;
    cursor: text;
    top: 26px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #9b9b9b;
  top: 3px;
    left: 17px;
        background: #fff;
}

.form__field:focus {
  padding: 10px 15px;
  /*font-weight: 700;*/
  border-width: 2px;
  border: linear-gradient(to right, #11998e, #38ef7d);
  border-image-slice: 1;
  border-radius: 25px;
  border-color: #11998e;
}
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 15px;
  color: #11998e;
  font-weight: 700;

   top: 3px;
    left: 17px;
        background: #fff;
}

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none;
}





.box_view_text{
  
  font-weight: bold;
    color: #5c5c5c;
    border-radius: 5px;
    background: #4e559712;
    padding: 10px 15px;
}

.side_nav_button {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 11px;
    padding: 0px 16px;
    background: transparent;
    transition: background 0.3s;
    transition: padding 0.3s;

}

.side_nav_button:hover{
    background: #d1d1d163;
    padding-left: 20px;
}



.side_nav_button img{
        width: 22px !important;
}

.side_nav_button span{
    margin: 10px;
    font-size: 16px;
}

.side_nav_button_active{
    background: #000 !important;
    color:#fff;
    font-weight: bold;
}



/*loader*/

.loader{
    width: 100%;
    height: 20px;
    color: #fff;position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    text-align: center;background: #000;
    
    padding: 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lds-dual-ring {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.quality-options .quality-option span{
    
    font-size: 12px;

}
/*
.loader{
      display: flex;
        justify-content: center;
        align-items: center;
        position: absolute; 
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        z-index: 9999; 
}

.lds-dual-ring, .lds-dual-ring:before, .lds-dual-ring:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.lds-dual-ring {
  color: var(--main_text_color);
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.lds-dual-ring:before,
.lds-dual-ring:after {
  content: '';
  position: absolute;
  top: 0;
}
.lds-dual-ring:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.lds-dual-ring:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}
*/


/*loader v2 */
.loader_parent{
      display: flex;
        justify-content: center;
        align-items: center;
        position: absolute; /* Ensure the loader can center relative to its container */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        z-index: 9999; /* Ensure it appears above other elements */
}
.loader_v2, .loader_v2:before, .loader_v2:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader_v2 {
    
        
        
        
  color: var(--main_text_color);
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader_v2:before,
.loader_v2:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader_v2:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader_v2:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}
    


/*dim*/
.dim{
    width: 100%;
    height: 100%;
    /*background: #00000014;*/
    background:#0014 ;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.ensur{
    background: #fff;    border-radius: 4px;
    padding: 10px;
    width: 500px;
    max-width: 97%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);display:none;
    padding: 23px;
    border-radius: 17px;
}

.ensur .title{
    padding-bottom: 10px;
}
.ensur .cancel{
    width:calc(50% - 2px);
}
.ensur .okyy{
    width:calc(50% - 2px);

}





/*notify*/
.notify{

    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 215px;


}
.notify_ch{
    margin-top: 6px;
    padding: 0px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    overflow: hidden;transition: all .2s;

}

.noti_ch_wo{
   /* width: calc(100% - 25px);*/
    margin: 8px 20px;
}
.noti_ch_close{
    
    position: absolute;
    width: 12px;
    top: 0px;
    bottom: 0;
    left: 0;
   background: rebeccapurple;

}





.dorpdown_box{
    position: absolute;
    background: #000000bd;
    width: 200px;
    top: 55px;
    right: 0;
    border-radius: 7px;
    padding: 10px;
    opacity: 0;
    transition: all 0.3s;
    display: none;
    display: block;

}

.dorpdown_box_active{
    /*opacity: 1;*/
    /*top: 46px;*/
    
}


.language_button{
   transition: all 0.3s;
    border-radius: 10px;
    background: transparent;
    width: 100%;
                        display: flex;
                        color: #fff;
                        font-size: 17px;
                        align-items: center;
}

.language_button:hover{
   background: #525252;
    
}


#footer a{
    text-decoration: none;

    color: #fff;
    transition: color 0.3s;
}

#footer a:hover{
    color: #aaa;
}




/*toggle nenu st */
/* mobile menu toggle button */
.menu-toggle {
    position: relative;
    display:  inline-block;
    width: 40px;
    height: 30px;
    margin: 25px;
}
.menu-toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: .2s;
  transition: background-color 0.3s;
}
.menu-toggle span:before, .menu-toggle span:after {
    position: absolute;
    content: '';
}
.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
    width: 39px;
    height: 6px;
    background-color: #000;
    display: block;
  opacity: 1;
      border-radius: 10px;
    margin: 0;
}
.menu-toggle span:before {
    margin-top: -12px;
    transition-property: margin, transform;
    transition-duration: .2s;
    transition-delay: .2s, 0;  
}
.menu-toggle span:after {
    margin-top: 12px;
    transition-property: margin, transform;
    transition-duration: .2s;
    transition-delay: .2s, 0;  
}

.menu-toggle-active span {
  background-color: rgba(0,0,0,0);
    transition: 0.3s background-color;
}
.menu-toggle-active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0, .2s;
}
.menu-toggle-active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0, .2s;
}




/* fonts */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}












/*ensure*/
.dim{
    width: 100%;
    height: 100%;
    /*background: #00000014;*/
    background:#0014 ;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.ensur{
    background: #fff;    border-radius: 4px;
    padding: 10px;
    width: 500px;
    max-width:97%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);display:none;
    padding: 23px;
    border-radius: 17px;
}

.ensur .title{
    padding-bottom: 10px;
}
.ensur .cancel{
    width:calc(50% - 2px);
    justify-content: center;
    border-radius: 10px;border-radius: 10px;display: flex;
}
.ensur .okyy{
    width:calc(50% - 2px);
    justify-content: center;
    border-radius: 10px;border-radius: 10px;display: flex;

}



.fixed_header_is {
    position: fixed !important;
    /* box-shadow: 2px 0px 7px 0px #4f4f4f; */
    box-shadow: rgba(0, 0, 0, 0.24) 1px 2px 8px;
}





.one_tr td {
    text-align:center;    padding: 10px 5px;
}

td:first-child {
    
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}
td:last-child {
   
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
}




.one_tr th {
    text-align:center;    padding: 10px 5px;
}

th:first-child {
    
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}
th:last-child {
   
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
}



/*turn button */
.turn_but{

    width: 45px;
    height: 23px;
    border-radius: 20px;
    background: #dadada;
    padding: 2px;
    cursor: pointer;overflow: hidden;
    display:flex;

}

.turn_but_c{

    width: 20px;
    border-radius: 50%;
    background: #828181;
    height: 100%;

}

.tb_active{
    justify-content: flex-end ;
    background: #007bff ;
}

.tb_c_active{
    background: #fff ;
}


dfn {
 
  padding: 0 0.4em;
  padding:0px;
  
  font-style: normal;
  position: relative;
  
}
dfn::after {
  content: attr(data-info);
  display: inline;
  position: absolute;
  top: 25px; left: -4px;
  opacity: 0;
  width: 188px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5em 0.8em;
  background: rgba(0,0,0,0.8);
  color: #fff;
  pointer-events: none; /* This prevents the box from apearing when hovered. */
  transition: opacity 250ms, top 250ms;
  border-radius:10px;
  
}
dfn::before {
  content: '';
  display: block;
  position: absolute;
  top: 16px; left: 3px;
  opacity: 0;
  width: 0; height: 0;
  border: solid transparent 6px;
  border-bottom-color: rgba(0,0,0,0.8);
  transition: opacity 250ms, top 250ms;
}
dfn:hover {z-index: 2;} /* Keeps the info boxes on top of other elements */
dfn:hover::after,
dfn:hover::before {opacity: 1;}
dfn:hover::after {top: 21px;}
dfn:hover::before {top: 10px;}
