.help-info-wrapper {
    margin: 35px 0 0 0;
    border: 1px solid #97ce7c;
    padding: 10px;
    border-radius: 3px;
    background-color: #e7f3e1;
}


.help-info-wrapper p,
.help-info-wrapper span {
    color: #475f3c;
}

.help-info__img {
    display: inline-block;
    opacity: 0.7;
}

.help-info__span {
    display: inline-block;
    margin: 0 0 0 5px;
}

.add-plan-form tr {
    display: flex;
    gap: 20px;
}

.announcement-register-btn[href*="personal"] {
	animation: glow-animation 3s ease-out infinite;
    box-shadow: 0 25px 55px rgb(255 255 255 / 0%);
}

@keyframes glow-animation {
	from, to {
    	box-shadow: 0 25px 55px rgb(255 255 255 / 0%);
	}
	50% {
    	box-shadow: 0 25px 55px rgb(255 255 255 / 90%);
	}
}

.select2-container--default .select2-selection--multiple {
	display: flex;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}


.select2-dropdown {
    border-color: #ced4da;
}