﻿.new-student-popup {
    width: 900px !important;
    max-width: unset !important;
}

    .new-student-popup .dxbl-modal-content {
        min-height: 500px;
    }

    .new-student-popup .option-card {
        width: 255px;
        height: 260px;
        border: 1px solid var(--grey-15);
        border-radius: 4px;
        cursor: pointer;
    }

		.new-student-popup .option-card:hover {
			background-color: var(--lighter-green2);
			border: 1px solid var(--primary-green);
		}

            .new-student-popup .option-card:hover .card-description,
            .new-student-popup .option-card.selected .card-description {
                color: var(--primary-green);
            }

            .new-student-popup .option-card:hover .student-option-input {
                border: 1px solid var(--primary-green) !important;
                -moz-box-shadow: 0 0 3px var(--primary-green) !important;
                -webkit-box-shadow: 0 0 3px var(--primary-green) !important;
                box-shadow: 0 0 3px var(--primary-green) !important;
            }

        .new-student-popup .option-card.selected {
            border: 1px solid var(--primary-green);
        }

    .new-student-popup .cards-container {
        display: flex;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .new-student-popup .card-right-margin {
        margin-right: 50px;
    }

    .new-student-popup .image-container-first-card {
        height: 40%;
    }

    .new-student-popup .image-container {
        height: 45%;
    }

    .new-student-popup .card-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .new-student-popup .check-area {
        margin-right: 8px;
        height: 20%;
    }

    .new-student-popup .step-text {
        color: var(--primary-green);
        font-weight: bold;
        margin-bottom: 7px;
    }

    .new-student-popup .select-student-text {
        margin-bottom: 7px;
    }

    .new-student-popup .card-description {
        width: 60%;
        margin-left: 20%;
        text-align: center;
        font-weight: bold;
        color: var(--grey-70);
    }

    .new-student-popup .student-option-input {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        position: relative;
        top: 5px;
        right: 0;
        bottom: 0;
        left: 10px;
        transition: all 0.15s ease-out 0s;
        border: none;
        color: #fff;
        display: inline-block;
        outline: none;
        position: relative;
        width: 16px;
        height: 16px;
        margin: 0 8px 0 0;
        border: solid 1px var(--grey-15);
        border-radius: 50%;
        cursor: pointer;
    }

        .new-student-popup .student-option-input.student-option-input-checked {
            background: var(--primary-green);
        }

            .new-student-popup .student-option-input.student-option-input-checked::before {
                height: 15px;
                width: 15px;
                position: absolute;
                top: 2px;
                content: "\e836";
                font-family: "Material icons";
                display: inline-block;
                font-size: 13px;
                text-align: center;
                line-height: 12px;
            }

            .new-student-popup .student-option-input.student-option-input-checked::after {
                -webkit-animation: click-wave 0.25s;
                -moz-animation: click-wave 0.25s;
                animation: click-wave 0.25s;
                background: var(--primary-green);
                content: '';
                display: block;
                position: relative;
                z-index: 100;
            }

    /* will be removed*/
    .new-student-popup .temporary-text {
        margin-bottom: 330px;
    }

    .new-student-popup .class-details {
        display: flex;
        padding: 15px;
        margin-top: 5px;
    }

    .new-student-popup .left-section {
        width: 325px;
    }

    .new-student-popup .grey-background {
        background-color: var(--grey-15);
    }

	.new-student-popup .green-background {
		background-color: var(--lighter-green2);
	}

    .new-student-popup .margin-bottom {
        margin-bottom: 10px;
    }

#online-student-active-img,
#online-student-img-selected {
    display: none;
}

.option-card:hover #online-student-img {
    display: none;
}

.option-card:hover #online-student-active-img {
    display: block;
}

#student-from-leads-active-img,
#student-from-leads-img-selected {
    display: none;
}

.option-card:hover #student-from-leads-img {
    display: none;
}

.option-card:hover #student-from-leads-active-img {
    display: block;
}

#student-manually-active-img,
#student-manually-img-selected {
    display: none;
}

.option-card:hover #student-manually-img {
    display: none;
}

.option-card:hover #student-manually-active-img {
    display: block;
}

.similar-profiles-popup {
    width: 900px !important;
    max-width: unset !important;
    height: 350px;
}

.join-students-popup {
    width: 900px !important;
    max-width: unset !important;
}

    .similar-profiles-popup .card-header, .join-students-popup .card-header {
        background-color: white;
        border-bottom: none;
    }

.similar-profile-item .select-column input{
    width: 20px;
    height: 20px;
}
