﻿body {
    font-family: Roboto-Black !important;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 5pt;
    background: url('../config/blur_edges.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: Black;
    
}

.second {
    position: fixed;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(5, 5, 5, 0.8 );
    padding: 40px 60px;
    color:white
}

    .second td {
        text-align: center;
        vertical-align: middle;
    }

    .second .labels {
        color: white;
        /* padding-left: 50px; */
        text-transform: uppercase;
        text-align: left;
        padding-top: 15px;
    padding-bottom: 5px;
    }

    .second input[type=text], .second input[type=password],.second input[type=button],.second input[type=submit] {
        
        width: -webkit-fill-available;
        border-radius: 5px;
        border: none;
        padding: 10px;
    }
    .second input[type=submit]
    {
        width:120px
    }
.logo {
    height: 80px;
    width: 250px;
    margin-bottom: 40px;
    
}

p {
    color: white;
}
.BtnClass {
            
           
            background-color: #EA1C0C;
            color: white;
        /* padding-left: 50px; */
        text-transform: uppercase;
            text-align: center;
                margin-top: 15px;
                cursor:pointer
           
        }
.BtnClass:hover{
    transform: scale(1.01) perspective(1px)
}
.forgetpwd{
        color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    text-align: right;
    width: 100%;
}
.forgetpwd a {
    color: #FFFFFF;
    text-decoration: none;
}
.txt{
    font-size:12px;
    color:#ffffff;
    cursor:pointer
}
.txt a{
   text-decoration: none;
}



.container.blur {

  filter: blur(5px);
      height: 100%;

}


.modal {

  position:fixed;

  top:0;

  left:0;

  display: flex;

  width:100%;

  height:100vh;

  justify-content:center;

  align-items:center;

  opacity:0;

  visibility:hidden;

}

 

.modal .content {

  position:relative;

  padding:10px;

  width:400px;

  height:300px;

  border-radius:8px;

  background-color:#fff;

  box-shadow: rgba(112,128,175,0.2)0px 16px 24px 0px;

  transform: scale(0);

  transition: transform300ms cubic-bezier(0.57,0.21,0.69,1.25);

}

 

.modal .close {

  position:absolute;

  top:5px;

  right:5px;

  width:30px;

  height:30px;

  cursor:pointer;

  border-radius:8px;

  background-color:#7080af;

  clip-path: polygon(0 10%,10% 0,50% 40%,89% 0,100% 10%,60% 50%,100% 90%,90% 100%,50% 60%,10% 100%,0 89%,40% 50%);

}

 

.modal.open {

  opacity:1;

  visibility:visible;

}

.modal.open .content {

  transform: scale(1);

}

.blurredImage{
    backdrop-filter: blur(5px);
}

.close{
        position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    cursor: pointer;
    fill: lightgray;
}
.close:hover{
    fill:#7080af
}
.languages{
    color: White;
    background-color: transparent;
    font-size: 18px;
    width: 95px;
    border-radius: 20px;
    padding: 2px 5px;
}

 .rcorners2 {
           border-radius: 10px;
    padding: 0px;
    width: 700px;
    /* top: 0; */
    /* right: 0px; */
    height: 400px;
    background-color: white;
    display: none;
    overflow: auto;
    vertical-align: middle;
    padding-left: 2em;
    padding-right: 2em;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
           
           
        }

 .rcorners2::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

  #previousversion {
    background-color: white;
    
    min-width: 300px;
    /* color: black; */
    min-height: 300px;
    /* padding-top: 10px; */
    padding-left: 30px;
    /* align-self: center; */
    width: auto;
    height: 400px;
    /* position: absolute; */
    /* top: 5%; */
    /* left: 32%; */
    /* z-index: 999; */
    /* overflow-y: scroll; */
    overflow: hidden;
    align-content: center;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

        
        .ver{
             font-size:18px;
             
            color: #333333 ;
         }
         .verinfo{
             font-size:13px;
       
             
             color:#333333 ;
         }
         hr {
    border: 0.1px dotted grey;
    margin-left: 0px;
    width: 270px;
    opacity: 0.3;
}