@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto';
    background-color: var(--bodyBg-color);
    color: var(--black-color);
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
	width: 0.3125rem;
	height: 0.3125rem;
	border: none;
	background: transparent;
}
::-webkit-scrollbar-button,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-corner,
::-webkit-resizer {
	display: none;
}
::-webkit-scrollbar-thumb {
	border-radius: 0.375rem;
	background-color: var(--black-color);
}
::-webkit-scrollbar-track {
background-color: var(--light-color1);
border: 0.0625rem solid transparent;
background-clip: content-box;
}


html{
    font-size: 16px;
}


/* ------------- Light & dark color codes start--------------------- */



:root {
    --bodyBg-color: #ffffff !important;
    --headerbg-color: #ffffff !important;

    --primary-color: #FB8118 !important;
    --secondary-color: #0099EB !important;

    --primaryDark-color: #FF4340 !important;
    --secondaryDark-color: #524EE0 !important;

    --lightOrnage-color: #FFF7E4 !important;
    

    --stepperDisabled-color: #E0E9F5 !important;
    --stepperCompleted-color: #11eb49 !important;
    --stepperInfo-bg: #EFF5FD !important;

    --control-bg: #EDF2F9 !important;

    --green-color: #0ed341 !important;
    --red-color: #FF394B !important;
    --darkRed-color: #FF394B !important;
    --sidenavAccordianBg-color: #F3F8FB !important;
    
    --optionBg-color: #E9F0F8 !important;
    --blueLight1-color: #D4F7FF !important;
    

    --selectColor1-color: #2BB1FA !important;
    --selectColor2-color: #FB8118 !important;
    --selectColor3-color: #37D7FA !important;
    --selectColor4-color: #EB00CC !important;
    --selectColor5-color: #AC00EB !important;
    --selectColor6-color: #00E7EB !important;
    --selectColor7-color: #9DEB00 !important;
    --selectColor8-color: #EBC800 !important;
    --selectColor9-color: #EB5A00 !important;
    --selectColor10-color: #0072EB !important;
    
    --actionBtnColor1-bg: #CEF7FF !important;
    --actionBtnColor2-bg: #E0FFF5 !important;
    --actionBtnColor3-bg: #FFD1D1 !important;
    --actionBtnColor4-bg: #f1d1ff !important;

    --black-color: #011E45 !important;
    --white-color: #ffffff !important;
    --gray-color: #627792 !important;
    --light-color1: #E3F9FD !important;
    --disabled-color: #dedede !important;
    --border-color: #BBCEE0 !important;
    --cardShadow-color: #d3d9e5 !important;
    --activeWhite-color: #ffffff !important;
    --themewhite-color: #ffffff !important;
    --btnwhite-color: #ffffff !important;
    --action-color: #0dcaf0 !important;

    --studAttenGreenColor1-bg:#DAFFF0!important;
    --studAttenRedColor2-bg:#FFE5E5!important;
   
    --studAttenGreen-color1:#18BC78!important;
    --studAttenRed-color2:#E31616!important;

    --btn-greenBg-color:#2ED48F !important;
    --btn-redBg-color:#FF5353 !important;

    --statisticColor1-bg: #f1d1ff !important;
    --statisticColor2-bg: #ffe7fb !important;
    --statisticColor3-bg: #e7fff1 !important;
    --statisticColor4-bg: #fdffe7 !important;
    --statisticColor5-bg: #e7ecff !important;
    --statisticColor6-bg: #ffeee7 !important;
}

body.night-mode {

    --bodyBg-color: #0d0f12 !important;
    --headerbg-color: #313c4c !important;

    --primary-color: #FB8118 !important;
    --secondary-color: #0099EB !important;

    --headerbg-color: #313c4c !important;
    --sidebarDark-color: #14253e !important;
    --sidenavAccordianBg-color: #252e3b !important;
    --optionBg-color: #36404f !important;
    --stepperInfo-bg: #3e4b5d !important;

    --green-color: #0ed341 !important;
    --red-color: #FF394B !important;
    --darkRed-color: #FF394B !important;


    --black-color: #ffffff !important;
    --white-color: #252e3b !important;
    --gray-color: #798ba2 !important;

    --statisticColor1-bg: #f1d1ff !important;
    --statisticColor2-bg: #ffe7fb !important;
    --statisticColor3-bg: #e7fff1 !important;
    --statisticColor4-bg: #fdffe7 !important;
    --statisticColor5-bg: #e7ecff !important;
    --statisticColor6-bg: #ffeee7 !important;

    --activeWhite-color: #02132a !important;
    --themewhite-color: #ffffff !important;
    --btnwhite-color: #4d5b70 !important;
    --cardShadow-color: #040c1b !important;
}


/* ------------- Light & dark color codes End--------------------- */



body .fi {
    display: inline-flex;
    position: relative;
    top: 3px;                                                                                         
 }

.w-40{
    width: 40% !important;
}
.weight-400{
	font-weight: 400 !important;
}
.weight-500{
	font-weight: 500 !important;
}
.weight-600 {
	font-weight: 600 !important;
}
.weight-700 {
    font-weight: 700 !important;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

ul {
	list-style-type: none;
}

body .color-blue{
    color: var(--secondary-color) !important;
}
body .color-orange{
    color: var(--primary-color) !important;
}

body .color-green{
    color: var(--green-color) !important;
}
body .color-red{
    color: var(--red-color) !important;
}
body .color-action{
    color: var(--action-color) !important;
}


body .padding-tb-80{
    padding: 80px 0;
}

body .font-12 {
	font-size: 12px !important;
}
body .font-13 {
	font-size: 13px !important;
}
body .font-14 {
	font-size: 14px !important;
}
body .font-15 {
	font-size: 15px !important;
}
body .font-16 {
	font-size: 16px !important;
}
body .font-18 {
	font-size: 18px !important;
}

body h2 {
    font-size: 32px;
    color: var(--black-color);
    font-weight: 600;
}
body h3 {
    font-size: 24px;
    color: var(--black-color);
    font-weight: 600;
}
body h5 {
    font-size: 20px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 0;
}
body h6 {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 500;
}

body p{
    font-size: 14px;
    color: var(--gray-color);
    font-weight: 500;
}
body .asteric {
    color:  var(--red-color);
    
}

body .border-top{
    border-top: 1px solid var(--border-color) !important;
}
body .border-bottom {
    border-bottom: 1px solid var(--border-color) !important;
}
body .border-right {
    border-right: 1px solid var(--border-color) !important;
}

body .label,
body label,
body .form-label {
    font-size: 13px;
    color: var(--gray-color);
    margin-bottom: 3px;
    font-weight: 500;
}
body .form-control {
    border: 1px solid var(--border-color);
    font-size: 14px;
    font-weight: 500;
    color: var(--black-color);
    width: 100%;
    padding: 9px 16px;
    border-radius: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: var(--white-color);
    transition: all 0.3s ease-in-out;
}
body .form-control::placeholder {
	color: var(--gray-color);
}
body .form-control:hover {
	border-color: var(--primary-color);
    background-color: var(--white-color);
}
body .form-control:focus {
	border-color: var(--primary-color);
    background-color: var(--white-color);
    box-shadow: none;
}
body .password-show-icon {
	position: absolute;
	top: 34px;
	right: 10px;
	color: var(--gray-color);
	cursor: pointer;
}
body .text-control{
    font-size: 14px;
    font-weight: 500;
    color: var(--black-color);
    width: 100%;
    padding: 6px 12px;
    border-radius: 5px;
    background-color: var(----light-color1); 
    min-height: 40px;
}


body .btn {
    font-size: 15px;
    color: var(--black-color);
    padding: 8px 24px;
    background-color: transparent;
    border-radius: 35px;
    border: 0;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 2px 7px 0px var(--cardShadow-color);
	box-shadow: 0px 2px 7px 0px var(--cardShadow-color);
}
body .btn:disabled {
	background-color: var(--disabled-color);
	color: var(--gray-color);
}
body .btn.disabled {
	background-color: var(--disabled-color);
	color: var(--gray-color);
}
body .btn:disabled:hover,
body .btn.disabled:hover {
	background-color: var(--disabled-color);
	color: var(--gray-color);
}
body .btn:disabled:hover:after,
body .btn.disabled:hover:after {
	display:none;
}
body .btn:focus {
	box-shadow: none;
	outline: none;
}
body .btn i{
    margin-right: 5px;
}
body .btn-primary {
	background-color: var(--primary-color);
	color: var(--themewhite-color);
	transition: all 0.3s ease-in-out;
}
body .btn-primary:hover {
	background-color: var(--secondary-color);
	color: var(--themewhite-color);
}
body .btn-primary:focus {
	background-color: var(--secondary-color);
	box-shadow: none;
	outline: none;
}

body .btn-secondary {
	background-color: var(--secondary-color);
	color: var(--themewhite-color);
	transition: all 0.3s ease-in-out;
}
body .btn-secondary:hover {
	background-color: var(--primary-color);
	color: var(--themewhite-color);
}
body .btn-secondary:focus {
	background-color: var(--primary-color);
	box-shadow: none;
	outline: none;
}

body .btn-danger {
	background-color: var(--white-color);
	color: var(--red-color);
    border-color: var(--red-color);
	transition: all 0.3s ease-in-out;
}
body .btn-danger:hover {
	background-color: var(--darkRed-color);
	color: var(--themewhite-color);
}

body .btn-green {
	background-color: var(--btn-greenBg-color);
	color: var(--themewhite-color);
	transition: all 0.3s ease-in-out;
}
body .btn-green:hover {
	background-color: var(--btn-greenBg-color);
	color: var(--themewhite-color);
}
body .btn-green:focus {
	background-color: var(--btn-greenBg-color);
	box-shadow: none;
	outline: none;
}
body .btn-red {
	background-color: var(--btn-redBg-color);
	color: var(--themewhite-color);
	transition: all 0.3s ease-in-out;
}
body .btn-red:hover {
	background-color: var(--btn-redBg-color);
	color: var(--themewhite-color);
}
body .btn-red:focus {
	background-color: var(--btn-redBg-color);
	box-shadow: none;
	outline: none;
}
body .btn-primary-outline {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}
body .btn-primary-outline:hover {
    background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white-color);
}
body .btn-primary-outline:focus {
	background-color: var(--primary-color);
	box-shadow: none;
	outline: none;
}


body .btn-secondary-outline {
	border: 1px solid var(--secondary-color);
	color: var(--secondary-color);
	transition: all 0.3s ease-in-out;
}
body .btn-secondary-outline:hover {
    background-color: var(--secondary-color);
	border-color: var(--secondary-color);
	color: var(--white-color);
}
body .btn-secondary-outline:focus {
	background-color: var(--secondary-color);
	box-shadow: none;
	outline: none;
}

body .btn-white {
	background-color: var(--btnwhite-color);
	color: var(--black-color);
	transition: all 0.3s ease-in-out;
}
body .btn-white:hover {
	background-color: var(--primary-color);
	color: var(--themewhite-color);
}
body .btn-white:focus {
	background-color: var(--primary-color);
	box-shadow: none;
	outline: none;
}

body .btn-view{
    font-size: 13px;
    padding: 6px 18px;
    box-shadow: none;
    border: 1px solid transparent;
}
body .btn-view:hover {
	color: var(--primary-color);
    border-color: var(--primary-color);
}
body .btn-view:focus {
	color: var(--primary-color);
    border-color: var(--primary-color);
	box-shadow: none;
	outline: none;
}


body .btn-top-spacing{
    margin-top: 27px;
}

.separator {
    display: block;
    width: 100%;
    height: 0.0625rem;
    border-bottom: 0.0625rem solid var(--secondary-color);
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
}

body .optionBox{
    padding: 20px;
    background-color: var(--light-color1);
    display: inline-block;
    border-radius: 10px;
}


/* -------------------------------- Common Control start -------------------------------- */


body .card-box{
	width: 100%;
	border-radius: 10px;
	padding: 20px;
	background-color: var(--white-color);
    border: 1px solid transparent;
	-webkit-box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
	box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
	transition: all 0.3s ease-in-out;
}
body .card-box-1{
	width: 100%;
	border-radius: 10px;
	padding: 16px;
	background-color: var(--white-color);
    border: 1px solid var(--border-color);
	-webkit-box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
	box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
	transition: all 0.3s ease-in-out;
}
body .border-box{
	width: 100%;
	border-radius: 10px;
	padding: 20px;
	background-color: var(--white-color);
    border: 1px solid var(--border-color);
	transition: all 0.3s ease-in-out;
}


body .breadcrumb-box .breadcrumb{
    margin: 0;
}
body .breadcrumb-box .breadcrumb .breadcrumb-item{
    font-size: 12px;
    font-weight: 500;
    color: var(--gray-color);
}
body .breadcrumb-box .breadcrumb .breadcrumb-item a{
    color: var(--secondary-color);
}


body .customTable table {
    width: 100%;
    border-collapse: collapse;
}
body .customTable table thead tr th {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid gray;
    padding: 10px;
    background-color: var(--white-color);
}
body .customTable table tbody {
    border-top: 0 !important;
}
body .customTable table tbody tr td {
    font-size: 16px;
    color: var(--black-color);
    text-align: left;
    padding: 10px;
    font-weight: 500;
    border: 1px solid var(--border-color);
    background-color: transparent;
    vertical-align: middle;
    /* max-width: 100px; */
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
body .customTable table tfoot tr td {
    font-size: 16px;
    color: var(--black-color);
    text-align: left;
    padding: 10px;
    font-weight: 600;
    border: 1px solid var(--border-color);
    background-color: transparent;
    vertical-align: middle;
}

body .action-icons {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
body .action-icons a {
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color) !important;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
body .action-icons a.color-1 {
    background-color: var(--actionBtnColor1-bg);
}
body .action-icons a.color-2 {
    background-color: var(--actionBtnColor2-bg);
}
body .action-icons a.color-3 {
    background-color: var(--actionBtnColor3-bg);
}
body .action-icons a.color-4 {
    background-color: var(--actionBtnColor4-bg);
}
body .action-icons a:hover{
    background-color: var(--secondary-color);
    color: var(--white-color) !important;
}
body .action-icons a.cancel-icon {
    background-color: var(--red-color);
    color: var(--white-color) !important;
}
body .customTable table .Attendance-dot{
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: inline-block;
}
body .customTable table .Attendance-dot.color-present{
    background-color: var(--green-color);
}
body .customTable table .Attendance-dot.color-absent{
    background-color: var(--red-color);
}
body .customTable table .Attendance-text{
    padding-left: 2px;
    display: block;
}

body .custom-pagination .pagination{
    margin: 0;
    width: fit-content;
}
body .custom-pagination .page-item{
    margin: 0 3px;
}
body .custom-pagination .page-item .page-link{
    font-size: 14px;
    padding: 6px 14px;
    font-weight: 500;
    background-color: var(--white-color);
    border: 2px solid transparent;
    color: var(--black-color);
    border-radius: 7px;
    -webkit-box-shadow: 1px 2px 8px 0px var(--cardShadow-color);
	box-shadow: 1px 2px 8px 0px var(--cardShadow-color);
    transition: all 0.3s ease-in-out;
                      
}
body .custom-pagination .page-item .page-link.icon-btn{
    font-size: 14px;
    padding: 6px 14px;
    font-weight: 500;
    background-color: var(--white-color);
    color: var(--black-color);
    border-radius: 7px;
    border: 2px solid var(--border-color);
    transition: all 0.3s ease-in-out;
}
body .custom-pagination .page-item .page-link:hover{
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
}
body .custom-pagination .page-item .page-link:focus{
   outline: none;
   box-shadow: none;
    transition: all 0.3s ease-in-out;
}
body .custom-pagination .page-item.active .page-link{
    background-color: var(--primary-color);
    color: var(--white-color);
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}


body .Loading-section{
    background-color: var(--primary-color);
    height: 100vh;
}


body .Loading-section a.logo-round {
    display: inline-block;
    width: 200px;
    height: 200px;
    background: var(--white-color);
    color: var(--primary-color);
    border-radius: 50%;
    line-height: 200px;
    position: absolute;
    left: 0;
    top:0;
    text-align: center;
}

body .Loading-section .ripple {
    position: relative;
    text-decoration: none;
    color: var(--white-color);
    width: 200px;
    height: 200px;
    background-color: var(--primary-color);
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 179, 112, 0.5), 0 0 0 10px rgba(255, 179, 112, 0.5), 0 0 0 30px rgba(255, 179, 112, 0.5), 0 0 0 60px rgba(255, 179, 112, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 179, 112, 0.5), 0 0 0 10px rgba(255, 179, 112, 0.5), 0 0 0 30px rgba(255, 179, 112, 0.5), 0 0 0 60px rgba(255, 179, 112, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 179, 112, 0.5), 0 0 0 30px rgba(255, 179, 112, 0.5), 0 0 0 60px rgba(255, 179, 112, 0.5), 0 0 0 90px rgba(255, 179, 112, 0);
            box-shadow: 0 0 0 10px rgba(255, 179, 112, 0.5), 0 0 0 30px rgba(255, 179, 112, 0.5), 0 0 0 60px rgba(255, 179, 112, 0.5), 0 0 0 90px rgba(255, 179, 112, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 179, 112, 0.5), 0 0 0 10px rgba(255, 179, 112, 0.5), 0 0 0 30px rgba(255, 179, 112, 0.5), 0 0 0 60px rgba(255, 179, 112, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 179, 112, 0.5), 0 0 0 10px rgba(255, 179, 112, 0.5), 0 0 0 30px rgba(255, 179, 112, 0.5), 0 0 0 60px rgba(255, 179, 112, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 179, 112, 0.5), 0 0 0 30px rgba(255, 179, 112, 0.5), 0 0 0 60px rgba(255, 179, 112, 0.5), 0 0 0 90px rgba(255, 179, 112, 0);
            box-shadow: 0 0 0 10px rgba(255, 179, 112, 0.5), 0 0 0 30px rgba(255, 179, 112, 0.5), 0 0 0 60px rgba(255, 179, 112, 0.5), 0 0 0 90px rgba(255, 179, 112, 0);
  }
}


body .stepper-wrapper {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
body .stepper-wrapper .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
body .stepper-wrapper .stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 3px solid var(--black-color);
    width: 100%;
    top: 32px;
    left: -50%;
    z-index: 2;
}
body .stepper-wrapper .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 3px solid var(--black-color);
    width: 100%;
    top: 32px;
    left: 50%;
    z-index: 2;
} 
body .stepper-wrapper .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    font-size: 20px;
    color: var(--black-color);
    border-radius: 50%;
    background: var(--stepperDisabled-color);
    margin-bottom: 5px;
    border: 10px solid var(--white-color);
}
body .stepper-wrapper .stepper-item .step-counter i {
top: 0;
}
body .stepper-wrapper .stepper-item:first-child::before {
    content: none;
}
body .stepper-wrapper .stepper-item:last-child::after {
    content: none;
}
body .stepper-wrapper .stepper-item.active .step-counter{
    background-color: var(--primary-color);
    color: var(--white-color);
}
body .stepper-wrapper .stepper-item.completed .step-counter {
    background-color: var(--white-color);
    background-image: url('../images/icons/check-icon.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
body .stepper-wrapper .stepper-item.completed .step-counter i {
    display: none;
}
body .stepper-wrapper .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 3px solid var(--stepperCompleted-color);
    width: 100%;
    top: 32px;
    left: 50%;
    z-index: 3;
  }

body .stepper-box-scroll{
    height: 350px;
    overflow: auto;
    padding: 12px;
}
body .explorer-wizard--main .stepper-content .btn{
    min-width: 120px;
    font-size: 16px;
}
body .explorer-wizard--main .stepper-content .btn.stepper-skipbtn{
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}
body .explorer-wizard--main .stepper-content .btn.stepper-skipbtn:hover{
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    background-color: var(--primary-color);
}

body .select-box{
    display: block;
    border: 3px solid transparent;
    padding: 30px 20px;
    text-align: center;
}
body .select-box .board-logo{
    height: 120px;
    margin-bottom: 20px;
}
body .select-box .card-image-round{
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 40px;
    color: var(--white-color);
}
body .select-box .card-image-round img{
    width: 60px;
}
body .select-box .card-image-round.color-1{
    background-color: var(--selectColor1-color);
}
body .select-box .card-image-round.color-2{
    background-color: var(--selectColor2-color);
}
body .select-box .card-image-round.color-3{
    background-color: var(--selectColor3-color);
}
body .select-box .card-image-round.color-4{
    background-color: var(--selectColor4-color);
}
body .select-box .card-image-round.color-5{
    background-color: var(--selectColor5-color);
}
body .select-box .card-image-round.color-6{
    background-color: var(--selectColor6-color);
}
body .select-box .card-image-round.color-7{
    background-color: var(--selectColor7-color);
}
body .select-box .card-image-round.color-8{
    background-color: var(--selectColor8-color);
}
body .select-box .card-image-round.color-9{
    background-color: var(--selectColor9-color);
}
body .select-box .card-image-round.color-10{
    background-color: var(--selectColor10-color);
}
body .select-box:hover{
   border-color: var(--primary-color);
}

body .select-box.select-box-1{
    padding: 16px;
    text-align: left;
}
body .select-box.select-box-1 .card-count-round{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background-color: var(--secondary-color);
    font-size: 24px;
    color: var(--white-color);
}
body .select-box.select-box-1 h5{
    font-size: 18px;
}

body .select-box.mcq-box h5{
    font-size: 18px;
}



body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next{
	height: 50px;
    width: 30px;
    line-height: 40px;
    background-color: var(--lightOrnage-color);
    position: absolute;
    top: 50%;
    margin-top: -1.2rem;
    border-radius: 5px;
}
body .owl-carousel .owl-nav button.owl-prev span,
body .owl-carousel .owl-nav button.owl-next span{
	display:inline-block;
	font-size: 40px;
	line-height: 40px;
	color: var(--black-color);
}
body .owl-carousel .owl-nav button.owl-prev{
	left: 0;
}
body .owl-carousel .owl-nav button.owl-next{
	right: 0;
}

body .owl-carousel .owl-dots{
    text-align: center;
}
body .owl-carousel .owl-dots .owl-dot{
    height: 14px;
    width: 14px;
    border-radius: 10px;
    margin: 0 2px;
    background-color: var(--white-color);
    border: 2px solid var(--secondary-color);
    -webkit-box-shadow: 0px 0px 8px 0px var(--cardShadow-color);
    box-shadow: 0px 0px 8px 0px var(--cardShadow-color);
}
body .owl-carousel .owl-dots .owl-dot.active{
    width: 30px;
    background-color: var(--secondary-color);
    border: 2px solid var(--white-color);
}


/* -------------------------------- Common Control end -------------------------------- */



/* -------------------------------- Login Control -------------------------------- */

body .login-main {
    min-height: 100vh;
    background-color: var(--white-color);
}
body .login-main-wrapper{
    height: 100vh;
}
body .login-main .login-image{
    height: 100%;
    background-image: url('../images/Login/login-img3.webp');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    border-radius: 0 30px 30px 0;
}
body .login-main .login-form-section {
    padding: 20px 40px;
    text-align: center;
    transition: 0.3s ease-in-out;
}
body .login-main .login-form-section h2{
    font-size: 26px;
    font-weight: 500;
}
body .login-main .login-logo a img {
    height: 70px;
    margin-bottom: 10px;
}
body .login-main .login-logo a p {
    font-size: 22px;
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: 50px;
}
body .login-main .login-logo a p span {
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-color);
    display: block;
}
body .login-main .login-form-section .login-control {
    padding: 10px 36px; 
    border-radius: 8px;
    background-color: var(--control-bg);
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    color: var(--black-color);
    border: 1px solid var(--control-bg);
}   
body .login-main .login-form-section .login-control:focus{
    box-shadow: none;
    outline: none;
    border-color: var(--primary-color);
}
body .login-main .login-form-section .login-control:hover{
    box-shadow: none;
    outline: none;
    border-color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
}
body .login-main .login-form-section .form-group {
    position: relative;
    text-align: left;
}
body .login-main .login-form-section .form-control-icon{
    position: absolute;
    top: 35px;
    left: 12px;

}
body .login-main .login-form-section .form-control-icon img,
body .login-main .login-form-section .password-show-icon img{
    width: 18px;
    
}
body .login-main .login-form-section .form-group .Email-icon {
    position: absolute;
    top: 35px;
    left: 12px;
}
body .login-main .login-form-section .form-group .password-icon {
    position: absolute;
    top: 35px;
    left: 12px;
}
body .login-main .login-form-section .Forgot-btn {
    font-size: 14px;
    color: var(--action-color);
    text-decoration: None;
    font-weight: 500;
}
body .login-main .login-form-section .role-btn{
        display: flex;
}
body .login-main .login-form-section .btn-white {
    border: 1px solid var(--secondary-color);
    margin: 0 5px;
}
body .login-main .login-form-section .btn-white:hover {
    background-color: var(--secondary-color);
}


/* header css */

body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    min-height: 70px;
    z-index: 100;
    background-color: var(--headerbg-color);
    -webkit-box-shadow: 2px 5px 16px 0px var(--cardShadow-color);
            box-shadow: 2px 5px 16px 0px ar(--cardShadow-color);
    transition: all 0.3s ease-in-out;
}
body header::before{
    content: "";
    position: absolute;
    right: 0;
    top: -0;
    background-image: url('../images/header-shape.webp');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    width: 45%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
body header .navbar-custom {
    padding: 0;
    transition: all 0.3s ease-in-out;
}
body header .navbar-nav{
    flex-direction: row;
}
body header .navbar-custom .navbar-toggler {
    border-color: transparent;
    background-color: var(--light-color1);
}
body header .navbar-custom .navbar-toggler:focus,
.sidenav .sidenav-header .close-toggler:focus {
    outline: none;
    box-shadow: none;
}
body header .navbar-custom .navbar-toggler .navbar-toggler-icon,
body .sidenav .sidenav-header .close-toggler .navbar-toggler-icon {
    font-size: 24px;
    height: auto;
}
body .sidenav .sidenav-header .close-toggler {
    display: none;
}
/* body header .navbar-custom .client-info{
    margin-left: 20px;
} */
body header .navbar-custom .client-info img{
    width: auto;
    margin-right: 10px;
}
body header .navbar-custom .client-info p{
   font-size: 18px;
   color: var(--black-color);
   margin-bottom: 0;
}
body header .navbar-custom .client-info p span{
    font-size: 12px;
    color: var(--gray-color);
 }
body header .navbar-custom .clinetLogo img {
    max-height: 36px;
}

body header .navbar-custom .header-menu-dropdown .btn-dropdown{
    font-size: 20px;
    padding: 8px 12px;
    color: var(--black-color);
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
body header .navbar-custom .header-menu-dropdown .btn-dropdown:hover{
    background-color: var(--secondary-color);
    color: var(--themewhite-color);
    transition: all 0.3s ease-in-out;
}
body header .navbar-custom  .header-menu-dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    border-radius: 10px;
    border-color: var(--border-color);
    padding: 10px;
    background-color: var(--white-color);
    -webkit-box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
    box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
    min-width: 300px;
}
body header .navbar-custom  .header-menu-dropdown .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 18px;
    top: -10px;
    width: 0;
    height: 0;
    border-right: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    border-bottom: 0.625rem solid var(--border-color);
}
body header .navbar-custom  .header-menu-dropdown .dropdown-menu li a {
    border-bottom: 1px solid var(--border-color);
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
    padding: 14px 12px;
    transition: all 0.3s ease-in-out;
}
body header .navbar-custom  .header-menu-dropdown .dropdown-menu li a i {
    margin-right: 10px;
    font-size: 20px;
}
body header .navbar-custom  .header-menu-dropdown .dropdown-menu li a:hover {
    color: var(--primary-color);
    background-color: var(--themewhite-color);
    transition: all 0.3s ease-in-out;
}

body .header-Subject-control{
    width: 17%;
    border: 2px solid var(--border-color);
    margin-left: 12px;
}


header .navbar-custom .navbar-nav .nav-item {
    margin: 0 13px;
}
header .navbar-custom .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    color: var(--black-color);
    font-weight: 500;
    padding: 0;
    border-radius: 10px 12px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
header .navbar-custom .navbar-nav .nav-item .nav-link:hover {
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}
body .navbar-custom .navbar-nav .nav-item .action-control{
    background-color: var(--themewhite-color);
    color: var(--black-color);
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
body .navbar-custom .navbar-nav .nav-item .action-control.action-menu1{
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
    
}
body .navbar-custom .navbar-nav .nav-item .action-control.action-menu2{
    color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
    
}
body .navbar-custom .navbar-nav .nav-item .action-control:hover{
    color: var(--white-color);
    background-color: var(--primary-color);
    transition: all 0.3s ease-in-out;
    
}
body .navbar-custom .navbar-nav .nav-item .action-control img{
    width: 23px;
    margin-top: -3px;
}
body header .navbar-custom  .nav-item.profile-dropdown .nav-link {
    border: 0;
    box-shadow: none;
    font-size: 12px;
    margin-left: 20px;
}
body header .navbar-custom  .nav-item.profile-dropdown .nav-link .user-title {
    font-weight: 600;
    font-size: 17px;
    color: var(--themewhite-color);
    display: block;
    margin-top: 5px;
}
body header .navbar-custom  .nav-item.profile-dropdown .nav-link .role-title {
    font-weight: 500;
    font-size: 14px;
    color: var(--themewhite-color);
    display: block;
}
body header .navbar-custom  .nav-item.profile-dropdown .nav-link .role-title span{
    color: var(--themewhite-color);
}
body header .navbar-custom  .nav-item.profile-dropdown .nav-link .user-image {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    margin-right: 8px;
    text-align: center;
    overflow: hidden;
    margin-left: 7px;
}
body header .navbar-custom  .nav-item.dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    border-radius: 10px;
    border-color: var(--border-color);
    padding: 10px;
    background-color: var(--white-color);
    -webkit-box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
    box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
    min-width: 190px;
}
body header .navbar-custom  .nav-item.dropdown .dropdown-menu::before {
    content: "";
    position: absolute;
    right: 18px;
    top: -10px;
    width: 0;
    height: 0;
    border-right: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    border-bottom: 0.625rem solid var(--border-color);
}
body header .navbar-custom  .nav-item.dropdown .dropdown-menu li a {
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-color);
    padding: 10px 10px;
    transition: all 0.3s ease-in-out;
}
body header .navbar-custom  .nav-item.dropdown .dropdown-menu li a i {
    color: var(--primary-color);
    margin-right: 5px;
}
body header .navbar-custom  .nav-item.dropdown .dropdown-menu li a:hover {
    color: var(--primary-color);
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
body header .navbar-custom .btn-toggle{
    color: var(--primary-color);
    height: 40px;
    width: 40px;
    background-color: var(--white-color);
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    outline: none;
    border: 0;
    font-size: 24px;
}
body header .navbar-custom .btn-toggle:hover{
    background-color: var(--primary-color);
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}
body .desktop-slide-btn{
    display: block;
}

/* -----------------------footer start----------------------------- */

body footer{
    background-color: var(--secondary-color);
    padding: 12px 0;
    width: 100%;
}
body footer p{
    font-size: 14px;
    color: var(--white-color);
    margin-bottom: 0;
}

/* -----------------------footer end----------------------------- */



body .main-content {
    padding-top: 100px;
    padding-left: 0;
    padding-bottom: 30px;
    padding-right: 0;
    transition: all 0.3s ease-in-out;
}
body.show .main-content {
    padding-left: 100px;
    transition: all 0.3s ease-in-out;
}


/* -----------------------withOut-menu-main-content start----------------------------- */


body .main-content.withOut-menu-main-content{
    padding-left: 16px;
}

/* -----------------------withOut-menu-main-content end----------------------------- */


body .system-check-wrapper{
    height: 400px;
    overflow-y: auto;
    padding: 0 12px;
}
body .system-check-main{
    padding-top: 100px;
    padding-bottom: 50px;
}

body .system-check-main .system-check-box{
    margin-bottom: 16px;
    
}
body .system-check-main .system-check-box p{
    font-size: 16px;
    color: var(--black-color);
    margin-bottom: 0;
}
body .system-check-main .system-check-box .spinner-border{
    height: 25px;
    width: 25px;
    border-width: 3px;
}

body .explorer-wizard--main{
    padding-top: 100px;
    padding-bottom: 50px;
}

body .stepper-info-box{
    width: 100%;
    border-radius: 10px;
    padding: 40px 20px;
    background-color: var(--stepperInfo-bg);
    transition: all 0.3s ease-in-out;
    text-align: center;;
}
body .stepper-info-box.disabled{
    position: relative;
}
body .stepper-info-box.disabled::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--stepperInfo-bg);
    transition: all 0.3s ease-in-out;
    z-index: 1;
    opacity: 0.8;
}


/* ------------------ Select Type Css ----------------------- */


body .select-type-main{
    padding-top: 100px;
    padding-bottom: 100px;
}
body .select-type-box{
    padding: 30px;
    padding-top: 40px;
    border: 2px solid transparent;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
body .select-type-box img{
    width: 100%;
    margin-bottom: 30px;
    border-radius: 15px;
}
body .select-type-box h5{
    margin: 0;
    transition: all 0.3s ease-in-out;
}
body .select-type-box .check-box{
    height: 50px;
    width: 50px;
    line-height: 44px;
    border-radius: 50%;
    border: 5px solid var(--white-color);
    text-align: center;
    font: 24px;
    color: var(--white-color);
    background-color: var(--green-color);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}

body .select-type-box:hover{
    border-color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}
body .select-type-box:hover h5{
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

body .select-type-box.active{
    border: 3px solid var(--green-color);
    transition: all 0.3s ease-in-out;
}

body .select-type-btn{
    font-size: 16px;
    padding: 10px 40px;
    min-width: 140px;
}

body .video-box-main{
    position: relative;
}
body .video-box-main .play-btn{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


body .timer-box i{
    font-size: 55px;
    color: var(--primary-color);
}
body .timer-box p{
    margin-bottom: 0;
}
body .timer-box h5{
    font-size: 32px;
}
body .quetionCount-box{
    position: relative;
}
body .quetionCount-box p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 600;
    margin: 0;
    font-size: 16px;
}


body .quetion-set-box .quetion-item{
    padding-bottom: 20px;
    padding-top: 50px;
}
body .quetion-set-box .quetion-item h2{
    font-size: 24px;
    font-weight: 600;
    color: var(--black-color);
}

body .quetion-set-box .form-check{
    position: relative;
    padding: 0;
}
body .quetion-set-box .form-check .form-check-input{
    height: 32px;
    width: 32px;
    margin: 0;
    margin-left: 0;
    border: 0;
    border-radius: 8px;
    position: absolute;
    top: 14px;
    left: 16px;
}
body .quetion-set-box .form-check .form-check-label{
    padding: 16px;
    padding-left: 65px;
    border-radius:  10px;
    background-color: var(--optionBg-color);
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
    cursor: pointer;
}

body .quetion-set-box .form-check-input:checked[type=radio]{
    background-image: url('../images/icons/check-mark.webp');
    background-color: var(--themewhite-color);
    background-size: 20px;
}
body .quetion-set-box .form-check-input:checked[type=radio] ~ .form-check-label{
    background-color: var(--secondary-color);
    color: var(--themewhite-color);
}


body .quetion-set-box .quetion-item.images-item{
    position: relative;
    display: block;
    border-radius: 50px;
    text-align: center;
    padding-top: 30px;
    margin-top: 40px;
}
body .quetion-set-box .quetion-option.images-option{
    position: relative;
    display: block;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    padding-top: 30px;
    margin-top: 40px;
}
body .quetion-set-box .quetion-option.images-option .option-round{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white-color);
}

body .quetion-btn-view-box{
    margin-top: 60px;
    margin-bottom: 40px;
}
body .quetion-btn-view-box p{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
    margin: 0 30px;
}
body .quetion-btn-view-box .btn-primary-outline{
    font-size: 16px;
}

body .result-score-box{
    width: 100%;
    border-radius: 10px;
    padding: 24px;
    background-color: var(--stepperInfo-bg);
    transition: all 0.3s ease-in-out;
    text-align: center;
}
body .result-score-box h6{
    font-size: 48px;
    margin-bottom: 5px;
}
body .result-score-box .Score-btn{
    font-size: 18px;
    color: var(--themewhite-color);
    padding: 8px 30px;
    border-radius: 35px;
    font-weight: 500;   
    display: inline-block;
}
body .result-score-box .Score-btn.good-color{
    background-color: var(--primary-color);
}
body .result-score-box .Score-btn.excellent-color{
    background-color: var(--green-color);
}
body .result-score-box .Score-btn.needsImprovement-color{
    background-color: var(--red-color);
}

body .resultPercentage-box{
    position: relative;
}
body .resultPercentage-box p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 600;
    margin: 0;
    font-size: 32px;
    color: var(--black-color);
}
/* ashu */

body .student-attendance-box{
    padding: 7px 38px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black-color);
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
body .student-attendance-box.color-1{
    background-color: var(--studAttenGreenColor1-bg)!important;
    color: var(--studAttenGreen-color1) !important;
}
body .student-attendance-box.color-2{
    background-color: var(--studAttenRedColor2-bg)!important;
    color: var(--studAttenRed-color2) !important;
}

/* new css */

body .animated-inter-video-carousel .video-images-box{
    height: 300px;
    display: block;
}
body .animated-inter-video-carousel .video-images-box img{
    height: 100%;
    width: inherit;

}
body .animated-inter-main .animated-inter-btn{
    min-width: 120px;
}

body .animated-inter-box{
    position: relative;
    overflow: hidden;
}
body .animated-inter-box .completed-box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e4f1ffe3;
}
body .animated-inter-box .completed-box img{
    background-color: var(--themewhite-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 4px solid var(--themewhite-color);
}


body .quiz-box {
    border: 1px solid var(--border-color);
}
body .quiz-box .quiz-img img{
    max-width: 100%;
    max-height: 200px;
}

/* dashboard css */

body .statistic-box{
    padding: 0;
    text-align: center;
    min-height: 296px;
    border: 2px solid transparent;
}
body .statistic-box .statistic-img{
    position: relative;
}
body .statistic-box .chart-info-position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
body .statistic-box .statistic-info h5{
    font-size: 26px;
    margin-bottom: 0;
}
body .statistic-box .statistic-info p{
    margin-bottom: 0;
}
body .statistic-box:hover{
    border-color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
}

body .statistic-box1{
    padding: 0;
    text-align: center;
    min-height: 296px;
}
body .statistic-box1 .statistic-img{
    position: relative;
}
body .statistic-box1 .chart-info-position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
body .statistic-box1 .statistic-info h5{
    font-size: 26px;
    margin-bottom: 0;
}
body .statistic-box1 .statistic-info p{
    margin-bottom: 0;
}



body .Complaint-statistic-box{
    text-align: center;
    border: 2px solid transparent;
}
body .Complaint-statistic-box .statistic-img{
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--primary-color);
}
body .Complaint-statistic-box .statistic-img img{
    height: 50px;
}
body .Complaint-statistic-box .statistic-img.color1{
    background-color: var(--statisticColor1-bg);
}
body .Complaint-statistic-box .statistic-img.color2{
    background-color: var(--statisticColor2-bg);
}
body .Complaint-statistic-box .statistic-img.color3{
    background-color: var(--statisticColor3-bg);
}
body .Complaint-statistic-box .statistic-img.color4{
    background-color: var(--statisticColor4-bg);
}
body .Complaint-statistic-box .statistic-img.color5{
    background-color: var(--statisticColor5-bg);
}
body .Complaint-statistic-box .statistic-img.color6{
    background-color: var(--statisticColor6-bg);
}
body .Complaint-statistic-box .statistic-info p{
    margin-bottom: 0;
    font-size: 16px;
}
body .Complaint-statistic-box:hover{
    border-color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
}



body .dash-chapter-box{
    display: block;
    cursor: pointer;
    border: 2px solid transparent;
}
body .dash-chapter-box .card-img img{
    max-width: 100%;
    max-height: 150px;
}
body .dash-chapter-progress-bar .progress{
    height: 13px;
    background-color: var(--light-color1);
    width: 100%;
}
body .dash-chapter-progress-bar .progress .progress-bar{
    background-color: var(--secondary-color);
}
body .dash-chapter-progress-bar .progress-label{
    font-size: 14px;
    color: var(--black-color);
    font-weight: 500;
    margin-left: 10px;
}
body .dash-chapter-box:hover{
    border-color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
}

body .dash-attendace-box{
    background-color: var(--blueLight1-color);
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
}

body .quiz-list-scroll{
    height: 250px;
    overflow: auto;
    padding-right: 8px;
}
body .dash-quiz-box .quiz-list-box{
    padding: 16px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    margin-bottom: 10px;
}
body .dash-quiz-box .quiz-list-box .card-img{
    width: 60px;
}
body .dash-quiz-box .quiz-list-box .quiz-btn{
    padding: 10px 20px;
    margin-top: 8px;
}

body .dash-classProgress-box .classProgress-chart{
    position: relative;
}
body .dash-classProgress-box .classProgress-chart .classProgress-info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);    
    font-size: 50px;
}

body .user-profile-box .user-profile-img{
    height: 150px;
    width: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 50%;
    background: var(--light-color1);
    margin-bottom: 20px;
    overflow: hidden;
}
body .user-profile-box .user-profile-img img{
    max-width: 100%;
    max-height: 150px;
}

.customtab .tab-content {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    background-color: var(--white-color);
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
    box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
    transition: all 0.3s ease-in-out;
}

body.modal-open { overflow: hidden; }
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}
.modal-window {
    position: relative;
    max-width: 400px;
    margin: 10% auto;
    background: #fff;
    border-radius: 6px;
    padding: 24px 28px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.3);
font-family: sans-serif;
}
.modal-close {
    position: absolute;
    top: 10px; right: 12px;
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}
.modal-overlay.fade-in { animation: fadeIn 0.25s ease-in-out forwards; }
.modal-overlay.fade-out { animation: fadeOut 0.25s ease-in-out forwards; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }


/* Hide unwanted controls */
video::-webkit-media-controls-play-button { /* Keep Play Button */ }
video::-webkit-media-controls-fullscreen-button { /* Keep Fullscreen Button */ }
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-overflow-button {
    display: none !important;
}

video::-webkit-media-controls-panel {
  background: transparent !important;
  box-shadow: none !important;
}