
@font-face{
    font-family: "Gadugi";
    src: url("../fonts/gadugi-normal.ttf")format("truetype");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
 

.sidebar{
    background-color: #4d72b7;
}
.sidebar a{
    color: rgb(255, 255, 255);
    letter-spacing: 0.05em;
    font-weight: 500;
    text-decoration: none;
}
.sidebar a:hover{
    font-weight: 600;
}
.nav>.nav-link:hover{
    text-decoration: underline;
}

.nav-pills:hover,.list-unstyled li:hover{
    background-color: #456bb0;
}

body{
    font-family: 'Gadugi';
}

.top{
    background-color:#456bb0;
    color: white;
}

td p {
    margin:0px;
}
.top .btn:not(:hover){
    background-color: white;
}

.nav-scroller{
    background-color:#98aed6;
    padding: 0 200px;
}

.nav-scroller a{
    color: rgb(29, 29, 29);
    text-decoration: none;
}

.nav-scroller a:hover{
    font-weight: 600;
}

td {
    white-space: normal !important; 
    word-wrap: break-word;  
  }
table {
table-layout: fixed;
}

.center-box {
    border-radius: 5px;
    text-align: center;
    width: 450px;
    padding: 2rem;
    background-color: #f1f1f1;
    color: rgb(0, 0, 0);
    box-shadow: 0px 0px 11px 3px#b1b1b1;
}

.form-group:not(:first-child){
margin-top: 0.5rem;
}
.login-form .form-group input {
    background: rgb(228, 228, 228);
    color: rgba(0, 0, 0, 0.8) !important;
    padding: 0.25rem;
    padding-left: 2rem;
    border-radius: 2px;
    border: none;
    border-bottom: 1px solid #6c757d;
}

.form-group .icon {
    position: absolute;
    margin-left: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    background: transparent;
}

.form-input {
    position: relative;
}
.form-input input{
    width: 100%;
}

.center-form{
    padding: 2rem;
    background-color: rgb(245, 245, 245);
    min-height: 100%;
}

.name{
    font-weight: 600;
    letter-spacing: 0.05em;
}

.btn-outline-secondary {
    color:black;
}

@media (max-width: 768px) {
    .center-box {
        width: 100%;
        margin: auto;
        max-width: 100%;
        min-width: 0px;
    }
}

