﻿.validation-summary-errors ul {
    list-style: none;
}

* {
    font-family: 'Tajawal';
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 36px;
    width: 36px;
    transition: all 0.15s ease-out 0s;
    background: #ffffff;
    border: solid #f2f2f2;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    /* z-index: 1000;*/
}

    .option-input:hover {
        background: #ffffff;
    }

    .option-input:checked {
        /* background: #12a4bb;*/
    }

        .option-input:checked::before {
            height: 30px;
            width: 30px;
            position: absolute;
            /*
               content: '✔';
           */
            content: url(/assets/media/checkedpng.png);
            display: inline-block;
            font-size: 22.66667px;
            text-align: center;
            line-height: 34px;
        }

        .option-input:checked::after {
            /*  -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #40e0d0;*/
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

.radio-label {
    display: block;
    line-height: 40px;
}

.answers {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.captcha-img {
    margin-right: 2px;
    height: 41px;
    border-radius: 4px;
}

/*.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #12a4bb;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 45%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
*/
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.custom-split {
    top: 402px;
    left: 140px;
    width: 100%;
    height: 0px;
    background: #707070 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    opacity: 0.23;
}

.q-title {
    font-weight: bold;
    font-size: 23px;
}

q-answer {
    font-size: 25px;
}

.q-note {
    height: 160px;
}


.spinner-border {
    width: 1.5rem;
    height: 1.5rem;
}

@media only screen and (max-width: 900px) {
    .m-hide {
        display: none;
    }
}

.dataTables_filter {
    float: left;
}
