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

::-webkit-scrollbar-thumb {
  background-color: #b6b6b6;
  border: 1px solid white;
}

::-webkit-scrollbar-thumb:hover {
  background-color: gray;
}


.custom-input {
    width: 150px;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #ccc; /* обычная рамка */
    border-radius: 4px;
    outline: none; /* убираем стандартную обводку */
    background: none;
}

.custom-input:focus {
    border: 2px solid #4d97f8;
}

#accessDenied {
align-items: center;
flex-direction: column;
gap: 15px;
font-size: 14px;
}

#accessAlert {
align-items: center;
flex-direction: column;
gap: 10px;
}

.bundle-popup {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background: #ff2e8a;
  color: white;
  padding: 8px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
}

.bundle-popup__arrow {
  position: absolute;
  top: 100%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ff2e8a;
  transform: translateX(-50%);
}


#bundleContainer {
display: none;
padding-bottom: 10px;
flex-wrap: wrap;
justify-content: center;

}
      
#bundleContainer button{
  border: 0px;
  background: transparent;

   padding: 0px 10px;
    padding-top: 5px;
   
}
      
#bundleContainer button img{
  width:50px;
 
  
}




   #bundleContainer button img:active {
   

  

}

      
      
      #tabContainer {
        padding: 10px;
        display: none;
        visibility: hidden;
      }

      
      
      
      #DownloadHelpContainer {
    padding: 15px;
      }
  
      
      #downloadHelp {
        text-align: center;
    background: #fffcde;
    border: none;
    padding: 15px 10px;
    transition: background-color 0.3s, filter 0.3s;
    border-radius: 5px;
    width: 205px;
    font-size: 12px;
    color: #836d4b;
}
      
     
      
     

      #tabContainer button {
          color: inherit;
        border: none;
        background: none;
        padding: 10px 10px;
        margin: 0;
        cursor: pointer;
        position: relative;
        
      }
      
 

     
      
     
      
      #tabContainer button:hover {
        color: #6ba6ff; /* Change this to the color you want when hovered */
      }
      
       #tabContainer button:focus {
        font-weight: bold; /* Change this to the color you want when hovered */
      }


#languageSelector {
    position: fixed;
    top: 5px;
    right: 5px;
}

#enFlag, #ruFlag{
    /* width: 30px; */
    height: 20px;
    cursor: pointer;
    border: 1px solid #85858529;
}

.ruFlag {
   padding-right: 5px;
    height: 10px;
   
}



#enFlag:hover, #ruFlag:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#enFlag:active, #ruFlag:active {
  transform: scale(0.98);
}



body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    background-attachment: fixed;
    overscroll-behavior: none;
}

.tooltip {
    position: absolute;
    display: none;
    padding: 5px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    pointer-events: none;
    font-size: 12px;
    z-index: 9999; /* Чтобы подсказка была наверху других элементов */
   
  max-width: 230px;
}

#Container {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#progressContainer {
    
        
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    align-items: center;
    height: 100%;
    
    display: flex;
    
}

#CircleContainer {

}

#progressCircle, #progressCircleStart {
    border: 2px solid #d1d1d147;
    border-top: 2px solid #4d97f8;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    width: 30px;
    height: 30px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


#guard {
       
    font-size: 70px;
    cursor: pointer;
    text-align: center;
    transition: color 0.3s;
    position: relative;
    /* margin: 20px; */
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
    /* align-content: flex-start; */
    /* justify-content: space-evenly; */

}

#login2 {
    /* overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 100px; */
           
           
    display: flex;
    align-items: center;
}

#login2:hover {
    white-space: normal;
}

#login:hover, #login2:hover, #password:hover, #password2:hover, #guard:hover  {
    color: #6ba6ff;
    transition: color 0.3s;
    cursor:pointer;
}

#login.clicked, #login2.clicked, #password.clicked, #password2.clicked, #guard.clicked {
    color: #a7d95c;
}



#accountContainer, #accountContainer2 {
    font-size: 18px;
    display: flex;
   
    /* background: #00000070; */
    
}

#RentContainer {
        align-items: center;
        display: none;
        padding: 10px;
        
   
}

#progressContainerMore {
    padding: 10px;
}



#accountButtonContainerColor{
        display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
   

}

#RentContainerColor {
    
    
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: stretch;
    align-items: center;
}

#RentStatusTitle {
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    display: none;
}

#RentStatusSub  {
    font-size: 14px;
    padding-bottom: 5px;
    display: none;
    text-align: center;
}




#PlayTimeContainer {
        font-size: 12px;
    display: flex;
    /* background: #00000070; */
   
    /* color: #29832a8c; */
    align-content: flex-end;
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* justify-content: space-evenly; */
    align-items: center;
    color: gray;
}

#PlayTimeTitle {
    padding: 2px;
    
}

#PlayTime {
    padding: 2px;
    /*font-size: 25px;*/
}

#RentStatusDot {
    /* padding: 5px; */
    font-size: 20px;
}

#accountTitle, #accountTitle2, #accountContainerTitle, #accountContainerTitle2 {
   padding: 10px;
   font-weight: bold;
       font-size: 18px;
}

#accountContainerTitle, #accountContainerTitle2 {
 
display: none;
    align-items: center;
    flex-direction: column;
}

#accountContainer2 {
    display: none;
}

#accountData {
    padding: 10px;
}

#password {
    cursor:pointer;
    top:20px;
}

#buttonContainer {
    /* height: 50px; */
    /* width: 100px; */
    display: flex;
    padding: 20px;
    height: 50px;
    align-items: center;
    /* background: #0000005e; */
    /* flex-direction: column; */
    
}

#SideButtonsContainer{
    align-items: center;
    position: relative;
    display: flex;
    
}




#buttonContainer{
    padding: 20px;
}

#MainButton, #requestGuardButton, #requestRentButton {
    z-index: 0;
    transition: transform 0.5s ease-out;
    background-color: #4d97f8;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, filter 0.3s;
    border-radius: 5px;
    width: 200px;
    height: 50px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

#requestRentButton {
   background-color: #96cb00;
   display:none;
   
}

#requestRentButton {
    display: none;
}



#SideButton{
    color: inherit;
    background-color: #ffffff00;
    
    border: 1px solid gray;
    
    cursor: pointer;
    transition: background-color 0.3s, filter 0.3s;
    border-radius: 5px;
    font-size: 12px;
    align-items: center;
    width: 120px;
    height: 30px;
    text-align: center;
     margin: 3px;
     display: flex;
    /* flex-direction: row; */
    /* align-content: center; */
    justify-content: center;
}

#SideButton:hover{
    border: 1px solid #6ba6ff;
    color: #6ba6ff;
}

#requestGuardButton:hover, #MainButton:hover {
    background-color: #57bbf9;
}
#requestRentButton:hover {
    background-color: #bae873;
    }

#eventsLogContainer {
    font-size: 12px;
    color: gray;
   
    padding: 23px;
    
    
    

}

#LogContainer {
    font-size: 12px; 
    display:flex;
    justify-content:center;
    
   
    
}



 
#accountButtonContainer {
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
     user-select: none;
}

#RentProgress {
    font-size: 12px;
    color: gray;
    position:relative;
    text-align: center;
    padding-top: 10px;
    display: none;
  
}



#logTitleVariable {
   padding: 10px;
    position: absolute;
   
}

#blockedMessage, #errorMessage, #badRequest, #Browser, #errorSubMessage {
    font-size: 12px;
    position: absolute;
    top:20px;
    color: #ffffff;
    display: none;
    text-align: center;
    background: #ff2e8a;
    border: none;
    padding: 8px;
    transition: background-color 0.3s, filter 0.3s;
    border-radius: 5px;
    /* width: 355px;*/
    display: inline-block;       /* нужно, чтобы размер зависел от контента */
   /* ширина равна контенту */
  max-width: 400px;            /* но не больше 200px */
  margin: 0px 10px;
  
}