/*/ INSERT_YOUR_CODE */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Robot/Roboto-Regular.woff2") format("woff2"),
        url("../fonts/Robot/Roboto-Regular.woff") format("woff"),
        url("../fonts/Robot/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Robot/Roboto-Bold.woff2") format("woff2"),
        url("../fonts/Robot/Roboto-Bold.woff") format("woff"),
        url("../fonts/Robot/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body,
html {
    font-family: "Roboto", Arial, sans-serif !important;
}

.main-sidebar {
    background: url("../images/side_bar_bg.jpg") no-repeat center center !important;
    background-size: cover !important;
}

.main-sidebar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8); /* adjust opacity as needed */
    z-index: 8;
    pointer-events: none;
}
.main-sidebar > * {
    position: relative;
    z-index: 9;
}

.ul-tab-menu {
    border-bottom: none;
    background-color: rgba(200, 200, 200, 0.2);

    .nav-item {
        margin-right: 0;
        margin-left: 0;
        padding: 0;
        width: 20%;
        a {
            text-align: center;
            color: rgba(0, 0, 0, 0.87) !important;
        }
    }

    .nav-link {
        color: #fff !important;
        background: transparent;
        border: none;
        border-radius: 0;
        margin: 0;
    }

    .nav-link.active,
    .nav-link.active.show {
        background-color: #fd7e14 !important;
        color: #fff !important;
    }
}

.form-group-with-icon {
    display: flex;
    align-items: center;
}

.form-group-with-icon .icon {
    position: relative;
    margin-bottom: -20px;
    flex-shrink: 0;
    font-size: 1.2rem !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    color: #6c757d;
}

.form-group-with-icon .form-control-wrapper {
    margin-left: 10px;
    flex: 1 1 0%;
    width: 100%;
}

.form-group {
    label {
        font-weight: normal !important;
        font-size: 0.8rem;
        color: #6c757d;
        margin-bottom: 0;
    }

    input {
        color: #000;
    }
}

.icon-container-rounded {
    border-radius: 50% !important;
    border: 1px solid #dddddd !important;
    padding: 20px !important;
    width: 150px;
    height: 150px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    i {
        color: #fd7e14 !important;
    }
}

.btn-orange {
    background-color: #fd7e14 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0.25rem !important;
    padding: 0.5rem 1.25rem !important;
    font-weight: 500 !important;
    transition: background 0.2s, color 0.2s;
}

.btn-orange:hover,
.btn-orange:focus {
    background-color: #e96b0c !important;
    color: #fff !important;
    text-decoration: none;
    outline: none;
}

.login-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    margin: 0px auto;
}
