.close-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 1em;
    right: 1em;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
    cursor: pointer;
}

.close-icon__image {
    width: 25px;
    height: 25px;
}

.close-icon__label {
    font-family: "Whitney", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.close-icon-sponsor-control {
    width: 60px;
    height: 60px;
    position: unset;
    top: 1em;
    right: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
    cursor: pointer;
	margin-left: auto;
}

.close-icon--input {
    margin-bottom: 1em;
    margin-top:2rem;
    border-radius: 999px;
    border: solid 1px #000;
    width: 1.5em;
    height: 1.5em;
    display: block;
    box-sizing: border-box;
    padding: 0.2em;
    cursor: pointer;
}

.close-icon__wrapper {
    padding-left: 0.5em;
}

.alert-banner .close-icon {
    top: 50%;
    transform: translateY(-44%);
}

@media (max-width:575px) {
    .alert-banner .close-icon {
        top:10%;
        right:-1%;
        padding-top:10%;
        
    }
}

@media (max-width: 991px) {
    .close-icon--input {
        margin-top: 0;
    }
}
