* {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    font-size: 13px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.header {
    background-color: black;
    color: white;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 5px;
}

.content {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: row;
}


.sidebar {
    width: 200px;
    background-color: #f0f0f0;
    max-height: calc(100vh - 4px);
}

.main-content {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}

.footer {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    position: sticky;
    bottom: 0;
    z-index: 1000;
}

.stColorBlack {
    color: black !important;
}

.stToast {
    background-color: #BDE6F2 !important;
    color: black !important;

}

.stFranklin {
    font-family: 'Franklin Gothic Medium' !important;
    color: white;
}

.dropdown-menu {
--bs-dropdown-link-hover-bg:  #BDE6F2 !important;
--bs-dropdown-link-active-bg: #BDE6F2 !important;
}

.biicon {
    /* width: 1.5rem;
    height: 1.5rem; 
    font-size: 1.5rem; */
    color:  #F97932

}


.allcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


.horicenter {

    margin-left: auto !important;
    margin-right: auto !important;
}

.p0 {
    padding: 0px !important;
}

.btn-primary {
    --bs-btn-bg: #354D94 !important;
}



.splide__slide img {
    width: 100%;
    height: auto;
}

.stshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.accordion-button {
    background-color: #BDE6F2 !important;
}

.card-header {
    background-color: #BDE6F2 !important;
}

.nav-item {
    /* background-color: #0001; */
    padding-left: 15px !important;
    padding-right: 15px !important;
    border: 1px solid transparent;
}

.nav-item:hover {
    border: 1px solid #BDE6F2;
}

.nav-link:hover {
    color: white
}

.bg-dark {
    background-color: black !important;
}

.form-label {
    font-weight: 700 !important;
}



.hr {
    margin: 12px 0;
    border: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

    &:before {
        content: "\2022 \2022 \2022";
        font-size: 50px;
        color: #354D94;
    }
}

.fa-solid,
.far,
.fa-regular {
    font-family: 'Font Awesome 6 Free' !important;
}


.buttons-html5 {
    width: 2rem !important;
    height: 2rem !important;
}