* {
    font-size: medium
}

/* body {
    background-color: #faf8f8
} */

#wrapper {
    display: flex;
    width: 100%;
    overflow-x: hidden
}



#page-content-wrapper {
    flex: 1;
    width: 100%;
    padding: 15px
}

.toggled #sidebar-wrapper {
    margin-left: -250px
}

.navbar {
    padding: 0
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

a {
    color: #000 !important;
    text-decoration: none !important
}

#userDropdownMenu {
    border-top: none
}

#userDropdownMenu a {
    margin-top: 4px
}

#userDropdownMenu a:hover {
    background-color: #fff;
    color: #000 !important
}

.header .dropdown .dropdown-menu .dropdown-menu-footer a:hover {
    background-color: #fff;
    color: #000 !important;
    margin-top: 1px
}

.nav-link-label {
    position: relative
}

.notification-badge {
    position: absolute;
    top: 5px;
    right: -5px;
    transform: translate(50%, -50%)
}

.no-border-bottom {
    border-bottom: none !important
}

.nav-pills .nav-link {
    color: #1d1919;
    margin-right: 5px;
    font-weight: 700
}

.nav-pills .nav-link.active {
    border-bottom: 3px solid orange !important;
    background-color: transparent !important;
    color: #000 !important
}

.list-group-item-custom {
    background-color: transparent !important;
    border: none !important
}

.list-group-item .bi-chevron-right {
    transition: transform .3s
}

.icon-profile.collapsed .bi-chevron-right {
    transition: transform .3s;
    transform: rotate(90deg)
}

.list-group-item.collapsed .bi-chevron-right {
    transform: rotate(90deg)
}

.iconWrapper {
    border-radius: 8px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    text-decoration: none;
    color: inherit;
    padding: 20px;
    transition: background-color .3s
}

.iconWrapper:hover {
    background-color: red;
    border-radius: 10px
}

.iconWrapper:hover svg {
    fill: white
}

.iconWrapper:hover p {
    color: #fff
}

.footer {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box
}

.footer-content {
    margin-left: 300px
}

.scroll-top {
    margin-left: auto;
    right: 10px
}

input::placeholder {
    font-size: small;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh
}

.icon .nav-item {
    max-width: 100%;
    overflow-x: hidden
}

.nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%
}

.custom-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    padding: 5px
}

.byu {
    width: 100px;
    height: 80px;
    object-fit: contain
}

.custom-input {
    border: 2px solid #007bff;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    transition: .3s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 123, 255, .5)
}

.custom-input:focus {
    border-color: #0056b3;
    box-shadow: 0 0 8px rgba(0, 86, 179, .7);
    outline: 0
}



@media (max-width:768px) {
    .header {
        margin-left: 0 auto
    }

    #userDropdownMenu a:hover {
        background-color: #fff;
        color: #000 !important;
        margin-top: 1px
    }

    #wrapper {
        overflow-x: hidden
    }

    .iconWrapper:hover {
        padding-bottom: 0
    }

    .show {
        display: block !important
    }

    .custom-img,
    .sidebar-toggle {
        display: block
    }

    .navbar .dropdown-item,
    .navbar .nav-link {
        padding: .5rem
    }

    #page-content-wrapper {
        transition: margin-left .5s;
        padding: 1px
    }

    
    .navbar-toggler {
        display: block;
        float: right;
        color: #509450
    }

    #menu-toggle {
        position: fixed;
        left: 10px;
        z-index: 1100
    }

    .custom-img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        margin: 0 auto;
        text-align: center;
        border-radius: 10px;
        padding: 5px
    }

    .byu {
        width: 80px;
        height: 60px;
        object-fit: contain
    }

    .mobile-bottom-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
        padding: 10px 0;
        z-index: 1000;
        display: flex;
        justify-content: space-around;
        align-items: center
    }

    .mobile-bottom-nav .nav-icon {
        color: #fff !important;
        text-align: center;
        flex: 1
    }

    .mobile-bottom-nav .nav-icon svg {
        width: 24px;
        height: 24px
    }
}