@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

body
{
    font-family: 'Inter Tight', sans-serif;
}
.nav-item {
    margin-left: 20px;
}

.navbar-nav {
    font-family: Rethnik Sans;
    font-weight: 500px;
    font-size: 14px;
    line-height: 18.23px;
}

.modal-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.font-weight-bold {
    font-weight: 600;
}

.card {
    background-color: rgba(255, 255, 255, 1);

}

.form-logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

li {
    list-style-type: none;
    display: flex;
    align-items: left;
    justify-content: left;

}

.card-title {
    width: 149px;
    height: 10px;
    font-weight: 600px;
    font-size: 14px;
    line-height: 16.94px;
}

.card-subtitle {
    width: 501px;
    height: 10px;
    font-weight: 500px;
    font-size: 14px;
    line-height: 16.94px;
}

.card-subtitle1 {
    width: 506px;
    height: 57px;
    padding-right: 80px;
    font-weight: 400px;
    font-size: 13px;
    line-height: 15.73px;
}

#more {
    display: none;
}

.hidden {
    display: none;
}

.error {
    color: red;
}

.registerform label {
    margin-bottom: 6px
}

.container-date{
    text-align: center;
    margin-top: 20px;
}

.pdfbtn{
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #28a745;
    color: #fff; 
    border-radius: 5px;
    font-weight: bold;
}
.star::after {
    content: '*';
    color: red;
    margin-left: 2px;
}

