form#student_registration_info .form-check-label input {
    opacity: 1;
    height: 15px;
    width: 15px;
}

form#student_registration_info input[type='radio'] {
    padding: 2px;
    top: -2px;
}

form#student_registration_info #behr-news + label,
form#student_registration_info #official-rules + label {
	background-color: transparent;
    border: 1px solid white;
    display: flex;
    position: relative;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: unset;
}

form#student_registration_info #behr-news:checked + label:before,
form#student_registration_info #official-rules:checked + label:before {
    content: '\2713' !important;
    font-size: 16px;
    color: white;
    opacity: 1 !important;
    transform: rotate(1deg) !important;
    padding-right: 2px !important;
}

@media (min-width: 768px) {
    .page-header .behr-pro-text.pt-4 {
        width: 100% !important;
    }
}

#student-registration-event label,
#student-registration-event p,
#student-registration-event a {
    color: white;
}

#student-registration-event p a {
    font-size: inherit;
    text-decoration: underline;
}

#student-registration-event input,
#student-registration-event select,
#student-registration-event textarea {
    border: 1px solid white;
    border-radius: 0;
    background: transparent;
	color: white;
	max-width: unset;
}

form#student_registration_info .form-row {
    max-width: 783px !important;
}

.custom-select {
	font-size: 14px;
	height: 35px;
}

#student_registration_info select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/binaries/content/gallery/behr-us-pro/colors/2025-student-design-competition/vector.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 12px;
}

#student_registration_info select option {
	color: black;
}

#student_registration_info button,
#student_registration_info button:hover,
#student_registration_info button:focus,
#student_registration_info button:active {
    min-width: 172px !important;
    background: white !important;
    color: #4E4E4E !important;
    border: none !important;
}

.delete-video-link {
	cursor: pointer;
    border: 1px solid white;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

/*
.add-video-url a,
.add-video-url a:hover,
.add-video-url a:focus {
	color: black !important;
	background: white !important;
	border: 1px solid white !important;
	font-weight: 400 !important;
}

*/

#dropzone {
	border: 1px solid white;
	height: 200px;
}

table#file_list tr {
	color: white;
}

table#file_list td {
	height: 35px;
    border: 1px solid;
    width: 100%;
}

table#file_list td.changeIcon {
	cursor: pointer;
	width: 30px;
}

table#file_list td.file-name {
    overflow: clip;
}

div#drag-message .selectFile {
	cursor: pointer;
}

div#video-url-section a,
div#video-url-section a:hover,
div#video-url-section a:focus,
div#video-url-section a:active {
	background: white !important;
	border: 1px solid white !important;
	color: black !important;
	font-weight: 400 !important;
}

#success-student-registration button.btn-close,
#success-student-registration button.btn-close:focus,
#success-student-registration button.btn-close:focus-visible,
#success-student-registration button.btn-close:active {
    font-size: 20px;
    font-weight: 400;
    border: none;
    background: none;
    padding: 0;
    height: unset;
    outline: unset;
}