﻿html {
    font-size: 62.5%; /* This sets the default font-size to 10px for easy calculation */
}

@media (min-width: 1200px) {
    html {
        font-size: 70%; /* 1rem = 7px on large screens */
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    html {
        font-size: 65%; /* 1rem = 6.5px on medium screens */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 60%; /* 1rem = 6px on small screens */
    }
}

@media (max-width: 767px) {
    html {
        font-size: 55%; /* 1rem = 5.5px on extra small screens */
    }
}

.responsive-text {
    font-size: 2.1rem; /* This will be 16px on the default screen size */
    font-family: 'B Nazanin';
}

.responsive-text1 {
    font-size: 2.9rem; /* This will be 16px on the default screen size */
    font-family: 'B Nazanin';
}

.responsive-text2 {
    font-size: 2.9rem; /* This will be 16px on the default screen size */
    font-family: 'B Nazanin';
}

.centered-header {
    text-align: center;
}

.rtl-table {
    direction: rtl;
}



.header {
    background-color: #047a13;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 30px
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #047a13;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 14px
}

.li {
    list-style-type: circle;
    font-size: 14pt;
    margin: 0;
    padding: 0;
    color: white;
}


/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 335px;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

    /* On mouse-over */
    .sidenav a:hover, .dropdown-btn:hover {
        color: #f1f1f1;
    }

/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
    background-color: green;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.form-control {
    border: 1px solid #ccc;
    margin-bottom: 0px;
    padding: 0px;
    background-color: rgb(237, 237, 237);
}


.btn {
    padding: 12px 24px;
    background-color: #3cd317;
    color: #fff;
    margin-top: 10px;
    transition: background-color 0.3s ease;
    font-size: 20px;
}




    .btn:hover {
        background-color: #2ecc71;
    }


.col-md-4 {
    background-color: #e8e8e8;
    padding: 0px;
    border-radius: 0px;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    max-width: 400px;
    height: 300px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000;
    text-align: left;
}

.col-md-12 {
    background-color: #e8e8e8;
    padding: 0px;
    border-radius: 1px;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    max-width: 350px;
    height: 200px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000;
    text-align: left;
}

.divemployeeId {
    background-color: black;
    padding: 5px;
    border-radius: 1px;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(10px);

    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    color: White;
    text-align: center;
    font-family: Tahoma;
    font-size: 20px;
    border: solid;
    border-bottom-color: White;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    padding-left: 0%;
}

.DivDateDisply {
    background-color: black;
    padding: 5px;
    border-radius: 1px;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(10px);
    height: 80px;
    color: White;
    text-align: left;
    font-family: Tahoma;
    font-size: 22px;
    border: solid;
    border-bottom-color: White;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
}

.DivSelectDate {
    background-color: black;
    padding: 5px;
    border-radius: 1px;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(10px);
    max-width: 400px;
    height: 220px;
    width: 430px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 2px;
    color: black;
    text-align: center;
    font-family: Tahoma;
    font-size: 22px;
    border: solid;
    border-bottom-color: white;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
}



.li {
    list-style-type: circle;
    font-size: 14pt;
    color: #e8e8e8;
    margin: 0;
    padding: 0;
}

.image {
    list-style-type: circle;
    padding: 0px;
    width: 150px;
    height: 150px;
    margin-top: 2px;
    margin-right: 20px;
}

.Dashboard-form {
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    opacity: 1;
    height: 150px;
    width: 300px;
}

.salarydetailslabels {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
}
.Tabletextdesign {
    width:100%;
    margin-left:4%;
    text-align:center
}




