/* 
    Created on : 24-Sept-2024, 1:25:30 pm
    Author     : omkar
*/

:root{
    --yellow:#FFED00;
    --black:#000000;
    --blue:#07547A;
    --blue-grad:transparent linear-gradient(89deg, #13175B 0%, #07547A 100%) 0% 0% no-repeat padding-box;
    --green:#21d315;
}
*{
    box-sizing: border-box;
}
html, body{
    width: 100%;
    height: 100%;
    font-family: Source Sans Pro;
}
#loginCard{
    font-family: inter;
    position: absolute;
    top: 15%;
    left: 60%;
    right: 10%;
    height: auto;
    width: 25%;
    opacity: 1;
}
#loginDiv{
    height: 100vh;
    width: 100vw;
}
#loginBgImage{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    user-select: none;

}
#loginTitle{
    font-size: 1.8125rem;
    font-style: normal;
    font-weight: 650;
    line-height: 3.1875rem;
    backdrop-filter:blur(4px);
}

.TitleText{
    position: absolute;
    top: 23%;
    left: 10%;
}
.TitleText h3{
    color: var(--blue);
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.1875rem;

}

.TitleText h3:nth-child(4){
    font-size: 2.4125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.1875rem;
    padding: 10px;
    opacity: 1;
    color: white;
    background-color: var(--blue);
}

#loginForm input{
    border-radius: 4px;
}
#loginButton{
    width: 100%;
    background-color: var(--blue);
    color: white;
    font-weight: 600;
    font-size: 16px;
}
#loginCard hr{
    margin-top: 0;
    width: 27%;
    border: 2px solid var(--blue);
    border-radius: 20%;
    opacity: 1 !important;
}

.profileIcon div{
    border-radius: 50%;
    border: 2px solid white;
    background-color: white;
    width: 2.5rem;
    padding: 0.4rem;
    text-align: center;
    align-content: center;
}

.form-control.is-invalid, .was-validated .form-control:invalid, form input[type="text"], form textarea{
    background-image: none !important;
}

.editDetailsModal{
    border: 1px solid #4C7EFF !important;
}

.cancelButton{
    background-color: white !important;
    border-radius: 5px !important;
    color: #757575;
    border: 1px solid #757575;
    text-decoration: none !important;
    width: 121px;
    margin: 7px;
}
.cancelButton:hover{
    color:#757575;
    border: 1px solid #757575;
}

.saveButton{
    background-color: var(--blue) !important;
    border-radius: 5px !important;
    width: 121px;
    margin: 7px;
    border: #757575 1px solid;
}
.saveButton:hover{
    border:#757575 1px solid;
}
#auditAdminNavbar{
    background: var(--blue-grad);
}

.navbar-nav .nav-link.active, .nav-link{
    color:white;
}

.munuBarIcon{
    color: white !important;
    font-size: 1.4rem !important;
    padding: 0 .5em 0 .5em !important;
}
#auditAdminNavbar #navbarSupportedContent .nav-item.active{
    background: var(--blue);
}
.fa-solid, .fa-regular{
    font-size: 15px;
    color: #667085;
    padding: 0.5em;
}
.searchIcon{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    z-index: 1;
}
.input-group>.form-control:focus{
    z-index: 0 !important;
}
.dt-search {
    display:none;
}
.dropdown-menu:not(.datepicker),.dropdown-menu .inner {
    width: auto !important; /* Allow dropdown width to adjust based on content */
    max-width: 100% !important; /* Prevent the dropdown from overflowing the container */
    max-height: inherit !important;
    min-height: inherit !important;
    /*overflow-y: auto !important;*/
    max-height: 300px !important;
}
.dropdown-menu ul li a span{
    white-space: normal !important;
}
.modal small{
    color: crimson;
    font-size: 1em;
}
.headerText{
    color: #333;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 550;
}

input, textarea{
    box-shadow: none !important;
}
div.dt-container .dt-paging .dt-paging-button {
    padding: 0.2rem;
}
