.btn a {
    color: #fff;
    text-decoration: none;
}

.btn:hover a {
    color: #fff;
    text-decoration: none;
}

.required::after {
    content: "*";
    font-weight: bold;
    font-size: 14px;
    margin-left: 3px;
    color: #CB0303;
}

.authscreens #sidebar {
    display: none !important;
}

.no-design {
    padding: 0;
    background: transparent;
    border: 0;
}


.icon.winner-list {
    background-image: url("../img/winner-list.45909589a541.png");
}

a.nav-link:hover .icon.winner-list,
.active .icon.winner-list {
    background-image: url("../img/winner-white-list.1cb589854ed2.png");
}

.disabled input {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}

.icon.closed-offers {
    background-image: url("../img/closed-offers.a40737a39bcf.png");
}

a.nav-link:hover .icon.closed-offers,
.active .icon.closed-offers {
    background-image: url("../img/closed-offers-white.5c49842bbe29.png");
}

img#existingPreviewImage {
    max-height: 150px;
}

#existingImagePreview {
    position: relative;
}

div#existingImagePreview .icon.delete {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 3px 1px #0000000d;
    cursor: pointer;
}

.noSearch .select2-search {
    display: none;
}

div#appPreview .offer-image img {
    object-fit: contain !important;
}

.select-parent.disabled .form-select,
.select-parent.disabled .form-control,
.select-parent.disabled .select2,
.select-parent.disabled .select2-container--bootstrap-5 .select2-selection {
    pointer-events: none;
    cursor: not-allowed;
    background: #e9ecef !important;
}

.d-none {
    display: none;
}

input::-ms-reveal {
    display: none;
}

.icon.user-email-sent {
    background-image: url("../img/email_sent.30b3ec326132.svg");
}

.icon.user-email-sent-inactive {
    background-image: url("../img/email_sent_disabled.6a02be17d40e.svg");
}