@font-face {
    font-family: Nikosh;
    src: url('/public/fonts/Nikosh.eot'),
        url('/public/fonts/Nikosh.eot?#iefix') format('embedded-opentype'),
        url('/public/fonts/Nikosh.woff2') format('woff2'),
        url('/public/fonts/Nikosh.woff') format('woff'),
        url('/public/fonts/Nikosh.ttf') format('truetype'),
        url('/public/fonts/Nikosh\ 400.ttf') format('truetype'),
        url('/public/fonts/NikoshBAN\ 400.ttf') format('truetype'),
        url('/public/fonts/NikoshGrameem\ Regular\ 300.ttf') format('truetype'),
        url('/public/fonts/NikoshLight\ 300.ttf') format('truetype'),
        url('/public/fonts/NikoshLightBAN\ 300.ttf') format('truetype'),
        url('/public/fonts/Nikosh.svg#Nikosh') format('svg');
}

body {
    margin: 0 auto;
    font-family: 'Nikosh', Arial, sans-serif;
    overflow-x: hidden;
    font-size: 18px;
}

.container {
    display: flex;
}

.bg {
    background-color: #263997;
}

.bg-footer {
    background-color: #263997;

}

.bg-image{
    background-image: url("../../images/heroImg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: 2;
    opacity: 2;
}

.sub-title {
    text-align: center;
    flex-grow: 1;
    color: white;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo {
    max-width: 100px;
    height: auto;
    border: 1px rgb(255, 255, 255) solid;
    padding-left: 18px;
    width: 170px;
    height: 105px;
}

.login {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    padding-right: 50px;
}

.login:hover {
    text-decoration: underline;
}

.first-space {
    height: 30px;

}

.icons{
    padding: 1px;

}

.heading1{
    font-size: 25px;
}

.left-navbar {
    width: 100%;
    border: 1px rgb(255, 255, 255) solid;
    height: 100%;
    background-color: #f39b45;
}

.users-heading{
    width: auto;
    height: 60px;
    background-color: #263997;
    color: white;
    padding-top:22px;
    padding-left: 20px;
    display: flex;
    justify-content:space-between;
}

.fa{
    padding-right: 20px;
}

nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1px;
    padding-top: 22px;
}
ul{
    padding-left: 0rem;
}
.unOrdered{
    padding: 0;
}

nav ul li {
    list-style: none;
    margin-bottom: 14px;
    margin-right: 10px;
    width: fit-content;
    height: fit-content;
    text-align: start;
}

.style-list {
    list-style: none;
    margin-bottom: 22px;
}
.sub-nav {
    list-style: none;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
}

.formcontainer,
.admin_table {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: start;
    width: 690px;
    height: 365px;
    padding: 20px;
    border-radius: 10px;
    background-color: #ad9a9a;
    margin-top: 10%;
    z-index: 1;
}

.admin_table {
    width: 850px;
    height: fit-content;
}

/* input[type=text],
input[type=password] {
    width: 100%;
    padding: 9px 8px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
} */

input[class="form-controll"]{
    width: 80%;
    padding: 6px 8px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
}

.sub-nav {
    display: none;
}

.style-list:hover .sub-nav {
    display: block;
}

.navbar-item {
    text-decoration: none;
    color: #000000;
    margin-left: 25px;
    font-size: 16px;
    font-weight: bold;
}

.navbar-item:hover {
    color: #007bff;
}

.column {
    flex: 1;
    padding: 20px;
    font-weight: bold;
    background: #fff;
    opacity: .8;
}

.column3 {
    flex: 1;
    padding: 20px;
    font-weight: bold;
    background-color: #ffffff;
    opacity: 0.7;

}

.column2{
    flex: 1;
    padding: 20px;
    font-weight: bold;
    opacity: 1;
    height: 100%;
}


.right-side h2 {
    text-align: center;
    height: 90px;
    line-height: 3em;
    position: relative;
    top: auto;
}

.main-contents {
    padding: 18px;
    margin-bottom: 10px;
    position: relative;
    top: -25px;
    line-height: 1.5;
    text-align: justify;
}

.right-side{
    font-weight: bold;
}

.listings {
    padding-left: 70px;
    line-height: 1.5;
    text-align: justify;
    position: relative;
    top: -25px;
}

.center-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
}

.custom-label {
    margin-bottom: 0.5rem;
    display: inline-block;
}

.custom-label2 {
    width: 245px;
}

.custom-label3 {
    margin-bottom: 0.5rem;
    width: auto;
}

#myTime {
    margin-top: 7px;
    margin-left: 80px;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 120px;
}

.form-check-input {
    margin-left: 5px;
    width: 20px;
    margin-right: 20px;
    border: 1px solid #000;
}

.form-label {
    display: inline-block;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 15px;
}

.custom-label2 {
    margin-bottom: 0.5rem;
    width:auto;
}
.custom-label3{
    display:inline;
}

.custom-label4 {
    width: 245px;
}

#myTime {
    margin-top: 7px;
    margin-left: 80px;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 120px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #f2f2f2;
}

input {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #000;
}
/* .formcontainer_login {
    border-radius: 10px;
    position: absolute;
    left: 60%;
    top: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 500px;
    height: fit-content;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: 10%;
    z-index: 1;
    border: 1px rgb(183, 175, 175) solid;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
} */

.formcontainer_login {
    position: relative;
    text-align: center;
    margin: 10% auto;
    width: 40%;
    border-radius: 10px;
    background-color: #f2f2f2;
    z-index: 1;
    border: 1px rgb(183, 175, 175) solid;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

/* Style for the label */
/* label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: start;
} */

/* Style for the date input */
.form-control,
.form-controll {
    width: 100%;
    padding: 8px;
    border: 1px solid #715c5c;
    border-radius: 4px;
    box-sizing: border-box;
}

.heading1 {
    text-align: start;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
}

.input-group-text {
    border-left: 0;
    cursor: pointer;
    margin-right: 10px;
}
