:root {
    --main-color: #05a8b7;
}
@font-face {
    font-family: popp;
    src: url(Poppins-Medium.ttf);
  }
h1{
    font-family: "Atma";
    color: #ffe500;
}
.inputBox-password{
  -webkit-text-security:disc;
}
.container_btn{
    display:flex;
    
}
.serviceBox {
    color: #fff;
    background-color: #FFBFB3;
    font-family: "Bricolage Grotesque", sans-serif;
    text-align: center;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 0;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.serviceBox::before {    
      content: "";
      background-image: url('items-bg2.png');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.3;
      background-repeat:no-repeat;
      border-radius: 20px;
}
input{
    font-family:"popp";
    
}
.container_boxes{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    height: 80vh;
}
.container_btn button{
    background-color:#ffbfb3 !important;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    cursor:pointer;
    font-family: "Atma";
    margin: 30px 10px;
}
.container_btn button:hover{
    background-color:#ffe500 !important;
}

/*.serviceBox:before {*/
/*    content: "";*/
/*    background: #fff;*/
/*    width: calc(100% - 30px);*/
/*    height: calc(100% - 30px);*/
/*    border-radius: 30px;*/
/*    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3),*/
/*        0 0 0 8px rgba(255, 255, 255, 0.15);*/
/*    transform: translateX(-50%) translateY(-50%);*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    z-index: -1;*/
/*}*/

.serviceBox .title {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 30px;
    color:#004F37;
    font-family:"Atma";
    position: inherit;
}


.serviceBox .service-icon {
    font-size: 45px;
    line-height: 45px;
    margin: 0 auto 15px;
}

.serviceBox .description {
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    margin: 0;
    position: inherit;
    cursor: pointer;
    font-family:"atma";
    padding: 10px 20px;
    background-color: #99DDFF !important;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    color: #004F37 !important;
    font-weight:600;
    text-transform:uppercase;
}
.serviceBox .description:hover{
     background-color: #E6D505 !important;
}

@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 0 0 40px;
    }
}

table {
    border-collapse: collapse;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Arial;
    text-transform: capitalize;
}
table.center {
    margin-left: auto; 
    margin-right: auto;
  }

td,
th {
    padding: 10px;
}

th {
    background-color:  #004F37;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid  #000000;;
}

td {
    color: #000;
    border: 1px solid #000000;
    font-size: 18px;
}

tr {
    background-color: #f9fafb;
}

tr:nth-child(odd) {
    background-color: #ffffff;
}

.pagination {
    list-style-type: none;
    padding: 10px 0;
    display: inline-flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-left: 300px;
    margin-right: 0;
}

.pagination li {
    box-sizing: border-box;
    padding-right: 10px;
    margin-left: 1px;
}

.pagination li a {
    box-sizing: border-box;
    background-color: #e2e6e6;
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #616872;
    border-radius: 4px;
}

.pagination li a:hover {
    background-color: #d4dada;
}

.pagination .next a,
.pagination .prev a {
    text-transform: uppercase;
    font-size: 16px;
}

.pagination .currentpage a {
    background-color: #727e8b;
    color: #fff;
}

.pagination .currentpage a:hover {
    background-color: #727e8b;
}

.alert.info {
    padding: 20px;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    background-color: #a1b19e;
    text-transform: capitalize;
}

  .container h2{
  font-size: 22px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  }
  .container form{
    padding: 30px 0 0 0;
  }
  .container form .form-row{
    display: flex;
    margin: 32px 0;
  }
  form .form-row .input-data{
    width: 100%;
    height: 40px;
    margin: 0 20px;
    position: relative;
  }
  .submit-btn .input-data input{
  border: none;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
body{
    /*background-image: url(img/bg-light.jpg)!important;*/
    background-image: url(img/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
  }

  * {
    box-sizing: border-box;
    color: #99ddff; 
  }
  
  @font-face {
    font-family: atma;
    src: url(Atma-Medium.ttf);
  }
  
  
  button {
    padding: 20px 40px;
    color: whitesmoke;
    background-color: rgb(36, 159, 235);
    font-size: 15px;
    margin: 30px 0px 0px;
    width: 50%;
    text-align: center;
    border-radius: 5px;
  }
  label {
    display: block;
    margin-bottom: 8px;
    font-family: "Atma";
    color: #99ddff;
    font-size:20px;
  }
  
  .bold {
    font-weight: bold;
  }
  
  .info {
    font-style: italic;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }
  
  ::-webkit-input-placeholder {
    /* Edge */
    color: rgba(255, 255, 255, 0.4);
  }
  
  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.4);
  }
  
  ::placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  
  form {
    text-align: center;
  }
  
  input[type="text"],
  input[type="password"],
  button {
    position: relative;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    text-align: center;
    padding: 5px;
    border: none;
    border-bottom: 2px solid white;
    font-size: 1em;
    margin-bottom: 15px;
    background: none;
    color: white;
    /* text-decoration: underline; */
    /* padding: 1em 0; */
  }
  
  form {
    
    max-width: 400px;
    margin: 100px auto;
    border-radius: 50px;
    padding: 20px;
    background: #20612e;
  }
  
  button:hover {
    background: rgb(229, 255, 0);
  }
  
  button:active {
    background: rgba(255, 255, 255, 0.3);
  }
  
  .word,
  .hint {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    max-width: 100vw;
  }
  
  .word span {
    border-bottom: 2px solid white;
    padding: 10px;
    /* not ideal for long words */
    margin: 10px;
    width: 30px;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
  }
  
  .hint {
    top: 92%;
  }
  
  .guessed span {
    text-transform: uppercase;
  }
  
  .hangman svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30vw;
    height: 40vh;
    transform: translate(-50%, -50%);
  }
  
  .hangman line,
  .hangman circle {
    stroke: white;
    stroke-width: 4;
    fill: none;
  }
  
  .hangman .draw {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 2s linear forwards;
  }
  
  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
  
  .aux-modern-heading-primary {
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 47px;
    letter-spacing: -1px;
    color: (rgb(229, 255, 0));
    margin: 0px 0px 0px 0px;
    padding: 23px;
  }
  
  .registerbtn {
    background-color: #ffbfb3 !important;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    font-family: "Atma";
    margin: 30px 10px;
  
  }
  .registerbtn:hover{
      background-color: #ffe500 !important;
  }
  .titlep{
      color:#ffe500;
      font-family:"popp";
  }
  .aux-modern-heading-primary{
  font-family:"Atma", Sans-serif;
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 57px;
    letter-spacing: -1px;
    color: #99ddff;
    margin: 0px 0px 0px 0px;
  }
  
.navigation {
    width: 12%;
    /*background-color: #859e32;*/
    float: right;
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
  }
  
  .logout {
    font-size: .8em;
    font-family:"Atma", Sans-serif; 
    position: relative;
    /*right: -18px;*/
    bottom: -4px;
    overflow: hidden;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px;
    width: 100px;
    height: 40px;
    background-color:#FFE500 !important;
    font-weight: 500;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    cursor:pointer;
    color:#fff !important;
    font-weight:600;
}
.logout .spanText{color:#fff !important;}
  .button {
  text-align: center;
  /*float: right;*/
  padding: 12px;
  margin: 15px;
  color: white;
  width: 20px;
  /*transition: width .35s;
  -webkit-transition: width .35s;
  overflow: hidden*/
}

a:hover {
  width: 100px;
  text-align: center;
}

a:hover .logout{
  opacity: .9;
}

a {
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 600px) {
    .container_boxes{
        flex-wrap: wrap;
    }
    .navigation{
        margin: auto;
        width:50%;
        margin-bottom: 20px;
    }
    .logout{
        margin: auto;
    }
    .form{
        max-width: 700px;
    }
}