
.cid-sQ8N4LAe9Z .container {
    height: 25vh;
}

.SubmitIdeaBtn {
    display: none;
}

#backBtn a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-50%) translateX(-35%) rotate(45deg);
}

.form-check-label-red {
    color: red;
}

.form-check-label-red input[type=checkbox] {
    border-color: red;
}

#loadingImg {
    display: none;
}

.errRequiredStyle {
    border-color: red !important;
    background-color: lightyellow;
}


@media (min-width: 1025px) {
.modal-dialog, .modal-content {
    height: 50vh;
    width: 50%;
    margin: 10vh auto;
}
}

@media (max-width: 1024px) {
.modal-dialog, .modal-content {
    height: 50vh;
    width: 90%;
    margin: 10vh auto;
}
}

@media (max-height: 750px) {
    .modal-dialog, .modal-content {
        margin: 5vh auto;
        height: 80vh !important;
    }
}

.modal-content > h2, .modal-content > h3 {
    font-weight: bold;
    text-align: center;
}

#errMsg h2, #errMsg h3 {
    line-height: 2;
}