.d-none {
    display: none !important;
}

.alert {
    margin: 0 0 30px 0;
    background: #e7eff0;
    border-radius: 10px;
    padding: 0 1.5rem;
    font-size: 20px;
    line-height: 20px;
    height: 60px;
    width: 100%;
    display: block;
    color: #000;
}

.alert .alert-message {
    padding-top: 20px;
}

.alert .page-message {
    padding-top: 20px;
}

.alert-danger {
    background: #fbd2d2 !important;
    color: #000000;
}

.alert-success {
    background: #b2e9af !important;
    color: #000000;
}

.alert-warning {
    background: wheat !important;
    color: #000000;
}

/*loader CSS*/
.overlay-screen-lock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.6;
    z-index: 1001;
}

.loader-loading {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #1ca6da;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1002;
    margin: auto;
}

@-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise. 
       use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}

input::-webkit-input-placeholder {
    opacity: 0.5; /*Change the opacity between 0 and 1*/
}

.popover-modal img {
    max-width: 100%;
    height: auto;
}

.application-date {
    margin-right: 25px;
    display: inline-block;
    min-width: 110px;
    text-decoration: underline;
}

.application-date:hover {
    text-decoration: none;
}

.suggestion_parts {
    background: #e7eff0;
    border-radius: 10px;
    padding: 0 1.5rem;
    font-size: 20px;
    line-height: 20px;
    height: 60px;
    width: 100%;
    /*display: block;*/
    color: #000;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.mobile-feedback-btn {
    display: none;
}

/*@media (max-width: 79.99875em) {*/
@media (max-width: 48em) {
    .feedback-btn {
        display: none;
    }

    .mobile-feedback-btn {
        display: block;
        width: 100%;
    }
}

.news__detail-image {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.news-site__section {
    display: flex;
    gap: 30px
}

.news__detail-image__2 {
    padding-bottom: 30px;
}
