div.excel-icon-container {
    width: 125px;
    height: 125px;
    background-color: #fafafa;
    cursor: pointer;
    padding: 10px;
    border-radius: 125px;
    border: 1px solid #f1f1f1;
    transition: 0.4s ease-in-out;
}

div.excel-icon-container:hover {
    background-color: #d8f3dc;
    border-color: #38b000;
}

div.excel-icon-container img {
    width: 75px;
    height: auto;
}

div.custom-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    top: 0;
    border-radius: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.clock-lottie-json,
.transferring-lottie-json,
.check-mark-done-json {
    width: 100px;
    height: 100px;
}

.select2-container--default .select2-selection--single {
    min-height: 36.5px;
    border-color: #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36.5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px !important;
}

.student-photo-upload {
    position: relative;
    max-width: 150px;
    /* margin: 50px auto; */
}

.student-photo-upload .student-photo-edit {
    position: absolute;
    left: 5px;
    z-index: 1;
    top: 5px;
}

.student-photo-upload .student-photo-edit input {
    display: none;
}

.student-photo-upload .student-photo-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.student-photo-upload .student-photo-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.student-photo-upload .student-photo-preview-container {
    width: 150px;
    height: 175px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #F8F8F8;
}

.student-photo-upload .student-photo-preview-container>div {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.student-photo-preview-container .btn {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

#cropper_modal_image {
    display: block;
    max-width: 100%;
}

#student_photo_preview {
    background-image: url('../images/no-image.jpeg');
}

div.questionnaire-card {
    border-left: 4px solid #3a86ff;
}

div.question-container {
    background-color: #f8f9fa;
}

.selection {
    margin-bottom: 19px;
}

#select {
    font-size: 18px;
    font-family: emoji;
    float: right;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px;
    border: none;
}

#select:hover {
    box-shadow: 1px 1px 5px rgba(47, 47, 41, 0.7);
    transition: .30s all ease;
}

#select:focus-visible {
    outline: -webkit-focus-ring-color none;
}