/*-----------------------Login Page Background Image-----------*/

.login-img {
    background: url(../images/Custom/login-backgroundImage.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.wrap-login100 {
    bottom: 20%;
}

.login-box {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .06);
}


/*----------------------- Login Page End ---------------------*/


/*-----------------------Sidebar Start----------------------*/

.nav_toggle {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .nav_toggle {
        display: block !important;
    }
}

@media only screen and (max-width: 830px) {
    .header_title {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .header_title {
        font-size: 24px !important;
        margin-left: 15%;
    }
}

@media (min-width: 992px) {
    .header-desktop {
        position: relative;
    }
}


/*-----------------------Sidebar End-----------------------*/

.header_title {
    width: 100%;
    margin-top: 2px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
}

.nav-link-a,
.nav-link-a:hover {
    color: #fff;
}

body {
    background-color: #f8f9fa !important;
}

.form-control {
    background-color: #fff !important;
}

.app-header {
    -moz-box-shadow: 1px 1px 3px 2px #ecebeb;
    -webkit-box-shadow: 1px 1px 3px 2px #ecebeb;
    box-shadow: 1px 1px 3px 2px #ecebeb;
    z-index: 111;
}

.footer-btn {
    margin: -5px 1px 10px 0px;
}

.btn {
    border-radius: 5px;
}

.footer.left-footer {
    background-color: #ffffff !important;
}

.second-sidemenu {
    margin-top: 10px;
}

.table_icons {
    color: #1c1d22 !important;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    text-transform: capitalize !important;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    padding: 5px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #00000005 !important;
}


/* ---------------Save Update Button --------------------*/

.btn {
    padding-top: 0.175rem !important;
    padding-bottom: 0.175rem !important;
}


/* ---------------Second Menu Container Resize --------------------*/

.second-sidemenu {
    width: 230px !important;
}

.form-control {
    background-color: #fff !important;
    color: #060000 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    width: 100% !important;
}

.select2 {
    background-color: #fff !important;
    width: 100% !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background-color: #5d87b1 !important;
    color: #fff !important;
}


/*----------------------Cursor--------------------*/

.cursor-pointer {
    cursor: pointer;
}


/*data table colapsed icon Color*/

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 7px;
    left: 20px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #69e781;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    line-height: 14px;
    content: '+';
    background-color: #26c2f7;
}

#ajax-alert {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 12020;
    display: none;
    color: #fff;
}

#php-alert {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 12020;
    color: #fff;
}

.alert-danger {
    background-color: #e6454dd9;
}

.alert-success {
    background-color: #21c44cd9;
}

.alert-warning {
    background-color: #ffa620d9;
}

#ajax-toster {
    position: fixed;
    padding: 10px;
    left: 45%;
    font-size: 14px;
    width: auto;
    bottom: 10px;
    border-radius: 30px;
    z-index: 10;
    display: none;
    color: #fff;
    background-color: #000000cc;
}

.select2-selection:focus {
    border: 1px #398bf7 solid !important;
}

.select2-selection__rendered {
    color: #0c0c0c !important;
}

.custom-radio .custom-control-input:focus~.custom-control-label::before {
    border: 2px #204680 solid !important;
}

.select2-results__option[aria-selected=true]:hover {
    color: #fff !important;
}


/*--------------------------------- Radio Button CSS --------------------------------*/

.custom-control {
    display: inline-flex !important;
    padding-right: 30px;
}


/*===========================for form validation====================*/

.required::after {
    font-size: 14px;
    color: #fc4b6c;
    content: "*";
}

.btn {
    transition: transform .9s;
}

.btn:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20), 0 6px 20px 0 rgba(0, 0, 0, 0.40);
    //transform: scale(1.05);
}

.bg-blue {
    background-color: #26bdf7;
}

.bg-blue th {
    color: white;
}


/*********************************custom dilog****************************************/

.dialog-ovelay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 999999
}

.dialog-ovelay .dialog {
    width: 350px;
    margin: 35vh auto 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-radius: 3px;
    overflow: hidden
}

.dialog-ovelay .dialog header {
    padding: 10px 8px;
    background-color: #f6f7f9;
    border-bottom: 1px solid #e5e5e5
}

.dialog-ovelay .dialog header h3 {
    font-size: 14px;
    margin: 0;
    color: #555;
    display: inline-block
}

.dialog-ovelay .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px;
    border-radius: 1px
}

.dialog-ovelay .dialog header .fa-close:hover {
    color: #b9b9b9
}

.dialog-ovelay .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673AB7;
    color: #a2a2a2
}

.dialog-ovelay .dialog .dialog-msg {
    padding: 12px 10px
}

.dialog-ovelay .dialog .dialog-msg p {
    text-align: center;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    text-transform: none;
    word-wrap: break-word;
}

.dialog-ovelay .dialog .dialog-msg .p1 {
    font-size: 1.875em;
    font-weight: 500;
}

.dialog-ovelay .dialog .dialog-msg .p2 {
    font-size: 1.2em;
    font-weight: 300;
}

.dialog-ovelay .dialog .dialog-msg .form-group {
    margin: 0 !important;
    margin-top: 20px !important;
    font-size: 14px;
}

.dialog-ovelay .dialog .dialog-msg .dialog-img {
    width: 100%;
    color: #f5334f;
    text-align: center;
    font-size: 70px;
}

.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px
}

.dialog-ovelay .dialog footer .controls {
    direction: rtl;
    padding-bottom: 8px;
}

.dialog-ovelay .dialog footer .controls .btn {
    padding: 5px 15px;
    border-radius: 3px;
}


/*********************************custom dilog****************************************/


/*-----------------------------------Multiple Dropdown background colour ------------*/

.select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #f0f0f000 !important;
    background-color: #f0f0f000 !important;
}

.card-body {
    padding-top: 5px;
}

.w-200 {
    min-width: 200px;
}

.small-select {
    padding: 0;
    height: 35px !important;
}

.ui-datepicker {
    z-index: 10541 !important;
    box-shadow: 0 0 20px #bbb;
}

.vertical-middle {
    vertical-align: middle !important;
}


/*-----------------------------------Side Bar List height Decries -----------*/

.resp-vtabs .resp-tabs-list li {
    padding: 15px 10px !important;
}

.app-header {
    box-shadow: 1px 1px 3px 2px #dae4f9 !important;
}


/*-------------------- Custom Tabs -----------------------------*/

.tabs-menu1 ul li .active {
    border-bottom: 3px solid #0e599e;
    color: #0e599e !important;
    font-weight: 500 !important;
    background-color: #d5ebff;
}

.tabs-menu1 ul li a {
    padding: 10px 15px !important;
}


/*-------------------- Bottom Fixed Add Button -----------------------------*/

.fixed-bottom-right {
    position: fixed;
    bottom: 50px;
    right: 40px;
    background-color: #2759fb;
    padding: 10px 13px 8px 13px;
    border-radius: 50%;
    border: 1px solid #2759fb;
    transition: 0.25s;
    z-index: 300;
    box-shadow: 0 0 20px rgb(139, 139, 139);
    color: #fff !important;
    height: 47px;
    width: 47px;
}

.fixed-bottom-right:hover {
    background-color: #fff;
    color: #2759fb !important;
}

#back-to-top {
    display: none !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: unset !important;
}


/******************************************************************************Addes By padmashree ********************************************************************/


/*
.nav li {
	background-color: #fff;
	margin: 4px;
	box-shadow: 0 0 10px #e7e7e7;
	border-radius: 3px;
	overflow: hidden;
}

.nav li a {
	color: #1d44c0 !important;
}

.tabs-menu1 ul li a.active {
	border-bottom: 2px solid #0052cc;
	color: #ffffff !important;
	font-weight: 500 !important;
	background-color: #5C7EE9 !important;
}

.school_exam {
	background-color: #fff;
	padding: 10px 15px;
	box-shadow: 0 0 12px #ccc;
	border-radius: 5px;
	overflow: hidden;
	margin: 10px 0;
	margin-top: 10px;
	border-top: 2px solid #5C7EE9;
}*/

.form-control:disabled,
.form-control[readonly] {
    background-color: #e8e8e8 !important;
    opacity: 1;
}

.card-advance {
    background-color: #fff;
    padding: 0;
    box-shadow: 0 0 12px #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0;
}

.border-top-1 {
    border-top: 2px solid #e91e63;
}

.border-top-2 {
    border-top: 2px solid #964ffb;
}

.border-top-3 {
    border-top: 2px solid #8bc34a;
}

.border-top-4 {
    border-top: 2px solid #00bcd4;
}

.bg-gradient-1 {
    background: #9C27B0;
    background: -moz-linear-gradient(45deg, #f32148 0%, #b53f7b 100%);
    background: -webkit-linear-gradient(45deg, #f32148 0%, #b53f7b 100%);
    background: linear-gradient(45deg, #f32148 0%, #b53f7b 100%);
}

.bg-gradient-2 {
    background: #FFC107;
    background: -moz-linear-gradient(45deg, #FFC107 0%, #FF9800 100%);
    background: -webkit-linear-gradient(45deg, #FFC107 0%, #FF9800 100%);
    background: linear-gradient(45deg, #FFC107 0%, #FF9800 100%);
}

.bg-gradient-3 {
    background: #00BCD4;
    background: -moz-linear-gradient(45deg, #00BCD4 0%, #4CAF50 100%);
    background: -webkit-linear-gradient(45deg, #00BCD4 0%, #4CAF50 100%);
    background: linear-gradient(45deg, #00BCD4 0%, #4CAF50 100%);
}

.bg-gradient-4 {
    background: #9C27B0;
    background: -moz-linear-gradient(45deg, #c34aba 0%, #7900d4 100%);
    background: -webkit-linear-gradient(45deg, #c34aba 0%, #7900d4 100%);
    background: linear-gradient(45deg, #c34aba 0%, #7900d4 100%);
}

.badge-1 {
    background-color: #e91e63;
    color: #fff;
}

.badge-2 {
    background-color: #9c27b0;
    color: #fff;
}

.badge-3 {
    background-color: #2196f3;
    color: #fff;
}

.badge-4 {
    background-color: #ff9800;
    color: #fff;
}

.badge-5 {
    background-color: #f44336;
    color: #fff;
}

.badge-6 {
    background-color: #4caf50;
    color: #fff;
}

.display-none {
    display: none !important;
}

.counter-div {
    font-size: 28px;
    padding: 16px 0;
    height: 75px;
    width: 75px;
    background-image: linear-gradient(225deg, #ff7d7f, #e75273);
    border: 2px solid #ab2b54;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-left: 30%;
}

.pointer {
    cursor: pointer !important;
}

@media screen and (max-width: 1270px) {
    .hidden-hedder-mobile {
        display: none;
    }
}

.btn-quiz {
    background: linear-gradient(to right bottom, #FF9800 0%, #FF5722 100%);
    color: #ffffff;
}

.btn-quiz:hover {
    color: #ffffff;
}

.app-header {
    z-index: 1111!important;
}


/*--------------------------------- Quiz Details Page Style--------------------*/

.back-line {
    z-index: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #31caff, #75bc06, #e5e413, #fd3c76);
    border-radius: 15px;
}

.new-dash1 .card,
.card-new {
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 15px #d8d8d8bf;
    transition: 0.3s;
}

.new-dash1 .card:hover,
.card-new:hover {
    margin-top: 0;
    box-shadow: 0 0 25px rgba(161, 161, 161, 0.78);
}

.card-new {
    border: 1px solid #25b3fa;
}

.quiz-question {
    font-size: 22px;
    margin-bottom: 15px;
    margin-left: 40px;
    text-indent: -40px;
}

.quiz-answer {
    font-size: 16px;
    padding: 5px;
    margin: 2px;
    margin-left: 20px;
    text-indent: -20px;
    padding-left: 25px;
}

.right-answer {
    background-image: linear-gradient(20deg, #5cb408, #81d006);
    color: white;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .col-lg-2-10 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0.44rem;
        padding-left: 0.44rem;
    }
}

.float-right-2 {
    position: absolute;
    float: right;
    right: 20px;
    top: 15px;
    text-align: right;
    font-size: 22px;
    color: #ff6470;
    cursor: pointer;
}

.font-16 {
    font-size: 16px;
}

.float-right-3 {
    position: absolute;
    float: right;
    right: 10px;
    top: 10px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    background-color: #ff6470;
    height: 40px;
    width: 40px;
    padding: 4px;
    box-shadow: 0 0 10px #c07585;
    border-radius: 50%;
}

.width-full {
    width: 100%;
}

.modal {
    z-index: 1500 !important;
}

.select2-dropdown {
    z-index: 1600 !important;
}


/*************************************************************************************/

.min-50 {
    min-width: 50px;
}

.min-70 {
    min-width: 70px;
}

.min-100 {
    min-width: 100px;
}

.min-150 {
    min-width: 150px;
}

.min-200 {
    min-width: 200px;
}

.max-50 {
    max-width: 50px;
}

.max-60 {
    max-width: 60px;
}

.max-70 {
    max-width: 70px;
}

.max-80 {
    max-width: 80px;
}

.max-90 {
    max-width: 90px;
}

.max-100 {
    max-width: 100px;
}

.dt-buttons {
    display: none !important;
}

.dataTables_paginate {
    float: right !important;
    margin-top: -20px;
}

.dataTables_filter {
    float: right;
}

#dynamic_table_list td,
#dynamic_table_list th {
    padding: .3rem !important;
}

#dynamic_table_list {
    font-size: 13px !important;
    color: #0a0a0afc;
}

#dynamic_table_list_info {
    display: inline-grid;
    float: none;
    width: 40%;
    text-align: right;
}

#dynamic_table_list_paginate {
    display: inline-block !important;
    float: right !important;
}

#dynamic_table_list_length {
    display: inline-block !important;
}

#dynamic_table_list input {
    border-radius: 5px !important;
    padding: 3px!important;
}

#dynamic_table_list select {
    border-radius: 5px !important;
    padding: 3px!important;
}

#dynamic_table_list .select2 {
    border-radius: 5px !important;
    padding: 3px!important;
}

#dynamic_table_list .select2-container .select2-selection--single {
    height: 28px!important;
}

#dynamic_table_list .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px !important;
}


/*------------------------------pop over-----------------------------------*/

.popover__wrapper {
    display: inline-block;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transform: translate(0, 10px);
    background-color: #ffffff;
    padding: 20px;
    flex-wrap: wrap;
    align-content: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 500px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;
}

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
    text-align: center;
}

.text-wrap {
    white-space: break-spaces !important;
}

@media (min-width: 992px) {
    .color-headerlogo {
        margin-left: unset!important;
        margin-right: 3rem!important;
    }
}

#sidebar-wrapper {
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    /* left: 0px; */
    z-index: 1000;
    overflow: hidden;
    width: 200px;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgb(57 98 254 / 2%), 0 3px 6px rgb(117 108 254 / 12%);
}

.sidebar-menu .sidebar-submenu>li>a {
    padding: 5px 5px 5px 0;
    font-size: 13px;
    color: #000000db;
}

.sidebar-menu>li>a {
    padding: 7px 5px 7px 10px;
}

.sidebar-menu {
    padding: 5px;
}

input:read-only:not([type=button]):not([type=submit]) {
    background-color: #e9e9f5 !important;
}