.sidebar {
    background:#444;
    overflow-y: scroll;
}
.sidebar-menu ul {
    padding: 0;
}

.sidebar-menu li a, #sidebar-menu ul ul a {
    color: #ddd;
}
.sidebar-menu li.active a {
    color: blue;
    background: #555;
    border-radius: 0px;
}
.sidebar-menu ul ul {
    background: #444 ! important;
}
.sidebar-menu li a {
	text-transform: none;
    border-radius: 0;
    border: 0;
}
.sidebar-menu li a:hover {
    color: #fff;
    background: #666;
}
#toggle_btn {
    margin-top: 13px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
	color:#222;
}
.page-header {
    border: 1px solid #d5dbe1;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #dddddd54;
}
.page-title {
    border-left-width: 0px;
    border-left: 0px solid #888;
}
.dash-widget-info>span {
    font-size: 15px;
}



.dash-widget5 {
    
    color: #333;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 0px solid #d5dbe1;
    box-shadow: 0 6px 15px rgb(36 37 38/8%);
    justify-content: space-between;
    align-items: center;
}

.dash-widget5.bg-warning {
    background-color: #ffc107!important;
}

.dash-widget5 .float-left {
    margin-right: 20px;
}

.fc-state-down, .fc-state-active, .fc-state-disabled {
    background-color: #d3a782 !important;
    color: #fff!important;
    text-shadow: none!important;
}
.btn-primary {
    background-color: #d3a782;
    border: 1px solid #d3a782;
}
.avatar {
    background-color: #d3a782;
}

.card {
    border: 1px solid #d5dbe1 ! important;
    margin-bottom: 30px;
    border-radius: 0px ! important;
    box-shadow: 0 0px 0px rgb(36 37 38/8%) ! important;
}
.header {
    border-radius: 0px;
	border: 0px solid #d5dbe1 ! important;
}
.sidebar .header-left {
	border: 1px solid #d5dbe1 ! important;
}


@media only screen and (max-width: 991.98px) {
    a.mobile_btn, .user-menu.nav>li>a, .mobile-user-menu>a {
        color: var(--dark);
       
    }
}
[class*="bg-"] .progress {
    background-color: rgba(255, 255, 255, 0.25) !important;
}
.progress {
    height: 6px;
    overflow: hidden;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
	 border-radius: 4px;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}



.sidebar {
    height: 100%;
    border: 1px solid ddd;
    overflow: hidden;
    position: fixed;
}
.sidebar-inner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -15px;
    border: 1px solid ddd;
    overflow: auto;
}
.form-label, .form__field:focus~.form-label {
    position: relative;
    top: 0;
    display: block;
    transition: .2s;
    font-size: 12px;
    color: grey;
}

.form-control {
    width:100%;
}
select {
    width: 100%;
	border:0px solid #ddd;
}
.form-label, .form__field:focus~.form-label {
    position: relative;
    top: 7px;
   
}

.text-primary, .dropdown-menu>li>a.text-primary {
    color: #333 !important;
}

.text-danger{
	color:red;
	font-weight:bold;
}

.text-warning{
	color:orange;
		font-weight:bold;
}
.text-green{
	color:green	;
	font-weight:bold;
	
}
.btn.dropdown-toggle{
	display:none;
}

<!--chatwidget-->

.dlab-scroll {
    overflow-y: scroll;
}
   .chatbox {
    width: 18.50rem;
   
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0rem 0rem 1.875rem 0rem rgba(82, 63, 105, 0.15);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.chatbox.active .chatbox-close {
    width: 100vw;
}
.chatbox .chatbox-close {
    position: absolute;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    width: 0;
    height: 100%;
    right: 21.25rem;
    background: #000;
    z-index: 1;
    opacity: 0.1;
    cursor: pointer;
}
.chatbox .nav {
    padding: 1rem 1rem 0 1rem;
    background: var(--rgba-primary-1);
    border: 0;
    justify-content: space-between;
}
.chatbox .card {
    box-shadow: none;
}
.chatbox .chat-list-header {
    justify-content: space-between ! important;
    background: #fff;
}
.chatbox .contacts_body {
    height: calc(100vh - 120px);
}
.chatbox .contacts .name-first-letter {
    background: #f5f5f5;
    padding: 0.25rem 1rem;
    font-weight: 700;
    color: #000;
    position: sticky;
    top: 0;
    z-index: 1;
}
   
.chatbox .contacts li {
    padding: 0.4375rem 1rem;
    border-bottom: 0.0625rem solid #eee;
    cursor: pointer;
    list-style: none;
}
ul.contacts{
padding-left:0;
}
.chatbox .contacts li > div {
    display: flex;
    align-items: center;
}
.chatbox .img_cont {
    width: 2.5rem;
    border-radius: 2.5rem;
    margin-right: 0.625rem;
    position: relative;
    height: 2.5rem;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
}
.chatbox .user_info span {
    font-size: 0.9375rem;
    color: #000;
    display: block;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.3125rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 10.625rem;
}
.chatbox .user_info p {
    font-size: 0.8125rem;
    margin-bottom: 0;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 10.625rem;
}
.chatbox .img_cont .online_icon {
    background: #7ED321;
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.9375rem;
    right: -0.0625rem;
    bottom: 0rem;
    border: 0.125rem solid #fff;
}
.chatbox .img_cont .online_icon.offline {
    background: #FF1616;
}
   .chatbox .msg_cotainer {
    background: var(--primary);
    margin-left: 0.625rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0.625rem 0.9375rem;
    color: #fff;
    position: relative;
}
.chatbox .img_cont_msg {
    width: 1.875rem;
    height: 1.875rem;
    display: block;
    max-width: 1.875rem;
    min-width: 1.875rem;
}

.chatbox .msg_cotainer_send {
    background: #f5f5f5;
    padding: 0.625rem 0.9375rem;
    border-radius: 0.375rem 0rem 0.375rem 0.375rem;
    margin-right: 0.625rem;
    color: #222;
    position: relative;
    text-align: right;
}
.chatbox .chat-list-header {
    justify-content: space-between;
    background: #fff;
}
.chatbox .card-header {
    border-color: #e6e6e6;
    position: relative;
    background: transparent;
    padding: 1.5rem 1.875rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chatbox .chat-list-header a {
    text-align: center;
    width: 1.875rem;
    height: 1.875rem;
    background: #f5f5f5;
    border-radius: 0.375rem;
    line-height: 1.875rem;
    display: block;
}
.chatbox .img_cont_msg img {
    width: 100%;
}
.chatbox .msg_cotainer .msg_time {
    display: block;
    font-size: 0.6875rem;
    color: #fff;
    margin-top: 0.3125rem;
    opacity: 0.5;
}
.chatbox .msg_cotainer:after {
    content: "";
    position: absolute;
    left: -0.625rem;
    border-right: 0.625rem solid var(--primary);
    border-bottom: 0.625rem solid transparent;
    border-top: 0rem solid;
    top: 0;
}
.chatbox .chat-list-header {
    justify-content: space-between;
    background: #fff;
}
.chatbox .card-header {
    background: #f4f7ff;
    padding: 0.9375rem 1.25rem;
    justify-content: center;
}
.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
  .chatbox .type_msg {
    padding-top: 0.625rem;
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 95%;
}
.card-footer {
    border-color: #e6e6e6;
    background: transparent;
    padding: 1.25rem 1.875rem 1.25rem;
}
.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.chatbox .type_msg .form-control {
    padding: 0.625rem 0.5rem;
    height: 3.125rem;
    line-height: 1.8rem;
    border: 0;
    resize: none;
}
.chatbox .btn-group-xs>.btn, .chatbox  .btn-xs {
    min-height: 12px;
    min-width: 12px;
    padding: 1px 5px;
	font-size:8px;
}
.ms-auto {
    margin-left: auto !important;
}
.chatbox .contacts li:hover {
    background: #f4f7ff;
}
.chatbox .card-body {
  
    overflow-y: scroll;
}



.sts-panel .carousel-item{
min-height:250px;
background:url(../img/students-teacers.jpg);
background-repeat:no-repeat;
background-size:cover;
}

.teachers-panel .carousel-item{
min-height:250px;
background:url(../img/teachers.jpg);
background-repeat:no-repeat;
background-size:cover;
}

.sts-panel .carousel-caption, .teachers-panel .carousel-caption {
    top: 45%;
    left: 0;
}

.sts-panel .overlay, .teachers-panel .overlay {
    position: absolute;
    background: #000;
    opacity: .6;
    width: 85%;
    height: 100%;
     -webkit-clip-path: polygon(0% -80%, 80% 50%, 50% 110%, 0% 100%);
    clip-path: polygon(0% -80%, 80% 50%, 50% 110%, 0% 100%);
}
.sts-panel .carousel-item h1, .teachers-panel .carousel-item h1{
font-size:25px;
line-height:36px'
}
a:hover .dash-widget{
opacity:.8;
}
.author-profile .info-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    border-top: 1px solid #ddd;
    padding: 18px 30px;
    color: #444;
}
.author-profile .upload-link .update-flie {
    position: absolute;
    opacity: 0;
    z-index: 0;
    width: 100%;
    cursor: pointer;
    left: 0;
    height: 100%;
}
.author-profile .upload-link {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 32px;
    background: blue;;
    bottom: 0;
    left: 0px;
    box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
    border-radius: 100%;
    color: #fff;
    overflow: hidden;
    border: 2px solid #fff;
}

.author-profile .info-list ul{
	padding-left:0;
}
.author-profile .author-info .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.author-profile .author-info span{
	font-size:13px;
}
.author-profile {
    text-align: center;
}


/* Style the QR code div */
.qrcode, .qrcode2 { 
	margin: 20px 0; 
} 
.qr-info img{
width:70px;
}


/* Style the QR code div */
.admin-sec .qrcode { 
	margin: 20px 0; 
} 
.admin-sec .qrcode img{
width:100px;
}


@media(max-width:768px){
.sts-panel .carousel-item h1{
font-size:20px;
line-height:32px'
}
input[type=file] {
    height: auto;
    max-width: 80%;
}

}


.btn.bg-gray {
    background-color: #999 ! important;
    pointer-events: none;
}




.extend-wr input[type=text] {
    width: 100%;
	height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom:5px;
}

#inputContainer {
    margin-bottom: 20px;
}

.inputGroup {
    margin-bottom: 10px;
}

.removeBtn {
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
	position:absolute;
	right:1px;
	border-radius:5px;
}

#addBtn {
    padding: 10px 15px;
}

.table td, .table th {
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.table .thead-light th {
    color: #495057;
    background-color: #efefef;
    border-color: #e9e0e0;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    background-color: #fae8e8;
}

.nav-tabs .nav-link {
    border-right: 1px solid #ddd;
}

.tab-content .form-control{
	margin-bottom:10px;
}