@font-face {
    font-family: 'Parisine';
    src: url("fonts/Parisine_Std.ttf");
  }

  *{
    font-family: "Parisine";
  }

.half{
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  vertical-align: baseline;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.pass{
  background-image: url("img/test_bck.jpg");
}

.dev{
  background-image: url("img/dev_background.jpg");
}

.cond{
  background-image: url("img/epicthumb.jpg");
}

.side_bar_staff{
  background-color: #ffffff;
  width: 22.5rem;
  height: 100%;
  margin-left: 0;
  display: flex;
  flex-direction: column;
}

.side_bar_staff h1{
  color: #000000;
  margin-top: 12.5%;
  opacity: 50%;
  align-self: center;
  font-weight: bolder;
  font-family: sans-serif;
}

.side_bar_staff button{
  align-self: center;
  width: 90%;
  height: 2rem;
  margin-top: 7px;
  margin-bottom: 7px;
}

.error_frame{
  display: none;
  width: 90%;
  height: 2rem;
  background: #db7373;
  align-self: center;
  height: 3.5rem;
  border-style: solid;
  border-color: #d39898;
  border-radius: .7rem;
  align-items: center;
  justify-items: center;
}

.driver_name_no_warp{
  white-space: nowrap;
  text-overflow: ellipsis;
}

.error_frame h1{
  text-align: center;
  color: #ffffff;
  font-weight: lighter;
  width: 100%;
  font-size: 150%;
}

.logo{
  height: 5rem;
  width: 5rem;
  background-color: 000000;
  color : #000000;
  opacity: .5;
  filter: invert();
  align-self: center;
  margin-bottom: 1rem;
}

.separator_side_bar{
  background: none;
  width: 100%;
  height: 10%;
  height: 62.5%;
}

.home_container2{

  background-color: #D9D9D9;
  border-radius: 2rem;
  width: 32.5rem;
  height: 20rem;

  align-items: center;
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);

  margin: 1rem;

}

.services_container{



}

.home_container{

  background-color: #D9D9D9;
  border-radius: 2rem;
  width: 32.5rem;
  height: 20rem;

  align-items: center;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);

  margin: 1rem;

}

.home_container2 h1{
  margin-top: 1rem;
  margin-bottom: auto;
  opacity: .5;
}

.warn_list{

  text-align: center;
  
  display: flex;
  
  flex-direction: row-reverse;
  
  justify-content: flex-start;
  
  width: 100%;
  
  flex-wrap: nowrap;
  
  flex-direction: column;
  
  align-items: center;
}

.warn_list img{
  height: 75%;
  width: auto;
  opacity: 50%;
  margin: -5px;
}

 .warn_list th, .warn_list td{
  border-bottom: 2px solid #000;
  padding:.5rem;
  height: 1.6rem;
}

.circular_progress_bar{

  position: relative;
  height: 200px;
  width: 200px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(#E7D05B 90deg,#ffffff 0deg);
  flex-wrap: wrap;
  flex-direction: column;

}

.progress_bar_self{
position: relative;
font-size: 30px;
font-family: sans-serif;
font-weight: bolder;
opacity: .5;
}

.circular_progress_bar::before{
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #D9D9D9 ;
}

.warns_container{
  background: #B6B6B6;
  height: 90%;
  width: 50%;
  border-radius: 2rem;
  margin-right: 20px;
  display: flex;
  justify-content: center;
}

.services_container{
  background: #B6B6B6;
  height: 65%;
  width: 90%;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1.75rem;
}

.hidden{
  display: none;
}

.big_window{
  background: #D9D9D9;
  border-radius: 1rem;
  width: 40rem;
  height: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.big_window h2{
  opacity: .5;
  margin-left: 2rem;
  margin-right: auto;
  font-size: 20px;
}

.wcolor{
  background: #E2B236;
  border-style: solid;
  border-width: 4px;
  border-color: #9B7A24;
}

.scolor{
  background: #ABE236;
  border-style: solid;
  border-width: 4px;
  border-color: #4A843C;
}

.pcc_title{
  width: 100%;
  justify-content: center;
  align-items: center;
}

.pcc_title h1{
  text-align: center;
  margin-top: 0;
  height: 1rem;
  font-size: 30px;
}

.departs_container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.depart_frame{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 1rem;
  margin-left: 1rem;
}

.depart_frame h1{
  font-size: 20px;
  font-weight: lighter;
}

.depart_frame div{
  background: #FFFFFF;
  border-radius: 2rem;
  width: 30rem;
  height: 6rem;
}

.depart_frame div h2{
  text-align: center;
  height: 50%;
  margin: 0;
  margin-top: .2rem;
  font-size: 20px;
  font-weight: lighter;
}

.depart_frame div h1 {
  text-align: center;
  height: 50%;
  margin: 0;
  margin-top: .5rem;
  font-size: 30px;
  font-weight: bold;
}

.pcc_container{
  width: 68rem;
  height: 40rem;
  background: #FFFFFF;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.newservicesize{
  width: 15rem;
  height: 5rem;
  margin-top: 1rem;
}

.pcc_object_container{
  width: 65rem;
  height: 30rem;
  background: #D9D9D9;
  border-radius: 2rem;
}

.pcc_title h2{
  text-align: center;
}

.info_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pcc_info_display{
  background: #FFFFFF;
  border-radius: 1.25rem;
  width: 29rem;
  height: 2.5rem;
  margin-left : 1.5rem;
  margin-right: 1.5rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.rame_display{
  width: 63rem;
  margin-top: 1.2rem;
  height: 17rem;
  background: #FFFFFF;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;

}

.rame_container{
  overflow-y: scroll;
  width: 61rem;
  height: 15rem;
}

.rame_display table{
  border-spacing: 0px;
  width: 59rem;
  background: #E8E8E8;
}

.rame_display tr{
  height: 2rem;
  width: 25rem;
  margin-right: 0;
}

.rame_display td{
  padding: 0;
}

.rame_display h1{
  font-size: 20px;
  font-weight: bold;
}

.formstyle{
  width: 100%;
  flex-direction: column;
  display: flex;
  width: 32.25rem;
  height: 39.8125rem;
  justify-content: center;
}

.smooth_list{
  background: #B4B4B4;
  border-radius: 2rem;
  width: 38rem;
  height: 18rem;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smooth_list button{
  width: 34rem !important;
}

.modal{
  display:none;
  position: fixed;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
}

.dflex{
  display: flex;
}

.popup{
  background: #D9D9D9;
  width: 41.125rem;
  height: 34.8125rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup form{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup .text_box{
  height: 4rem;
  margin: .5rem;
}

.popup button{ 
  width: 20rem;
  height: 4rem;
  margin: .5rem;
}

.popup button img{
  height: 2rem;
}

.hauto{
  height: auto;
}

.h40{
  height: 30%;
}

.fade-out {
  animation: fade-out 0.25s forwards;
}

.fade-in {
  animation: fade-in 0.25s forwards;
}

/* Keyframe animations */
@keyframes fade-out {
  100% {
    opacity: 0;
    display: none;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.h80{
  height: 80%;
}

.list_class{

  display: flex;
  flex-direction: column;
  width: 90%;
  align-items: center;
  height: 80%;
  overflow-y: scroll;

}

fieldset{
  width: 90%;
}

fieldset img{
  height: 1rem;
  width: auto;
}

.notif{
  display: none;
  z-index: 5;
  position: absolute;
  margin-top: 2rem;
  background: #73db8a;
  border-radius: .75rem;
  height: 7rem;
  width: 15rem;
  align-self: center;
  align-items: center;
  filter: drop-shadow(4px 14px 4px rgba(0,0,0,.5));
}

.notif img{
  height: 3rem;
  width: 3rem;
  margin-right: 1rem;
  margin-left:  1rem;
}

.notif h1{
  color: #000000;
  font-size: 20px;
  font-weight: lighter;
}

.error{
  display: none;
  z-index: 5;
  position: absolute;
  margin-top: 2rem;
  background: #db7373;
  border-radius: .75rem;
  height: 7rem;
  width: 15rem;
  align-self: center;
  align-items: center;
  filter: drop-shadow(4px 14px 4px rgba(0,0,0,.5));
}

.error img{
  filter: invert();
  height: 3rem;
  width: 3rem;
  margin-right: 1rem;
  margin-left:  1rem;
}

.error h1{
  color: #ffffff;
  font-size: 20px;
  font-weight: lighter;
}

.popup h2{
  margin: 0;
  margin-top: .5rem;
  font-size: 40px;
  height: auto;
  opacity: .5;
  text-align: center;
}

.popup h3{
  margin: 0;
  margin-top: .5rem;
  font-size: 20px;
  height: auto;
  opacity: .5;
  text-align: center;
}

.popup h1{
  margin: 0;
  margin-top: .5rem;
  font-size: 30px;
  height: auto;
  opacity: .5;
  text-align: center;
}

.rame_display button{
  height: 2rem;
  width: 11rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.rame_display img{
  height: 1.5rem !important;
}

#rames tr:nth-child(even){background-color: #DADADA}

.pcc_info_display h1{
  font-size: 25px;
  font-weight: bold;
  margin-left: 1rem;
  margin-right: auto;
}

.pcc_info_display h2{
  font-size: 25px;
  font-weight: lighter;
  margin-right: 1rem;
  margin-left: auto;
}

.pcc_frame{
  width: 70rem;
  height: 50rem;
  background: #D9D9D9;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.admin_btn{
  border-radius: 0.75rem;
  height: 4rem;
  width: 4rem;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  transition:  transform 0.1s; /* Apply transition to initial state */
}

.admin_btn img{
  height: 2rem;
  width: 2rem;
}

.admin_btn:hover{
  transform: scale(1.1);
}

td img{
  width: 2rem;
  height: auto;
  margin: 10px;

}

.doc_sort{
  width: 90%;
}


.doc_sort tr {
    border: 3px solid;
    height: 5rem;
}

.doc_sort tbody{
  width: 100%;
}

.permis{
  align-self: center;
  justify-self: center;
  height: 5rem;
  width: 100%;
  background-color: none;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid #B7B7B7;
}

.permis div{
  margin-left: 0;
  margin-right: auto;
  width: 70%;
  height: 100%;
}

.searchbar{
  background-color: #AFC7E8;
  border-radius: .75rem;
  outline: none;
  border: none;
  margin-top: 10px;
  width: 95%;
  height: 3rem;
}

.permis div h1{
  height: 25%;
  margin-top: 0;
  margin-left: 5px;
}

.permis div h2{
  height: 40%;
  margin-bottom: 5px;
  margin-left: 5px;
}

.logo_permis{
  height: 80%;
  width: auto;
  margin-right: 0;
  margin-left: auto;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000000;
  border-color: #000000 transparent #000000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.w95{
  width: 95%;
}

.w75{
  width: 75%;
}

.password_edit{
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.button_input{
  display: none;
  align-items: center;
  justify-content: center;
}

.h2rem{
  height: 2rem;
}

.solid_line{
  border-top: 3px solid #bbb;
  border-radius: 5px;
  background: none;
  outline: none;
   width: 90%;
}

.big_window h1{
  opacity: .5;
  margin-left: 2rem;
  margin-right: auto;
  font-size: 30px;
}
.center_box_staff{

  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}

.global_container{
width: 100%;
height: 100%;
display: none;
align-content: center;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
}


.center_staff{
  display: flex;
  flex-direction: row;
  height: 100%;
}

.button_generic{
  border-radius: 0.625rem;
  background: #AFC7E8;
  outline: none;
  border: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #586474;
  text-align: left;
  font-family: sans-serif;
  font-weight: bolder;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: box-shadow 0.1s, transform 0.1s; /* Apply transition to initial state */
}

.button_generic img{
  height: 75%;
  width: auto;
  opacity: 50%;
  margin-right: 5px;
}

.top_bar_staff{
  background-color: #A9C1E2;
  width: 100%;
  height: 5rem;
  display: flex;
  flex-direction: column;
}

.top_bar_staff h1{
  margin-left: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  color: #FFFFFF;
  opacity: .5;
  font-size: 125%;
  vertical-align: middle;
  width: 19rem;
  text-align: left;
  
}

body{
  display: flex;
  margin: 0;
  padding: 0;
  height: 100vh;
  background-color: #AFC7E8;
}

.half:hover{
  width: 60%;
}

.btn_c a:hover{

  transform: scale(1.1);
}

.container{

}

.center_box{
border-radius: 2.5rem;
background: #D9D9D9;
width: 64.5rem;
height: 39.8125rem;
flex-shrink: 0;
box-shadow: 0px 10px 75px 50px rgba(0, 0, 0, 0.25);

margin-top: auto;
margin-bottom: auto;

margin-left: auto;
margin-right: auto;

display: flex;
}

.img_material{

width: 25px;
height: 25px;
margin-top: auto;
margin-bottom: auto;
margin-left: 3%;
opacity: 0.5;

}

.w70{
  width: 70%
}

.w90{
  width: 90%
}

.h10{
  height: 10%;
}

.h3rem{
  height: 3rem;
}

.text_box{

  margin-left: auto;
  margin-right: auto;
  background : #BBCADE;
  border-radius: 1.25rem;
  display: flex;
  line-height: 10%;
  border-color: #000000;
  align-items: center;

  margin-top: 3%;
  margin-bottom: 3%;

}

.button{
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #BBCADE 0%, #829ABC 100%);
  color: rgba(0,0,0,.5);
  width: 30%;
  outline: none;
  font-size: 130%;
  font-family:sans-serif;
  font-weight: 700;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);

width: 9.875rem;
height: 3.875rem;
flex-shrink: 0;

transition: box-shadow 0.1s, transform 0.1s; /* Apply transition to initial state */

}

.button:hover {
  box-shadow: none; /* Remove drop shadow on hover */
  transform: scale(1.1); /* Make the button slightly bigger on hover */
  transition: .1s;
}

.button_generic:hover{
  box-shadow: none; /* Remove drop shadow on hover */
  transform: scale(1.05); /* Make the button slightly bigger on hover */
  transition: .1s;
}

.text_box input{
  background: none;
  width: 100%;
  height: 90%;
  border: none;
  font-size: 120%;
  vertical-align:middle;
  position: relative;
  outline: none;
  margin-left: 2%;

  color: rgba(0, 0, 0, 0.50);

font-family:  sans-serif;
font-style: normal;
font-weight: 700;
transition: .2s;

}

.text_box input:focus{
  font-size: 140%;
}

.text_box:focus{
  scale:(1.1);
}

.login_text1{
margin-left: auto;
margin-right: auto;
color: #6D6D6D;
}

.login_text2{
margin-left: auto;
margin-right: auto;
color: #6D6D6D;
font-size: 10;
font-weight: lighter;
margin-top: 0;
}

.login_text3{
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
color: #6D6D6D;
font-size: 2;
font-family: sans-serif;
font-weight:100;
}

.left_side_login{
  width: 32.25rem;
  height: 39.8125rem;
  flex-shrink: 0;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.right_side_login{
  width: 32.25rem;
  height: 39.8125rem;
  background: #ADC4E4;
  border-radius: 0rem 2.5rem 2.5rem 0rem;
  flex-shrink: 0;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.mf_deco{
  margin-left: 0%;
  width: 150%;
  object-fit: cover;
  opacity: .5;

  transition: margin .2s;

}

.mf_deco:hover{

  margin-left: -10%;
  transition: .2s;

}

.bck_2{
  background-image: url("img/background_staff.jpg");
  background-blend-mode: luminosity;
  background-size: cover;
  overflow: hidden;
  background-color: #586474;
  display: flex;
  flex-direction: column;
}

.bck_1{
  background-color: #AFC7E8
}

.btn{
  border-width: 3px;
  text-decoration: none;
  border-radius: 0;
  border-style: solid;

  color: #ffffff;
  border-color: #ffffff;

  margin-bottom: 10px;


  text-align: center;
  font-size: 20px;
  font-weight: bold;

  height: 3rem;
  width: 15rem;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;

}
