@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project        :   sash – Bootstrap 5  Admin & Dashboard Template
Copyright      :   Spruko Technologies Private Limited 
Author         :   Spruko
Author URL     :   https://themeforest.net/user/spruko
Support	       :   support@spruko.com
License        :   Licensed under ThemeForest License

-------------------------------------------------------------------*/
body, .modal {
    overflow-y: auto;
}

[data-header-position=scrollable][data-nav-layout=horizontal] .app-content {
    margin-block-start: 10px;
}
[data-header-position=scrollable][data-nav-layout=horizontal] .app-header {
    position: relative !important;
}

.chapters li:hover {
    background-color: #f6f6fb;
}

/* remove sidebar */
.rtl.icontext-menu.sidebar-mini.sidenav-toggled .app-content {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 992px) {
    .icontext-menu.sidebar-mini.sidenav-toggled .app-sidebar {
        left: 0;
        width: 0;
        overflow: hidden;
    }
    .rtl.icontext-menu.sidebar-mini.sidenav-toggled .app-header.header {
        padding-right: 20px;
    }
}

.pl-4 {
    padding-left: 1rem !important;
}

.icontext-menu.app.sidebar-mini.sidenav-toggled .side-header {
    display: none;
}

.label-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.label-btn-icon {
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-2);
    padding-inline-start: 0.5rem; /* Adjust for spacing between text and icon if necessary */
}

#video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vh; 
    height: 100vw;
}

.rtl .app-sidebar__toggle {
    padding-right: 0 !important;
}
/* End remove sidebar */
.pointer {
    cursor: pointer;
}

.number {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 5rem;
    line-height: 5rem;
    color: var(--bs-gray-500);
    opacity: .5;
}

.page-number {
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--danger);
    opacity: .5;
}

textarea, p {
    line-height: 2 !important;
}

.border-solid-input {
    border: 1px solid #05c3fb;
}

.border-input, .border-input:focus {
    border-color: #05c3fb;
}

.invalid-border-select2 {
    border-color: red !important;
}

.valid-border-select2 {
    border-color: #05c3fb !important;
}

.rtl .app-sidebar__toggle:before {
    content: "\e908" !important;
}

.logo-color {
    display: inline-block;
    height: 5rem;
}

.logo-white {
    display: none;
}

.login-input {
    padding: 0 45px 0 0 !important;
}

.rtl .login-input {
    padding: 0 45px 0 45px !important;
}

.pre-wrap {
    white-space: pre-wrap !important;
}

.dark-mode .logo-color {
    display: none;
}

.dark-mode .logo-white {
    display: inline-block;
    height: 5rem;
}

.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="month"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.swal2-container {
    z-index: 999999 !important;
}

.swal2-title {
    font-size: 1.5em !important;
    line-height: 1.5 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #1a9eda !important;
}

.fa-1-5x {
    font-size: 1.5em;
}

.fs-75 {
    font-size: 0.75rem;
}

.min-vh-75 {
    min-height: 75px !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.pr-4 {
    padding-right: 1rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mt-n3 {
    margin-top: -0.75rem !important;
}

.mb-n3 {
    margin-bottom: -0.75rem !important;
}

.mr-4 {
    margin-right: 1rem !important;
}

.mr-8 {
    margin-right: 2rem !important;
}


iconify-icon {
    font-size: 1.4em;
    vertical-align: middle;
    text-align: center;
}

.font-size-30 {
    font-size: 30px;
}

.input-group > .select2-container {
    width: auto !important;
    flex: 1 1 auto !important;
}

    .input-group > .select2-container .select2-selection--single {
        height: 100% !important;
        line-height: inherit !important;
    }

    .input-group > .select2-container .select2-selection--single {
        border-radius: 0 7px 7px 0;
    }

.rtl .input-group > .select2-container .select2-selection--single {
    border-radius: 7px 0 0 7px;
}

.select2-container .select2-selection--single {
    border-color: #05c3fb;
}

.icon-radius {
    border-radius: 7px 0 0 7px !important;
}

.rtl .icon-radius {
    border-radius: 0 7px 7px 0 !important;
}

/*.rtl .icontext-menu .side-menu .side-menu__icon {
margin-left: 8px !important;
}*/

/*.toast {
top: 56px;
text-align: center;
}*/


@media (min-width: 992px) {
    .toast {
        top: 12px;
    }
}

@media (max-width: 480px) {
    .header .nav-link {
        padding-top: inherit !important;
        padding-bottom: inherit !important;
    }
}

.header .profile-1 .dropdown-item {
    padding: 0.75rem 1.25rem !important;
}

.wrap-login100 {
    max-width: 350px;
}

.slow {
    opacity: 0;
}

.transitionSlow {
    transition: opacity .5s ease-in;
}

.showSlow {
    opacity: 1 !important;
    transition: opacity .5s ease-in;
}

.hideSlow {
    opacity: 0 !important;
    transition: opacity .5s ease-in;
}
/* login */
.login-img {
    background-image: none;
}

    .login-img.light-mode::before {
        background: linear-gradient(to right, #1a9eda 0%,#fdfdfd 50%,#1a9eda 100%);
    }

    .login-img.dark-mode::before {
        background: linear-gradient(to right, #4e4e68 0%,#1a1a3c80 50%,#4e4e68 100%);
    }

@media (max-width: 568px) {
    .login-img.light-mode::before {
        background: linear-gradient(to right, #1a9eda80 0%,#fdfdfd 50%,#1a9eda80 100%);
    }
}

.dark-mode .wrap-login100 {
    box-shadow: 0px 0px 7px 3px #74829c;
}

.dark-mode .box-shadow {
    box-shadow: 0px 0px 7px 3px #74829c;
}

.login-social-icon span {
    letter-spacing: inherit;
    padding: 5px;
}

.login-social-icon::before, .login-social-icon::after {
    width: 20%;
}

.ribbone-icon {
    color: #fff;
    width: 30px;
    font-size: 16px;
    padding-inline-start: 7px;
    padding-inline-end: 7px;
}

.lh-2 {
    line-height: 2;
}

.header {
    color: white !important;
    border-bottom: none !important;
    box-shadow: 0px 0px 7px 3px #74829c !important;
}

.light-mode.rtl .header {
    background: linear-gradient(to left, #fdfdfd 130px, #fdfdfd 0%, #73caf2 35%,#fdfdfd 55%,#73caf2 75%, #fdfdfd 100%);
}

.light-mode.ltr .header {
    background: linear-gradient(to right, #fdfdfd 130px, #fdfdfd 0%, #73caf2 35%,#fdfdfd 55%,#73caf2 75%, #fdfdfd 100%);
}

@media (max-width: 991px) {
    .light-mode .header {
        background: linear-gradient(to right, #fdfdfd 0%,#73caf2 25%,#fdfdfd 50%,#73caf2 75%,#fdfdfd 100%) !important;
    }

    .light-mode .app-sidebar {
        background: linear-gradient(to bottom, #fdfdfd 75px, #fdfdfd 0%,#73caf2 100%) !important;
    }
}

/*.dark-mode .header {
background: linear-gradient(to right, #1a1a3c80 0%,#4e4e68 50%,#1a1a3c80 100%)
}*/

.light-mode .app-sidebar {
    background: linear-gradient(to bottom, #fdfdfd 75px, #fdfdfd 0%,#73caf2 50%, #fdfdfd 100%);
    border-left: none !important;
    border-right: none !important;
}

.icontext-menu .side-header {
    border: none;
}

@media (min-width: 992px) {
    .back-shadow {
        margin-top: 65px;
        box-shadow: 0 0 0 0 white, 0 0 0 0 white, 0px 0px 7px 3px #74829c !important;
    }
}

@media (max-width: 991px) {
    .icontext-menu.app.sidenav-toggled .back-shadow {
        box-shadow: 0 0 0 0 white, 0 0 0 0 white, 0px 0px 7px 3px #74829c !important;
    }

    .ltr .light-dark-icon {
        position: absolute;
        left: 50px;
        right: auto;
    }

    .rtl .light-dark-icon {
        position: absolute;
        right: 60px;
        left: auto;
    }
}


.ltr .ms-auto {
    margin-right: inherit !important;
    margin-left: auto !important;
}

.ltr {
    direction: ltr !important;
}

.rtl .d-rtl {
    /*    font-family: 'Tajawal', sans-serif;*/
    direction: rtl !important;
    text-align: left;
}

.rtl .d-ltr {
    /*    font-family: "IBM Plex Sans", sans-serif;*/
    direction: ltr !important;
    text-align: right;
}

/*    .rtl .d-ltr::placeholder {
            font-family: 'Tajawal', sans-serif;
    direction: ltr !important;
    text-align: right;
}
*/
#global-loader {
    background: #ffffff75;
}

.required .form-label:after {
    content: "*";
    color: red
}

.lower .col-1, .upper .col-1 {
    padding: 3px
}

.tooth {
    height: 55px;
    background-repeat: no-repeat;
    cursor: pointer
}

.upper, .lower {
    margin-left: 0px;
    margin-right: 0px;
}

    .upper .text-info, .lower .text-info {
        line-height: 1.5;
    }

.URBorder {
    padding: 0 5px;
    border-right: 2px solid red;
    border-bottom: 2px solid red;
}

.ULBorder {
    padding: 0 5px;
    border-left: 2px solid red;
    border-bottom: 2px solid red;
}

.LRBorder {
    padding: 0 5px;
    border-right: 2px solid red;
    border-top: 2px solid red;
}

.LLBorder {
    padding: 0 5px;
    border-left: 2px solid red;
    border-top: 2px solid red;
}

.flip_H {
    transform: scale(-1,1);
    display: inline-block;
    color: red;
}

.flip_V {
    transform: scale(1,-1);
    display: inline-block;
    color: red;
}

.flip_No {
    display: inline-block;
    color: red;
}

.flip_HV {
    transform: scale(-1,-1);
    display: inline-block;
    color: red;
}

.fontAR {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.fontEN {
    font-family: 'Roboto', sans-serif !important;
}

#selectLanguage .fontAR, #selectLanguage .fontEN {
    background: url(../images/lang/languages.png) no-repeat center;
    background-size: 25px;
    width: 50px;
}

.header .dropdown-menu {
    transform: translate3d(-4px, -5px, 0px) !important;
}

.rtl .header .dropdown-menu {
    transform: translate3d(10px, -5px, 0px) !important;
}

@media (max-width: 991px) {
    .header .dropdown-menu {
        transform: translate3d(-4px, -20px, 0px) !important;
    }

    .rtl .header .dropdown-menu {
        transform: translate3d(10px, -20px, 0px) !important;
    }
}

@media (max-width: 767px) {
    .header .dropdown-menu {
        transform: translate3d(-2px, -25px, 0px) !important;
    }

    .rtl .header .dropdown-menu {
        transform: translate3d(10px, -25px, 0px) !important;
    }
}

@media (max-width: 480px) {
    .header .dropdown-menu {
        transform: translate3d(0px, -30px, 0px) !important;
    }

    .rtl .header .dropdown-menu {
        transform: translate3d(10px, -30px, 0px) !important;
    }
}

.form-control-plaintext {
    padding: 0.375rem 0.5rem;
}

.rtl .input-group > :not(.input-group-text) {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ltr .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
}

.avatar {
    border: 2px solid #1a9eda;
}

.avatar-table {
    width: 30px;
    border: 1px solid #1a9eda;
    cursor: zoom-in;
}

.text-align-inherit {
    text-align: inherit !important;
}
/* Overlay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}
/* Popup image */
#popup-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.password {
    -webkit-text-security: disc;
    -moz-webkit-text-security: disc;
    -moz-text-security: disc;
}

.rtl .form-select {
    padding: 0.5rem 0.75rem 0.5rem 1.75rem;
}

.ltr .form-select {
    background-position: right 0.75rem center;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px 0.75rem;
}

.card-header {
    padding: 0.75rem 1rem;
}

.card-body {
    padding: 15px;
}

.service-settings {
    position: absolute;
    top: 10px;
    right: 20px;
}

.cevap {
    border: 1px solid #05c3fb;
    border-radius: 10px;
    padding: 8px;
    background-color: #fff;
    margin-bottom: .5rem !important;
    text-align: left;
    display: flex;
    cursor: pointer !important;
    padding-right: inherit !important;
    min-height: 40px;
}

.dark-mode .cevap {
    background-color: #282848;
}

.custom-control-input:checked + .custom-control-label {
    color: #1a9eda;
    font-weight: bold;
}


.custom-radio-lg .option-A::before,
.custom-radio-lg .option-B::before,
.custom-radio-lg .option-C::before,
.custom-radio-lg .option-D::before,
.custom-radio-lg .option-E::before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding-top: 2px;
    color: #1a9eda !important;
    background-image: none;
}

.custom-radio-lg .option-left {
    padding-left: 45px;
    padding-right: 25px;
    color: #000;
}

.dark-mode .custom-radio-lg .option-left {
    color: #FFF;
}

.custom-radio-lg .option-left::before {
    right: inherit;
    left: 3px;
    top: 6px;
}

.custom-radio-lg .option-right::before {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.custom-radio-lg .option-A::before {
    content: 'A';
}

.custom-radio-lg .option-B::before {
    content: 'B';
}

.custom-radio-lg .option-C::before {
    content: 'C';
}

.custom-radio-lg .option-D::before {
    content: 'D';
}

.custom-radio-lg .option-E::before {
    content: 'E';
}


.custom-radio-lg .custom-control-input:checked ~ .option-A::after,
.custom-radio-lg .custom-control-input:checked ~ .option-B::after,
.custom-radio-lg .custom-control-input:checked ~ .option-C::after,
.custom-radio-lg .custom-control-input:checked ~ .option-D::after,
.custom-radio-lg .custom-control-input:checked ~ .option-E::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding-top: 2px;
    color: white !important;
    background-image: none;
}

.option-A.text-success::before,
.option-B.text-success::before,
.option-C.text-success::before,
.option-D.text-success::before,
.option-E.text-success::before {
    background-color: #09ad95 !important;
    color: #ffffff !important;
}

.option-A.text-danger::before,
.option-B.text-danger::before,
.option-C.text-danger::before,
.option-D.text-danger::before,
.option-E.text-danger::before {
    background-color: #e82646 !important;
    color: #ffffff !important;
}

/* ladda-spinner */
.rtl .ladda-button[data-style=zoom-in] .ladda-spinner {
    left: auto;
    right: 50%;
    margin-left: auto;
    margin-right: -8px;
}

.rtl .ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
    margin-left: auto;
}

/*.was-validated .input-group-text {
border-color: #e23e3d;
}*/

.was-validated .input-group-text {
    border-color: #58c995;
}

.valid-border {
    border-color: #58c995 !important;
}

.invalid-border {
    border-color: #e23e3d !important;
}

.invalid-border-select2 {
    border: 1px solid red !important;
    border-radius: 7px;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: white;
}

.ltr .was-validated textarea.form-control:invalid, .ltr textarea.form-control.is-invalid {
    padding-left: 0.75rem;
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.1875rem + 0.375em);
}

.ltr .ltr-layout {
    display: none;
}

.ltr .rtl-layout {
    display: block;
}

.rtl .rtl-layout {
    display: none;
}

.rtl .ltr-layout {
    display: block;
}

@media (max-width: 991px) {
    .header {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

        .header.hor-header {
            position: inherit;
            top: auto;
        }
}


/* added for calander*/
nav {
    margin: 10px;
}

.columns {
    display: flex;
}

.column-main {
    flex-grow: 1;
}

.column-left {
    margin-right: 10px;
}

.toolbar {
    margin: 10px 0px;
}

    .toolbar > .toolbar-item:not(:last-child) {
        border-right: 1px solid #ccc;
    }

.toolbar-item {
    padding: 0px 10px;
}

.toolbar button {
    background-color: #f3f3f3;
    border: 1px solid #c0c0c0;
    color: #333;
    padding: 6px 12px;
    /* width: 80px; */
    border-radius: 2px;
    cursor: pointer;
    margin-right: 5px;
}

.view-toolbar button {
    display: inline-block;
    text-align: center;
    /* background-color: #3c78d8; */
    background-color: #3d85c6;
    border: 1px solid #1155cc;
    color: #fff;
    padding: 6px 20px;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 1px;
    width: 80px;
    text-decoration: none;
}

.view-toolbar {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}

.fc-toolbar-chunk {
    margin-bottom: 10px;
}

.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 5px 0 5px;
}

.fc .fc-toolbar-title {
    font-size: 1.5em;
}

a.bg-primary-event {
    background: linear-gradient(to bottom, #237db6, #1f2667) !important;
}


a.bg-success-event {
    background: linear-gradient(to bottom, #3db096, #246b5b) !important;
}

a.bg-danger-event {
    background-image: linear-gradient(to bottom, #fd4a68, #b51b35) !important;
}

    a.bg-primary-event:hover, a.bg-primary-event:focus, a.bg-success-event:hover, a.bg-success-event:focus, a.bg-danger-event:hover, a.bg-danger-event:focus {
        opacity: .8;
    }

    a.bg-success-event::after, a.bg-primary-event::after, a.bg-danger-event::after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(to right, #ffffff00, #ffffff50) !important;
        margin-bottom: -1px;
        bottom: inherit;
        font-size: .4rem;
        width: 100%;
        padding: 0 5px;
        text-align: right;
    }

a.bg-success-event::after {
    content: "New";
    color: lightyellow;
}

.rtl a.bg-success-event::after {
    content: "جديد";
    text-align: left;
    background: linear-gradient(to left, #ffffff00, #ffffff50) !important;
}

a.bg-primary-event::after {
    content: "Review";
    color: lightyellow;
}

.rtl a.bg-primary-event::after {
    content: "مراجعة";
    text-align: left;
    background: linear-gradient(to left, #ffffff00, #ffffff50) !important;
}

a.bg-danger-event::after {
    content: "Defaulter";
    color: lightyellow;
}

.rtl a.bg-danger-event::after {
    content: "تخلف عن السداد";
    text-align: left;
    background: linear-gradient(to left, #ffffff00, #ffffff50) !important;
}


@media (max-width: 767px) {
    .fc .fc-toolbar-title {
        position: inherit;
    }

    .fc table {
        font-size: .9em !important;
    }

    .fc-toolbar-chunk .btn {
        padding: 0.25rem !important;
    }
}
/* */

.month-time {
    display: inline-block;
    width: 55px;
    margin-right: 5px;
    text-align: right;
}

body .month_default_event_inner {
    border-left: 5px solid #6fa8dc;
}

body .month_default_cell_header {
    text-align: center;
}

    body .month_default_cell_header:hover {
        text-decoration: underline;
        cursor: pointer;
    }

body .calendar_default_event_inner {
    margin-bottom: 1px;
    padding-left: 8px;
}

body .calendar_default_event_bar,
body .calendar_default_event_bar_inner {
    width: 5px;
    margin-bottom: 1px;
}

.month_default_event_delete {
    right: auto !important;
    left: 2px;
}


/* datatable */
.table.dataTable thead > tr > th:first-child.sorting:before, .table.dataTable thead > tr > th:first-child.sorting:after {
    content: '';
    display: none;
}


table.dataTable > thead > tr > th:first-child:not(.sorting_disabled) {
    padding: 0 !important;
}

table.dataTable > thead > tr > th:not(first-child):not(.sorting_disabled) {
    padding-right: 30px !important;
}

div.dataTables_wrapper div.dataTables_processing {
    top: 50px !important;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: center;
}

.dataTables_wrapper .dataTables_info {
    float: inherit;
}

.light-mode .table thead th, .light-mode .text-wrap table thead th {
    background: #1a9eda;
    color: #ebedef;
}

.formModal .header-datatable, .formModal .table th {
    color: #ebedef !important;
    font-size: 0.75rem;
    text-align: center;
}

.table thead th {
    border-top: 2px solid;
}

.dataTable td {
    text-align: center;
}

.dtr-details li {
    display: flex;
}

.set-success {
    color: #09ad95 !important;
}

.correct-success {
    background-color: rgba(9, 173, 149, 0.1) !important;
}

.hideBorder1 {
    border-right: none !important;
}

.light-mode .hideBorder2 {
    border-right: 1px solid #dee2e6 !important;
}

.rtl .rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-link {
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    height: 100%;
    vertical-align: middle;
    line-height: revert;
}

@media screen and (max-width: 991px) {
    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
        height: 1.5em;
        width: 1.5em;
        line-height: 1.5em;
        margin-top: -14px;
        font-size: 16px;
        font-weight: bold;
    }
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length {
        text-align: inherit !important;
    }
}

@media screen and (max-width: 480px) {
    .limited-text-15 {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 15ch;
    }

    .limited-text-20 {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 20ch;
    }
}

table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 100px;
}

/* full calandar */

.fc-event-title {
    white-space: break-spaces !important;
}

.fc-col-header thead th {
    padding: 5px !important;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame,
.fc .fc-timegrid-slot-label {
    height: 3.5rem;
}

.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0;
    /*    color: white !important;
text-align: center;*/
}

.fc-media-screen .fc-timegrid-event {
    cursor: pointer;
    margin: 2px;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-bottom: 0;
}

.fc-timegrid-slot {
    cursor: pointer;
}

.fc-createAppointments-button {
    visibility: hidden;
}

.light-mode .fc-col-header thead th,
.light-mode .fc-direction-ltr .fc-timegrid-slot-label-frame,
.light-mode .fc .fc-timegrid-slot-label {
    background-color: #1a9eda;
    color: #ffffff;
}

.dark-mode .fc-col-header thead th,
.dark-mode .fc-direction-ltr .fc-timegrid-slot-label-frame,
.dark-mode .fc .fc-timegrid-slot-label {
    background-color: #1b1b30;
}

.fc-v-event .fc-event-main-frame {
    padding: 5px;
    color: white;
    text-align: center;
}

.fc-timegrid-event .fc-event-time {
    color: yellow;
}

/*.fc-timegrid-event-harness .fc-event-new {
background: #219F11 !important;
border: #30B105 1px solid !important;
}

.fc-timegrid-event-harness .fc-event-follow-up {
background: #0A8780 !important;
border: #33938E 1px solid !important;
}

.fc-timegrid-event-harness .fc-event-defaulter {
background: #DC3545 !important;
border: #FFB88C 1px solid !important;
}*/

.fc-timegrid-axis {
    vertical-align: middle !important;
    white-space: nowrap;
}

.fc-list-table thead {
    display: none;
}

@media (max-width: 767px) {
    .fc .fc-toolbar {
        display: flex;
    }

    .invisible-md {
        visibility: hidden;
    }
}

/*@media (max-width: 576px) {
.row .text-end {
    text-align: center !important;
}
}*/

/* md */
@media (min-width: 768px) {
    .w-md-30 {
        width: 30% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-15 {
        width: 15% !important;
    }
}

.event-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

.overlay-light, .overlayl-light:after {
    background-color: rgba(0,150,136,0.3);
}

.SearchDiv {
    cursor: pointer;
    display: contents;
}

.yellow {
    color: #ff0 !important
}

    .yellow:hover {
        color: #ffff0075 !important
    }

.yellowInset {
    -moz-box-shadow: inset 0 0 10px yellow;
    -webkit-box-shadow: inset 0 0 10px yellow;
    box-shadow: inset 0 0 10px yellow;
}
/*Btns */
button.btn:hover {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac
}

.btn-circle {
    border-radius: 50%;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-table {
    display: inline-flex;
    margin-top: -3px;
    margin-bottom: -3px;
    padding: .3rem;
}

.btn-table-s {
    display: inline-flex;
    margin-top: -5px;
    margin-bottom: -5px;
    padding: .3rem;
}

.btnLayer {
    position: absolute;
    top: -5px;
    padding: 4px 6px 3px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 999999
}

    .btnLayer:hover {
        border-color: white;
    }

.btnDeleteLayer {
    left: -5px
}

.btn-save {
    position: absolute;
    left: 15px
}

.btn-cancel {
    position: absolute;
    right: 15px
}

.rtl .btn-cancel {
    right: auto;
    left: 15px;
}

.btn-follow {
    position: absolute;
    left: 80px
}

.btn-pink {
    background-color: #e4448a;
    color: white;
}

.btn-header-save {
    position: absolute;
    top: 8px;
}

.ltr .btn-header-save {
    left: 20px;
}

.btnEditLayer {
    right: -5px
}

.fa-angle-double-down {
    width: 15px;
}

.float {
    z-index: 10;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    left: 10px;
    background-color: #1a9eda;
    opacity: .25;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

    .float:hover {
        opacity: 1;
        color: #FFF;
    }

.my-float {
    margin-top: 18px;
    font-size: 24px;
}

.sync-float {
    margin-top: 12px;
    font-size: 36px;
}

.fa-spin {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.delete-img {
    position: absolute;
    right: 50px;
    bottom: -15px
}

    .delete-img i, .update-img i {
        border-radius: 50%
    }

.update-img {
    position: absolute;
    left: 50px;
    bottom: -15px
}

.circular_image {
    border-radius: 50%;
    overflow: hidden;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
}

    .circular_image img {
        width: 100%;
    }

.rtl .delete-img {
    right: auto;
    left: 5px;
}

.rtl .update-img {
    left: auto;
    right: 5px;
}

.mb-66, .my-66 {
    margin-bottom: 6rem !important;
}

/*End Btns*/
/*Modal*/
.modal-dialog {
    margin: 1rem auto !important;
}

@media (max-width: 576px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .modal-dialog {
        margin: 1rem !important;
    }

    .swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
        grid-template-columns: 1em minmax(0, 1fr) 1em !important;
    }
}

.modal-open, body {
    padding-right: 0 !important
}

.formModal .modal {
    padding-right: 0 !important;
}

.modal-header {
    display: initial
}

.modal-footer, .modal-header {
    padding: .5rem 1rem
}

.light-mode .modal-footer, .light-mode .modal-header {
    background-color: #e0ffff;
}

.dark-mode .modal-footer, .dark-mode .modal-header {
    background-color: #282f53;
}

.modal-title {
    text-align: center;
    padding-top: 5px;
}


.light-mode .modal-title {
    color: #007bff;
    font-weight: 600;
}

.btn-save {
    position: absolute;
    left: 15px;
}

.rtl .btn-save {
    left: auto;
    right: 15px;
}

.modal-header .close {
    font-family: 'Roboto';
    color: #dc3545;
    background-color: transparent;
    font-weight: 600;
    font-size: 20px;
    padding: 4px 12px;
    line-height: .9;
    border-radius: 3px;
    border: 1px solid #dc3545;
    position: absolute;
    top: 8px;
    right: 15px;
}


.rtl .modal-header .close {
    left: 15px;
    right: inherit;
}

.modal-header .close:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.closeFooter .modal-footer {
    text-align: center;
    display: inline-block;
}

/* Overlay styles */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal container styles */
.modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    display: none;
}

.dark-mode .modal-container {
    background-color: #1a1a3c;
}

.modal-content {
    max-height: 98%;
    overflow-y: auto;
}

/* Close button styles */
.close-btn {
    position: absolute;
    bottom: 12px;
    right: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 99999;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    text-decoration: none;
}

.horizinal .close-btn {
    top: 50px;
}

.close-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: lemonchiffon;
}

.rotate-btn {
    right: 150px;
}

.horizinal .rotate-btn {
    top: 150px;
    right: 50px;
}

.upper .right, .lower .right {
    padding-right: 2rem !important;
    padding-left: 0 !important;
}

.upper .left, .lower .left {
    padding-left: 2rem !important;
    padding-right: 0 !important;
}

.flash {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: flash;
}

@keyframes flash {
    10%, 40%, 70%, 100% {
        opacity: 1;
        background-color: rgba(0,0,0,.05);
    }

    25%, 55%, 85% {
        opacity: 0;
        background-color: #e0ffff;
    }
}

.form-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23000000' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

.rtl .form-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23000000' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px;
}

.bg-mistyrose {
    background-color: mistyrose;
}
/* dark mode*/
.dark-mode .bg-primary, .dark-mode .bg-secondary {
    background: #1b1b30 !important;
    border-color: #e9edf4;
}

.dark-mode .bg-mistyrose {
    background-color: #1b1b30;
}

.dark-mode #ImageLink {
    background-color: slategray;
}

.dark-mode .border-secondary,
.dark-mode div.dataTables_wrapper div.dataTables_filter input,
.dark-mode div.dataTables_wrapper div.dataTables_length select {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.dark-mode .form-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

.dark-mode.rtl .form-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px;
}

.dark-mode label .dark-mode .text-primary {
    color: #dedefd !important;
}

.dark-mode input {
    color: var(--primary-bg-color) !important;
}

.dark-mode .avatar {
    border: 2px solid #dedefd;
}

@media (max-width: 320px) {
    .tooth {
        height: 35px;
    }

    #upperRight h6, #upperLeft h6, #lowerRight h6, #lowerLeft h6 {
        display: none;
    }
}

@media (max-width: 767px) {
    div .dataTables_wrapper div.dataTables_processing {
        top: 50px !important;
    }

    /*    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    line-height: 1 !important;
    font-size: 1rem !important;
}*/

    /*input[type="date"]::-webkit-calendar-picker-indicator,
input[type="month"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
button .fe {
    display: none;*/
    /*        margin-left: -25px;*/
    /*}*/

    .float {
        bottom: 70px;
        right: 40px;
        left: auto;
    }

    .rtl .float {
        right: auto;
        left: 40px;
    }

    table .dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
        left: 3px !important;
        width: 1.6em !important;
        line-height: .8em !important;
    }

    .addMonth {
        text-align: center;
    }

        .addMonth .input-group, .addMonth #FilterId {
            max-width: 250px;
            margin: 0 auto;
        }

    .dataTables_filter input {
        margin: 0 !important;
    }

    .fc-toolbar h2 {
        font-size: 1em !important;
    }

    .fc-axis {
        font-size: .7em !important;
    }

    .tooth {
        height: 40px;
    }

    .lower .col-1, .upper .col-1 {
        padding: 0px;
    }

    .upper .text-info, .lower .text-info {
        line-height: 1;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .btn {
        padding: 0.375rem 1rem;
    }

    .btn-sm {
        padding: 0.25rem 0.5rem;
    }

    .me-2, .mx-2 {
        margin-right: 0.25rem !important;
    }

    .rtl .me-2 {
        margin-left: 0.25rem !important;
        margin-right: inherit !important;
    }

    .alertify-notifier .ajs-message.ajs-visible {
        line-height: 2;
        width: 100vw !important;
        padding: 20px 10px !important;
        margin-top: -10px !important;
    }

    .formModal .form-group {
        padding: 0 10px;
        /*margin-bottom: 0.1rem;*/
    }

    #upperRight h6, #upperLeft h6, #lowerRight h6, #lowerLeft h6 {
        font-size: 80%;
    }

    .modal-dialog .dataTables_processing {
        height: 40px !important;
        margin-top: 0px !important;
    }

    #inputSearchDiv {
        width: 65%;
    }
}

/* Giris */

#sinav-body {
    width: 100%;
    text-align: left !important;
    height: 100vh;
    direction: ltr;
    padding-bottom: 50px;
    font-family: "Microsoft Sans Serif" !important;
    font-size: 16px;
    color: #666666;
    margin: 0px;
    text-shadow: #fff 1px 1px 2px;
    background-image: url(../images/sinav/back.jpg);
    background-repeat: repeat-x;
    overflow: hidden;
}

#nesneler {
    width: 80%;
    background-image: url(../images/sinav/kulgiris_back.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-top: 15px;
    padding-top: 6vw;
    float: left;
    display: inline-block;
    height: 110vh;
    font-size: .7em;
}

#nesnelerSOL {
    position: relative;
    float: left;
    width: 35%;
    height: auto;
}

#kisibilgileri {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: inherit;
    padding-left: 5px;
}

#kisibilgilerSOL {
    position: relative;
    float: left;
    width: 40%;
}

#kisibilgilerSAG {
    position: relative;
    float: right;
    width: 60%;
}

#nesnelerSAG {
    position: relative;
    float: right;
    width: 65%;
}

#sinavBilgileri {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: inherit;
}

#sinavBilgileriSOL {
    position: relative;
    float: left;
    width: 40%;
    padding-left: 10px;
}

#sinavBilgileriSAG {
    position: relative;
    width: 60%;
    float: left;
}

#kullanimkilavuzu {
    position: relative;
    top: 20px;
    height: 200px;
}

#uyariKabul {
    position: absolute;
    top: 300px;
    margin-bottom: 30px;
    color: Red;
    left: 10px;
    background-repeat: no-repeat;
    font-size: inherit;
}

#accept {
    position: absolute;
    top: 370px;
    padding-bottom: 20px;
    right: 50px;
    width: 350px;
    background-image: url(../images/sinav/but_kullaniciGiris.png);
    /*    background-size: cover;*/
    background-repeat: round;
    font-size: 12px;
}

@media (min-width: 451px) and (max-width: 1024px) {
    #nesneler {
        height: 200vh;
    }
    #kullanimkilavuzu {
        height: 80px;
    }

    #uyariKabul {
        display: none;
    }

    #accept {
        top: 200px;
        right: -50px;
    }
}

@media (max-width: 450px) {
    #nesneler {
        width: 100%;
        padding-left: 1px;
        font-size: .4em;
    }

    #kullanimkilavuzu {
        height: 50px;
    }

    #uyariKabul {
        top: 100px;
        display: none;
    }

    #accept {
        top: 180px;
        right: 0;
        font-size: 11px;
        background-size: 90%;
        width: 280px;
    }
}

/* Basla */
#onaySayfa {
    width: 80%;
    max-width: 800px;
    text-align: left !important;
    direction: ltr;
    padding-bottom: 60px;
    background-image: url(../images/sinav/kisiBilgileri.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 100vw;
}

#kisiBilgileriOnayEkran {
    position: relative;
    top: 10vw;
    left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    font-style: italic;
    font-size: .7em;
    color: #e4448a;
}

#sinavaBaslaOnayEkrani {
    position: relative;
    top: 20vw;
    left: 10px;
}

#btnBasla {
    height: 90px;
    width: 390px;
}

    input:focus:not([type="text"]):not([type="tel"]):not([type="number"]):not([type="date"]):not([type="month"]):not([type="search"]),
    #btnBasla:focus, #btnSonraki:focus {
        background-color: transparent !important;
        border-color: transparent !important;
        box-shadow: none !important;
    }

@media (min-width: 451px) and (max-width: 1024px) {
    #onaySayfa {
        height: 50vw;
    }

    #kisiBilgileriOnayEkran {
        top: 11vw;
    }

    #sinavaBaslaOnayEkrani {
        top: 10vw;
    }

    #btnBasla {
        height: 75px;
        width: 300px;
        margin-left: 150px;
    }
}

@media (max-width: 450px) {
    #onaySayfa {
        width: 100%;
        height: 70vw;
    }

    #kisiBilgileriOnayEkran {
        top: 12vw;
        line-height: 12px;
        font-size: .5em;
    }

    #sinavaBaslaOnayEkrani {
        top: 22vw;
    }

    #btnBasla {
        height: 75px;
        width: 295px;
    }
}

/* Questions */
#banner {
    background-image: url(../images/sinav/bannerback.jpg);
    background-repeat: repeat-x;
    padding-top: 13px;
    height: 95px;
    margin-top: 10px;
    width: 100%;
}

#zimba {
    width: 100%;
    background-image: url(../images/sinav/zimba.png);
    height: 25px;
    margin-top: -23px;
    /* margin-bottom: -20px; */
}

#logo {
    position: relative;
    float: left;
    width: 14vw;
    height: 105px;
    padding-left: 15px;
}

.yaziAlani {
    position: relative;
    width: 20%;
    height: 70px;
    float: left;
    left: 10px;
    padding-left: 10px;
    background-image: url(../images/sinav/bannerAyrac.png);
    background-position: right;
    background-repeat: no-repeat;
    font-size: .9em;
    color: #000;
    text-align: center;
}

#isim {
    position: relative;
    text-align: left;
    height: 40px;
}

.pembeYazi {
    color: #e4448a;
}

.sekilAlani {
    position: relative;
    width: 38%;
    height: 70px;
    margin-top: -5px;
    float: left;
    left: 10px;
    padding-left: 10px;
    background-image: url(../images/sinav/bannerAyrac.png);
    background-position: right;
    background-repeat: no-repeat;
    font-size: 22px;
    color: #000;
    text-align: center;
}

#kalanSure {
    position: relative;
    z-index: 999;
    float: left;
    width: 85px;
    height: 85px;
    padding-top: 21px;
    background-image: url(../images/sinav/kalanSure.png);
}

#kalanSureDakika {
    font-size: 24px;
}

#sinavim {
    z-index: 60;
    margin-left: 80px;
    float: left;
    width: 90px;
    height: 90px;
}

    #sinavim #btnSinavim {
        width: 90px;
        height: 90px;
        position: relative;
        z-index: 999;
    }

#soruAlani {
    position: absolute;
    left: 10px;
    z-index: 10;
    background: url(../images/sinav/soruBack.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 75%;
    font-size: 16px;
}

#solKisim {
    float: left;
    width: 50%;
    height: 525px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 10px;
}

#solUstKisim {
    height: 60px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1.5px;
    border-style: solid;
    border-bottom-color: #e4448a;
    font-style: italic;
}

.pembeYaziSSorusu {
    color: #e4448a;
    text-shadow: #000 0px 0px 0px;
    font-size: 1.5vw;
}

#btnSinaviBitir {
    position: static;
    margin-top: 30px;
    width: 100px;
    height: 30px;
}

#proresBAR {
    float: right;
    width: 25%;
    height: 20px;
    margin-top: 10px;
    margin-right: 60px;
}

.meter {
    height: 10px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181, 189, 200, 1)), color-stop(36%, rgba(130, 140, 149, 1)), color-stop(100%, rgba(40, 52, 59, 1)));
    background: -webkit-linear-gradient(top, rgba(181, 189, 200, 1) 0%, rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
    background: linear-gradient(to bottom, rgba(181, 189, 200, 1) 0%, rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 1px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

    .meter > span {
        display: block;
        height: 100%;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: rgb(43, 194, 83);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(43, 194, 83)), color-stop(1, rgb(84, 240, 84)));
        background-image: -moz-linear-gradient(center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
        -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
        position: relative;
        overflow: hidden;
    }

.pembe > span {
    background: rgb(124, 37, 73);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(124, 37, 73, 1)), color-stop(100%, rgba(239, 1, 124, 1)));
    background: -webkit-linear-gradient(top, rgba(124, 37, 73, 1) 0%, rgba(239, 1, 124, 1) 100%);
    background: linear-gradient(to bottom, rgba(124, 37, 73, 1) 0%, rgba(239, 1, 124, 1) 100%);
}

.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}

#ilerlemeOrani {
    float: right;
/*    width: 40px;*/
    margin-right: -30px;
    margin-top: -15px;
    text-align: right;
}

#solAltKisim {
    padding-top: 20px;
    padding-right: 10px;
    font-size: 1.5vw;
    font-family: "Microsoft Sans Serif";
    text-indent: 24px;
}

#pnlSorular {
    overflow: auto;
    overflow-y: auto;
    height: 65vh;
}

#sagKisim {
    float: left;
    width: 50%;
    height: 525px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 15px;
    font-size: 26px;
    font-family: "Microsoft Sans Serif";
}

.secenekler {
    font-size: 1.4vw;
    color: #e4448a;
    font-family: Candara, Tahoma, sans-serif, Arial, Helvetica;
    background-color: #ffeff6;
    border: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
    width: 100%;
}

    .secenekler .answer-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding-left: 5px;
        border: 1px solid #f4c0d5;
        border-radius: 20px;
        width: 100%;
    }

        .secenekler .answer-col .answer-cell {
            display: inline-block;
        }

    .secenekler img {
        max-width: 90%;
        max-height: 90%;
    }

.answer {
    display: flex;
    width: 100%;
    padding-bottom: 2px;
}
    .answer.col-12 {
        height: 15vh;
    }

    .answer.col-6 {
        height: 30vh;
    }

    .answer.col-3 {
        height: 60vh;
    }

    .answer.col-6:nth-child(1), .answer.col-6:nth-child(3) {
        padding-right: 0.25rem;
    }

    .answer.col-6:nth-child(2), .answer.col-6:nth-child(4) {
        padding-left: 0.25rem;
    }

    .answer.col-3:nth-child(1) {
        padding-right: 0.25rem;
    }
    .answer.col-3:nth-child(2), .answer.col-3:nth-child(3) {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }
    .answer.col-3:nth-child(4) {
        padding-left: 0.25rem;
    }



/*select and correct */
.answers .selected {
    color: #ffeff6;
    background-color: #e4448a;
}

    .answers .selected .answer-col {
        border-color: #ffeff6;
    }


.answers .correct {
    color: #ffeff6;
    background-color: #329136;
}

    .answers .correct .answer-col {
        border-color: #ffeff6;
    }


/* end selected*/
#altKisim {
    float: left;
    padding-left: 10px;
    padding-bottom: 50px;
    width: 99%;
    height: 40px;
}

#oncekiSoru {
    float: left;
}

#altCevaplar {
    margin-left: 140px;
    margin-right: 140px;
    margin-top: 0px;
}

.altCevaplarTable {
    width: 100%;
}

.sik {
    text-align: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3px;
    font-size: 16px;
}

#soruYeri {
    /* background-image: url(../images/bulunanYer.png); */
    background-color: #000;
}

.shapeIsaretBos {
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    text-shadow: #fff 0px 0px 0px;
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    padding-left: 6px;
    padding-top: 2px;
    border-radius: 50%;
    font-size: 1.2vw;
}

#sonrakiSoru {
    float: right;
    height: 15vh;
}

#reviewSection {
    float: left;
    height: 15vh;
}
    #reviewSection .btn {
        padding: 0.3rem .35rem;
    }

/*Yükleniyor İle İlgili Kodlar*/
#yukle {
    display: contents;
    width: 100vw;
    height: inherit;
    /*    background-color: black !important;*/
    margin-left: auto;
    margin-right: auto;
    z-index: 999998 !important;
    position: absolute;
}

#ortala {
    position: relative;
    width: 300px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    top: calc(50vh - 110px);
    z-index: 999999 !important;
    -webkit-border-radius: 10px;
    background-color: #ffeff6;
}

#yukle img {
    position: relative;
    left: 100px;
}

.yukleYazi {
    position: relative;
    left: 100px;
    text-align: center;
    font-size: 16px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    width: 150px;
    z-index: 999999 !important;
}

/* SinaviBitir */
#sayfa1 {
    width: auto;
    height: 100vh;
}
#eminMisin {
    height: 250px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2vw;
    margin-top: 180px;
    color: #e4448a;
    font-family: Candara, Tahoma, sans-serif, Arial, Helvetica;
    BACKGROUND-COLOR: #ffeff6;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f4c0d5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 5px;
}
#zmnDoldu {
    height: 250px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
    margin-top: 150px;
    color: #e4448a;
    font-family: Candara, Tahoma, sans-serif, Arial, Helvetica;
    BACKGROUND-COLOR: #ffeff6;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f4c0d5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 5px;
}
/* sinavimAlani */
#sinavimAlani {
    position: absolute;
    left: 775px;
    width: 500px;
    height: 400px;
    font-size: 15px;
}
#sinavimIcerikAlan {
    position: absolute;
    left: 140px;
    top: 150px;
    width: 220px;
    color: #c9d1e3;
    text-shadow: #000 1px 1px 1px;
}
.menuSinavimIcerikTepe {
    background-image: url(../images/sinav/sinavAlanMenuBack.png);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 30px;
    padding-bottom: 10px;
}
.menuSinavimIcerik {
    background-image: url(../images/sinav/sinavAlanMenuBack.png);
    height: 30px;
    padding-top: 10px;
    text-align: center;
}

.pembeYaziN {
    color: #e4448a;
}
.yasilYaziN {
    color: #5ee564;
}
.bayazYaziN {
    color: #f3e97a;
}
.maviYaziN {
    color: #0dcaf0;
}
.sariYaziN {
    color: #ffc107;
}

.menuSinavimIcerikAlt {
    background-image: url(../images/sinav/sinavAlanMenuBack.png);
    height: 30px;
    padding-top: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#isik {
    background-image: url(../images/sinav/isik.png);
    background-position: top;
    background-repeat: no-repeat;
    height: 400px;
}
#tahta {
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/sinav/tahta.png);
    background-repeat: no-repeat;
    width: 320px;
    height: 100px;
    margin-top: -50px;
}

@media (min-width: 1441px) {
    #sinav-body {
        height: calc(100vh - 60px);
        font-size: 24px;
    }
    #Tests .btn {
        font-size: larger;
    }

    #nesneler {
        width: 100%;
        font-size: 1em;
    }
    #kullanimkilavuzu {
        height: 300px;
    }
    #uyariKabul {
        top: 500px;
    }
    #accept {
        top: 50rem;
        right: 150px;
        width: 450px;
        font-size: 20px;
    }
    #ortala {
        height: 130px;
        top: calc(30vh - 110px);
    }
    #onaySayfa {
        max-width: 1000px;
        height: 120vw;
    }
    #kisiBilgileriOnayEkran {
        top: 10rem;
        line-height: 36px;
        font-size: 1em;
    }
    #sinavaBaslaOnayEkrani {
        top: 15rem;
    }
    #btnBasla {
        height: auto;
        width: 490px;
    }
    #solKisim {
        padding-left: 100px;
    }
    #pnlCevaplar {
        display: inline-block;
    }

}

@media (min-width: 451px) and (max-width: 1024px) {
    #sinav-body {
        height: 120vh;
    }
    #banner {
        height: 60px;
    }

    .yaziAlani, .sekilAlani {
        height: 40px;
    }

    #sinavimIcerikAlan {
        top: 50px;
    }

    #isik {
        height: 275px;
    }

    .menuSinavimIcerikTepe {
        display: none;
    }
    .yaziAlani {
        font-size: .7em;
    }

    #lblAd {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
    }

    .yaziAlani {
        left: 7px;
        padding-left: 7px;
    }

    .sinavTuru {
        width: 15%;
    }

    #solAltKisim {
        padding-right: 7px;
    }

    .pembeYaziSSorusu, .secenekler, #soruAlani {
        font-size: 12px;
    }

    #solAltKisim {
        font-size: 18px;
        padding-top: 5px;
    }

    #solKisim, #sagKisim {
        height: 425px;
    }

    #sagKisim {
        padding-left: 15px;
    }

    #sinavim, #kalanSure {
        margin-left: 30px;
        zoom: 70%;
    }
    #btnSinaviBitir {
        position: static;
        margin-top: 10px;
        width: 100px;
        height: 30px;
    }

    #soruAlani {
        margin-top: 5px;
        width: 100%;
    }
    #solUstKisim {
        height: 30px;
        padding-top: 5px;
    }

    .secenekler, .secenekler .answer-col {
        border-radius: 10px;
    }

    #proresBAR {
        margin-top: 5px;
    }
    .sekilAlani {
        width: calc(65% - 18vw);
    }

    #eminMisin, #zmnDoldu {
        height: 170px;
        margin-top: 80px;
    }

    #btnGeriDon, #btnSinaviBitirr {
        margin-top: 15px;
        height: 40px !important;
        width: auto !important;
    }

    #btnSinaviBitir {
        margin-top: 15px;
        height: 25px !important;
    }

    #ortala {
        width: 200px;
    }

    #yukle img, .yukleYazi {
        left: 40px;
    }

    #sinavimAlani {
        left: inherit;
        right: 100px;
    }
    .secenekler img {
        margin-top: 20px;
        padding-left: 20px;
        max-width: 60%;
        max-height: 60%;
    }
}

@media (max-width: 450px) {
    [data-header-position=scrollable][data-nav-layout=horizontal] .app-content {
        margin-block-start: -10px;
        padding-top: 10px;
    }
    #sinav-body {
        height: 110vh;
        padding-bottom: 10px;
    }

    #banner {
        height: 175px;
    }

    #logo {
        width: 30%;
        padding-left: 5px;
    }

    .yaziAlani {
        width: 40%;
        left: 0;
        padding-left: 3px;
        font-size: .6em;
    }

    .sinavTuru {
        width: 30%;
    }

    #sagKisim {
        padding-left: 5px;
    }

    #solKisim {
        padding-left: 10px;
    }

    #solAltKisim {
        padding-right: 4px;
    }

    #soruAlani {
        width: 100%;
    }

    .pembeYaziSSorusu, .secenekler, #soruAlani {
        font-size: 3.5vw;
    }

	#solAltKisim {
		font-size: 3.5vw;
        line-height: 1.8;
        padding-right: 10px;
	}

    .sekilAlani {
        width: 100%;
        margin-top: -35px;
        background-image: url(../images/sinav/bannerback.jpg);
        background-repeat: repeat-x;
        left: 0;
    }

    #sinavim {
        margin-left: 20px;
    }

    #sonrakiSoru, #reviewSection {
        height: auto;
    }

    #ilerlemeOrani {
        width: 20px;
        margin-right: -20px;
        margin-top: -12px;
    }

    #proresBAR {
        width: 60%;
        margin-top: 5px;
    }

    #btnSinaviBitir {
        width: 90px;
    }

    #btnGeriDon, #btnSinaviBitirr {
        margin-top: 10px;
    }

    #sagKisim, #solKisim {
        height: 400px;
    }

    .answer.col-3:nth-child(1), .answer.col-3:nth-child(2),
    .answer.col-3:nth-child(3), .answer.col-3:nth-child(4) {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }

    .soruTablo img {
        max-height: 25vw !important;
    }


    #eminMisin {
        height: 400px;
        margin-top: 100px;
        font-size: 5vw;
        padding: 5px;
        width: 60%;
    }

    #zmnDoldu {
        height: 220px;
        margin-top: 150px;
        font-size: 5vw;
        padding: 5px
    }

    #ortala {
        width: 200px;
    }

    #yukle img, .yukleYazi {
        left: 40px;
    }

    #sinavimAlani {
        left: inherit;
        right: -60px;
    }
}