.employees-sidebar{
    overflow-y: auto;
    overflow-x: hidden;

}
.employees-sidebar>div{
    display: flex ;
    flex-direction: column;
    height: 100%;
}
.employees-container{
    flex: 1;
}
.hidden{display: none;}
button:disabled{
    box-shadow: inset 0 0 200px 0 rgba(255, 255, 255, 0.377);
}
.bg-gray{
    background-color: gray;
}
.guest-bg{
    background: rgba(0, 0, 0, 0) url("/img/hero.png") scroll 0% 0%;

  background-repeat: repeat;
  background-size: auto;
min-height: 100vh;
padding-bottom: 4em;
background-repeat: no-repeat;
background-size: cover;
}
.main-sidebar{
    background-color:#343299;
}
.nav-link p{
    color:white;
}
.main-sidebar input[type = "search"]{
    background-color:#fff;
}
.main-sidebar .btn-sidebar{
    background-color:#04293D;
}
.guest-bg .guest-form{
/* From https://css.glass */
color:#fff;
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.bs-stepper .step.active .bs-stepper-label{
    color: #0AC9E6;
}
.bs-stepper .step.active .bs-stepper-circle{
    background-color: #0AC9E6;
}
select{
    appearance: auto !important;
    cursor: pointer;
}
.btn-primary{
    background-color: #2d5e77 !important;
    border-color: #2d5e77;
}
.hint{
    font-size: small;
    color: #91A9B7;
}
    .px-60{
    padding-inline: 60px;
}
.my-30{
    margin-block:30px;
}
.drag-drop{
    background-color: #F5F8FC;
    border:2px dashed #639FF1;
    padding:3em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}
.drag-drop input{
    position: absolute;
    inset: 0;
    z-index: 20;
    opacity: 0;
    height: 100%;
    cursor: pointer;
}

.rounded-xl{
    border-radius: 10px;
}
.descipline-card{
    color: #0AC9E6;
    background-color:#0ac9e646;
    padding:6px;
    border-radius: 4px;
}

#loading-window{
    position:absolute;
    inset:0;
    background-color: #04293d5c;
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loading-window svg{
    animation: spin 1s linear infinite;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background-color: transparent !important;
}


body table.dataTable td.dt-control::before{
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: inline-block;
    color: black;
    border: 0 solid white;
    border-radius: 0;
    box-shadow: 0 0 0 #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New",Courier,monospace;
    line-height: 1em;
    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.885' height='13.832' viewBox='0 0 7.885 13.832'%3E%3Cg id='svgexport-6_28_' data-name='svgexport-6 (28)' transform='translate(0 13.832) rotate(-90)'%3E%3Cg id='Group_4464' data-name='Group 4464' transform='translate(0 0)'%3E%3Cpath id='Path_935' data-name='Path 935' d='M6.916,7.885A.966.966,0,0,1,6.231,7.6L.284,1.654A.969.969,0,0,1,1.654.284L6.916,5.546,12.179.284a.969.969,0,1,1,1.37,1.37L7.6,7.6A.966.966,0,0,1,6.916,7.885Z' fill='%23394952'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-color: transparent;
}
.f-td{
    align-items: center;display: flex;gap: 1em;
}
.jquery-modal{
    z-index:100000;   
}
.jquery-modal.blocker{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:unset !important;
}
.modal.jquery-modal{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding:unset !important;

}

.pt-30vh{
    padding-top: 30vh;
}
.max-width-40{
    max-width: 40%;
}

table.dataTable {
    background-color: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 4px;
    box-shadow: none;
    border-bottom: 1px solid #e4e7ec !important;
}
.dataTable  tr{
    background-color: #fff;
    border: none;
}
.dataTable tbody tr:nth-child(even){
    background-color:#F9FAFC;
    border: none;
}
.dataTable  tr>td{
    box-shadow: none !important;
}
.dataTable th{
    border-bottom: 1px solid #e4e7ec !important;
}
.text-smll{
    font-size: small;
}
.my-reply{
    text-align: right;
}
.my-reply .reply{
    background-color:#343299  ;
    color:#fff;
}
.reply{
    box-shadow:0 0 3px 0 #aaa;display:inline-block;border-radius:6px;
}
.updated-alert{
    position: fixed;
    right: 10px;
    top: 4rem;
    width: max-content;
    z-index:10000;
}


@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}




/* STEPS */
#Stepper ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
#Stepper {
    border-radius: 6px;
}
#Stepper .steps ul{
    display: flex;
    list-style: none;
    background-color: #fff;

}
#Stepper .steps li{
    flex: 1;
    border:1px solid #aaa;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
}
#Stepper .steps li a{
    width: 100%;
    text-align: center;
    padding-block: 15px;
}
#Stepper .steps li.current{
    background-color: var(--color-primary);
    color: #fff;
}
#Stepper .steps li.current a{
    color: #fff;
}
#Stepper .current-info{
    display: none;
}
#Stepper .actions ul{
    display: block;
    background-color: #fff;

}
#Stepper .actions ul li{
    background-color: var(--color-primary);
    padding: 0.3rem 1rem;
    display: inline-block;
    border-radius: 6px;
    margin: 0.7rem;
}
#Stepper .actions ul li a{
   color: #fff;
}
#Stepper .content{
    margin-top: 1rem;
    background-color: #fff;
    padding:1rem;
    border-bottom: 1px solid #eee;
}
.step-header{
    display: none;
}
/* employee-question */
.employee-question{
    margin-top: 1.2rem;
    padding:0.3rem 0.6rem;
    box-shadow: -2px 2px 3px #aaa;
    border:2px solid #eee;
    border-bottom: none;
}
.employee-question .options{
    float: right;
    position: relative;
    text-align: center;
}
.employee-question p{
    font-weight: bold;
    font-size: 1rem;
    margin-block: 1rem;
}
.employee-question .options input[type="radio"]{
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}
.employee-question .options label{
    margin: 0;
}

.employee-question .options section{
    display: inline-block;
}


#Stepper .comment-section{
    border-top: 1px solid #eee;
    padding: 0.4rem;
    box-shadow: inset 0 0 200px 0 #eee;
}
#Stepper .comment-section input{
    display: block;
    width: 100%;
}
#Stepper .comment-section label{
    font-size: small;
}

#Stepper .error{
    color:red;
}



/* File Upload */

.file-input{
    position:relative;
    height:4rem;
    border-radius: 6px;
    padding:6px;
    overflow: hidden;
}
.file-input input{
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
    width: 100%;
}
.file-input-status{
    position:absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-status.not-uploaded{
    border: 2px dashed #343299;
    background-color: #fff;
    color: #343299;
}
.file-input-status.uploaded{
    border: 2px dashed transparent;
    background-color: #00f752;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    display: none;
}
.file-input-status.uploading{
    border: 2px dashed transparent;
    background-color: #fff;
    color: #343299;
    font-weight: bold;
    z-index: 3;
}

.file-input input[type="file"]:valid~.uploaded{
    display: flex !important;
}

.message-modal{
    position: fixed;
    z-index: 1035;
    top:1rem;
    right: 0;
    left: 0;
    margin: auto;
    padding:8px 12px;
    border-radius: 6px;
    background-color: #03c945;
    color: #fff;
    text-align: center;
    max-width: max-content;
}
.phases ::marker{
    color: #343299;
    font-weight: bold;
}

#timer {  
    font-size: 2em;
    font-weight: 100;
    color: white;
    text-shadow: 0 0 20px #48C8FF;
    padding: 0 8px;
    border-radius: 6px;;
    background-color: #343299;
    display: inline-block;
    margin-bottom: 8px;
    
}
#timer div {
  display: inline-block;
  margin-inline: 15px;
  text-align: center;

  
}
#timer span {
  color: #B1CDF1;
  display: block;
  font-size: .35em;
  font-weight: 400;
}
.control-sidebar::before{
    display: none !important;
}