

.buttons:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(238, 238, 238, 0);
  border-top-color: #eee;
  border-width: 10px;
  margin-left: -10px;
}
.button {
  
  
  outline: none;
  cursor: pointer;
  color: white;
  background-color: #7F8C8D;
  border: none;
  border-radius: 4px;
}
#play-button {
  background-color: #2ECC71;
}
#play-button:hover {
  background-color: #27AE60;
}
#pause-button {
  background-color: #E67E22;
}
#pause-button:hover {
  background-color: #D35400;
}
#stop-button {
  background-color: #E74C3C;
}
#stop-button:hover {
  background-color: #C0392B;
}
#pause-button,
#stop-button {
  margin-left: 5px;
}
iframe {
  margin: 0 auto;
  width: 100%;
  height: 315px;
  float: left;
  clear: both;
  display: block;
  background-color: #eee;
}
.myborder{
          
  border: 1px solid grey;
  border-radius: 10px;
  min-height: 300px;
  margin-top: 10px;
          }

.captchabg{
           
background-image: url("../../assets/img/captcha-bg.png") !important; 

    height: 52px; 
    width: 90%;
    font-weight: bolder;
    color: #7e4b8b  !important;
    font-size: 25px !important;
    letter-spacing: 15px;

           }          

.titletext{
           
  font-size: 20px;




           }          

.mychartborder{
    
      border: 1px solid grey;
      border-radius: 10px;           

               }           

.tblborder{
           
     border: 1px solid grey;
   
    border-radius: 10px;

           }  
.rowtblmargin{
             margin: 1px; 
             margin-top: 10px;

              }

.form-control1 {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    width: 80%;
    height: calc(2.75rem + 2px);
    padding: 0.625rem 0.75rem;
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);

    border: 1px solid #cad1d7;
    border-radius: 0.375rem;
   
    background-clip: padding-box;
    box-shadow: none;
}


.mycolor1{
         background-image: -webkit-linear-gradient(90deg,#8bb111  0%,#45b649  100%);     

          }

.mycolor2{
          
background-image: -webkit-linear-gradient(90deg,#11998e  0%,#1bbf59  100%);
          }


.mycolor3{
          
background-image: -webkit-linear-gradient(90deg,#ee0979 0%,#ff6a00 100%);
          }   


.mycolor4{
          
background-image: -webkit-linear-gradient(90deg,#ee09dc 0%,#d1088c 100%);

          }


.border1{ 
 
    
    min-height: 200px;
    color: white;
    font-size: 26px;
    font-weight: bold;
    border-radius: 30px; 
    margin-bottom: 2px;         
  }

  .myfontclr h1{
    color: white;
    font-size: 26px;

             }

.loginformstyl{
    
    border-radius: 10px;
    padding: 15px 15px 15px 15px;
    background-color: #ffffff;

}             
.bgsign{
        
  background-image: url("../../assets/img/background4.png") !important; 
    height: fit-content;   
        }

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(2.5rem + 0px) !important;
    width: 50px !important;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
    width: 470px !important;
}

.card-body {
    
    background-color: #f0f8ff !important;
}
.backgroundcolor{
                 
      background-color: #3b3452  !important;
                 }

.preview{
    color:#555 ;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    letter-spacing: 8px;
    border: 1px dashed #888888;
    font-family: monospace;
         } 
  .captcha-refresh{
       width: 40px;
       border: none;
       outline: none;
       background: #888;
       color:#eee ;
       cursor: pointer;           

  }      







.wrapper{
  
  width: 100%;
  
 
 
}

.wrapper header{
  color: #4db2ec;
  font-size: 33px;
  font-weight: 500;
  text-align: center;
}
.wrapper .captcha-area{
  display: flex;
  height: 65px;
  margin: 30px 0 20px;
  align-items: center;
  justify-content: space-between;
}
.captcha-area .captcha-img{
  height: 100%;
  width: 430px;
  user-select: none;
  background: #000;
  border-radius: 5px;
  position: relative;
}
.captcha-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.95;
}
.captcha-img .captcha{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  color: #528b59;
  font-size: 35px;
  text-align: center;
  letter-spacing: 10px;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 2px #b1b1b1;
  font-family: 'Noto Serif', serif;
}
.wrapper button{
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #007bff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.wrapper button:hover{
  background: #2fa5e9;
}
.captcha-area .reload-btn{
  width: 75px;
  height: 100%;
  font-size: 25px;
}
.captcha-area .reload-btn i{
  transition: transform 0.3s ease;
}
.captcha-area .reload-btn:hover i{
  transform: rotate(15deg);
}
.wrapper .input-area{
  height: 60px;
  width: 100%;
  position: relative;
}
.input-area input{
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
}
.input-area input:is(:focus, :valid){
  padding-left: 19px;
  border: 2px solid #4db2ec;
}
.input-area input::placeholder{
  color: #bfbfbf;
}
.input-area .check-btn{
  
  right: 7px;
  top: 50%;
  font-size: 17px;
  height: 45px;
  padding: 0 20px;
  opacity: 0;
  pointer-events: none;
  margin-top: 10px;
  margin-bottom: 10px; 
  float: right;
}
.input-area input:valid + .check-btn{
  opacity: 1;
  pointer-events: auto;
}
.wrapper .status-text{
  display: none;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 -5px;
}

@media (max-width: 506px){
  body{
    padding: 0 10px;
  }
  .wrapper{
    padding: 22px 25px 35px;
  }
  .wrapper header{
    font-size: 25px;
  }
  .wrapper .captcha-area{
    height: 60px;
  }
  .captcha-area .captcha{
    font-size: 28px;
    letter-spacing: 5px;
  }
  .captcha-area .reload-btn{
    width: 60px;
    margin-left: 5px;
    font-size: 20px;
  }
  .wrapper .input-area{
    height: 55px;
  }
  .input-area .check-btn{
    height: 40px;
  }
  .wrapper .status-text{
    font-size: 15px;
  }
  .captcha-area .captcha-img{
    width: 250px;
  }
}
