.navmenu a.bold{
    text-transform: uppercase;
    font-weight: bold;
}

.pricing h5 {
    color: #e03838;
    text-decoration: line-through;
}

.link-flex-item{
    display: inline-flex;
}

.flex-item{
    position: relative;
    width: 180px;
    padding: 10px;
    min-height: 180px;
}

.flex-item .image-wrapper{
    background-color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.flex-item img{
    max-width: 100%;
}

.missing-value{
    background-color: rgb(255 199 199) !important;
}

.mandatory label.form-label::after{
    content: " *";
    color: rgb(189, 41, 41);
}

.mandatory.not-filled :is(label.btn.btn-outline-success, select, input.form-control),
input.form-control.not-filled{
    background-color: rgb(255 199 199) !important;
}

.second-step, .third-step{
    display: none;
}


.portfolio .portfolio-item .portfolio-info{
    width: 0px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-item:hover .portfolio-info{
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transform: scale(1.05);
}

.portfolio .portfolio-item img{
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item:hover img{
    transform: scale(1.05);
}

.portfolio .portfolio-item .portfolio-info .preview-link{
    position: static;
    font-size: 50px;
    color: var(--accent-color);
}

div.grecaptcha-badge{
    bottom: 100px !important;
    display: none;
}

.contact-info .btn-group{
    width: calc(100% - 42px);
}

.contact-info .btn-group label[for="shorter"]{
    border-radius: 0;
}

.step-circle {
  width: 2.5rem;
  height: 2.5rem;
  font-weight: bold;
  text-decoration: none;
  color: white !important;
}

.step-circle.active {
  background-color: var(--bs-success);
}

.step-circle:not(.active) {
  background-color: rgb(220, 220, 220);
}

a.buy-btn, a.about-btn, a#sizes{
    cursor: pointer;
}

#university.other{
    max-width: 25%;
}

#university-other{
    display:none;
}

#faculty-other{
    display: none;
}

#tshirt-size-group{
    display: none;
}

@keyframes onAutoFillStart {
  from {}
  to {}
}

input:-webkit-autofill {
  animation-name: onAutoFillStart;
  animation-duration: 0.01s;
}

span.term-icon, span.university-icon, span.faculty-icon,
span.name-icon, span.email-icon, span.tel-icon{
    width: 42px;
}

.iti{
    width: calc(100% - 42px);
}

#tel{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.iti__search-input, .iti__a11y-text{
    display: none;
}

.iti__country-list{
    overflow-y: auto !important;
}
#application-form .modal-header{
    border-bottom: 0;
}

#reader-window .modal-body{
    max-height: 75vh;
    overflow: auto;
}

#reader-window pre{
    white-space: pre-wrap;
    word-break: break-word;
}

a.pointer{
    cursor: pointer
}