@import url('https://fonts.googleapis.com/css2?family=Barlow&family=PT+Sans&display=swap');
:root {
    --deepest-blue: #07294d; 
    --deep-blue: #295daf;
    --light-blue: #09abf0;
    --lighter-blue:#75bff4 ;
    --white: #ffffff;
    --white_one: #f7f7f7;
    --white_two: #e7e6e2;
    --white_three: #e2e2e2;
    --red: #c30010;
    --red-1: #d1001f;
    --red-2: #de0a26;
    --red_:#FF0000;
    --crimson:#DC143C;
    --bad-red: #750000;
    --ubuntu: 'Ubuntu', sans-serif ;
    --ubuntu-light: 'Ubuntu light', sans-serif;
    --ubuntu-regular: 'Ubuntu regular', sans-serif;
    --ubuntu-bold: 'Ubuntu bold', sans-serif;
    --ubuntu-medium: 'Ubuntu Medium', sans-serif;
    --playfair: 'Playfair Display', sans-serif;
    --playfair-light: 'Playfair Display Light', sans-serif;
    --playfair-regular: 'Playfair Display Regular', sans-serif;
    --playfair-medium: 'Playfair Display Medium', sans-serif;
    --playfair-bold: 'Playfair Display Bold', sans-serif;
    --montserrat: 'Montserrat', sans-serif;
    --montserrat-light: 'Montserrat Light', sans-serif;
    --montserrat-regular: 'Montserrat Regular', sans-serif;
    --montserrat-bold: 'Montserrat Bold', sans-serif;
    --montserrat-medium: 'Montserrat Medium', sans-serif;
}


* {
    box-sizing: border-box;
}
html {
    min-height: 100%;
}
body {
    margin: 0;
    padding:0;
    font-family: var(--montserrat-light);
    background: 
    repeating-radial-gradient(circle,
     var(--white)0% 20%, 
     var(--white_one)20% 40%, var(--white)40% 60%,
       var(--white_one)60% 70%, 
     var(--white)70% 80%, var(--white_one)80% 100% );
     max-height: 100vh;
     animation: fadeIn 3s ease forwards;
     transition: .2s ease-in-out;
}

textarea {
    width: 100%;           
    height: 150px;            
    padding: 15px;           
    font-size: 16px;          
    font-family: Arial, sans-serif; 
    border: 2px solid #ccc;    
    border-radius: 8px;      
    background-color: #f9f9f9;
    resize: vertical;         
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    outline: none;             
    transition: border-color 0.3s ease; 
    }

textarea:focus {
    border-color: #0066cc;     
    background-color: #fff;    
}

@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }


body::-webkit-scrollbar {
  width: .5em;
  height: .5em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--deep-blue)0% 50%, var(--deepest-blue)50% 100%);
  outline: 1px solid slategrey;
  border-radius: 35px;
}


/* -------------------------cbt forms ----------------------- */

.cbt-route, .routeTest {
    width: 80%;
    margin: auto;
    padding: 20px;
    margin-top: 100px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    gap: 20px;
    box-shadow: 2px 2px 10px #b6b6b6;
}

.cbt-route h1, .routeTest h1{
    font-size: 25px;
    font-family: var(--montserrat-bold);
    font-weight: bolder;
    color: #07294d;
}

.cbt-route form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:left;
    padding: 10px;
    width: 100%;
}


.cbt-route form input , .cbt-route form select, .cbt-route form button{
    padding: 14px 18px;
    margin-top:10px;
    border: none;
    outline: none;
    background: #ccc;
    width: 100%;
}

.cbt-route form textarea {
    padding: 14px 18px;
    margin-top:10px;
    border: none;
    outline: none;
    background: #ccc;
    width: 100%;
    
}

.routeTest a, .cbt-route a{
    text-decoration: none;
    font-size: 15px;
    font-weight: bolder;
    font-family: var(--ubuntu-regular);
    color: #4ca50f;
}

/* --------------------------------Edit form for CBT--------------------------------------- */

.cbt-routes {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    display: flex;
    flex-direction:row;
    justify-content: left;
    align-items: center;
    overflow: auto;
    box-shadow: 2px 2px 10px #b6b6b6;
    font-family: var(--montserrat-regular);
}


.cbt-routes::-webkit-scrollbar {
    width: .5em;
    height: .5em;
  }
   
  .cbt-routes::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  .cbt-routes::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--deep-blue)0% 50%, var(--deepest-blue)50% 100%);
    outline: 1px solid slategrey;
    border-radius: 35px;
  }

.cbt-routes form input , .cbt-routes form select{
    color: #4ca50f;
    border: none;
    outline: none;
    background-color: none;
    background: none;
    padding: 0;
}

.cbt-routes form input:not(.divall-on input, .divall-ons input), .cbt-routes form select:not(.divall-on select, .divall-ons input){
    width: 100%;
}

.cbt-routes form button {
    position: absolute;
    font-size: 2rem !important;
    right: 0;
    top: 2px;
    color: #4ca50f !important;
    border: none;
    outline: none;
    background-color: none !important;
    background: none !important;
    padding: 0;
   
}

.bi{
    transition: .4s;
}

.cbt-routes form button:hover .bi{
   color: #007bff;
}
.cbt-routes a:nth-child(odd) {
    position: absolute;
    font-size: 1.5rem;
    color: #ff0000;
    right: 55px;
    bottom: 0px;
    text-decoration: none;
}

.cbt-routes a:nth-child(even) {
    position: absolute;
    font-size: 1.5rem;
    color: #ff0000;
    left: 20px;
    bottom: -10px;
    text-decoration: none;
}

.cbt-routes label {
    font-size: 13px;
    font-weight: bold;
}

.divall-on {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    margin: 20px 0 20px 0;


}

.divall-ons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    margin: 20px 0 20px 0;
}

.moniLink {
    display: none;
  
}
.cbt-routes form textarea {
    margin-top:10px;
    border: none;
    outline: none;
    font-family: var(--montserrat-regular);
    width: 100%;
    color: #4ca50f;
    
}

.cbt-route form button, 
.cbt-routes form button {
    background: linear-gradient(to left, var(--deepest-blue), var(--deep-blue));
    transition: .5s ease;
    color: var(--white);
    font-size: 17px;
}

.cbt-route form button:hover, 
.cbt-routes form button:hover {
    background: linear-gradient(to left, var(--deep-blue),var(--deepest-blue));
}

.cbt-route form button:focus, 
.cbt-routes form button:focus {
    outline: 3px solid var(--white);
    box-shadow: 2px 2px 5px #606060,  -2px -2px 5px #606060;
}



/* ----------------------------cbt form styling ends ---------------------------------- */

/* modal */
.modality {
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.modality label {
    color: rgb(255, 255, 255);
    font-weight: bolder;
}

.modal, .modals h1{
    font-size: 11px;
    color:rgb(255, 255, 255); 
}
.modal, .modals {
    z-index: 999 !important;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: 
    radial-gradient(circle,
    var(--deep-blue)0% 20%,  var(--deepest-blue)20% 40%,
    var(--deep-blue)40% 70%, var(--deepest-blue)70% 90%  );
   width: 250px;
   outline: 1px solid var(--white);
    gap: 0.2rem;
    width: 300px;
    padding: 1.3rem;
    min-height: 150px;
    top: 10%;

    transition: all .3s ease-in-out;
  }
  
  .inputss input{
    padding: 10px 15px;
    border: 1px solid #ddd;
    font-size: 13px;
    outline: none;
    background: rgba(152, 251, 152, 0.267);
    color: var(--white);
  }

  .inputss select{
    padding: 10px 15px;
    border: 1px solid #ddd;
    font-size: 13px;
    outline: none;
    background: rgba(152, 251, 152, 0.267);
    color: var(--deepest-blue);
  }


  button {
    width: 150px;
    cursor: pointer;
    border: none;
    font-weight: 600;
  }

  .btn-open, .btn-opens {
    display: inline-block;
    padding: 5px;
    font-weight: 700;
    background: linear-gradient(90deg, #ad7c0a 0% 50%, #9d7007 50% 100% );
    color: var(--white);
    border-radius: 5px;
    font-size: 1em;
    border: 4px solid var(--white);
    box-shadow: 2px 2px 5px grey;
  }

  .btns {
    display: inline-block;
    padding: 10px 12px;
    font-weight: 700;
    background-color: #0096FF;
    color: var(--white);
    border-radius: 5px;
    text-align: center;
    font-size: 1em;
  }


  

  .btns:hover {
    background: repeating-radial-gradient(circle, #0096FF 0% 30%, #5bb5f5 30% 60%);
  }

  .btns:focus {
    background: repeating-radial-gradient(circle, #5bb5f5 0% 30%, #0096FF 30% 60%);
    outline: 2px solid var(--white);
  }
  .btn-close, .btn-closes {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 0.5rem 0.7rem;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color:   var(--crimson);
    color: var(--white);
  }

  .overlay, .overlays {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 2;
    transition: all .3s ease-in-out;
  }
  .modal, .modals {
    z-index: 3;
  }

  .hidden, .hiddens {
    display: none;
  }

  .modality form{
   width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   gap: 10px;
  }

  .modality form .inputss{
    display: flex;
    flex-direction: column;
  }
/******************************* Admin dashboard******************************/
.p_head {
    width: 100%;
    height: 50px;
    background: var(--white);
    box-shadow: 2px 2px 5px grey;
    position: fixed;
    top: 0;
    z-index: 1;  
}

.p_head img {
    width: 100px;
    padding: 7px;
    filter: drop-shadow(2px 2px 5px rgba(128, 128, 128, 0.572));
    
    transition: scale .3s ease-in;
}
.p_head img:hover {
    scale: 1.5;
    transform: translateY(7px);
    }

.ul-one {
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 7%;
    width: 100;
    z-index: 1;  
   

}
.logOUT {
    position: absolute;
    top: -70px;
    left: 180px;
   
}

.logOUT button {
    background: none;
    background-color: none;
}

.ul-one .fa-sign-out-alt{
    position: relative;
    font-size: 25px;
    color: var(--deep-blue);
    margin-bottom: 0;
}

.ul-one .fa-sign-out-alt::after{
    position: absolute;
    content: 'Sign Out';
    color: var(--crimson);
    font-family: var(--montserrat-light);
    font-size: 15px;
    top: -15px;
    left: -70%;
    width: 100px;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0; 
}

.ul-one ul li a:hover .fa-sign-out-alt::after{
    visibility: visible;
    opacity: 1; 
}

.ul-one ul {
    width: 550px;
    margin: auto;
    display: flex;
    margin-top: -50px;
    flex-direction: row;

}
.ul-one ul p {
   font-weight: bolder;
   margin-bottom: 0;
   text-align: center;
   color: royalblue;
}

.ul-one ul li {
    list-style: none; 
    padding: 5px;

}

.ul-one ul li a {
    position: inherit;
    color: var(--white);
    text-decoration: none;
    padding: 14px 16px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;

}

.ul-one ul li a:active {
    border-bottom: 4px solid var(--bad-red);
}

.ul-one ul li a:visited{
    color: var(--white_three);
}

.ul-one ul li a:focus{
   color: var(--white);
}


.side_bar {
    position: fixed;
    box-sizing: border-box;
    z-index: 8888;
    left: 0;
    top: 52px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
     background: 
    radial-gradient(circle,
     var(--deep-blue)0% 20%,  var(--deepest-blue)20% 40%,
     var(--deep-blue)40% 70%, var(--deepest-blue)70% 90%  );
    width: 250px;
    outline: 1px solid var(--white);
    box-shadow: 1px 1px 3px grey;
    opacity: 1;
    transition: 1s;
}


.reveals {
    left: -1000px;
    opacity: 0;
    transition: 1s;
}


.menu-toggle {
    width: 30px;
    height: 20px;
    position: fixed;
    cursor: pointer;
    right: 20px;
    top: 20px;
    display: block;
    z-index: 2;
  
  }
  
  .bar {
    width: 100%;
    height: 3px;
    background-color:var(--deep-blue); 
    margin: 5px 0;
    transition: all 0.3s ease;
   
  }
  
  .menu-toggle.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background-color: rgb(0, 0, 0);
  }
  
  .menu-toggle.open .bar:nth-child(2) {
    opacity: 0;
  }
  
  .menu-toggle.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    background-color: rgb(0, 0, 0);
  }
  



  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }




.side_bar p {
    color: var(--lighter-blue);
    font-family: var(--ubuntu-bold);
    font-weight: bolder;
   padding: 10px 16px;
    text-align: center;

}

.one li {
    list-style: none;
    color: var(--lighter-blue);
    width: 100%;
    line-height: 50px;
    font-size: 15px;
    padding-left: 20px;
    font-family:  var(--ubuntu-bold);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    cursor: pointer ;
}

.active, .list_one:hover {
    background-color: rgba(255, 255, 255, 0.323);
    color: var(--lighter-blue);
}

.list_one {
    border-top: 1.6px solid rgb(7, 157, 129);
    border-bottom: 1.6px solid rgb(1, 35, 29);
}


.one:hover .list_one{
    padding-left: 25px;
}

.list_two {
    border-top: 1.6px solid rgb(7, 157, 129);
    border-bottom: 1.6px solid rgb(1, 35, 29);
}

.one:hover .list_two {
    padding-left: 25px;
    background-color: var(--deepest-blue);
} 
.list_two a {
    text-decoration: none;
    color:var(--white_one);

}

.list_one::after {
    content: '\002B';
    color: var(--white_one);
    font-weight: bold;
    float: right;
    margin-right: 10px;
      
}

.active::after {
    content:"\2212" ;

}

.side_bar .one .hidee li {
    font-size: 12px;
    line-height: 35px;
}

.side_bar .one .hidee {
     background-color: rgb(27, 33, 45);
     max-height: 0;
     overflow: hidden;
     opacity: 0;
     transition: 3s ease-in-out;
     -webkit-transition: max-height 0.2s ease-out;
     -moz-transition: max-height 0.2s ease-out;
     -ms-transition: max-height 0.2s ease-out;
     -o-transition: max-height 0.2s ease-out;
}

.side_bar .one .hidee li a {
    text-decoration: none;
    color: var(--white_two);
    width: 100%;

}
.side_bar .one .hidee li {
    border-top: 1px solid  rgb(20, 24, 32);
    border-bottom: 1px solid  rgb(43, 53, 72);
    width: 100%;
    cursor: default;
}

.side_bar .one .hidee li:hover a {
    color: var(--white);
    
}
 
.hidee li:hover {
    background-color: var(--bad-red);
    padding-left: 26px;
}


label #menu {
    opacity: 1;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
}

#check:checked ~ .side_bar {
    left: 0;

}

#check:checked ~ label #cancel {
   visibility: visible;
   opacity: 1;
}

#check:checked ~ label #menu {
    visibility: hidden;
    opacity: 0;
}

/* *************** dashboard display *********** */

.dashboard {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 65%;
    margin: auto;
    margin-top: 70px;
    padding: 10px;
    gap: 10px;
    z-index: -1;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(to right, var(--white_one)0% 35%, var(--white)35% 70%, var(--white_one)65% 100%);
    box-shadow: 14px 14px 20px #cbced1,
    -14px -14px 20px rgb(247, 245, 245); 
}

.dashboard div {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 100px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    transition: all .3s ;
}

.dashboard div a {
    text-decoration: none;
    position: relative;
    height: 100px;
    transition: all .3s ;
}

 .long-wide:hover {
    border: 1px solid var(--light-blue);
    box-shadow: 10px 10px 5px rgba(0, 0, 0, .5);
}

.dashboard div:nth-child(1) {
    background: linear-gradient(to left, #50C878 0% 65%,
    #48ba6e 65% 100%);   
}

.dashboard div:nth-child(2) {
    background: linear-gradient(to left, #0096FF 0% 65%, #018aec 65% 100%);
}

.dashboard div:nth-child(3) {
    background: linear-gradient(to left, rgb(244, 60, 60) 0% 65%,
    rgb(231, 58, 58) 65% 100%);   
}
.dashboard div:nth-child(4) {
    background: linear-gradient(to left, #c0d347 0% 65%, #b1c240 65% 100%);
}
.dashboard div:nth-child(5) {
    background: linear-gradient(to left, #ef7edc 0% 65%,
    #e268cd 65% 100%);   
}
.dashboard div:nth-child(6) {
    background: linear-gradient(to left, #eeca48 0% 65%, #dcb837 65% 100%);
}

.figure {
    font-size: 40px;
    margin-top :-10px;
    font-family: var(--playfair-regular);
    font-weight: bolder;
}

.dash {
    text-align: right;
    color: var(--white_two);
    font-family:var(--montserrat-medium);
    padding-right: 10px;
}

.dashboard #fas {
    position: absolute;
    bottom: 30px;
    font-size: 70px;
    margin-left: 9px;
    opacity: 0.4;
    color: var(--lighter-blue);
}

.foot {
    margin: auto;
    background:linear-gradient(to bottom, var(--deepest-blue), var(--deep-blue));
    width: 70%;
    margin-top: 400px;
    height: 50px;
    box-shadow: 2px 2px 7px var(--bs-gray-400);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.foot h3 {
    font-weight: bolder;
    font-family: var(--montserrat-regular);
    font-size: 15px; 
    font-family: 'PT sans';
    text-align: center;
    color: var(--white_one);
    word-spacing: 2px;
    letter-spacing: 1px;
}


@media only screen and (max-width: 1258px) {
    .dashboard {
        width: 75%;
        padding: 2px;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1236px) {
    .dashboard {
        width: 75%;
        padding: 0.5px;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 80px;
    }
}

@media only screen and (max-width: 818px) {
    .dashboard {
        width: 85%;
        padding: 0;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dashboard div {
        width: 250px;
        height: 100px;
    }

    .dashboard #fas {
        margin-top: -90px;
        font-size: 55px;
        margin-left: 9px;
        opacity: 0.4;
        color: var(--white);
      
    
}}

@media only screen and (max-width: 1484px) {
    .dashboard {
        width: 75%;
    }
}
/* ***************************************Ending Admin_dashboard*********** */

/* *************************loging******************************************** */
/* #0000ff00 */

.all_contents_in_login {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: linear-gradient(to left, #07294d 0% 30%, #fff 30% 70%); 
}

.design {
    position:absolute;
    /* filter: drop-shadow(2px 2px 20px grey); */
}


.design-1 {
    width: 700px;
    height: 700px;
    background-color: #ffe100 ;
    border-radius: 50%;
    left: -20%;
    top: -20%; 
}

.design-2 {
    width: 600px;
    height: 600px;
    background-color:#4ca50f;
    border-radius: 50%;
    top: -50%;
    left: 45%;
    /* transform: translateY(-50%); */
    transform: translate(-50%,50%);
}

.design-4 {
    width: 400px;
    height: 400px;
    background-color:#4886ff ;
    border-radius: 50%;
    left: -15%;
}

.design-3 {
    width: 200px;
    height: 200px;
    background-color:#ff6f6f;
    border-radius: 50%;
    left: 45%;
    top: 25%;
}

.design-5 {
    width: 400px;
    height: 400px;
    background-color: #074163 ;
    border-radius: 50%;
    left: 25%;
    bottom: 15%;
}

.design-6 {
    width: 300px;
    height: 300px;
    background-color: #ffe100 ;
    border-radius: 50%;
    left: 25%;
    bottom: 15%;
}

.design-7 {
    width: 200px;
    height: 200px;
    background-color: #07cddf ;
    border-radius: 50%;
    left: 25%;
    bottom: 15%;
}

.design-8 {
    width: 200px;
    height: 200px;
    background-color: skyblue;
    border-radius: 50%;
    right: 70px;
    top: 10%;
    /* z-index: 99999; */
}


.design-9 {
    width: 150px;
    height: 150px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    right: 150px;
    top: 5%;
}
.loginfooters {
    display: none;
}


.loginfooter {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-shadow: 0px 0px 5px 5px #ccc;
    border-radius: 5px 5px 0px 0px;
    font-size: 12px;
    margin-left: 20rem;
}

.first-div-log {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 50%;
    /* background-color:#ffe100; */

}

.logo-mon {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 150px;
    
}


.div-svg    {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 100px;
   margin-bottom: 50px;
}

.div-svg  img  {
    width: 400px;
    filter: drop-shadow(2px 2px 5px grey);
}

.allh  {
    width: 30rem;
    line-height: 1.0;
    text-align: left;
    margin-top: 100px;
    /* margin-left: 9.2rem; */
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 20px;
}

.allh h2 {
    color: #fffefe;   
    font-weight: bolder;
    font-size: 50px;
    font-family: var(--montserrat-bold);
    margin: 0px;
    padding: 0px; 
    text-stroke: 0.3px #ffe100 ;
    -webkit-text-stroke: .3px #ffe100;
}

.allh h1 {
    color: #4ca50f;   
    font-weight: bolder;
    font-size: 65px;
    font-family: var(--montserrat-bold);
    margin: 0px;
    padding: 0px;  
}

.allh h5 {
    color: #777777;   
    font-weight: bold;
    font-size: 15px;
    margin: 0px;
    padding: 15px 0;
    
}

.cover-for-svgs {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    gap: 50px;

}

.monitorh5 {
    position: relation;
    font-size: 30px;
    /* margin-left: -13rem; */
    width: 300px;
}

.monitorh5:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    background-color: #05bc4e;
    margin-left: -265px;
    margin-top: 45px ;
}

.svds {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -3rem;
    gap: 20px;
    margin-left: 20rem;
    padding:16px 20px;
    border-radius: 5px;
    background-color: #07294d; 
}

.svds img {
    width: 150px;
    padding: 10px 20px;

}

.svg:nth-child(1) {
    background-color: #ff6f6f;
}

.svg:nth-child(2) {
    background-color: #ffe100;
}
.svg:nth-child(3) {
    background-color: #4ca50f;
}
.svg:nth-child(4) {
    background-color: #4886ff;
}

.svg {
    border-radius: 10px;
}

.svg p{
    color: #fff;
    font-weight: bold;
    text-align: center;
}


.second-div-log {
    margin-top: -300px;
    margin-right: 50px;
    position: relative;
    width: 20%;
    
}


.forms .di-log-in h1{
  font-size: 27px;
  color: #4ca50f;
}

.list_ones {
    font-size: 17px;
    color: var(--white_one);
    cursor: pointer;
}

.hide_form {
    width: 300px;
    padding: 10px;
   
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: .5s ease-in-out;
}

.hide_form {
  
}

.di-log-in i {
    color: #4ca50f;
}

.di-log-in {
    position: relative;
    text-align: left;
    line-height: 1.3;
    color: var(--lighter-blue);
    font-weight: bolder;
    font-size: 25px;
}

.about-us p:first-child{
    position: relative;
    font-size: 35px;
    color: #4ca40f;
    font-weight: bolder;
   
}

.about-us p{
    color: #fff;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
}

.about-us {
    /* margin-top: -200px; */
    margin-bottom: 150px;

}
.about-us h1{
  color:#00bbff;
  font-weight: bolder;
   
}

.about-us p:first-child::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 50px;
    left: -10px;
    background-color: #ff0888;
}


.di-log-in::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    background-color:   #66ff00;
    margin-top: -10px;
}


.hideit {
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 1s ease-in-out;
   
}

.hideit input {
    padding: 12px 14px;
    border: none;
    outline: none;
    border-radius: 10px;
}

.hideit input[type=submit] {
    width: 250px;
    background-color: var(--deep-blue);
    color: white;
}

.hideit select {
    padding: 12px 14px;
    border: none;
    outline: none;
    border-radius: 10px;
}

.hideit input[type=submit]:hover {
    width: 250px;
    background-color: var(--white_one);
    color: var(--deep-blue);;
    font-size: 14px;
    outline: 2px solid var(--lighter-blue);
}

.hideit input[type=submit]:focus {
    width: 250px;
    background-color: var(--deep-blue);
    color: white;
    outline: 2px solid var(--deep-blue);
}

.hideit input[type=text] {
    width: 250px;
    color: var(--deep-blue);
}
.hideit input[type=password] {
    width: 250px;
    color: var(--deep-blue);
}

.hideit input[type=password]:hover {
   border: 1px solid var(--lighter-blue);
   outline: 1px solid var(--lighter-blue);
}

.hideit input[type=password]:focus {
    border: 1px solid var(--deep-blue);
    outline: 1px solid var(--deep-blue);
 }

 .hideit input[type=text]:hover {
    border: 1px solid var(--lighter-blue);
    outline: 1px solid var(--lighter-blue);
 }
 
 .hideit input[type=text]:focus {
     border: 1px solid var(--deep-blue);
     outline: 1px solid var(--deep-blue);
  }

.list_ones::after {
    content: '\002B';
    color:#4ca40f;
    font-weight: bold;
    float: right;
}

.actives, .list_ones:hover {
    color: #4ca50f;
}

.actives::after {
    content:"\2212" ;
    color: #4ca50f;
}


/* media query for login */

@media only screen and (max-width: 1200px) {

    .cover-for-svgs {
      margin-left: -15%;
    }

    .design-5 {
        width: 350px;
        height: 350px;
        left: 30%;
        bottom: 15%;
    }
    
    .design-6 {
        width: 250px;
        height: 250px;
        left: 30%;
        bottom: 15%;
    }
    
    .design-7 {
        width: 150px;
        height: 150px;
        left: 30%;
        bottom: 15%;
    }


    .forms {
        width: 250px;
        margin-left: -50px;
      
    }

    .hideit div input[type=text] {
        width: 250px; 
    }

    .hideit div input[type=password] {
        width: 250px;
    }

    .hideit div input[type=submit] {
        width: 250px;
    }

    .design-1 {
        width: 550px;
        height: 550px;
        background-color: #ffe100 ;
        border-radius: 50%;
        left: -20%;
        top: -20%; 
    }
    
    .design-2 {
        width: 400px;
        height: 400px;
        top: -35%;
        left: 53%;
        transform: translate(-50%,50%);
    }

    .design-4 {
        width: 300px;
        height: 300px;
        background-color:#4886ff ;
        border-radius: 50%;
        left: -15%;
    }


}


@media only screen and (max-width: 1050px) {

    .forms {
        width: 200px;
        margin-left: -50px;
      
    }

    .hideit div input[type=text] {
        width: 200px; 
    }

    .hideit div input[type=password] {
        width: 200px;
    }

    .hideit div input[type=submit] {
        width: 200px;
    }



    .svds {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding:40px;
    }

    .design-1 {
        width: 550px;
        height: 550px;
        background-color: #ffe100 ;
        border-radius: 50%;
        left: -20%;
        top: -15%; 
    }
    
    .design-2 {
        width: 400px;
        height: 400px;
        top: -25%;
        left: 53%;
        transform: translate(-50%,50%);
    }



   
}

@media only screen and (max-width: 1010px){
    .forms {
        margin-left: -30px;
     }

     .allh  {
      margin-left: 10%;
    }
    .design-8 {
        width: 200px;
        height: 200px;
        background-color: skyblue;
        border-radius: 50%;
        right: 30px;
        top: 10%;
        /* z-index: 99999; */
    }
    
    
    .design-9 {
        right: 70px;
        top: 5%;
    }

    .design-2 {
        top: -20%;
        left: 50%;
        transform: translate(-50%,50%);
    }


    .about-us p:first-child{
        font-size: 30px;
    }
    
    .about-us p{
        color: #fff;
        font-size: 12px;
        line-height: 1.6;
        font-weight: 400;
    }
}
   
@media only screen and (max-width: 850px) {

    .all_contents_in_login {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
        background: linear-gradient(to top, #07294d 0% 50%, #fff 50% 100%); 
    }

    .allh {
        margin: 0;
        margin-top: 100px;
    }

    .design-1 {
        left: -20%;
        top: -10%; 
    }
    
    .design-2 {
        top: -24%;
        left: 70%;   
        transform: translate(-50%,50%);
    }

    .loginfooter {
        display: none;
    }

    .loginfooters {
        display: block;
    }

    .first-div-log {
        margin: 0;
        padding: px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    
    }
    .div-svg {
       
    }

    .svds {
    
        margin: 0px;
        padding:16px 20px;
        border-radius: 5px;
    
    }
    
    .svds img {
        width: 150px;
        padding: 10px 20px;
    
    }


    .second-div-log {
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content:center;
        align-items: center;
        width: 100%;
        gap: 100px;
        flex-wrap: wrap;
        padding: 0 40px;
        
    }


.about-us {
    margin: 0;
    padding: 0;
    width: 35%;
}

.form {
    width: 50%;

}

.cover-for-svgs {
    margin: 0;  

  }


    
}


@media only screen and (max-width: 680px) {
  .second-div-log {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
  }



  .forms {
    width: 100%; 
    margin: 0;
}

.admin_log,.staff_log, .parent_log {
    width: 100% !important;
}
.hide_form {
    width: 100% !important;
}

.hideit {
    width: 100%;
  
}

.hideit div input {
   width: 100% !important;
}


.about-us {
    width: 100%;
}


  .svds {
    
    margin: 10px;
    padding:10px;
    border-radius: 5px;

}


.design-2 {
    top: -15%;
    left: 20%;   
    transform: translate(-50%,50%);
}

.design-5 {
    width: 300px;
    height: 300px;
    left: 20%;
    bottom: 15%;
}

.design-6 {
    width: 200px;
    height: 200px;
    left: 20%;
    bottom: 15%;
}

.design-7 {
    width: 100px;
    height: 100px;
    left: 20%;
    bottom: 15%;
}


.logo-mon {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 100px;
    filter: drop-shadow(1px 1px 1px #fff);
    
}

.div-svg  img  {
    width: 300px;

}


.allh  {
    width: 15rem;
    line-height: 1.0;
    text-align: center;
    margin-top: 100px;
    /* margin-left: 9.2rem; */
    border: none;
  
}

.allh h2 {
    font-size: 45px;

}

.allh h1 {
    font-size: 60px;  
}



}

@media only screen and (max-width: 465px){
   .design-1 {
    
        left: -40%;
        top: -10%; 
    }
    .design-2 {
        top: -15%;
        left: 15%;   
        transform: translate(-50%,50%);
    }

    .logOUT {
        position: absolute;
        /* left: 70%; */
        top: 50px;
    }
    
    
}


@media only screen and (max-width: 400px){
    .design-1 {
     
         left: -70%;
         top: -5%; 
     }
     .design-2 {
         top: -10%;
         left: 5%;   
         transform: translate(-50%,50%);
     }

     .design-5 {
        width: 250px;
        height: 250px;
        left: 20%;
        bottom: 15%;
    }
    
    .design-6 {
        width: 150px;
        height: 150px;
        left: 20%;
        bottom: 15%;
    }
    
    .design-7 {
        width: 100px;
        height: 100px;
        left: 20%;
        bottom: 15%;
    }


    .design-3 {
        width: 200px;
        height: 200px;
        left: 20%;
        top:40%;
    }


    .design-8 {
        right: 40px;
        top: 10%;
    }

    .design-9 {
        right: 150px;
        top: 10%;
    }


    .allh h1 {
        text-stroke: 1px #ffffff ;
        -webkit-text-stroke: .3px #ffffff;
    }

   
 }
 
  
/* **************************login end************************ */

/* ***********************home start****************** */

.bodys {
      display: flex;
    flex-direction: column;
    justify-content:space-evenly;
    align-items: center; 
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(90deg,
            var(--deepest-blue) 10%,
            #3f83f8c0 40%,
            #0000ff00 80%,
            transparent 80%),
            url(https://res.cloudinary.com/dj6xdawqc/image/upload/v1713523200/img_9_btolwi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%;
}


header {
   
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 10px;
    backdrop-filter: blur(15px);
        box-shadow: 4px 4px 10px rgba(0, 0, 0, .3);
            border: 2px solid rgba(255, 255, 255, 0.5);
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-right: 2px solid rgba(255, 255, 255, 0.2);
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
}

header img {
  
    width: 250px;
    padding: 20px;
}

/* header img::after {
    position: absolute;
    content: '';
    width: 200px;
    height: 7px;
    background: var(--deepest-blue);
    top:100%;
    left: 0px;
    box-shadow: 0 2px 5px var(--white_two);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
} */


.staff-route div a {
    text-decoration: none;
    font-style: none;
    font-size: 20px;
font-family: var(--montserrat-medium);
background-color: var(--deep-blue);
color: #fff;
padding: 5px 10px;
transition: .2s ease-in-out;
}


.staff-route div a:hover {
    background-color: var(--light-blue);
color: var(--white);
padding: 7px 12px;
font-family: var(--montserrat-bold);
border: solid 1px var(--lighter-blue) ;
box-shadow: 2px 5px grey;
}


.staff-route form {
   
   width: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 5px 10px;
   font-family: var(--montserrat-medium);

}
.staff-route form button {
    width: 100px;
    background-color: var(--deep-blue);
    color: #fff;
    padding: 5px 10px;
    transition: .2s ease-in-out;
    
 }
 .staff-route form button i{
    background-color: var(--deep-blue);
    color: #fff;
  
    transition: .2s ease-in-out;
 }
.div-a {
    margin-top: 50px;
    margin-right: -10px;
}

.management_route {
    text-align: center;
    backdrop-filter: blur(15px);
    box-shadow:-4px -4px 8px rgba(255, 255, 255, .4),
    4px 4px 10px rgba(0, 0, 0, .3);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.management_route a {
    text-decoration: none;
    font-family: var(--ubuntu-medium);
    color: var(--white);
    font-size: 30px;
    font-weight: bold; 
       
}

.management_route a:active{
    border: 2px inset rgba(255, 255, 255, 0.5);
    border-right: 2px inset rgba(255, 255, 255, 0.2);
    border-bottom: 2px inset rgba(255, 255, 255, 0.2);
    box-shadow: inset -4px -4px 8px rgba(255, 255, 255, .4),4px 4px 10px rgba(0, 0, 0, .5);
    transform: scale(.99);
    -webkit-transform: scale(.99);
    -moz-transform: scale(.99);
    -ms-transform: scale(.99);
    -o-transform: scale(.99);
}

.management_route a:hover {
    border: 2px inset rgba(255, 255, 255, 0.5);
    border-right: 2px inset rgba(255, 255, 255, 0.2);
    border-bottom: 2px inset rgba(255, 255, 255, 0.2);
    box-shadow: inset -4px -4px 8px rgba(255, 255, 255, .4),4px 4px 10px rgba(0, 0, 0, .5);
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}

.fa-tasks {
   color:var(--white_one);
   padding: 4px 10px;
    box-shadow: 2px 10px 9px rgba(0, 0, 0, 0.05);
}

 #fa-user-graduate {
    color: var(--white_one);
    padding: 4px 10px;
    box-shadow: 0 10px 9px rgba(0, 0, 0, 0.05);
 }

 .design_wrap {
    width: 100%;
    /* padding: 20px; */
 }

#design {
    margin: auto;
    min-height: 70%;    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 20px;
    box-shadow:  0px 15px 15px rgba(0, 0, 0, 0.398);
    background: rgba(255, 20, 145, 0.619);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: inset;
}

.word {
    padding: 15px;
    margin-right: 100px;

}

.word h1 {
    position: relative;
    color: var(--lighter-blue);
    font-family: var(--playfair-medium);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.383);
    padding: 5px 15px;

}

.word h2{
    color:#fffd87;
    font-family: var(--playfair-medium);
    filter: drop-shadow(2px 2px 5px pink);
    -webkit-filter: drop-shadow(2px 2px 5px pink);
}

.word h3:nth-child(even){
    color: rgb(15, 246, 204);
        font-family: var(--playfair-light);
       
    }

.word h3:nth-child(odd) {
    position:relative;
    color: var(--white_two);
    font-family: var(--playfair-light);

}

.word h3:nth-child(odd) span {
    padding: 5px 10px;
    background: var(--red-2);
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.word h3:nth-child(odd) i {
    position: absolute;
    color: var(--white);
    opacity:0.5;
    font-size: 30px;
    /*backdrop-filter: blur(50px);
    */top: 80%;
    left: 27%;
    filter:drop-shadow(3px 3px 2px black);
    -webkit-filter:drop-shadow(3px 3px 2px black);
}

.word h4 {
    color: var(--white);
    font-family: var(--montserrat-light);
}

.image_8 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    width: 500px;
    overflow: hidden;
    outline: 20px solid rgba(255, 20, 145, 0.619);

}

.word h3:last-child {
    font-family: var(--montserrat-medium);
    color: var(--lighter-blue);
}

.image_8 img {
    width: 520px;
    height: 470px;
    transition: scale .5s ease-in-out;
}

.image_8 img:hover  {
    scale: 1.5;
}


@media only screen and (max-width: 600px){
    header {
        position: relative;
    }
    header img {

        margin: auto;
        width: 60%;

    }

    .logoutss {
        top: -10px !important;
        right: -10px !important;
    }

    .logoutss button i {
       font-size: 17px !important;
    }


    .management_route a {
        font-size: 20px;
        
    }

    
}

/****************************home css ended*****************************/

/**************************forms start********************************/


.diverr {
    position: relative;
    margin: auto;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;   
}


.diverr h4 {
    padding: 10px;
    margin-bottom: 5px;
    font-family: var(--ubuntu-bold);
    font-weight: bolder;
    font-size: 25px;
    color: var(--deep-blue);
}
.form_for_create {
    display: flex;
    flex-direction: column;
    justify-content: center;
     align-items: center;
    width: 100%;
    padding: 20px;
    background: var(--white);
    box-shadow: 2px 2px 10px rgb(222, 222, 222);
}


.form_for_create form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
     align-items: center;
    font-size: 13.5px;
    font-family: var(--ubuntu-medium);
    color: var(--deepest-blue); 
}

.all-single-form {
    width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 20px;
 
}

.hop {
   margin-top: 20px;
   width: 100%;
}
.form-group {
    display: flex;
    flex-direction:column;
    justify-content: center;
    width: 100%; 
}

.form_for_create .mb-3 {
     width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.mb-37 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
     width: 100%;
  
}

.form_for_create form div input {
   outline: none;
   border: none;
   padding: 14px 20px;
   color: blue;
   width: 100%;
   border-radius: 3px;
   outline: 1px solid #d9d9d9;
   margin-top: 10px;

}


.form_for_create form div select {
    padding: 12px 25px;
    background-color: var(--deep-blue);
    color: var(--white_one);
    font-family:var(--ubuntu);
    cursor: pointer;
    outline: 2px solid var(--light-blue);
    transition: .3s;
    width: 100%;
    border-radius: 3px;
    outline: 1px solid #d9d9d9;
    
 }


 .form-for-report form {
   margin-bottom: 50px;
 }


 .form-for-report form select {
    padding: 12px 20px;
    background-color: var(--light-blue);
    color: var(--white_one);
    font-family:var(--ubuntu);
    cursor: pointer;
    outline: 2px solid var(--light-blue);
    transition: .3s;
    border-radius: 3px;
    outline: 3px solid #d9d9d9;
 }

 .form-for-report form input {
    outline: none;
    border: none;
    padding: 14px 20px;
    color: rgb(109, 109, 109);
    width: 100%;
    outline: 1px solid #d9d9d9;
 
 }


 .form-for-report form label{
    margin-top: 20px;
 }

 .form-for-report form input[type=text]:focus{
    outline: 3px solid var(--light-blue);
    transition: .2s ease-in-out;

}

.form-for-report form input[type=submit]{
    background-color: var(--deepest-blue);;
    color: #fff;
    cursor: pointer;

}

.form-for-report form input[type=submit]:focus{
    background-color: var(--deep-blue);
    outline: 3px solid var(--white);
    box-shadow: 2px 2px 5px grey;
}

.form-for-report form input[type=submit]:hover{
    background-color: var(--light-blue);
    outline: 3px solid var(--white);
    box-shadow: 2px 2px 5px grey;
}


.form_for_create form div input[type=submit] {
   margin-bottom: 10px;
   margin-top: 50px;
   min-width: 150px;
   padding: 9px 14px;
   color: var(--white);
   font-size: 20px;
   cursor: pointer;
   background: linear-gradient(to right, #0575e6 -20%, #00f260 120%);
   outline: 3px solid var(--white);
   transition: all .5s ease-in-out;
   box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.383), -2px -2px 5px rgba(0, 0, 0, 0.413);
 }

 .form_for_create form div input[type=submit]:hover{
    transition: all .5s ease-in-out;
    background: repeating-radial-gradient(circle, var(--deepest-blue)0% 30%, 
    var(--deep-blue)30% 60%, var(--deepest-blue)60% 90%);
 }

 .form_for_create form div input[type=submit]:focus{
    transition: all .5s ease-in-out;
    background: repeating-radial-gradient(circle, var(--deep-blue)0% 30%, 
    var(--deepest-blue)30% 60%, var(--deep-blue)60% 90%);
    outline: 1px solid green;
 }

.every {
    z-index: 9999;
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 2px 2px 10px grey, -2px -2px 10px rgba(128, 128, 128, 0.611);
    font-family: var(--ubuntu-bold);
    line-height: 1.6;
    color: #021220;
    width: 350px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 20px;
   
  
  }
  
  .okbutton {
    padding: 10px;
    background-color: var(--deep-blue) ;
    border: 1px solid var(--lighter-blue);
    border-radius:10px ;
    width: 100px;
    color: var(--white);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.294), -2px -2px 5px rgba(0, 0, 0, 0.096);
  }
  
  .closeds {
    z-index: 9999;
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 2px 2px 10px grey, -2px -2px 10px rgba(128, 128, 128, 0.611);
    font-family: var(--ubuntu-bold);
    line-height: 1.6;
    color: #021220;
    width: 350px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 20px;
  
  }
  
  .mainButton {
    padding: 10px;
    background-color: var(--deep-blue) ;
    border: 1px solid var(--lighter-blue);
    border-radius:10px ;
    width: 100px;
    color: var(--white);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.294), -2px -2px 5px rgba(0, 0, 0, 0.096);
  }
  
  .buttini {
    padding: 10px;
    background-color: var(--deep-blue) ;
    border: 1px solid var(--lighter-blue);
    border-radius:10px ;
    width: 100px;
    color: var(--white);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.294), -2px -2px 5px rgba(0, 0, 0, 0.096);
  }
  
  .pade {
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 2px 2px 10px grey, -2px -2px 10px rgba(128, 128, 128, 0.611);
    font-family: var(--ubuntu-bold);
    line-height: 1.6;
    color: #021220;
    width: 350px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 20px;
    z-index: 9999;
  
  
  }
  
  .pressIt {
    padding: 10px;
    background-color: var(--deep-blue) ;
    border: 1px solid var(--lighter-blue);
    /* border-radius:10px ; */
    cursor: pointer;
    width: 100px;
    color: var(--white);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.294), -2px -2px 5px rgba(0, 0, 0, 0.096);
  }
  
  .coverup {
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 2px 2px 10px grey, -2px -2px 10px rgba(128, 128, 128, 0.611);
    font-family: var(--ubuntu-bold);
    line-height: 1.6;
    color: #021220;
    width: 350px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 20px;
    z-index: 1;
  
  }


.thirdterms {
    margin-top:800px;
    padding-bottom: 100px;
}

.inline label{
    display: flex;
    flex-direction: column;
    color: var(--deepest-blue);
    padding: 4px 9px;
    gap: 5px;
   
}

.radio input[type="radio"]{
    position: absolute;
    opacity: 0;
}

.text-light {
    color: var(--deepest-blue);
    font-weight: bold;
    font-size: 15px;
}

.radio input[type="radio"] + .radio-label::before{
    content: '';
    background: royalblue;
    border: 2px solid var(--light-blue);
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    margin-right: .5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;

}


.radio input[type="radio"]:checked + .radio-label::before{
    background-color: #16db93;
    box-shadow: inset 0 0 0 4px #e9ecef;
}

.radio input[type="radio"]:focus + .radio-label::before{
    outline: none;
    border-color:  #16db93;
}

.radio input[type="radio"]:disabled + .radio-label::before{
   box-shadow: inset 0 0 0 4px #e9ecef;
   border-color: #b4b4b4;
   background: #b4b4b4;
}

/* **********************all Learners, subject, etc ****************** */
.d-fas {
    font-size: 35px;
    color: royalblue;
    border: yellow;
    text-shadow: 2px 2px 5px grey;
    animation-name: animation;
    animation-duration: 1s;
}

@keyframes animation {
    0%{
        font-size: 5px;
    }

    30%{
        font-size: 75px;
    }

    70%{
        font-size: 100x;
    }

    100%{
        font-size: 20px;
    }
}
.idd {
    width: 50px;
    overflow: hidden;
    cursor: pointer;
    background-color: pink;
}

.avis {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.avis p{
    padding: 0;
    margin: 0;
} 

.avis button {
    width: 50px;
    background: none;
    border: none;
    outline: none;
}

.avis button i {
    font-size: 25px;
    color: var(--light-blue);
    text-shadow: 2px 2px 5px rgb(1, 1, 1);
    padding: 0;
    margin: 0;
}
.avi {
    width: 70px;
    height: 70px;
    margin: auto;
    border: 2px solid var(--lighter-blue);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: baseline;
   
}

.avi img {
    width: 70px;
    height: 70px;
    transition: scale .3s ease-in;
   
}

.avi img:hover {
    scale: 1.05;
}

.table {
    width: 75%;
    margin: auto;
    margin-top: 20px;
    /* height: 400px; */
    border-top: 5px outset var(--deep-blue);
}
.table table {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    border-collapse: collapse;
    cursor:context-menu;
    background-color: #fff;
}

.table, .table h2 {
   font-family: var(--ubuntu-bold);
   font-size: 12px ;
}
 .dele h2 {
    width: 75%;
    margin: auto;
    margin-top: 100px;
    position: relative;
    text-align: left;
    font-family: var(--playfair-bold);
    color: var(--deep-blue);
    
 }

 .dele h2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: linear-gradient(45deg, var(--light-blue), var(--deepest-blue));
    top: -5px;
 }

 .dele h1 {
    width: 75%;
    margin: auto;
    margin-top: 100px;
    position: relative;
    text-align: left;
    font-family: var(--playfair-bold);
    color: var(--deep-blue);
 }

 .dele h1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: linear-gradient(45deg, var(--light-blue), var(--deepest-blue));
    top: -5px;
 }

 .tabled {
    width: 75%;
    margin: auto;
    margin-top: 20px;
    border-top: 5px outset var(--deep-blue);
}

.tabled table {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    border-collapse: collapse;
    cursor:context-menu;
    background-color: #fff;
}
 .tabled, .tabled h2 {
    font-family: var(--ubuntu-bold);
    font-size: 12px ;
 }

 .pagination {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    gap: 2px;
 }

  .pagination li{
     list-style: none;
     padding: 4px 9px;
     display: inline;
     transition: all .3s ease-in-out;
    
    
  }

   .pagination li:nth-child(even) {
    background-color: var(--deep-blue);
   }

   .pagination li:nth-child(odd) {
    background-color: var(--light-blue);
   }

   .pagination li:hover {
    background-color: var(--crimson);
   }

  .pagination li a {
    font-weight: bolder;
    color: var(--white);
    font-size: 10px;
  
  }

.table td > a.btn { 
    font-size: 1em; 
}

.table table td, .table th {
    padding: 8px;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    color: black;
  
}
 .table thead tr{
    color: var(--deepest-blue);
    background-color:  rgb(235, 235, 235);
    border-bottom: 6px outset rgb(235, 235, 235);
    border-top: 1px solid  rgb(221, 221, 221);
    border-left: 1px solid  rgb(221, 221, 221);
    border-right: 1px solid  rgb(221, 221, 221);
 }

   .table table tbody tr:nth-child(even) {
    background: var(--white_one) ;
    color: var(--deepest-blue);
    transition: all .1s ease-in-out;
 }

   .table table tbody tr:nth-child(odd) {
    /* background: var(--white); */
    color: var(--deepest-blue);
     transition: all .1s ease-in-out;
 }

 .table table tbody tr:hover {
    background: rgb(87, 249, 252);
 }
  
.tabled td > a.btn { 
    font-size: 1.1em;
    
}

.tabled table td, .tabled th {
    padding: 8px;
    vertical-align: top;
    font-size: 17px;
    text-align: left;
 
}
.tabled thead tr{
    color: var(--deepest-blue);
    background-color:  rgb(235, 235, 235);
    border-bottom: 6px outset rgb(235, 235, 235);
    border-top: 1px solid  rgb(221, 221, 221);
    border-left: 1px solid  rgb(221, 221, 221);
    border-right: 1px solid  rgb(221, 221, 221);
 }

   .tabled table tbody tr:nth-child(even) {
    background: var(--white_one) ;
    color: var(--deepest-blue);
    transition: all .1s ease-in-out;
 }

   .tabled table tbody tr:nth-child(odd) {
    /* background: var(--white); */
    color: var(--deepest-blue);
     transition: all .1s ease-in-out;
 }

 .tabled table tbody tr:hover {
    background: rgb(252, 202, 211);
 }

  .tabled {
    padding-bottom: 100px;
  }

.last_div {
    position: absolute;
}
  .hideen {
   visibility: hidden;
   display: flex;
    background-color: var(--white_three);
    margin-top: 10px;
    transition: all .3s ease-in-out;
    opacity: 1;
    border-radius: 34px;
    margin-left: -20px;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 5px black;
    position: absolute;
    z-index: 1;
  }

  .hideen a {
    padding: 4px 8px;

  }

  .hideen a i{
    font-size: 20px;
  }
   
  .butn {
    border: none;
    outline: none;
    margin-left: 17px;
    color: var(--light-blue);
    width: 25px;
    height: 20px;
     cursor: pointer;
  }

  .hideen a:nth-child(1) {
    color: var(--deep-blue);
  }

  .hideen a:nth-child(1):hover {
    color: var(--light-blue);
  }

  .hideen a:nth-child(2) {
    color: var(--red-2);
  
  }

  .hideen a:nth-child(2):hover {
    color: rgb(253, 67, 67);
  }

  .hideen a:nth-child(3) {
    color: royalblue;
  }

  .hideen a:nth-child(3):hover {
    color: blue;
  } 

  @media only screen and (max-width: 1350px) {
    .forms .square:nth-child(1) {
        right: 250px;
    }
    
    .forms .square:nth-child(2) {
        left: 230px;
    }
    
    .forms .square:nth-child(3) {
        right: 450px;
    }
    
    .forms .square:nth-child(5) {
        left: 470px;
    }

  }

    @media only screen and (max-width: 1230px) {
    .forms .square:nth-child(1) {
        right: 200px;
    }
    
    .forms .square:nth-child(2) {
        left: 170px;
    }
    
    .forms .square:nth-child(3) {
        right: 400px;
    }
    
    
    .forms .square:nth-child(5) {
        left: 420px;
    }
  }

  @media only screen and (max-width: 1150px) {
    .forms .square:nth-child(1) {
        right: 150px;
    }
    
    .forms .square:nth-child(2) {
        left: 120px;
    }
    
    .forms .square:nth-child(3) {
        right: 350px;
    }
    
    .forms .square:nth-child(5) {
        left: 420px;
    }
  }

  @media only screen and (max-width: 1040px) {
    .forms .square:nth-child(1) {
        right: 100px;
    }
    
    .forms .square:nth-child(2) {
        left: 80px;
    }
    
    .forms .square:nth-child(3) {
        right: 300px;
    }
    
    .forms .square:nth-child(5) {
        left: 390px;
    }
  }


  @media only screen and (max-width: 970px) {
    .forms .square:nth-child(1) {
        right: 50px;
    }
    
    .forms .square:nth-child(2) {
        left: 40px;
    }
    
    .forms .square:nth-child(3) {
        right: 300px;
        /* bottom: 450px; */
    }
    
    .forms .square:nth-child(4) {
       
      top: 100px;
    }
    
    .forms .square:nth-child(5) {
        left: 300px;
        bottom: 100px;
    }
  }

  @media only screen and (max-width: 1180px) {


   

     
  }

      


 @media only screen and (max-width: 1200px) {
   
    .table {
        width: 95%;
        height: 100%;
        margin: auto;
        margin-top: 20px;
        overflow: auto;
        border-top: 5px outset var(--deep-blue);
    }


    .tabled {
        width: 95%;
        height: 100%;
        margin: auto;
        margin-top: 20px;
        overflow: auto;
        border-top: 5px outset var(--deep-blue);
    }
    
 }

  
  .div-timess, .div-bar {
        position: absolute;
        display: none;
  }
  

  @media only screen and (max-width: 660px){

        .ul-one {
            position: fixed;
            top: 50%;
            width: 100%;
            height: 100%;
            background: #07294d79;
            z-index: 5;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: .2s ease-in-out;
          
        }

        .x-it {
            opacity: 0;
            left: -800px;
            transition: .2s ease-in-out;
        }


        .ul-one  ul {
            margin-top: 200px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 150px;
        }

        .ul-one .fa-sign-out-alt::after{
            color: var(--white);
        }

        .ul-one ul p {
            font-weight: bolder;
            margin-bottom: 0;
            text-align: center;
            color: var(--white);
         }

         .ul-one .fa-sign-out-alt{
           
            color: var(--crimson);
            margin-bottom: 10px;
        }
        .div-timess, .div-bar {
            position: absolute;
            display: block;
      }
      .divmenuHide {
        position: fixed;
      }

      .div-timess {
        top: 20px;
        right: 20px;
        font-size: 35px;
        color: var(--crimson);
      }

      .div-timess i:hover {
        color: #fff;
      }

      .div-bar {
        top: 50px;
        right: 20px;
        font-size: 30px;
        color: var(--deep-blue);
      }
  }
 
  /* **********************Learner's details  ************************** */
.wrapper {
    position: relative;
    width: 40%;
    margin: auto;
    margin-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--montserrat-regular);
    font-size: 13px;
    color: var(--deepest-blue);
    background-color: #fff;
    /* border-radius: 40px; */
    box-shadow: 14px 14px 20px #cbced1,
    -14px -14px 20px rgb(249, 246, 246);
    padding: 20px;
    border-top: 5px solid var(--deep-blue);
    transition: all .3s linear;
   
}

.wrapall {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.wrapper:hover {
    transform: translateY(-6px);
}

.wrapper marquee {
    margin-top: -70px;
    text-shadow: 2px 2px 5px pink;
}

.wonder {
    padding-bottom: 100px;
}

.wrapper span {
   font-family: var(--montserrat-bold);
    font-weight: bolder;
    color: deeppink;
}
.wrapper .avi {
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    outline: 5px solid var(--deep-blue);
}

.wrapper .avi img {
    position: relative;
    width: 120px;
    height: 120px;
}

.mini-wrapp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    align-items: center;

}
.din-min p {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.din-min {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 1000px){
    .wrapper {
        width: 80%;
    }
}

.route_are {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    gap: 10px;
    font-weight: bolder;
}
.route_are a i {
    padding-right: 5px;
}

/* ***********************************Session for result editting ******************* */

.middle_sweet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div_header_two {
    width: 100%;
    background-color: green;
    height:40px;
    background-color: var(--white);
    z-index: 1;
}

/* .div_header {
    position: relative;
    width: 90%;
    height: 40px;
    background: linear-gradient(to bottom, var(--deepest-blue), var(--deep-blue));
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: 3px 3px 6px var(--light-blue);
    padding-left: 20px;
    z-index: 1;
}

.img-div{
    position: absolute;
    background-color: #fff;
    padding: 10px;
    height: 100px;
    box-shadow: 0px 0px 2px 5px grey;
   
}

.div_header img {
    width: 200px;
} */

.div_one_of_three{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div_one_of_three .div_divol {
    position: relative;
    font-family: var(--montserrat-medium);
    color: var(--deep-blue);
    font-size: 17px;
    height: 70px;
}

.div_one_of_three .div_divol a{
    text-decoration: none;
    color:  var(--lighter-blue);
}

.div_one_of_three .div_divol .avi {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: 10px;
    color: var(--deepest-blue);
    background-color: var(--light-blue); 
}

.div_one_of_three .div_divol .match {
    display: flex;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 0px;
    border-radius: 0 50px 50px 0;
    top: 10px;
    right: 10px;
    color: var(--deepest-blue);
    font-size: 11px;
    
}

.div_one_of_three .div_divol .ddiv {
    width: 100px;
}

.monn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    top: 5px;
}

.monn p {
    padding: 0;
    margin: 0;
}

.cover_of_div {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 80%;
    justify-content: center;
    align-items: center; 
    /* background: var(--white); */
    /* border-radius: 10px; */
    /* box-shadow: 14px 14px 20px #ccc, -14px -14px 20px #ccc; */
}
.p_of_p {
    color: var(--deep-blue); 
    font-size: 25px; 
    text-shadow: 2px 2px 3px black; 
    margin-bottom: 0;
    font-family: var(--montserrat-bold);
    font-weight: bolder;
    text-align: center;
}


  /* //------------------------------------Learner profile---------------------------// */

  .mon {
    height: 50px;
    background-color: var(--lighter-blue);
    box-sizing: border-box;
    padding: 5px;
  
  }

  .mon img {
    position: relative;
    background-color: var(--white_one);
    padding: 5px;
    box-shadow: 0 15px 25px rgba(0,0,0,.6);
  }

  .mon .imgss {
    position: absolute;
    background-color: grey;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 8px solid var(--deepest-blue);
    overflow: hidden;
    border: 2px solid grey;
    right: 15px;
    top: 10px;
    z-index: 1;
  }

  .mon .imgss img {
    transition: scale .5s ease-in-out;
    width: 70px;
   
    z-index: 1;

  }

  .mon .imgss img:hover{
        scale: 1.05;
  }

  .profile{
    position: relative;
    display: flex;
    height: 150px;
    justify-content: center;
    background-color: var(--deepest-blue);
  }
 
  .profile_name p {
    padding: 5px;
    font-size: 15px;
    color: var(--white);
    font-weight: bolder;
    font-family: var(--playfair-regular);  
    background-color: var(--lighter-blue);
    z-index: 1;

  }
  h3 {
    font-family: var(--montserrat-bold);
    color: var(--deepest-blue);
    text-align: center;
  }
  .profile_name h4 {
   
    color: var(--lighter-blue);
   }
 

  .profile_name {
    margin: auto;
    width: 300px;
    background-color:  var(--deep-blue);
    text-align: center;
    
  }

  #aahref {
    position: absolute;
    top:110px;
    right: 10px;
    text-decoration: none;
    font-family: var(--ubuntu-medium);
    color: var(--lighter-blue) ;
    font-size: 17px;
    padding: 5px 13px;
    background-color: var(--deep-blue);
    border-radius: 30px;
    border:5px solid var(--lighter-blue);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.182),
    -2px -2px 5px rgba(225, 225, 225, 0.172);
  
  }
 
  .checking{
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    margin-left: -40px;

  }
.checking h5 {
    text-align: center;
    color: rgb(250, 242, 237);
    font-weight: bolder;
    margin-bottom: 0;
    font-family: var(--montserrat-medium);
    
}

.checking ul li {
    list-style: none;
}

.checking ul{
    display: flex;
    gap: 20px;
    flex-direction: row; 
}

.allss {
    height: 100vh;
}

.logoutss {
    z-index: 1;
    position: absolute;
    right: 100px;
    top: 0px;
}

.logoutss button{
    border: none;
    outline: none;
    color: var(--crimson);
    background: none;
    background-color: none;
    position: relative;
    padding: 16px 20px;
    border-radius: 5px;
    margin-top: 10px;
    
}

 .logoutss button i {
    font-size: 27px;
    position: relative;

}

 .logoutss button i::after {
    position: absolute;
    content: 'logout';
    color: var(--white);
    font-size: 17px;
    top: -60%;
    width: 100px;
    left: -40px;
    visibility: hidden;
    transition: all .3s ease-in-out;
    opacity: 0;
   font-family: var(--montserrat-bold);
}

 .logoutss button:hover .fa-sign-out-alt::after   {
    visibility: visible;
    opacity: 1;
}

/* @media for learners profile */

@media only screen and (max-width: 650px) {
    #aahref  {
        font-size: 12px;
        padding: 3px 10px;
        border:3px solid var(--lighter-blue);
        top: 120px;
    }

    .mon {
        height: 35px;
    
      }
    
      .mon img {
        position: relative;
        width: 130px;
      }
      .mon .imgss {
       
        width: 70px;
        height: 70px;
      
        border: 2px solid var(--light-blue);
        overflow: hidden;
    
      }
    
      .mon .imgss img {
        transition: scale .5s ease-in-out;
        width: 60px;
        height: 70px;
        z-index: 1;
    
      }

      .mon .logoutss button{
        width: 30px;
        margin-top: 0;
        
    }

    .logoutss {
        left: 50%;
        top: 50px;
        width: 50px;
        border-radius: 50%;
    }

    .mon .logoutss button i {
        font-size: 20px;
        position: relative;
    
    }

    .checking ul li button {
        padding: 3px;
        font-size: .7em;
        width: 100px;

    }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++$match styling begins +++++++++++++++++++++++++++++++++ */

.form-for-report {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    align-items: center;
    padding: 20px;
}

.form-for-report form {
    display: flex;
    flex-direction: column;
    background-color: var(--deep-blue);
    box-shadow:2px 2px 10px #cbced1;
    padding: 20px;
    gap: 20px;
    color: #fff;
   
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 1000;
  }
  
  .popup-content {
    text-align: center;
  }
  
  #closePopup {
    padding: 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
  }

  .divh4 {
    /* margin-top: ; */
  }

.divol {
    display: flex;
    padding: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: var(--ubuntu-regular);
    color: var(--white);
    gap: 10px;
    font-size: 12px;
     
}

.divol .avi{
    position: absolute;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    left: 5px;
   

}

.ddiv {
    position: absolute;
    left:80px; 
   
}

.div_divol img {
    width: 75px;
    height: 75px;
   
}
.div_divol{
    position: relative;
    width: 300px;
    border-radius: 50px;
    display: flex;
    font-size: 12px;
    height: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-family: var(--ubuntu-regular);
    color: var(--deepest-blue);
    border: 5px solid var(--white);
    box-shadow: 2px 2px 5px rgb(218, 218, 218), -2px -2px 5px #cbced1;
    background: linear-gradient(to bottom, var(--deepest-blue), var(--deep-blue)); 
}
.match p {
    padding: 2px;
    margin: 0px;
    text-align: center;
    font-weight: bolder;
}

.match {
    position: absolute;
    right: 10px;
    background-color: var(--white);
    border-radius: 50%;
    width: 70px;
    height: 70px;
   outline: 3px solid var(--lighter-blue);
}
.div_promote {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 70%;
    margin-top: 100px;
    font-family: var(--montserrat-regular);
    font-size: 13px;
    gap: 20px;
    transition: all .3s linear;
    padding-bottom: 100px;
}

.div_promote form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: left;
    gap: 20px;
    width: 300px;
    background-color: #fff;
    /* border-radius: 40px; */
    box-shadow: 14px 14px 20px #cbced1,
    -14px -14px 20px rgb(249, 246, 246);
    padding: 20px;
    border-top: 5px solid var(--deep-blue);
    margin-bottom: 30px;
    transition: all .3s linear;

}


.div_promote form:hover {
    transform: translateY(-5px);
}

.aviss {
    border-radius: 50%;
    margin-top: -60px;
}

.div_forms input[type=submit] {
    width: 100%;
    outline: none;
    border: none;
    background-color: var(--deep-blue);
    padding: 14px 16px;
    color: var(--white);
    cursor: pointer;
    box-shadow: 14px 14px 20px #cbced1,
    -14px -14px 20px rgb(249, 246, 246);
    transition: all .3s linear;
}

.div_forms input[type=submit]:hover {
    background-color: var(--deepest-blue);
}

/* --------------Voucher Styling----------------------- */

#divid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: auto;
    margin-top: 20px;
    gap: 10px;

}
.voucher-form {
    position: relative;
    width: 220px;
    min-height: 150px;
    margin: auto;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color:var(--white);
    padding:10px;
    background-color: var(--deepest-blue);
    font-weight: bold;
    box-shadow: 14px 14px 20px #ccc, -14px -14px 20px rgb(226, 226, 226);
}
.voucher-form input {
    outline: none;
    border: none;
    background-color: var(--white);
    padding: 5px 11px;
    color: var(--deep-blue);
    margin-bottom: 10px;
    cursor: pointer;
    transition: .3s linear;
    width: 180px;
   
}

.clickbutton{
    position:absolute;
    color: white;
    top: 135px;
    background-color: var(--deep-blue);
    padding: 7px 14px;
    border: 1px solid #fff;
    width: 180px;
    transition: .2s ease-in-out;
}

.clickbutton:hover{
    color: white;
    background-color: var(--light-blue);
    padding: 7px 14px;
    border: 2px solid #fff;
    width: 150px;
}
.ofhtwo {
    width:300px;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    color: var(--deep-blue);
    font-weight: bolder;
}

.voucher-form input[type=submit] {
    position:absolute;
    top: 100px;
    background-color: var(--deep-blue);
    border: 1px solid #fff;
    outline: 2px solid var(--light-blue);
}


.email-label {
    position: absolute;
    top: 25px;
}
.email-amount {
    position: absolute;
    top:75px;
}

.voucher-form input[type=submit]:hover {
    background-color: var(--deep-blue);
    border: 3px solid var(--light-blue);
    outline: 2px solid #fff;
}

.voucher-form input[type=text] {
    position:absolute;
    top:40px;
    border: 2px solid var(--deepest-blue);
    outline: 1px solid var(--white);
}

.voucher-form input[type=text]:hover {
    outline: none;
    border: none;
}
.voucher-form input[type=text]:focus {
    border: 2px solid var(--deepest-blue);
    outline: 1px solid var(--white);
}

.voucher-form input[type=number] {
    position:absolute;
    top:90px;
    border: 2px solid var(--deepest-blue);
    outline: 1px solid var(--white);
}

.voucher-form input[type=number]:hover {
    outline: none;
    border: none;
}

.voucher-form input[type=number]:focus {
    border: 2px solid var(--deepest-blue);
    outline: 1px solid var(--white);
}

.cover-vourcher {
    width: 100%;
    margin: auto;
    min-height: 30%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items:stretch; */
    background-color: #fff;
    color: var(--deepest-blue);
    text-shadow: 2px 2px 5px rgb(169, 169, 169);
    padding: 20px;
    align-items: center;
    box-shadow: 14px 14px 20px rgba(0, 0, 0, 0.196),
    -14px -14px 20px rgba(209, 209, 209, 0.303);
    gap: 20px;
}

.div-voucher {
    position: relative;
    width: 300px;
    height: 100px;
    background: repeating-radial-gradient(circle, var(--lighter-blue)10px, var(--light-blue)10px
    , var(--lighter-blue)20px, var(--light-blue)20px), repeating-linear-gradient(45deg, var(--lighter-blue)10px, var(--light-blue)10px
    , var(--lighter-blue)20px, var(--light-blue)20px) ;
    background-size: 25px 25px;
    border: 4px solid #fff;
    box-shadow: 2px 2px 5px grey, 
    -2px -2px 5px rgb(228, 228, 228);
    padding: 5px;
}
.div-voucher-image img {
    width: 70px;
    /* filter: drop-shadow(2px 2px 1px rgb(50, 50, 50)); */
    visibility: visible;
    display: block;
    background-color: #fff;
    padding: 2px;
}

.div-vouche-image {
    width: 250px;
    text-align: center;
}

.div-voucher-image{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
   
}
.div-voucher-image p{
    position: absolute;
    top: -10px;
    left: 75px;
    font-size: 11px;
    font-weight: bolder;
    font-family: var(--montserrat-regular);
}

.div-vouche-image img{
    width: 200px;
    visibility: visible;
    display: block;
}

.div-vouche-image h2{
    font-family: var(--playfair-medium);
    padding: 0px;
    margin: 0px;
}
.div-all-in-one-voucher {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.voucher-code {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
   
}

.div-voucher div:nth-child(2){
    top: 12px;
    font-size: 13px; 
}

.div-voucher div:nth-child(2) p:first-child{
   font-weight: bolder;
}

.div-voucher div:nth-child(3) p:first-child{
    font-weight: bolder;
    padding: 2px; 
 }

 .div-voucher div:nth-child(2) p:not(:first-child, .p-two){
    background-color: #fff;
    padding: 2px; 
    font-size: 12px;
    font-weight: bold;
    /* margin-left: 10px; */
 }

 .div-voucher div:nth-child(2) .p-two{
    margin-left: 10px;
 }
 
 .div-voucher div:nth-child(3) p:not(:first-child, .p-two){
    background-color: #fff;
    padding: 2px; 
    font-size: 12px;
    font-weight: bold;
  }
.div-voucher div:nth-child(3){
    top: 32px;
    font-size: 13px;
}

.div-voucher div:nth-child(4){
    bottom: 0px;
    font-size: 11px;
}

.div-voucher div:nth-child(4) p:first-child{
    font-weight: bolder;
}

.voucher-code p {
    font-family: var(--ubuntu-regular);

}

.voucher-code div{
    margin: 0px;
    padding: 0;
}

.div-voucher div:nth-child(5){
    bottom: -9px;
    font-size: 9px;
}

.div-voucher div:nth-child(5) p:first-child{
    font-weight: bolder;
}

@media only screen and (max-width: 553px){
    #divid {
        width: 80%;
    }

}

@media only screen and (max-width: 396px){
    #divid {
        width: 90%;
    }
   
}

@media only screen and (max-width: 362px){
    #divid {
        width: 95%;
        padding: 0px;
    }
}

/* ----------switch button ------------------ */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;

    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: 'Active';
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(104, 148, 16);
    font-size: 9px;
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: var(--deep-blue);
    border: 1px solid var(--light-blue);

}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.switch input:checked +.slider:before {
    -webkit-transform:  translateX(26px);
    -ms-transform:  translateX(26px);
    transform:  translateX(26px);

}

.switch .slider {
    border-radius: 34px;
}

.switch .slider:before {
    border-radius: 50%;
}


.switching {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

.switching input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switching .slider {
    position: absolute;
   border: 1px solid var(--light-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

.switching .slider:before {
    position: absolute;
    content: 'Delete';
    font-size: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f9f9f9;
    height: 28px;
    width: 28px;
    left: 0px;
    bottom: 4px;
    background-color: rgb(185, 11, 11);
    -webkit-transition: .4s;
    transition: .4s;
    top: -7px;
    border: 1px solid var(--lighter-blue);
}

.switching input:checked + .slider {
    background-color: var(--crimson);
    border: 1px solid var(--light-blue);
    

}

.switching input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.switching input:checked +.slider:before {
    -webkit-transform:  translateX(26px);
    -ms-transform:  translateX(26px);
    transform:  translateX(26px);

}

.switching .slider {
    border-radius: 34px;
}

.switching .slider:before {
    border-radius: 50%;
}

.vocherpay {
    width: 400px;
    margin: auto;
    background-color: #fff;
    box-shadow: 2px 10px 10px rgb(230, 230, 230),
    -2px -10px 10px rgb(230, 230, 230);
}




/* -----------------edit School Detail-------------------- */

.schoolDetail {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: 2px 2px 5px grey;
    background: #ffffff;
    margin-top: 50px;
    gap: 20px;
    border-left: 3px solid var(--deep-blue);
}

.schoolInfo {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px; 
    background-color: var(--deep-blue);
    color: var(--white_one);
    
}

.schoolImage {
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.schoolImage img {
    width: 210px;
    height: 210px;
    transition: scale .3s ease-in;
}

.schoolImage img:hover {
    scale: 1.1;
} 

.detailsOfSchool {
    position: relative;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--deep-blue);
    padding: 10px;
   
}

.detailsOfSchool h3 {
    font-size: 13px;
    margin: 5px;
    padding: 5px;
    width: 100%;
    color: var(--white_one);
}

.detailsOfSchool h3 i{
    padding: 5px;
    color: var(--deep-blue);
    font-size: 15px;
    background-color:#efefef ;
    border-radius: 100%;
    margin-left: 10px;
}

.fa-orcid, .fa-map-marker-alt {
    color: var(--white_three);
    background: var(--deepest-blue);
    border-radius: 50%;
    padding: 5px;

};







