@font-face {
    font-family: VK Sans Display;
    src: url(../fonts/VKSansDisplay-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: VK Sans Display;
    src: url(../fonts/VKSansDisplay-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: VK Sans Display;
    src: url(../fonts/VKSansDisplay-Bold.ttf);
    font-weight: 700;
}

body {
    font-family: "VK Sans Display", sans-serif;
    color: #212529;
    font-size: 18px;
    background-color: #F5F5F5;
}

nav {
    background-color: #F5F5F5;
}

.navbar-brand,
.offcanvas-title {
    font-size: 24px;
    font-weight: bold;
}

h5.offcanvas-title {
    align-self: center;
    margin: 0 auto;
}

.navbar-brand span,
.offcanvas-title span {
    font-size: 24px;
    color: #29BCA0;
}

.nav-item {
    margin: 10px 0 10px 15px;
}

.nav-link {
    line-height: 22.5px;
    font-weight: 400;
    color: #959499;
    transition: all .3s ease-in-out;
    font-size: 18px !important;
}

.nav-link:hover,
.nav-link:focus {
    color: #29BCA0;
    transition: all .3s ease-in-out;
}

.m-auto h2 {
    margin-top: 6%;
    font-weight: bold;
    text-align: center;
}

.m-auto h2 span {
    color: #29BCA0;
}

.m-auto form {
    padding: 20px;
    width: 380px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 0 2px rgba(33, 37, 41, 0.25);
    border-radius: 10px;
}

.form-label {
    color: #212529;
    font-size: 18px;
}

.form-control {
    border: none;
    background: rgba(217, 217, 217, 0.3);
    border-radius: 5px;
}

.form-control:focus {
    border-radius: 5px;
    background: rgba(217, 217, 217, 0.3);
    border: none;
    box-shadow: 0 0 2px rgba(33, 37, 41, 0.5);
}

.btn-success {
    border: none;
    background: #29BCA0;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.btn-success:hover {
    background: #059278;

}

i {
    margin-right: 10px;
}

.btn-link {
    color: rgba(33, 37, 41, 0.25);
    text-decoration: none;
    border: none;
}

.btn-secondary {
    background: #29BCA0;
    color: #F2F3F7;
    border: none;
    transition: all .3s ease-in-out;
}

.fix_table .btn-danger {
    width: auto;
}
tbody .btn-secondary, tbody .btn-danger {
    width: 100%;
}

.btn-secondary:hover {
    background: #059278;
}

.btn-secondary:focus {
    background: #29BCA0;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 8px rgba(41, 188, 160, 0.25);
}

.img-fluid {
    border-radius: 6px;
}

.card {
    width: 23rem;
    border: none;
    background: #FFFFFF;
    box-shadow: 0 0 2px rgba(33, 37, 41, 0.25);
    transition: all .3s ease-in-out;
    margin: 10px 0;
    min-height: 30rem;
}
.card-img, .card-img-top{
    max-height: 13rem;
    object-fit: cover;
}
.card:hover {
    box-shadow: 0 0 4px rgba(33, 37, 41, 0.25);
    transform: translateY(-5px);
    transition: all .3s ease-in-out;
}

.grid{
    display: grid!important;
    grid-template-columns: repeat(3, auto);
    column-gap: 10px;
}

.card-footer {
    background: none;
    border: none;
}

.competition-text {
    text-align: justify;
}

.list-group {
    --bs-list-group-border-color: none;
    cursor: pointer;
}

.list-group-item {
    transition: all .3s ease-in-out;
}

.list-group-item:hover {
    box-shadow: 0 0 2px rgba(33, 37, 41, 0.25);
    background: #29BCA0;
    color: #FFFFFF;
    transition: all .3s ease-in-out;
}

.send_application {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 0 2px rgba(33, 37, 41, 0.25);
    border-radius: 10px;
}

.alert-danger {
    background: #e75c5c;
    color: #FFFFFF;
}

a {
    color: #212529;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

a:hover {
    color: #29BCA0;
    transition: all .3s ease-in-out;
}

.btn.text-bg-secondary {
    background: #29BCA0 !important;
    color: #FFFFFF !important;
}

.btn-danger {
    background: #e75c5c;
    color: #FFFFFF;
}

.accordion-item {
    border: none;
    box-shadow: 0 0 2px rgba(33, 37, 41, 0.25) !important;
}

.accordion-button:not(.collapsed) {
    color: #353535 !important;
    border-bottom: 1px solid #bdbdbd;
    background: #e9e9e9 !important;
    box-shadow: 0 0 2px rgba(33, 37, 41, 0.25) !important;
}
.accordion-body .btn{
    padding: 5px 20px;
}
.table {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(33, 37, 41, 0.25);
    border-radius: 3px;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon) !important;
}

.bg-danger {
    margin-left: 5px;
}

.help_view {
    background-color: #FFFFFF;
    box-shadow: 0 0 2px rgba(41, 188, 160, 0.25);
    border-radius: 5px;
    padding: 10px;
}

.select {
    background-color: #FFFFFF;
    box-shadow: 0 0 2px rgba(41, 188, 160, 0.25);
    border-radius: 5px;
    padding: 10px;
}

select[multiple] option {
    padding: 6px;
}

/*29BCA0*/
.alert-primary {
    margin-top: 12%;
    --bs-alert-color: #fff;
    --bs-alert-bg: #29BCA0;
    --bs-alert-border-color: #29BCA0;
    box-shadow: 0 0 8px rgba(41, 188, 160, 0.50);
}

.text-bg-secondary {
    background-color: rgba(41, 188, 160, 1) !important;
}

.users,
.contacts,
.support_view {
    background: #FFFFFF;
    box-shadow: 0 0 4px rgba(33, 37, 41, 0.25);
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
}

.support_view p {
    text-align: justify;
}


@media (max-width: 1400px) {
    .grid{
        display: flex!important;
    }
    .card{
        width: 49%;
        min-height: 25rem;
    }
    .card img{
        height: 100vh;
    }
}

@media (max-width: 728px) {
    .card{
        width: 100%;
    }
}