body{
    overflow:hidden
}
.primary-nav{
    width: 100vw;
    padding-left:10px;
    padding-right: 10px;
    z-index: 50000;
}
.primary-nav .navbar-brand{
    font-weight: 600;
    text-transform: uppercase;
}
.primary-nav .navbar-toggler{
    border: 2px solid;
}
.primary-nav .dropdown-center{
    position: absolute;
    top: 10px;
    right: 30px;
}
.primary-nav .dropdown-center .dropdown-menu{
    position: absolute;
    left: -100px;
}
.primary-nav .dropdown-menu .dropdown-menu-item{
    padding: 5px;
}
.primary-nav .dropdown-menu .dropdown-menu-item .nav-link{
    padding-right: 5px;
    padding-left: 10px;    
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
}
.side-nav-container{    
    position:relative;
    padding:0;
}
.side-nav{
    width:100%;
    height: 100vh;
    padding: 10vh 10px 10px 10px;
    overflow-y: auto;
    border-top: 1px solid;
}
.side-nav .nav-item{
    margin: 20px 0px 0px 0px;
}
.side-nav .nav-link{
    font-weight: 500;
    font-size: 1.05rem;
    border: 2px solid;
    border-radius: 15px;
    text-transform: capitalize;
}
.divider{
    width:100%;
    height:1px;
    border: 1px solid;
}
.content-container{  
    height:auto;
    padding-left: 0px;
    padding-right: 0px;
}
.page-head{
    width:100%;
    padding: 10px 0px 0px 10px;
    font-size: 1.65rem;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}
.content{
    height:100vh;
    padding:10px;      
    padding-bottom: 10rem;
    overflow-y: scroll;
}
.item{
    justify-content: center;
    width: 100%;  
    margin-bottom: 2rem;
}
.item .item-link{
    width: 100%;
    height: 200px;
    padding: 2px;
    padding-top: 90px;
    border: 2px solid;
    border-radius: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.item .text{
    margin-top: 10px;
    padding: 5px;
    font-size: 1.15rem;
    font-weight: 500;
    border-radius: 5px;
    border: 2px solid;
    text-align: center;
}

.btn.btn-add{    
    width: 100%;
    height: 200px;
    font-weight: 600;
    border: 2px solid;
    border-radius: 10px;
}
.btn.btn-add .bi{
    font-size: 4rem;
}

.modal{
    margin-top: 9vh;
}
.modal .modal-body{
    padding-bottom: 100vh;
    padding-bottom: 5rem;
}
.modal .modal-header{
    border-top-width: 2px;
    border-top-style: solid;
}
#image-preview,
#update-image-preview{
    margin-bottom: 5px;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.image-preview .btn{
    width: 100%;
    height: 300px;
    padding-top: 120px;
    text-align: center;

}
.image-preview .btn .text{
    padding: 5px;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: 500;
}
.form-group{
    padding-top: 10px;
}
.form-group label{
    padding-top: 15px;
    font-weight: 500;
}
.form-group .btn{
    width: 50%;
}
.text-left,
.text-right{
    padding-top: 10px;
    display: flex;
}
.text-left{
    justify-content: left;
}
.text-right{
    justify-content: right;
}

.banner-container{
    width:100%;
    height: 50vh;
    padding: 10px;
    margin-bottom: 1rem;
}
.banner-container .banner-image{
    width: 100%;
    height: 49vh;
    border-radius: 15px;
}

.summary-head{
    text-decoration: underline;
    text-underline-offset: 5px;
}
.summary{
    padding: 10px;
    border-radius: 10px;
}
.summary .text{
    font-weight: 400;
}

.btn.btn-create,
.btn.btn-cancel,
.btn.btn-update,
.btn.btn-delete{
    width: 100%;
    border-style: solid;
    border-width: 2px;
    border-radius: 15px;
    font-weight: 500;
}

.solutions{
    padding-top: 10vh;
}
.solutions .heading{
    padding: 10px;
    background-color: #d3d3d3;
}

.flex-row{
    justify-content: center;
}

.signin-container{
    height: 100vh;
    background-image: url("./background.ec61dcc98cac.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.signin-card{
    margin-top: 5vh;
    min-height: fit-content;
}
.signin-card .card-header{
    font-weight: 600;
    text-align:center;
}
.signin-card .card-body label{
    font-weight: 600;
}
.logo-container{
    text-align: center;
}
.logo-container .logo{
    width: 75px;
    height: 75px;
    padding: 5px;
    border: 2px solid;
    border-radius: 10px;
}
.signin-card .input-group-text{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.signin-card .input-group-text .bi{
    font-weight:600;
    font-size: 1.2rem;
}
.signin-card .btn.btn-signin,
.signin-card .btn.btn-link{
    width: 80%;
    font-weight: 600;
    border: 2px solid;
    border-radius: 10px;
    text-decoration: none;
}