@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    margin: 0;
    font-family: 'poppins', sans-serif;
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.custom-container {
    padding-left: 0;
    /* padding-right: 0; */
}



.first-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.second-column {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.login {
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 145px;
}

.login-form {
    padding: 95px 0 45px 0;
    position: relative;

}


.login .pic {
    padding: 25px 0 0 0;
    position: relative;
    display: block;
    float: left;
}

.login button {
    width: 100%;
    height: 70px;
    background-color: #f7a930;
    border-radius: 50px;
    border: none;
    font-size: 24px;
    font-weight: 600;
    color: white;
    letter-spacing: -0.5px;
    margin: 45px 0 0 0;
}

.login.logo {
    padding: 10px 0 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control {
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #8c8c8c;
    width: 400px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.025);
    border-color: #f7f7f7;
}

.form-control:focus {
    border-color: #f7f7f7;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.025);
}

input::placeholder {
    color: #adadad !important;
}

.form-check-input {
    width: 24px;
    height: 24px;
    cursor: pointer;
    vertical-align: bottom;
    border: solid 1px #8c8c8c;
    border-radius: 8px;
}

.form-check-label {
    color: #adadad;
}

.input-with-icon {
    position: relative;
}

.input-with-icon input {
    padding-left: 30px;
    /* Adjust this value based on the icon size */
}

.input-with-icon img {
    position: absolute;
    left: 90%;
    /* Adjust this value based on the desired icon position */
    top: 50%;
    transform: translateY(-50%);
}

/*Dashboard */

.dboard {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dboard .first-column {
    display: block;
    float: left;
    height: 100vh;
    background: #fff;
    font-size: 14px;
    width: 15%;

}

.dboard .first-column .logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 0 0 0;
}

.dboard .first-column .list {
    padding: 45px 0 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;

}

.dboard .first-column ul {
    padding: 0;
    list-style-type: none;
    position: relative;
    width: 100%;
}

.dboard .first-column ul li {
    text-align: center;
    padding-top: 35px;


}

.dboard .first-column ul li a {
    display: flex;
    justify-content: start;
    align-items: center;
    text-decoration: none;
    color: #231f20;
    font-weight: 500;
    padding-left: 100px;
}



.dboard .first-column .list ul>li.active>a {
    background-color: #00527d;
    color: #fff;
    transition: 0.3s;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 50px;

}

.list-icon {
    position: relative;

}



.list-icon img {
    position: absolute;
    left: 27%;
    top: 67%;
    transform: translateY(-7%);
    color: #777;
}

.list-icon.active>svg {
    color: #fff;
    transition: 0.3s;
}

.dboard .first-column .list ul>li.active>img {
    margin-top: -2.4%;
}

.dboard .first-column .logout {
    /* position: absolute;
    bottom: 0;
    padding: 45px 0 45px 0;
    left: 20%;
    transform: translateX(-20%); */
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 52.5%;
    transform: translate(-50%, -50%);
    bottom: 0;

}

.dboard .first-column .logout button {
    font-size: 14px;
    text-align: center;
    width: 175px;
    height: 50px;
    color: #f68d76;
    border: solid 2px #f68d76;
    border-radius: 10px;
}

.dboard .first-column .logout button:hover {
    background: white;
}

.log-icon {
    position: relative;
}

.log-icon li {
    padding-left: 30px;
    /* Adjust this value based on the icon size */
}

.log-icon img {
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    color: #f68d76;
}

.dboard .second-column {
    display: block;
    float: none;
    position: relative;
    padding-left: 50px;
    width: 85%;
}

.dboard .second-column .scdb-top {
    background-color: #fff;
    width: 100%;
    height: 75px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.025);
    border-color: #f7f7f7;
}

.dboard .second-column .scdb-top .user-photo {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    padding: 10px 45px;

}

.dboard .second-column .scdb-top .user-photo .photo {
    width: 25px;
    height: auto;
}

.dboard .second-column .scdb-top .user-photo .arrow {
    width: 10px;
    height: auto;
    margin-top: 15px;
    margin-left: 15px;
}

.dboard .second-column .scdb-top .user-photo p {
    display: flex;
    justify-content: end;
    align-items: end;
    position: relative;
    padding: 10px;
    margin: 10px 0 0 0;
    font-size: small;
}

.dboard .second-column .scdb-top .user-photo i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
    font-size: small;
    font-weight: 100;
    margin: 10px 0 0 0;

}

.dboard .second-column .page-link {
    display: block;
    position: relative;
    margin: 45px 0 45px 0;
}

.dboard .second-column .page-link ul {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    list-style-type: none;
    position: relative;
}

.dboard .second-column .page-link ul li {
    display: flex;
    position: relative;

}

.dboard .second-column .page-link ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #231f20;
    padding: 10px;

}


.dboard .second-column .page-link ul>li.active>a {
    color: #f68d76;
    transition: 0.3s;
}

.dboard .second-column .dropdown {
    position: relative;
    padding: 0;

}

.dboard .second-column .dropdown ul {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dboard .second-column .dropdown ul li {
    height: 35px;
    line-height: 35px;
    padding: 25px;
}

.dboard .second-column .dropdown button {
    border: 0;
    background: white;
}

.dboard .second-column .dropdown-menu {
    width: 200px;
    height: 200px;
    font-size: 14px;
    padding: 10px 0 0 0;
    border: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.025);
}

.dboard .second-column .box {
    display: flex;
    gap: 25px;
    padding: 0;
}

.dboard .second-column .first-box {
    background: #97d5c9;
    height: 150px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
    margin-left: 10px;
}

.dboard .second-column .first-box h5 {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.dboard .second-column .first-box i {
    font-weight: 600;
}

.dboard .second-column .second-box {
    background: #fecf8d;
    height: 150px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
    margin-left: 10px;
}

.dboard .second-column .second-box h5 {
    font-weight: 600;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dboard .second-column .second-box i {
    font-weight: 600;
}

.round-shape {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.search-box {
    display: flex;
    justify-content: start;
    align-items: center;
}

.search-box input {
    width: 400px;
    height: 50px;
    border-radius: 10px;
}

.table-edge {
    padding-right: 35px;
}

.thead {
    position: relative;
    height: 54px;
    text-align: center;
    --bs-table-bg: #00527d;
    font-size: 14px;


}

.table-rounded thead tr:first-child th:first-child {
    border-top-left-radius: 12px;
}

.table-rounded thead tr:first-child th:last-child {
    border-top-right-radius: 12px;
}

table thead th {
    color: #ffffff !important;
    font-weight: 500;
    /* Change to the desired font color */
}

.tbody {
    position: relative;
    height: 50px;
    text-align: center;
    font-size: 14px;
}

.contact {
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 45px;
}

.contact-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact-form {
    padding: 95px 0 45px 0;
    position: relative;
    width: 773px;
    height: 50px;
}

.contact .submit-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact button {
    width: 50%;
    height: 70px;
    background-color: #f7a930;
    border-radius: 50px;
    border: none;
    font-size: 22px;
    font-weight: 600;
    color: white;
    letter-spacing: -0.5px;
    margin: 45px 0 0 0;
}

.contact.logo {
    padding: 10px 0 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form .form-control {
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #8c8c8c;
    width: 773px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.025);
    border-color: #f7f7f7;

}

.txtarea .form-control {
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    max-width: 773px;
    border-radius: 10px;
    height: 100px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.025);
    border-color: #f7f7f7;


}

.txtarea .form-control:focus {
    border-color: #f7f7f7;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.025);
}

textarea::placeholder {
    color: #adadad !important;
}

/* Media Query for Mobile Devices 
@media (max-width: 480px) {
    body {
        background-color: red;
    }
}
 
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    body {
        background-color: yellow;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .dboard .first-column ul li a {
        padding-left: 80px;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
    .dboard .first-column ul li a {
        padding-left: 80px;
    }
}

/* Media Query for Large screens */
@media (max-width: 1440px) {
    .dboard .first-column ul li a {
        padding-left: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .dboard .first-column .logout {
        position: absolute;
        bottom: 0;
        padding: 45px 0 45px 0;
        left: 10%;
        transform: translateX(-10%);
    }

    .dboard .second-column {
        padding: 25px;
    }


}

@media only screen and (max-width: 480px) {
    .dboard .first-column {
        height: 120vh;
    }

    .dboard .first-column .logout {
        position: relative;
        bottom: 0;
        display: flex;
        justify-content: center;
    }

    .dboard .second-column {
        padding: 30px;
    }

    .search-box {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .search-box input {
        width: 275px;
        height: 50px;
        border-radius: 10px;
    }
}