 

body{
  background-color:white;
 }                                             @media (max-width: 450px) {
      .buttonV,.buttonVPN {
         max-width:80%;
         max-height:80%;
         font-size:80%;
      }
    }
 
   /* unvisited link */
a:link {
  color:dodgerblue;
  text-decoration: none;
  
}


/* mouse over link */
a:hover {
  color: #DAA520;
  text-decoration: none;
  font-size:110%
}

/* selected link */
a:active {
  color: blue;
  text-decoration: none;
  font-size:110%
}
html{
font-family:Calibri;
max-width:80%;
margin:auto;
background-color:white;
color:rgb(69, 100, 136);

line-height: 1.5em;
}
input:placeholder-shown {
  border: 5px solid lightblue;
  font-style: italic; 
}

select {
    font: inherit;
}


label{
    display: inline-block;
    text-align: left;
    margin-left:3%
    
}

input[type=text], input[type=url], input[type=email], input[type=tel] {

  display: inline-block;
  width: 35%;
  height: 1.5em;
    line-height: 2em; font-size: .9vm;
    border-radius: 0px; ;
    background-color:white;
    border:1px solid lightblue;
   
    
}
input[type=password], input[type=textarea] input[type=number] {

  display: inline-block;
  width: 20%;
  height: 1.5em;
    line-height: 2em; font-size: .9vm;
    border-radius: 0px; ;
    background-color:white;
    border:1px solid lightblue;
  }

    
table {
  max-width: 90% ;
  margin-left:auto; 
  margin-right:auto; 
  border-collapse: collapse;
  overflow: hidden;
}



form{
  max-width: 80%;
  margin-left:auto; 
  margin-right:auto; 
  padding:10px;
  border:1px solid lightblue;
  background:#F0F8FF;
  font-size:100%;
  border-radius: 10px;
  display:none
}
#radio, #radio2,#logo,#logo2,#logo3 {
  max-width: 80%;
  margin-left:auto; 
  margin-right:auto; 
  padding:0px;
  border:0px solid lightblue;
  background:#F0F8FF;
  border-radius: 0px;
}

#pricing {
  max-width: 80%;
  margin-left:auto; 
  margin-right:auto;
  font-size:100%; 
  padding:0px;
  border:1px solid lightblue;
  background:#F0F8FF;
  border-radius: 0px;

  
}


#pricing td, #pricing th {
  border: 1px solid #ddd;
  padding: 8px;
}

#pricing tr:nth-child(even){background-color: white;}
#pricing tr:nth-child(odd){background-color: white;}

#pricing tr:hover {background-color: #ddd;}

#pricing th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-size:100%;
  background-color: #F0F8FF;
  color:rgb(50, 78, 168);

}



#IDSubmit,#MFASubmit,#rotateKeys,#viewKeys,#viewLogs,#closeLogs,#saveLogs,#cancel{
  border-radius: 20px;
 font-family:Calibri;
  color: white;
  font-size: .9vm;
  background: rgb(45, 73, 153);
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

#IDSubmit:hover,#MFASubmit:hover, #rotateKeys:hover,#viewLogs:hover,#closeLogs:hover,#saveLogs:hover,#viewKeys:hover,#cancel:hover{
  background: rgba(6, 95, 150, 0.61);
  text-decoration: none;
}
#submit, #keybutton,#verifyVPN,#getVPNConfig{
  border-radius: 20px;
 font-family: Calibri;
  color: #ffffff;
  font-size: .9vm;
  background: rgb(45, 73, 153);
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
#submit:hover, #update:hover, #keybutton:hover{
  background: rgba(6, 95, 150, 0.61);
  text-decoration: none;

  
}

.buttonV{
  border-radius: 20px;
 font-family: Calibri;
  color: #ffffff;
  font-size: 1em;
  float:right;
  background-image: linear-gradient(to right,rgb(85, 85, 145),rgb(85, 85, 145));
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
.buttonV{
  border-radius: 20px;
 font-family: Calibri;
  color: #ffffff;
  font-size: 1em;
  text-align:left;
  background-image: linear-gradient(to right,rgb(85, 85, 145),rgb(85, 85, 145));
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.center
{
    text-align:center;
}
 
#accountdetail {
    display: none;
  }
  #accountdetail2 {
    display: none;
  }

  #verify {
    display: none;
  }
  

  #PIN {
    display: none;
  }
  #ID {
    display: none;
    padding:10px;
    border:1px solid lightblue;
  background:#F0F8FF;
  border-radius: 5px;
  }
  #MFA {
    display: none;
  }
  #getKey {
    display: none;
  }
  #keyUpdate {
    display: none;
  }

  #upAnswer {
    display: none;
  }
  #hint {
    display: none;
  }
  #questions {
    display: none;
  }
  #upAccount {
    display: block;
    background:#F0F8FF;
  }
 
  #loader {
    display: none;
  }
  #cont3,#logit,#newusecase {
    display: none;
  }
  
  

  .question {
  background-color: blue; /* Green */
  border: none;
  color: white;
  padding: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1vm;
}
.buttonV:hover,.buttonVPN:hover{
  background: rgba(6, 95, 150, 0.61);
  text-decoration: none;
}

.buttonV{
  border-radius: 20px;
 font-family: Calibri;
  color: #ffffff;
  font-size: 1em;
  text-align:left;
  background-image: linear-gradient(to right,rgba(6, 95, 150, 0.61),rgba(6, 95, 150, 0.61));
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}


.buttonV{
  border-radius: 20px;
 font-family: Calibri;
  color: #ffffff;
  font-size: 1em;
  text-align:left;
  background-image: linear-gradient(to right,rgba(6, 95, 150, 0.61),rgba(6, 95, 150, 0.61));
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

 
.dropbtn {
  
  border-radius: 49%;
 font-family: Calibri;
  color:white;
  min-width: 260px;
  min-height:130px;
   font-size: 2em;
  background:rgba(6, 95, 150, 0.61);
  padding: 15px 15px 15px 15px;
  text-decoration:#003cb3 ;
  background-image: url('img/Verviam Spiral Logo no text.png');
  border-style:solid;
  background-size: 300px 154px;
  border-color:#003cb3;
  text-align:right;
  
}
  
  .dropdown {
  position: relative;
  display: inline-block;
  
  }
  
   .dropdown-content {
display: none;
border-radius: 10%;
position: absolute;
min-width: 250px;
background-image: linear-gradient(to right,#304c83,#304c83,#304c83,#304c83,rgba(6, 95, 150, 0.61),#DAA520);box-shadow: 0px 8px 1vm 0px rgba(0,0,0,0.2);
z-index: 1;
}
   .dropdown-content a {
    color: #DAA520;
    padding: 12px 1vm;
    font-size: 100%;
    text-decoration: none;
    display: block;
    border-radius: 20px;
    
  }
  h1 {
    text-align:center;
} 
#btnctr {
  text-align: center;
  margin-left:10%;
  margin-right:10%;
  }

.dropdown-content a:hover {background-color:rgb(51, 102, 153);}
.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: rgb(45, 73, 153);}

  .symbol {
          font-family: Unicode;
          font-size:200%;
          font-weight: bold;
      }
         
  .vervstyle {
  
  color:#DAA520;
  font-weight: bold;
 
  font-size:120%;

}
      #head_background {
  background-image: url("img/spiral3.jpg");
  filter:drop-shadow(0 0mm 0.6rem #06488a brightness(82%)); background-repeat: no-repeat;
  opacity: 95%;
  border-radius:1%;
  background-size: cover; /* or contain */
            background-position: center;
            opacity: 95%;
            border-radius: 1%;
            height: 45vh; /* Ensure the div has a height */
         
 
}

.profile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 34px;
    max-width: 1000px;
    margin: 22px auto;
}

.profile-field {
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 10px;
}

.profile-field input,
.profile-field select {
    box-sizing: border-box;
    width: 100%;
    max-width: 260px;
}

.profile-full {
    grid-column: 1 / -1;
}

.profile-section {
    grid-column: 1 / -1;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid #d8e1ee;
}

.profile-section-title {
    font-weight: 600;
    color: rgb(45, 73, 153);
    margin-bottom: 10px;
}

 
#cont3 {
    width: 94%;
    max-width: 1200px;
    margin: 28px auto;
}

.logs-alert {
    margin: 0 0 22px 0;
    text-align: center;
    font-size: 1.05rem;
    color: #173f91;
}

.logs-toolbar {
    display: flex;
    align-items: center;
    gap: 28px;

    padding: 14px 20px;
    margin-bottom: 20px;

    background: #f7fbfd;
    border: 1px solid #b9d7e8;
    border-radius: 8px;
}

.logs-logo {
    width: 72px;
    height: auto;
    flex-shrink: 0;
}

.logs-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex: 1;

    color: #244f91;
}

.log-launch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    margin: 18px 0;
    color: #244f91;
}

.logs-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-top: 12px;
}

#cont2 {
    width: 94%;
    max-width: 1200px;
    margin: 25px auto 0 auto;
    overflow-x: auto;
}

#cont2 table {
    margin-left: auto;
    margin-right: auto;
}

#cont2 th {
    padding: 6px 10px;
    white-space: nowrap;
}

#cont2 td {
    padding: 4px 6px;
    white-space: nowrap;
}

  
 
     