/* here you can put your own css to customize and override the theme */

input[type="checkbox"], input[type="radio"] {
    margin: 4px 0 0 5px;
}

.font-ta {
    font-family: Tahoma;
}

.align-middle {
    vertical-align: middle;
}

.input-validation-error {
    border-color: #e73d4a;
}

select.input-validation-error + .select2 .selection .select2-selection {
    border-color: #e73d4a;
}

input[type="text"], select, textarea {
    font-family: tahoma;
}

.modal-form {
    padding: 15px 0 0 0;
}

a i.fa, button i.fa, a i.fas, button i.fas, a i.far, button i.far {
    margin-left: 5px;
}

.pagging-details {
    font-family: Tahoma;
    font-size: 11px;
    color: #777;
}

.table > tbody > tr > td {
    font-family: Tahoma !important;
}

.td-cb {
    padding: 13px 13px 0px 0px !important;
}

label.filebutton {
    width: 120px;
    height: 40px;
    overflow: hidden;
    position: relative;
    background-color: #ccc;
}

label span input {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    padding: 7px;
    width: 20%;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.modal-header-tabbable-line {
    padding-bottom: 0px;
}

.logo-text {
    font-size: 15px;
    color: #fff;
    font-family: '29LT Bukra';
    padding-right: 10px;
    display: inline-block;
    width: auto !important;
}

.tooltip {
    font-family: Tahoma;
}

.modal-xlg {
    width: 80%;
}

.modal-upload {
    width: 50%;
}

    .modal-upload .modal-content {
        border-radius: 3px;
    }


    .modal-upload .modal-form {
        padding: 0;
    }

    .modal-upload .tabbable-line > .nav-tabs > li {
        border-top: 4px solid #fff;
        border-bottom: 0;
        margin-left: 5px;
    }

        .modal-upload .tabbable-line > .nav-tabs > li > a {
            padding: 10px 15px 15px 15px !important;
        }


        .modal-upload .tabbable-line > .nav-tabs > li.active {
            border-top: 4px solid #36c6d3;
            border-bottom: 0;
        }

        .modal-upload .tabbable-line > .nav-tabs > li:hover {
            border-top: 4px solid #32c5d2;
            border-bottom: 0;
        }

    .modal-upload .close {
        font-size: 16px;
        margin: 10px !important;
    }

    .modal-upload .page-title {
        background: #f8f8f8;
        padding: 15px;
    }

    .modal-upload .library-files {
        padding-top: 20px;
        padding-bottom: 1px;
        background-color: #EEE;
        height: 535px;
        overflow-y: scroll;
    }

    .modal-upload button.publish {
        float: left;
        padding: 16px 25px 15px;
        border-top: 0;
        border-bottom: 0;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        font-size: 13px;
        font-weight: 700;
        background-color: #fff;
    }

        .modal-upload button.publish:hover {
            background-color: #5C9ACF;
            border-right-color: #5C9ACF;
            border-right-color: #5C9ACF;
            color: #fff;
        }

    .modal-upload .options {
        margin: 7px 0px;
    }

        .modal-upload .options a {
            color: #000;
        }

    .modal-upload .mt-card-item {
        background-color: #fff;
        padding: 10px;
    }

    .modal-upload .selected {
        background-color: #D2DACB !important;
    }

    .modal-upload .dropzone-file-area {
        font-size: 25px;
        padding: 75px;
        background: #f9f9f9;
    }

.gallary-upload {
    color: #979898;
    border: 1px solid #e9e9e9;
    background: rgba(0, 0, 0, 0.02);
}

    .gallary-upload .dz-message {
        font-size: 20px;
    }

.cke_button__addimage_icon {
    display: none !important;
}

.cke_button__addimage_label {
    font-family: Tahoma !important;
    display: inline !important;
}

.dashboard-stat2 .progress-info .status .status-title {
    font-size: 12px;
    font-family: tahoma;
    font-weight: normal;
}

.dashboard-stat2 .display .number h3 {
    float: right;
}

.dashboard-stat2 .display .number small {
    font-size: 20px;
    margin: 0 10px 0 0;
}

.dashboard-stat2 .display {
    margin-bottom: 7px;
}

.row-actions {
    font-size: 11px;
    margin-top: 10px;
    font-weight: 400;
    visibility: hidden;
}

tr:hover td .row-actions {
    visibility: visible;
}

.font-green-w, .font-green-w:hover {
    color: #5ca323 !important;
}

td p {
    margin-bottom: 5px;
}

.model-statistics {
    width: 100%;
}

    .model-statistics li {
        width: 20%;
    }

        .model-statistics li a {
            text-align: center;
        }

            .model-statistics li a i {
                font-size: 20px;
            }

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.profile-stat {
    padding: 20px 0;
    border-top: 1px solid #f0f4f7;
}

.profile-stat-title {
    color: #7f90a4;
    font-size: 25px;
    text-align: center;
}

.profile-stat-text {
    color: #5b9bd1;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
}


#admins .label {
    font-family: tahoma;
    margin-left: 10px;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
}

    #admins .label a {
        color: #fff;
    }

        #admins .label a:hover {
            color: #eee;
        }


        #admins .label a.delete {
            margin-right: 5px;
        }


.display-block {
    display: block;
}

.no-padding {
    padding: 0;
}

.question-number {
    width: 35px;
    text-align: center;
    padding: 6px 5px;
    height: 35px;
}


.mb0 {
    margin-bottom: 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 5px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.fs20 {
    font-size: 20px !important;
}

.pl0 {
    padding-left: 0px;
}

.pr50 {
    padding-right: 50px;
}


.modal-xmd {
    width: 750px;
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
*******************************/

/*******************************
* MODAL LOADING
*******************************/

.modal-loading, .program-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

    .modal-loading .modal-loading-bar,
    .program-loading .program-loading-bar {
        list-style: none;
        text-align: center;
        margin-bottom: 10px;
        padding: 0;
    }

.modal-loading {
    opacity: 0.7;
    background: #fbfbfd;
}

    .modal-loading .modal-loading-bar {
        margin: 250px auto 0 auto;
    }


.program-loading {
    opacity: 0.7;
    top: -10px;
    left: -20px;
    right: -20px;
    bottom: -15px;
    background: #fbfbfd;
}

    .program-loading .program-loading-bar {
        margin: 100px auto 0 auto;
    }

    .modal-loading .modal-loading-text,
    .program-loading .program-loading-text {
        margin: 20px auto;
        text-align: center;
        font-size: 22px;
    }

@keyframes loader {
    50% {
        height: 6px;
        margin-top: 74px;
        opacity: .1;
    }
}

.modal-loading .modal-loading-bar .bar,
.program-loading .program-loading-bar .bar {
    height: 80px;
    width: 6px;
    border-radius: 3px !important;
    background: #333;
    display: inline-block;
    margin: 0 2px;
    animation: loader 1.3s infinite;
}

    .modal-loading .modal-loading-bar .bar:nth-child(1),
    .program-loading .program-loading-bar .bar:nth-child(1) {
        animation-delay: .1s;
    }

    .modal-loading .modal-loading-bar .bar:nth-child(2),
    .program-loading .program-loading-bar .bar:nth-child(2) {
        animation-delay: .2s;
    }

    .modal-loading .modal-loading-bar .bar:nth-child(3),
    .program-loading .program-loading-bar .bar:nth-child(3) {
        animation-delay: .3s;
    }

    .modal-loading .modal-loading-bar .bar:nth-child(4),
    .program-loading .program-loading-bar .bar:nth-child(4) {
        animation-delay: .4s;
    }

    .modal-loading .modal-loading-bar .bar:nth-child(5),
    .program-loading .program-loading-bar .bar:nth-child(5) {
        animation-delay: .5s;
    }

    .modal-loading .modal-loading-bar .bar:nth-child(6),
    .program-loading .program-loading-bar .bar:nth-child(6) {
        animation-delay: .6s;
    }

    .modal-loading .modal-loading-bar .bar:nth-child(7),
    .program-loading .program-loading-bar .bar:nth-child(7) {
        animation-delay: .7s;
    }

    .modal-loading .modal-loading-bar .bar:nth-child(8),
    .program-loading .program-loading-bar .bar:nth-child(8) {
        animation-delay: .8s;
    }

    .modal-loading .modal-loading-bar .bar:nth-child(9),
    .program-loading .program-loading-bar .bar:nth-child(9) {
        animation-delay: .9s;
    }

    .modal-loading .modal-loading-bar .bar:nth-child(10),
    .program-loading .program-loading-bar .bar:nth-child(10) {
        animation-delay: 1s;
    }

/*******************************
* MODAL LOADING
*******************************/


/*******************************
* MODAL Error
*******************************/

.modal-error {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    opacity: 0.5;
    display: none;
}


    .modal-error .modal-error-icon {
        list-style: none;
        margin: 250px auto;
        text-align: center;
        margin-bottom: 10px;
        padding: 0;
        font-size: 130px;
    }

    .modal-error .modal-error-text {
        margin: 20px auto;
        text-align: center;
        font-size: 22px;
    }

/*******************************
* MODAL ERROR
*******************************/


/* checkbox */
.checkbox-container {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkbox-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 19px;
        width: 20px;
        background-color: #fbfbfb;
        border: 2px solid #ddd;
        border-radius: 2px;
    }

    .checkbox-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .checkbox-container input:checked ~ .checkmark {
        background-color: #2196F3;
        border: none;
    }

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* checkbox */
.question-options {
    display: none;
}

    .question-options .question-option {
        display: inline-block;
        margin-left: 30px;
    }

.question-options-show {
    display: block;
}


.template-questions .row:last-child hr,
.question-match-answers .row:last-child hr {
    display: none;
}


.question {
    position: relative;
}

    .question .checkbox-container {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .question.question-selected {
        border: 1px solid #4B77BE !important;
        background-color: #4B77BE3D !important;
    }

    .question input[type=text] {
        height: 25px;
    }



.add-question-type {
    display: none;
}

.add-question-type-show {
    display: block;
}


.box-edit {
    position: relative;
}

    .box-edit .text-edit {
        position: absolute;
        top: 10px;
        left: 10px;
        display: none;
        cursor: pointer;
    }

    .box-edit:hover .text-edit {
        display: inline-block;
    }

    .box-edit .text-save {
        position: absolute;
        top: 10px;
        left: 10px;
        display: none;
        cursor: pointer;
    }


.edit-now .text-edit {
    display: none !important;
}

.edit-now .text-save {
    display: inline-block !important;
}

.examination-action a {
    visibility: hidden;
    float: left;
}

.examination-action:hover a {
    visibility: visible;
}

.exam-schedule-selected {
    border: 1px solid #3598dc !important;
    background: #3598dcb3 !important;
    color: #fff;
}

.bootstrap-timepicker-widget {
    direction: ltr;
}


.text-left {
    text-align: left;
}


.badge-license-status {
    font-size: 14px !important;
    padding: 5px 15px 8px 15px !important;
    display: inline-block !important;
    border-radius: 25px !important;
    margin-top: 5px !important;
    line-height: 20px !important;
    height: auto !important;
}

.generate-password {
    font-size: 13px;
    margin-top: -24px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-right: 0;
    cursor: pointer;
}

.direction-ltr {
    direction: ltr;
}

.d-inline-block {
    display: inline-block;
}

.client-box {
    margin: 15px 10px !important;
    border: 1px solid #ddd;
    padding: 2px 10px !important;
    border-radius: 4px;
    background: #fff;
}

    .client-box img {
        height: 40px;
        width: 40px;
    }

    .client-box .username {
        margin: 0 10px;
    }


.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.whatsapp-float {
    position: fixed;
    left: 25px;
    bottom: 25px;
    background: #03a203;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.package-option {
    display: flex;
    align-items: center;
    gap: 6px;
}

.control-label {
    padding-top: 0;
    margin-bottom: 5px;
}

.check-label {
    margin-bottom: 0;
    font-family: Tahoma;
    font-size: 14px;
}


.label-success {
    background-color: #5ca323 !important;
}

.mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}