#file_upload{
    display: none;
}

.image_upload{
    display: none;
}

.video-upload{
    display: none;
}

.errorBorder{
    border: 1px solid red;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.blocking_loader{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#FFF;
    opacity: 0.5;
    z-index: 100;
}
.loader2{
    width: 50px;
    height: 50px;
    animation: spin .9s linear infinite;
    top: 50%;
    left: 50%;
    position: fixed;
    background: url(../images/loader_steering.png) center/contain no-repeat;
    -webkit-animation: spin .9s linear infinite;

}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.test-breadcrumb{
    width: 50px;
}

.course-breadcrumb{
    width: 70px;
}

#test_file_upload{
    display: none;
}

.test_image_upload{
    display: none;
}

.errorlist li{
    color: #ff0000;
    list-style: none;
    margin-left: -27px;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
}

.error-message-login{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #ff0000;
    font-style: italic;
    padding-bottom: 7px;
}

.invalid_otp_customer{
    color: #ff0000;
    position: absolute;
    top: calc(100% + 14px);
}

.hide_element{
    display: none !important;
}

.hide_element_current{
    display: none !important;
}

.breadcrumb-btn{
    width: fit-content;
}

.change-password-student{
    min-height: calc(100vh - 78px);
}

.no-result-wrapper .no-result-text{
    margin-bottom: 40px;
}

.readonly{
    background-color: #EEEEEE;
}

.disable-input{
    pointer-events: none;
}

.empty-file{
    color: #ff0000;
}

#uploaded_file_info{
    overflow: auto;
}

.email-error-message{
    color: #ff0000;
    font-size: 11px;
    position: absolute;
    margin-top: -2px;
}

.custom-course-link{
    color: #FF8B51;
    text-decoration: underline;
}

.course-multi-select .selected-items{
    display: none !important;
}

#course-name-error{
    color: #ff0000;
    font-size: 15px;
}

.date-of-birth-error-message{
    color: #ff0000;
    font-size: 11px;
    position: absolute;
    margin-top: -2px;
}

.error-message-teacher-add{
    color: #ff0000;
    font-size: 11px;
    position: absolute;
    margin-top: -2px;
}

.course-label-cart {
    background: #B9308A;
}

.test-label-cart {
    background: #BDB72D;
}

.number-input-wrapper.disabled,
.plus-button.disabled,
.minus-button.disabled{
    filter: grayscale(1);
}

.number-input-wrapper.disabled input{
    color: #B7B7B7;
}

.checkbox-input .files_label{
    color: #9A9A9A;
    font-size: 15px;
}

.sheet-list .orange-bg-btn.delete_files{
    min-width: 110px;
}

.element_visibility{
    visibility: hidden !important;
}

.group_name_error{
    color: #ff0000;
    font-size: 12px;
    position: absolute;
}

.sorting-dropdown .checkbox-input label {
    font-size: 15px;
    line-height: 18px;
}

.assigned-course-list tbody tr:last-child td .search-suggestions-wrapper {
    top: unset;
    bottom: 100%;
}

.course_or_test_name, .course_or_test_name_mobile{
    color: #6C6C6C;
}

.admin-student-no-courses img{
    max-width: 95px;
}

#admin_students_table .class-sort-btn,
#admin_students_table .coins-sort-btn,
#admin_students_table .date-sort-btn,
.admin_test_list_related_courses,
.admin_course_list_related_test,
#admin-transactions-table .transaction-details-modal {
    cursor: pointer;
}

.login-input.disbling-filters label{
    color: #D8D8D8;
}

.login-input.disbling-filters select,
.multiselect-wrapper .multiselect:disabled {
    border-color: #DEEAF9;
    background: url(../images/arrow_grey_icon.svg) no-repeat center;
    background-position-x: calc(100% - 12px);
}

.footer-links h6 a{
    color: #FFFFFF;
}

.z-coins-seperate{
    max-width: 200px;
    width: 100%;
}

.input-error-border{
    border: 1px solid red !important;
}

.error-txt-admin {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #ff0000;
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    font-style: italic;
}

@media (max-width: 575.98px) {
    .welcome-screen .key-points p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .welcome-screen .banner-carousel h6,
    .welcome-screen .banner-carousel h1,
    .custom-carousel-item .carousel-caption pre {
        text-align: center;
    }

    .banner-carousel .carousel-item .carousel-caption p{
        text-align: center;
    }

    .web-site-get-started-as-button{
        justify-content: center;
    }
    
    .rank-list tr th:first-child{
        padding-left: 10px;
    }
}