* {
  box-sizing: border-box;
}

.direction-ltr {
  direction: ltr;
}

/* .toastr-rtl {
  direction: rtl;
} */

body {
  font-family: 'Lexend Deca', sans-serif !important;
  overflow-x: hidden;

}


.login-header {
  width: 100%;
  height: auto;
  padding: 10px 0 40px;
}

.login-logo {
  width: 100%;
  height: auto;
}

.login-logo img {
  max-width: 100%;
  height: auto;
}

.login-right {
  width: auto;
  height: auto;
  float: right;
  padding: 30px 0 0 0;
}

.login-right ul {
  padding: 0px;
  margin: 0px;
}

.login-right ul li {
  width: auto;
  float: left;
  list-style: none;
  margin: 0 0 0 10px;
}

.login-right ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 5px;
}

.login-right ul li.active a {
  background: #673695;
  color: #fff;
}

.login-right ul li a:hover {
  color: #673695;
}

.login-right ul li.active a:hover {
  color: #ccc;
}

.lgn-sbmt {
  width: 100%;
  height: auto;
}

.lgn-sbmt input {
  width: 100%;
  height: auto;
  background: #673695;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 300;
  border-radius: 7px;
}

.lgn-sbmt input:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

.lgn {
  width: 100%;
  height: 45px;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 0 20px 0;
}

.lgn .btn {
  display: block;
  outline: none;
  width: 100%;
  height: 45px;
  text-align: left;
}

.lgn .btn.focus,
.lgn .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(78, 115, 223, .0);
}


.lgn .caret {
  text-align: right;
}

.lgn .dropdown-toggle::after {
  float: right;
  margin: 10px 0 0 0;
}

.lgn .dropdown-menu.show {
  padding: 10px;
  cursor: pointer;
}

.lgn-left {
  width: 18%;
  height: 36px;
  border: none;
  float: left;
  margin: 4px 0 0 1%;
  border-right: 1px solid #673695;
}

.lgn-left input {
  border: none;
  height: 96%;
  width: 100%;
  text-align: center;
  outline: none;

}

.lgn-right {
  width: 80%;
  height: 45px;
  border: none;
  float: left;
}

.lgn-right input {
  border: none;
  height: 96%;
  width: 100%;
  outline: none;
  padding: 0 0 0 13px;
}

.login-page {
  border-radius: 20px !important;
}

.lgn-dec p {
  font-size: 15px;
  font-weight: 300;
  color: #747171;
}



#content-wrapper {
  background-color: #fff;
  width: 82%;
  margin: 0 0 0 18%;
  padding-bottom: 50px;
}


.container_main.no-sidebar #content-wrapper {
  width: 100%;
  margin-left: 0;

}

.container_main.no-sidebar #content-wrapper {
  padding-bottom: 0;
}

.sd-left {
  height: 100%;
  width: 18%;
  position: fixed;
  left: 0;
  overflow-y: scroll;
}

.sidebar {
  background: #F5F5F5;
  width: 100% !important;
  overflow-x: hidden;
}

.sidebar .sidebar-brand {
  height: auto;
  padding: 5px 1rem;
}

.sidebar .nav-item .nav-link span {
  font-size: 16px;
  color: #747171;
  position: relative;
}

.sidebar .nav-item .nav-link {
  padding: 10px 15px;
  width: 14rem;
}

.sidebar-toggled .sidebar .nav-item.active {
  background: #673695;
  border-radius: 20px 0 0 20px;
  position: relative;
  text-align: center;
  padding: 0.75rem 1rem;
  width: 6.5rem;
}

.sidebar .nav-item.active {
  background: #673695;
  border-radius: 20px 0 0 20px;
  position: relative;

}

.sidebar .nav-item.other-menu .nav-link.collapsed {
  margin-top: 27px;
}

.sidebar .nav-item.active .nav-link span {
  color: #fff;
  font-weight: 400;
}

.sidebar .nav-item.active .nav-link span:hover {
  color: #ccc;
}

.sidebar .nav-item.active:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background: url(../images/m-top.png) no-repeat;
  background-size: 100% 100%;
  top: -29px;
  right: 0px
}


.sidebar .nav-item.active:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background: url(../images/m-btm.png) no-repeat;
  background-size: 100% 100%;
  bottom: -29px;
  right: 0px;
}







.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
  color: #000;
}

.sidebar .sidebar-card {
  background-color: transparent;
}

.sidebar .nav-item img {
  background: #f5f5f5;
  padding: 4px;
  border-radius: 50%;
  max-width: 29px;
}

.sidebar .nav-item.active img {
  background: #fff;
  padding: 4px;
  border-radius: 50%;
  max-width: 29px;
}

.sidebar .nav-item .nav-link span:hover {
  color: #673695;
}

.pro-fl {
  width: 100%;
  height: auto;
  margin: 12px 0 20px 0;
  display: flex;
  padding: 0 15px;
}

.pro-name {
  padding: 7px 0 0 12px;
}

.pro-name h5 {
  margin: 0 0 2px 0;
  /* padding-left: 50px; */
  font-size: 16px;
  color: #000000;
}

.pro-name h6 {
  margin: 0 0 0px 0;
  /* padding-left: 50px; */
  font-size: 12px;
  color: #747171;
}

.sidebar .sidebar-card p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.crl {
  background: #673695;
  width: 42px;
  height: 42px;
}

.crl:hover {
  background: #000;
}

.top-crl {
  /* display:none; */
  width: 42px;
  height: 42px;
  border: 1px solid #ccc !important;
  background: #fff;
}

.topbar {
  border-bottom: 1px solid #ccc;
}

.icn {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
  border-radius: 50%;
  padding: 0 7px !important;
  margin: 13px 8px 0 0;
}

.sidebar-brand img {
  max-width: 100%;
}

.sidebar-toggled .pro-fl {
  display: block;
  text-align: center;
}

.sidebar-toggled .pro-name {
  padding: 7px 0 0 0;
}

.bg-1 {
  background: #EA6035;
  color: #fff;
}

.bg-2 {
  background: rgba(234, 96, 53, 0.8);
  color: #fff;
}

.bg-3 {
  background: #0894E2;
  color: #fff;
}

.bg-4 {
  background: #E20830;
  color: #fff;
}

.h-crd h5 {
  font-size: 16px;
  color: #FAFBFF;
}

.h-crd h4 {
  font-size: 24px;
  color: #FAFBFF;
  font-weight: 600;
}

.bg-2 .crd-pic {
  background: #EA6035;
  width: 45px;
  height: 45px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 5px;
}

.bg-3 .crd-pic {
  background: #0282CA;
  width: 45px;
  height: 45px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 5px;
}

.bg-4 .crd-pic {
  background: #C10527;
  width: 45px;
  height: 45px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 5px;
}

.rg-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

.rg-heading {
  width: 100%;
  height: auto;
  background: #DB7D10;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  margin: 0 0 10px 0;
}

.rg-1 {
  border-left: 1px solid rgba(116, 113, 113, 0.2);
}

.rg-body {
  width: 100%;
  height: auto;
  padding: 0 10px;
  max-height: 500px;
  overflow-y: auto;
}

.rg-body ul {
  padding: 0px;
  margin: 0px;
}

.rg-body ul li {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.rg-body ul li p {
  margin: 0px;
  color: #747171;
  font-size: 14px;
}

.rg-body ul li h6 {
  margin: 0px 0 3px;
  color: #382628;
  font-size: 12px;
}

.rg-body ul li h5 {
  margin: 0px 0 7px 0;
  color: #000000;
  font-size: 16px;
}

.rg-body ul li h5 span {
  margin: 0px 0 0 5px;
  color: #382628;
  font-size: 12px;
}

/* .card {
  border: 1px solid #fff;
  border-radius: 15px;
} */
.rg-heading-1 {
  width: 100%;
  height: auto;
  background: #FA3D5F;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  margin: 0 0 10px 0;
}

.rg-body-1 {
  width: 100%;
  height: auto;
  padding: 0 10px;
  max-height: 500px;
  overflow-y: auto;
}

.rg-body-1 ul {
  padding: 0px;
  margin: 0px;
}

.rg-body-1 ul li {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.rg-body-1 ul li p {
  margin: 0px;
  color: #747171;
  font-size: 14px;
}

.rg-body-1 ul li h5 {
  margin: 0px 0 7px 0;
  color: #000000;
  font-size: 16px;
}

.rb-full {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.rb-2 {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #e3e3e3;
  text-align: center;
  padding: 4px 0 0 0;
  cursor: pointer;
}

/* footer.sticky-footer
{
  position: fixed;
  bottom: 0;
  background: #000000;
  padding: 15px 10px;
  border-radius: 10px 10px 0 0;
  color:#fff;
} */

footer.sticky-footer {
  background: #000000;
  padding: 15px 10px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  position: fixed;
  width: 82%;
  bottom: 0;
  z-index: 99;

}

/* Add styles for the footer */
/* footer.sticky-footer {
  background: #000000;
  padding: 15px 10px;
  border-radius: 10px 10px 0 0;
  color: #fff; */
/* position: fixed; */
/* Make the footer fixed at the bottom */
/* bottom: 0; */
/* Stick it to the bottom of the viewport */
/* left: 0;
  right: 0;
} */



.dash-calender {
  width: 100%;
  height: auto;
}

.dash-calender table {
  width: 100%;
  height: auto;
}

.dash-calender table th {
  border-right: 1px solid rgba(116, 113, 113, 0.3);
  text-align: center;
  padding: 15px 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;

}

.dash-calender table th:last-child {
  border-right: 0px solid rgba(116, 113, 113, 0.3);
}

.dash-calender table td {
  border-right: 1px solid rgba(116, 113, 113, 0.3);
  text-align: center;
  padding: 15px 10px;
  color: #000000;
  font-size: 14px;
}

.dash-calender table td:last-child {
  border-right: 0px solid rgba(116, 113, 113, 0.3);
}

.dash-calender table tr {
  border-bottom: 1px solid rgba(116, 113, 113, 0.3);
  text-align: center;
  padding: 10px 10px;
}

.dash-calender table tr:last-child {
  border-bottom: 0px solid rgba(116, 113, 113, 0.3);
}

.dash-calender table thead {
  border-bottom: 1px solid rgba(116, 113, 113, 0.3);
}

.next-month {
  color: #747171;
}

.tbl-heading {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.t-center {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.sm-heading {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.lg-heading {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}

.top-dec {
  padding: 2px 0 0 15px;
}

.top-dec h4 {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 0 0;
}

.top-dec p {
  color: #747171;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 0 0;
}

.timetable-calender {
  width: 100%;
  height: auto;
}

.timetable-calender table {
  width: 100%;
  height: auto;
}

.timetable-calender table th,
.timetable-calender table td {
  height: 70px;
  text-align: center;
  border-right: 1px solid rgba(116, 113, 113, 0.3);
  color: #747171;
  font-size: 16px;
  font-weight: 400;
}

.timetable-calender table th {
  color: #000000;
}

.timetable-calender table td:last-child,
.timetable-calender table th:last-child {
  border-right: 0px solid rgba(116, 113, 113, 0.3);
}

.timetable-calender table tr {
  border-bottom: 1px solid rgba(116, 113, 113, 0.3);
}

.timetable-calender table td:last-child {
  border-right: 0px solid rgba(116, 113, 113, 0.3);
}

.timetable-calender table td:first-child,
.timetable-calender table th:first-child {
  background: #E9EAF4;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 0 0 0 20px;
}

.caln {
  width: 180px;
  height: 45px;
  border: 1px solid rgba(116, 113, 113, 0.3);
  border-radius: 30px;
  position: relative;
  padding: 7px 10px;
}

.caln input {
  border: none;
  outline: none;
  height: auto;
  width: 100%;
  background: transparent;
}

.caln-icon {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}

.drop-side-menu ul {
  padding: 0px;
}

.drop-side-menu ul li {
  list-style: none;
}

.drop-side-menu {
  margin: 0 0 !important;
}

.date-cont {
  width: auto;
  height: auto;
}

.date-cont a {
  border: 1px solid rgba(116, 113, 113, 0.3);
  background: #fff;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 0 0 5px;
}

.date-cont a.active {
  background: #673695;
  color: #fff;
  border: 1px solid #fff;
}

.date-cont a:hover {
  background: #673695;
  color: #fff;
  border: 1px solid #fff;
}

.tbl-heading.attn-tbl {
  background: rgba(116, 113, 113, 0.2);
  padding: 10px;
  margin: 30px 0 7px 0;
  border-radius: 5px;
}

.attend-calender td {
  height: 70px;
}

.attn {
  background: #AA3D9F;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: .5px;
}

.holy {
  background: #FBB626;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: .5px;
}

.abtn {
  background: #E20830;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: .5px;
}

.attn-details {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  gap: 20px;
}

.ad-1 {
  width: 100%;
  height: auto;
  background: #AA3D9F;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.ad-1 span {
  float: right;
  font-size: 18px;
}

.ad-2 {
  width: 100%;
  height: auto;
  background: #E20830;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.ad-2 span {
  float: right;
  font-size: 18px;
}

.ad-3 {
  width: 100%;
  height: auto;
  background: #FBB626;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.ad-3 span {
  float: right;
  font-size: 18px;
}
/* leave-certificate */
.date{
  padding-left: 30px;
}
.reason{
  padding-right: 10px;
}
.statuss{
  padding-left: 60px;
}


.leave-body-left {
  width: 100%;
  height: auto;
  padding: 0 0px 40px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 30px 0 0 0;
}

.leave-body-left ul {
  padding: 0px;
  margin: 0px;
}

.leave-body-left ul li {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 25px;
  background: #fafafa;
  margin: 0 0 20px 0;
}

.leave-body-left ul li h6 {
  margin: 0px 0 15px;
  color: #747171;
  font-size: 16px;
}

.leave-body-left ul li h5 {
  margin: 0px 0 10px 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}

.clnd-icon {
  margin: 0px 4px 0 0;
}

.clnd-icon img {
  margin: -4px 0 0 0;
}

.leave-body-left ul li p {
  margin: 0px;
  color: #747171;
  font-size: 16px;
}

.status {
  float: right;
  background: transparent;
  font-size: 15px;
  color: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  letter-spacing: .5px;
  cursor: pointer;
  /* margin: -20px; */
}

.pending {
  background: #FBB626;
}

.cancel {
  background: #E20830;
}

.approve {
  background: green;
}

.request {
  background-color: #0894E2;
}

.leave-body-left ul li:nth-child(5n-1) {
  background: #E9EAF4;
}

.leave-body-left ul li:nth-child(5n-2) {
  background: #CDF2E0;
}

.leave-body-left ul li:nth-child(5n-3) {
  background: #FEB9A3;
}

.leave-body-left ul li:nth-child(5n-4) {
  background: #FAEBC6;
}

.leave-form {
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
}

.lf-frm {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.lf-frm input[type=text] {
  width: 100%;
  height: 45px;
  border: 1px solid rgba(116, 113, 113, 0.3);
  padding: 0 5px;
  border-width: 1px 1px 1px 1px;
  outline: none;
}

.lf-frm textarea {
  width: 100%;
  height: 140px;
  border: 1px solid rgba(116, 113, 113, 0.3);
  padding: 0 5px;
  border-width: 1px 1px 1px 1px;
  outline: none;
}

.lf-frm input[type=submit] {
  width: auto;
  height: 45px;
  border: 1px solid rgba(116, 113, 113, 0.3);
  padding: 0 20px;
  border-width: 0 0 1px 0;
  outline: none;
  background: #673695;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 8px;
}

.lf-frm input[type=submit]:hover {
  background: #000;
}

.leave-overvw {
  width: 100%;
  height: auto;
  margin: 40px 0 0 0;
}

.dropdown-item {
  padding: .25rem 10px;
}

.leave-overvw ul {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.leave-overvw ul li {
  width: 48%;
  height: auto;
  float: left;
  background: #0894E2;
  padding: 20px;
  list-style: none;
  margin: 5px 5px 15px 0;
}

.leave-overvw ul li:nth-child(even) {
  background: #E20830;
}

.l-over-icon {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 7px 0 0;
  text-align: center;
  float: right;
}

.l-over-dec {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0px 0 0;
}

.l-over-dec p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 15px 0 2px 0;
}

.l-over-dec h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 0px 0 0px 0;
}

.l-over-dec h4 span {
  font-size: 12px;
  font-weight: 300;
}

.ved-btns {
  width: 100%;
  height: auto;
  margin: 30px 0 30px 0;
  float: left;
}

.ved-btns ul {
  padding: 0px;
  margin: 0px;
}

.ved-btns ul li {
  list-style: none;
  width: auto;
  float: left;
  margin: 0 10px 10px 0;
}

.ved-btns ul li a {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
}

.ved-btns ul li a:hover {
  background: #673695;
  color: #fff;
}

.ved-btns ul li.active a {
  background: #673695;
  color: #fff;
}

.ved {
  width: 100%;
  height: auto;
  margin: 30px 0 20px 0;
  overflow: hidden;
}

.ved iframe {
  width: 100%;
  height: 450px;
  border: 1px solid #ccc;
}

.ved-details {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ved-details h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.ved-details ul {
  padding: 0px;
  margin: 0px;
}

.ved-details ul li {
  list-style: none;
  width: auto;
  float: left;
  margin: 0 15px 10px 0;
  color: #747171;
  font-size: 14px;
}

.ved-details ul li img {
  margin: -2px 5px 0 0;
}

.ved-right {
  width: 100%;
  height: auto;
  margin: 30px 0 20px 0;
  max-height: 900px;
  overflow-y: auto;
}

.ved-right ul {
  padding: 0px;
  margin: 0px;
}

.ved-right ul li {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(116, 113, 113, 0.2);
  padding: 5px 0 15px 0;
}

.ved-right-pic {
  width: 75px;
  height: auto;
  float: left;
  margin: 0 10px 0 0;
  overflow: hidden;
}

.ved-right-pic img {
  max-width: 100%;
  border-radius: 5px;
}

.ved-right-dec {
  width: 70%;
  height: auto;
  float: left;
}

.ved-right-dec h4 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 5px 0;
}

.ved-right-dec h5 {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin: 0 0 4px 0;
}

.ved-right-dec p {
  font-size: 12px;
  color: #747171;
  font-weight: 400;
  margin: 0 0 0 0;
}

.ved-right-play {
  width: 32px;
  height: auto;
  float: right;
}

.ved-right-play img {
  max-width: 100%;
}

.online-top-heading {
  width: 100%;
  height: auto;
  margin: 30px 0 20px 0;
  overflow: hidden;
}

.online-top-heading ul {
  padding: 0px;
  margin: 0px;
}

.online-top-heading ul li {
  list-style: none;
  ;
  float: left;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.online-top-heading ul li:nth-child(1) {
  width: 50%;

}

.online-top-heading ul li:nth-child(2) {
  width: 25%;
  text-align: center;
}

.online-top-heading ul li:nth-child(3) {
  width: 25%;
  text-align: center;
}

/* .online-top-heading ul li:nth-child(1):after
{
  content: "";
  width: 100%;
  height: 1px;
  background:rgba(116,113,113,0.2);
  position: absolute;
  top: 12px;
  left: 70px;
} */
/* .online-top-heading ul li:nth-child(2):after
{
  content: "";
  width: 81%;
  height: 1px;
  background: rgba(116,113,113,0.2);
  position: absolute;
  top: 12px;
  left: 65%;
} */
/* .online-top-heading ul li:nth-child(3):after
{
  content: "";
  width: 57%;
  height: 1px;
  background: rgba(116,113,113,0.2);
  position: absolute;
  top: 12px;
  left: 62%;
} */



.online-test {
  width: 100%;
  height: auto;
  margin: 10px 0 20px 0;
  overflow: hidden;
}

.online-test ul {
  padding: 0px;
  margin: 0px;
}

.online-test ul li {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  padding: 20px 30px;
  background: #FAEBC6;
  border-radius: 10px;
}

.online-test ul li:nth-of-type(n+0) {
  background: #FAEBC6;
}

.online-test ul li:nth-of-type(2n+0) {
  background: #FEB9A3;
}

.online-test ul li:nth-of-type(3n+0) {
  background: #CDF2E0;
}

.online-test ul li:nth-of-type(4n+0) {
  background: #E9EAF4;
}

.online-test ul li:nth-of-type(5n+0) {
  background: #FAEBC6;
}

.online-test ul li:nth-of-type(6n+0) {
  background: #FEB9A3;
}

.online-test ul li:nth-of-type(7n+0) {
  background: #CDF2E0;
}

.online-test ul li:nth-of-type(8n+0) {
  background: #E9EAF4;
}


.on-pic {
  width: 10%;
  height: auto;
  float: left;
}

.on-dec {
  width: 40%;
  height: auto;
  float: left;
  padding: 9px 0 0 0;
}

.on-paper {
  width: 20%;
  height: auto;
  float: left;
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0 0 0;
}

.on-exam {
  width: 30%;
  height: auto;
  float: left;
  text-align: center;
  padding: 19px 0 0 0;
}

.on-exam a {
  background: #673695;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
  letter-spacing: 1px;
}

.on-exam a:hover {
  background: #000;
}

.on-dec h5 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 0 0;
  padding-top: 10px;
}

.on-dec p {
  color: #747171;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.ln-hdng-date {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 15px 0;
}

.ln-hdng-date h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

/* .ln-hdng-date:after
{
  content: "";
  width: 77%;
  height: 1px;
  background: rgba(116,113,113,0.2);
  position: absolute;
  top: 12px;
  left: 23%;
} */
.margin-top-40 {
  margin-top: 40px;
}

.assign-right {
  width: 100%;
  height: auto;
  position: relative;
  margin: 30px 0 0 0;
  background: url(../img/line.png) no-repeat;
  background-size: 78% 2px;
  overflow: hidden;
  background-position: 53% 21px;
}

.assign-right ul {
  padding: 0px;
  margin: 0px;
}

.assign-right ul li {
  width: 25%;
  height: auto;
  float: left;
  list-style: none;
  text-align: center;
}

.as-pic {
  width: 100%;
  height: auto;
  margin: 0 0 13px 0;
}

.as-pic img {
  max-width: 46px;
}

.as-dec {
  width: 100%;
  height: auto;

}

.as-dec p {
  font-size: 12px;
  color: #747171;
  margin: 0 0 5px 0;
}

.as-dec h5 {
  font-size: 16px;
  color: #000;
  margin: 0 0 0px 0;
  font-weight: 500;
}

.upload-pic {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 50px 0 0 0;
  position: relative;
  cursor: pointer;
}

.upload-pic img {
  max-width: 90%;
}

.upload-pic input {

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;

}




.exam-heading {
  width: 100%;
  height: auto;
  margin: 30px 0 20px 0;
  overflow: hidden;
}

.exam-heading ul {
  padding: 0px;
  margin: 0px;
}

.exam-heading ul li {
  list-style: none;
  ;
  float: left;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.exam-heading ul li:nth-child(1) {
  width: 35%;
}

.exam-heading ul li:nth-child(2) {
  width: 40%;
}

.exam-heading ul li:nth-child(3) {
  width: 25%;
}

.exam-heading ul li:nth-child(1):after {
  content: "";
  width: 76%;
  height: 1px;
  /* background: rgba(116,113,113,0.2); */
  position: absolute;
  top: 12px;
  left: 82px;
}

.exam-heading ul li:nth-child(2):after {
  content: "";
  width: 75%;
  height: 1px;
  /* background: rgba(116,113,113,0.2); */
  position: absolute;
  top: 12px;
  left: 22%;
}

.exam-heading ul li:nth-child(3):after {
  content: "";
  width: 68%;
  height: 1px;
  /* background: rgba(116,113,113,0.2); */
  position: absolute;
  top: 12px;
  left: 26%;
}

.exam-profile-pic {
  width: 61px;
  height: 61px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}

.exam-profile-pic img {
  max-width: 100%;
}

.exam-profile-dec {
  width: 80%;
  height: auto;
  float: left;
  padding: 16px 0 0 17px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 0 0;
}

.exam-profile-paper {
  width: 43%;
  height: auto;
  float: left;
  text-align: left;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 10px;
}

.exam-profile-exam {
  width: 24%;
  height: auto;
  float: left;
  padding: 19px 0 0 6px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.exam-left {
  width: 33%;
  height: auto;
  float: left;
}

.holiday-name {
  width: 45%;
  height: auto;
  float: left;
  padding: 0 0 0 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.holiday-date {
  width: 50%;
  height: auto;
  float: left;
  padding: 0 0 0 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.exam-heading.holiday-heading ul li:nth-child(1) {
  width: 45%;
}

.exam-heading.holiday-heading ul li:nth-child(2) {
  width: 54.5%;
}

.exam-heading.holiday-heading ul li:nth-child(2)::after {
  width: 91%;
  left: 51px;
}

.exam-heading.holiday-heading ul li:nth-child(1)::after {
  width: 84%;
  left: 63px;
}

.fees-lft {
  width: 100%;
  height: auto;
  padding: 30px;
  background: #FAEBC6;
  border-radius: 20px;
  overflow: hidden;
}

.fees-l {
  width: 60%;
  height: auto;
  float: left;
}

.fees-l h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #000;
}

.fees-l h5 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #747171;
}

.fees-l p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 2px 0;
  color: #747171;
}

.fees-r {
  width: 40%;
  height: auto;
  float: left;
  text-align: right;
}

.fees-r-btn {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}

.fees-r-btn-1 {
  width: 100%;
  height: auto;
  margin: 50px 0 00px 0;
}

.fees-r-btn-1 a {
  background: #673695;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
}

.fees-r-btn-1 a:hover {
  background: #000;
}

.nt input {
  width: 100%;
  height: 50px;
  background: #FAFBFF;
  padding: 5px 10px;
  border: 1px solid rgba(116, 113, 113, 0.2);
  border-radius: 5px;
  outline: none;
}

.nt {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.sv-btn .switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
  float: right;
}

.sv-btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sv-btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sv-btn .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 3px;
  background-color: #AA3D9F;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 99;
}

.sv-btn input:checked+.slider {
  background-color: #fff;
}

.sv-btn input:focus+.slider {
  box-shadow: 0 0 1px #fff;
}

.sv-btn input:checked+.slider:before {
  -webkit-transform: translateX(33px);
  -ms-transform: translateX(33px);
  transform: translateX(33px);
}

/* Rounded sliders */
.sv-btn .slider.round {
  border-radius: 34px;
  border: 1px solid rgba(116, 113, 113, 0.2);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}

.sv-btn .slider.round:before {
  border-radius: 50%;
}

.nt h5 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 7px 0 0 0;
}

.ys {
  color: #000;
  position: absolute;
  font-size: 14px;
  z-index: 99;
  top: 7px;
  left: 8px;

}

.sb-bt {
  width: auto !important;
  background: #673695 !important;
  color: #fff;
  padding: 10px 20px !important;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
}

.sb-bt:hover {
  background: #000 !important;
}

.sl-tag {
  width: 100%;
  height: auto;
  margin: 20px 0;
  overflow: hidden;
}

.sl-tag ul {
  padding: 0px;
  margin: 0px;
}

.sl-tag ul li {
  border: 1px solid rgba(116, 113, 113, 0.2);
  height: 80px;
  width: 35%;
  list-style: none;
  float: left;
  background: #F4F4F4;
  margin: 0 10px 0 0;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  color: #747171;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.sl-tag ul li:hover {
  border: 1px solid #673695;
}

.transaction {
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  border-bottom: 1px solid rgba(116, 113, 113, 0.2);
  padding: 0 0 7px 0;
}

.transaction h4 {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #382628;
}

.transaction h4 span {
  float: right;
}

.track-map {
  width: 100%;
  height: auto;
  margin: 20px 0 30px;
}

.track-map img {
  width: 100%;
  height: auto;
}

.track-details {
  width: 100%;
  height: auto;
  position: relative;
}

.track-details h3 {
  font-size: 26px;
  color: #000000;
  font-weight: 500;
}

.track-details h4 {
  font-size: 20px;
  color: #101729;
  font-weight: 500;
}

.track-details p {
  font-size: 16px;
  color: #747171;
  font-weight: 400;
  margin: 0 0 2px 0;
}

.trk-btn {
  width: auto;
  position: absolute;
  right: 0;
  top: 20px;
}

.trk-btn a {
  border: 1px solid rgba(116, 113, 113, 0.3);
  padding: 10px 18px;
  background: #673695;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  text-decoration: none;
}

.trk-btn a:hover {
  background: #000;
}


.report-heading {
  width: 100%;
  height: auto;
  margin: 30px 0 20px 0;
  overflow: hidden;
}

.report-heading ul {
  padding: 0px;
  margin: 0px;
}

.report-heading ul li {
  list-style: none;
  ;
  float: left;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.report-heading ul li:nth-child(1) {
  width: 25%;
}

.report-heading ul li:nth-child(2) {
  width: 25%;
}

.report-heading ul li:nth-child(3) {
  width: 30%;
}

.report-heading ul li:nth-child(1):after {
  content: "";
  width: 67%;
  height: 1px;
  /* background: rgba(116,113,113,0.2); */
  position: absolute;
  top: 12px;
  left: 68px;
}

.report-heading ul li:nth-child(2):after {
  content: "";
  width: 53%;
  height: 1px;
  /* background: rgba(116,113,113,0.2); */
  position: absolute;
  top: 12px;
  left: 92px;
}

.report-heading ul li:nth-child(3):after {
  content: "";
  width: 68%;
  height: 1px;
  /* background: rgba(116,113,113,0.2); */
  position: absolute;
  top: 12px;
  left: 26%;
}

.report-sub {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 0;
  color: #000;
  width: 30%;
  float: left;
}

.report-fullmarks {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 0;
  color: #000;
  width: 30%;
  float: left;
}

.report-marks {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 0;
  color: #000;
  width: 20%;
  float: left;
}

.report-mark{
  padding-left:20px;
}


.report-right {
  width: 100%;
  height: auto;
  margin: 25px 0 0 0;
}

.report-right ul {
  padding: 0px;
  margin: 0px;
}

.report-right ul li {
  padding: 10px 10px;
  margin: 0px;
  width: 100%;
  height: auto;
  list-style: none;
  border-bottom: 1px solid rgba(116, 113, 113, 0.2);
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.report-right ul li span {
  float: right;
  font-size: 20px;
  font-weight: 500;
}

.subj {
  width: 100%;
  height: auto;
}

.subj ul {
  padding: 0px;
  margin: 0px;
}

.subj ul li {
  padding: 15px 0;
  margin: 0px;
  width: 100%;
  height: auto;
  list-style: none;
  border-bottom: 1px solid rgba(116, 113, 113, 0.2);
  overflow: hidden;
}

.subj-pic {
  width: 55px;
  height: auto;
  float: left;
}

.subj-pic img {
  max-width: 100%;
}

.subj-dec {
  width: 56%;
  height: auto;
  float: left;
  padding: 0 0 0 15px;
}

.subj-dec h5 {
  color: #382628;
  font-size: 16px;
  margin: 0 0 5px 0;
}

.subj-dec p {
  color: #747171;
  font-size: 14px;
  margin: 0 0 0px 0;
}

.subj-btn {
  width: 31%;
  height: auto;
  float: right;
  padding: 7px 0 0 0;
  text-align: right;
}

.subj-btn a {
  font-size: 14px;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 5px;
  background: #673695;
  color: #fff;
  border: 1px solid #fff;
}

.subj-btn a:hover {
  background: #000;
}

.digital-left {
  width: 59%;
  height: auto;
  float: left;
}

.digital-pic {
  width: 61px;
  height: 61px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}

.digital-pic img {
  max-width: 100%;
}

.digital-dec {
  width: 80%;
  height: auto;
  float: left;
  padding: 16px 0 0 17px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 0 0;
}

.digital-right {
  width: 30%;
  height: auto;
  float: left;
  text-align: left;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 0 0 10px;
}

.digital-heading {
  width: 100%;
  height: auto;
  margin: 30px 0 20px 0;
  overflow: hidden;
}

.digital-heading ul {
  padding: 0px;
  margin: 0px;
}

.digital-heading ul li {
  list-style: none;
  ;
  float: left;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.digital-heading ul li:nth-child(1) {
  width: 60%;
}

.digital-heading ul li:nth-child(2) {
  width: 35%;
}

.digital-heading ul li:nth-child(1):after {
  content: "";
  width: 78%;
  height: 1px;
  background: rgba(116, 113, 113, 0.2);
  position: absolute;
  top: 12px;
  left: 68px;
}

.digital-heading ul li:nth-child(2):after {
  content: "";
  width: 53%;
  height: 1px;
  background: rgba(116, 113, 113, 0.2);
  position: absolute;
  top: 12px;
  left: 122px;
}

.profile-detl h4 {
  font-size: 15px;
  color: #747171;
  font-weight: 400;
  margin: 0 0 6px 0;
}

.profile-detl h5 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.profile-detl {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}

.pr-heading {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 6px 0 25px 0;
}

.profile-dec {
  padding: 0 0 0 20px;
}

.profile-dec h4 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin: 0 0 6px 0;
}

.profile-dec h5 {
  font-size: 16px;
  color: #747171;
  font-weight: 400;
  margin: 0 0 3px 0;
}

.profile-dec p {
  font-size: 14px;
  color: #747171;
  font-weight: 400;
}

.p-relative {
  position: relative;
}

.edt {
  width: auto;
  position: absolute;
  right: 20px;
  top: 15px;
}

.profile-pic {
  width: 60px;
  height: auto;
}

.profile-pic img {
  max-width: 100%;
}

.qs h4 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}

.qs p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.timer {
  text-align: right;
  padding: 7px 0 0 0;
}

.btns {
  width: 100%;
  height: auto;
}

.btns ul {
  padding: 0px;
  margin: 0px;
  width: auto;
  float: left;
}

.btns ul li {
  float: left;
  list-style: none;
  margin: 0 7px 0 0;
}


.select-option {
  width: 100%;
  height: auto;
  margin: 25px 0 0 0;
}

.select-option ul {
  padding: 0px 0 0 15px;
  margin: 0px;
  width: 100%;
}

.select-option ul li {
  float: left;
  list-style: none;
  margin: 0 0 4px 0;
  width: 100%;
  list-style: none;
}

.select-option ul li label {
  font-size: 16px;
  color: #391216;
}

.switchh {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switchh input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderr {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderr:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #AA3D9F;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.sliderr {
  background-color: #F4F4F4;
}

input:focus+.sliderr {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.sliderr:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.sliderr.round {
  border-radius: 34px;
}

.sliderr.round:before {
  border-radius: 50%;
}

.s-dec h4 {
  font-size: 16px;
  color: #000;
  margin: 0 0 4px;
}

.s-dec h5 {
  font-size: 12px;
  color: #747171;
  margin: 0 0 5px;
}

.s-dec p {
  font-size: 12px;
  color: #747171;
}

.s-circle-pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.s-circle-pic img {
  max-width: 100%;
}

.hd-hdng {
  font-size: 18px;
  color: #000000;
  padding: 13px 0px 8px 10px;
  font-weight: 500;
}

.show-result {
  text-align: center;
}

.show-result h4 {
  color: #673695;
  font-size: 24px;
  font-weight: 500;
}

.show-result p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.show-result p span {
  color: #673695;
  font-size: 22px;
  font-weight: 500;
}

.show-btn {
  width: 100%;
  height: auto;
  padding: 10px 0 30px;
}

.show-btn a {
  font-size: 16px;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  margin-top: 10px;
  color: #fff;
  background-color: #673695;
  text-decoration: none;
}

.show-btn a:hover {
  background: #000;
}

.answ {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  padding: 15px 20px;
  border-radius: 3px;
  transition: all 0.5s ease 0s;
  margin: 0 0 30px;
  min-height: 220px;
}

.answ h5 {
  color: #673695;
  font-weight: 500;
  margin: 0 0 10px 0;
  font-size: 15px;
}

.answ h4 {
  color: #000;
  font-weight: 500;
  margin: 0 0 20px 0;
  font-size: 20px;
}

.answ ul {
  padding: 0px;
  margin: 14px 0 0 0;
  overflow: hidden;
}

.answ ul li {
  list-style: none;
  margin: 0 4px 5px 0;
  font-size: 18px;
  color: #000;
  width: 48%;
  float: left;
  background: #eee;
  padding: 5px 10px;
  border-left: 3px solid #673695;
  border-bottom: 1px solid #673695;
}

.answ ul li span img {
  max-width: 18px;
  margin: 0 5px 0 0;
}

.answ:hover {
  transition: all 0.5s ease 0s;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}

.ex-pg .exam-left {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.ex-pg .exam-profile-paper {
  padding: 1px 0 0 0;
}

.ex-pg .exam-profile-exam {
  padding: 0px 0 0 6px;
}

.accordion-button.collapsed::after {
  transform: rotate(0deg) !important;
}

.accordion-button::after {
  transform: rotate(180deg) !important;
}

body.bg-img {
  background: #f4f4f4;
}

/* Added */

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

.margin-bottom h4 p {
  padding-left: 10px;
}

.margin-bottom h5 {
  padding-left: 10px;
  white-space: pre-line;
}

/* Added */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  
  /* exam */
  /* .parent-login.rtl .ex-pg .rtl-profile-paper {
    margin-top: -19px;
    } */
    
    .ad-A {
      padding-left: 14px !important ;
      font-size: 12px !important;
       }
       .rtl .ad-A{
        padding-right: 14px !important ;
        font-size: 12px !important;
       }

       .ad-B{
        padding-left: 14px !important ;
      font-size: 12px !important;
       }
       .rtl .ad-B{
        padding-right: 14px !important ;
      font-size: 12px !important;
       }

    .parent-login.rtl .rtl-exam-left {
      padding-left: 160px;
  }
  .parent-login.rtl .sidebar.toggled .nav-item .nav-link span {
    margin-right: 15px !important;
  }
  
  .rtl.parent-login .hd-hdng{
    text-align: right !important;
    padding-right: 3px !important;
  }

  .rtl .ex-pg .leave-paper-rtl{
    margin-left: 27px !important;
  }
  .rtl.parent-login .certificate-heading ul li:nth-child(2) {
    width: 64% !important;
}
  
  .rtl .digital-sub h5{
    margin-left: 50px;
  }
  
  .parent-login .lib-exam{
    padding-top: 13px !important;
    font-size:14px ;
  }
  .parent-login .lib-date{
    font-size: 14px !important;
  }
  .rtl.parent-login .lib-date{
    font-size: 14px !important;
  }
  
  .rtl .event-card{
    margin-right: 12px;
  }
  
  .exam-profile-paper{
    font-size: 13px;
  }
.parent-login .exam-profile-paper{
  font-size: 13px;
} 
.parent-login .ex-pg .exam-profile-paper{
padding-right: 0px !important;
}
.rtl.parent-login .exam-profile-paper{
  font-size: 14px !important;
}
  .qs p {
    font-size: 22px !important;
   }

  .rtl .qs p {
   font-size: 22px !important;
  }
  .select-option{
    padding-left: 0px;
  }

  .statuss {
    padding-left: 0px;
}
.rtl .statuss {
  padding-left: 60px !important;
}
  .d-sm-flex {
    display: flex !important;
  }
  .rtl .rg-body-1 ul li h5{
    /* display: flex !important; */
    text-align: right;
  }
  .rtl .rg-body ul li{
    text-align: right;
  }
  
 .status {
    font-size: 12px;
    padding: 6px 9px;
    border-radius: 12px;
    margin: 6px 0 5px 0;
  }

  .leave-body-left ul li h6 {
    font-size: 11px;
  }

  .clnd-icon img {
    max-width: 17px;
  }

  .leave-overvw ul li {
    width: 100%;
  }

  .rb-full {
    display: flex;
  }

  .dash-calender table th {
    padding: 15px 7px;
  }

  .timetable-calender {
    overflow-x: scroll;
    padding: 0 0 30px 0;
  }

  .timetable-calender table td:first-child,
  .timetable-calender table th:first-child {
    padding: 0 0 0 10px;
    min-width: 80px;
  }

  .res-table {
    overflow-x: scroll;
    padding: 0 0 30px 0;
  }

  .report-heading ul li:after,
  .online-top-heading ul li:after,
  .exam-heading ul li:after,
  .digital-heading ul li {
    display: none;
  }

  .report-heading ul li,
  .exam-heading ul li,
  .online-top-heading ul li,
  .digital-heading ul li {
    font-size: 15px;
  }

  .exam-profile-dec {
    width: 100%;
    padding: 10px 0 0 0;
  }

  .exam-profile-exam {
    padding: 19px 0 0 11px;
  }

  .sl-tag ul li {
    width: 44%;
    font-size: 12px;
  }

  .fees-r {
    width: 100%;
    text-align: left;
    margin: 10px 0 0 0;
  }

  .fees-l {
    width: 100%;
  }

  .fees-r-btn-1 {
    margin: 20px 0 00px 0;
  }

  .digital-dec {
    width: 100%;
    padding: 16px 0 0 0;
    margin: 0 0 0 0;
  }

  .subj-dec {
    width: 69%;
  }

  .subj-btn {
    width: 100%;
    padding: 7px 0 0 0;
    text-align: left;
    margin: 10px 0 0 0;
  }

  .ved-btns ul li a {
    padding: 5px 11px;
    font-size: 14px;
  }

  .online-test ul li {
    padding: 20px 15px;
  }

  .report-sub {
    font-size: 14px;
  }

  .report-fullmarks {
    font-size: 14px;
  }

  .report-marks {
    font-size: 14px;
  }

  .ved-right-pic {
    width: 63px;
  }

  .ved-right-dec {
    width: 60%;
  }

  .ved iframe {
    height: 250px;
  }

  .timer img {
    max-width: 110%;
  }

  .assign-right ul li {
    width: 50%;
    margin: 0 0 20px;
  }

  .assign-right {
    background: none;
  }

  .upload-pic {
    margin: 20px 0 0 0;
  }

  .leave-body-left ul li p {
    font-size: 14px;
  }

  .leave-body-left ul li {
    padding: 20px 10px;
  }

  .subj-btn img {
    max-width: 17px;
  }

  .nt h5 {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 0 0;
  }

  .attn-details {
    margin: 20px 0 20px 0;
    gap: 20px;
  }

  .ad-1 span,
  .ad-2 span,
  .ad-3 span {
    float: left;
  }

  .on-pic img {
    max-width: 90%;
  }

  .on-dec {
    width: 40%;
    padding: 0 0 0 0;
  }

  .on-dec p {
    font-size: 13px;
  }

  .on-exam {
    padding: 10px 0 0 0;
  }

  .on-paper {
    padding: 10px 0 0 0;
  }

}


@media only screen and (max-width: 767px) {
  .status {
    font-size: 12px;
    padding: 6px 9px;
    border-radius: 12px;
  }

  #sidebarToggleTop {
    display: none;
  }

  .top-dec h4 {
    font-size: 15px;
  }

  .top-dec p {
    font-size: 10px;
  }

  .dash-calender table th {
    padding: 10px 7px;
  }

  .pro-fl {
    margin: 10px 0 20px 0;
    display: block;
  }

  .pro-name {
    padding: 7px 0 0 0;
  }

  .sidebar .nav-item .nav-link {
    padding: 10px 12px;
    width: 100%;
  }

  .sidebar .nav-item .nav-link span {
    font-size: 14px;
  }

  .topbar .nav-item .nav-link {
    padding: 0 0;
  }

  .timetable-calender {
    overflow-x: scroll;
    padding: 0 0 30px 0;
  }

  .timetable-calender table th,
  .timetable-calender table td {
    min-width: 100px;
  }

  .caln {
    margin: 10px 0 0 0;
  }

  .icn {
    width: 32px !important;
    height: 32px !important;
    margin: 21px 0px 0 0;
  }

  .icn img {
    max-width: 18px;
  }

  #sidebarToggle img {
    max-width: 20px;
    margin: -3px 0 0 0;
  }

  .top-crl {
    height: 31px;
    width: 31px;
  }

  .date-cont {
    margin: 15px 0;
  }

  .attn-details {
    margin: 20px 0 40px;
    gap: 5px;
  }

  .ad-1 span,
  .ad-2 span,
  .ad-3 span {
    float: left;
  }

  .res-table {
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    overflow-x: scroll;
  }

  .leave-body-left ul li h6 {
    font-size: 12px;
  }

  .leave-body-left ul li {
    padding: 20px 12px;
  }

  .leave-body-left ul li p {
    font-size: 12px;
  }

  .ved-btns ul li a {
    padding: 8px 5px;
    font-size: 12px;
  }

  .ved iframe {
    height: 300px;
  }

  .ved-right-dec {
    width: 61%;
  }

  .as-dec h5 {
    font-size: 11px;
  }

  .online-test ul li {
    padding: 15px 10px;
  }

  .exam-profile-dec {
    width: 100%;
    padding: 7px 0 0 0;
    font-size: 12px;
    margin: 0 0 0 0;
  }

  .exam-profile-paper {
    /* width: 100%; */
    font-size: 12px;
    padding: 18px 0 0 0;
  }

  .exam-profile-exam {
    padding: 19px 0 0 0;
    font-size: 12px;
  }

  .holiday-name {
    font-size: 13px;
  }

  .holiday-date {
    font-size: 13px;
  }

  .fees-r-btn-1 a {
    padding: 8px 12px;
    font-size: 13px;
  }

  .fees-lft {
    padding: 20px 15px;
    border-radius: 10px;
  }

  .sl-tag ul li {
    width: 45%;
    font-size: 16px;
  }

  .digital-dec {
    width: 100%;
    padding: 4px 0 0 0;
    font-size: 16px;
  }

  .subj-dec {
    width: 46%;
    padding: 0 0 0 10px;
  }

  .subj-btn a {
    font-size: 12px;
    padding: 8px 4px;
  }

  .subj-btn img {
    max-width: 16px;
  }

  .subj-dec h5 {
    font-size: 14px;
  }

  .trk-btn {
    position: relative;
  }

  .report-heading ul li:after,
  .online-top-heading ul li:after,
  .exam-heading ul li:after,
  .digital-heading ul li {
    display: none;
  }

  .rg-1 {
    border-left: 0px solid rgba(116, 113, 113, 0.2);
  }

  .report-heading ul li,
  .exam-heading ul li,
  .online-top-heading ul li,
  .digital-heading ul li {
    font-size: 14px;
  }

  .on-pic {
    display: none;
  }

  .on-exam {
    float: right;
  }

  .on-exam a {
    padding: 10px 6px;
    font-size: 12px;
  }

  .on-paper {
    text-align: right;
  }

  .qs {
    padding: 15px;
  }

  .select-option ul {
    padding: 0px 0 0 5px;
  }

  .select-option ul li {
    margin: 0 0 10px 0;
  }

  .leave-body-left {
    padding: 0 0px 0;
  }

  .sidebar .nav-item .collapse .collapse-inner,
  .sidebar .nav-item .collapsing .collapse-inner {
    background: #fff;
    width: 100%;
    min-width: 100%;
  }

  .report-sub {
    font-size: 14px;
  }

  .report-fullmarks {
    font-size: 14px;
  }

  .report-marks {
    font-size: 14px;
  }
}

.sidebar-toggled .sd-left {
  width: 9%;
}

.sidebar-toggled #content-wrapper {
  width: 91% !important;
  margin: 0 0 0 9% !important;
}


.sidebar-toggled .other-menu a {
  font-size: 14px !important;
  padding: none;
}

.sidebar-toggled .accordion-button {
  padding: 5px 5px !important;
}

.sidebar-toggled .sidebar.toggled .nav-item .collapse {
  position: relative;
  left: 0;
}

/* Sidebar-toggle  rtl css*/
.sidebar-toggled.rtl #content-wrapper {
  width: 91% !important;
  margin: 0 9% 0 0 !important;
}

.sidebar-toggled.rtl .sidebar.toggled .nav-item .collapse {
  position: relative;
  right: 0;
}

.sidebar .rtl .nav-item.active:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background: url(../images/m-top.png) no-repeat;
  background-size: 100% 100%;
  top: -29px;
  left: 0px;
  /* Adjusted left for RTL */
}

.sidebar .rtl .nav-item.active:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background: url(../images/m-btm.png) no-repeat;
  background-size: 100% 100%;
  bottom: -29px;
  left: 0px;
  /* Adjusted left for RTL */
}


.rtl .sd-left {

  right: 0;
  left: inherit;


}

.rtl #content-wrapper {
  margin: 0 18% 0 0 !important;
}

.rtl #content-wrapper.login-pg {
  margin: 0 !important;
}

.rtl .sidebar {
  padding-right: 0;
  overflow-x: none;
}

.rtl .sidebar .nav-item .nav-link {
  text-align: right;
}

.rtl .sidebar .nav-item.active img {
  margin-left: 12px;
}

.rtl .login-logo {
  text-align: right !important;
}

.rtl .form-outline .eye {
  right: 300px;
}

/* exam */
.rtl .exam-heading ul li {
  float:left;
}
.rtl .exam-heading .date{
  padding-left:0px;
}
.rtl .exam-subject{
  display: contents;

}
.rtl .sub-exam{
  padding-left: 20px;
}
.rtl .rtl-exam-left{
  padding-left: 260px;
}
.rtl .rtl-profile-paper{
  padding-left: 144px;
}
.rtl .ex-pg .exam-profile-paper {
  margin-left: 85px;
}

/* Events */
.rtl .event-name{
  text-align:right;
}

/* Attendance */
 .rtl .ad-1 span {
  float:left;
}

.rtl .ad-2 span {
  float:left;
}

.rtl .ad-3 span {
  float:left;
} 

.rtl .ad-1 {
  text-align:right;
}

.rtl .ad-2 {
  text-align:right;
}

.rtl .ad-3 {
  text-align:right;
}

/* live-video */

.rtl .clnd-icon {
  padding-left: 5px;
}

/* online-subject */

.rtl .online-top-heading ul li {
  float: right;
}

.rtl .online-top-heading ul li:nth-child(1) {
  text-align: right;
  padding-right: 30px;
}

.rtl .online-top-heading ul li:nth-child(2) {
  text-align: left;
}

.rtl .on-pic {
  float: right;
}

.rtl .on-dec {
  float: right;
  padding-left: 100px;
}

.rtl .on-exam {
  text-align: right;
}

.rtl .on-dec h5 {
  padding-left: 150px;
}

/* online-test */
.rtl .on-dec p {
  padding-left: 120px;
}

/* video-topic */
.rtl .ved-right-pic {
  float: right;
}

.rtl .ved-right-dec {
  float: right;
  padding-left: 190px;
}

/* library */
.rtl .lib-paper {
  float: right;
  padding-left: 90px;
  padding-top: 20px;
}


.rtl .lib-heading ul li:nth-child(2) {
  width: 30%
}

.rtl .lib-exam {
  padding-left: 70px;
}

/* holiday */

.rtl .holiday-name {
float: right;
}

/* Fees */

.rtl .fees-r{
  text-align: left !important;
}

.rtl .fees-l{
  float: right !important;
}

.rtl .fees-l h4{
  /* padding-left: 5px !important; */
  text-align: right !important;
}

.rtl .fees-l h5{
  /* padding-left: 150px !important; */
  text-align: right !important;
}


.rtl .fees-l p{
  /* padding-left: 150px !important; */
  text-align: right !important;
}

.rtl .fees-Tr{
  text-align: left !important;

}

.rtl .fees-T{
  float: right !important;
  text-align: right !important;
}

/* Digital-Topic */

.rtl .subj-pic {
  float: right;
}

.rtl .subj-btn {
  float: left;
}

/* Report-card */

.rtl .report-right ul li span {
  float: left;
}

.rtl .report-heading ul li {
  padding-left: 60px;
}

.rtl .report-right ul li {
  text-align: right;
}
.rtl .report-sub{
  padding-left: 100px;
}
.rtl .report-fullmarks{
  padding-left: 130px;
}
.rtl .report-marks{
  padding-left: 130px;
}
.rtl .report-mark{
  padding-left: 50px;
}

/* Leave  page */

.rtl .leave-body-left ul li h5 {
  display: flex;
}

.rtl .leave-body-left ul li h6 {
  display: flex;
}

.rtl .leave-body-left ul li p {
  display: flex;
}

.rtl .ln-hdng-date h4 {
  display: flex;
}

.rtl .image-container {
  display: flex;
}

.rtl .float-right {
  float: left !important;
}

.rtl .status {
  padding: 5px 13px;
}

.rtl .reason{
  padding-left: 100px;
}

.rtl .qs h4 {
  text-align: right;
}

.rtl .qs p {
  text-align: right;
}

.rtl .mdc-button {
  float: right;

}

.rtl .mat-mdc-button {
  margin-right: 10px;
}

.rtl .select-option ul li {
  text-align: right;
}

.rtl input[type=radio] {
  margin-left: 10px;
}

/* online-solution */

.rtl .qs h4 {
  text-align: right;
}

.rtl .qs p {
  text-align: right;
}

.rtl .select-option input[type=radio] {
  margin-left: 10px;
}

.rtl .qs p {
  text-align: right;
}

.rtl .answer-status {
  text-align: right;
  padding-left: 20px;
}

/* dashboard */

.rtl .h-crd h5 {
  text-align: right;
}

.rtl .h-crd h4 {
  text-align: right;
}

/* dashboard-event */

.rtl .event-body ul li {
text-align: right !important;
}


/* chat */
 .rtl .msg-body[_ngcontent-ng-c3551830936] ul[_ngcontent-ng-c3551830936] li.repaly[_ngcontent-ng-c3551830936]{
  text-align: left !important;
} 
 .rtl .msg-body[_ngcontent-ng-c3551830936] ul[_ngcontent-ng-c3551830936]{
  text-align: right !important;
} 

.rtl .msg-body[_ngcontent-ng-c3551830936] ul[_ngcontent-ng-c3551830936] li.sender[_ngcontent-ng-c3551830936]:before {
  display: contents;
}
.rtl .msg-body[_ngcontent-ng-c3551830936] ul[_ngcontent-ng-c3551830936] li.repaly[_ngcontent-ng-c3551830936]:before {
  display: contents;
}

/* .rtl .chat-btn{
  left: 14px;
    right: auto; 
} */

/* notice */
.rtl .notice{
  float: left !important;
}

.assign-ans {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  display: flex;
}

.asd p {
  font-size: 11px !important;
  margin: 10px 0 0 0 !important;
}

.as-dec a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.les {
  width: 100%;
  height: auto;
  padding: 20px;
}

.ls-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  overflow: hidden;
}

.ls-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ls-dec {
  width: 70%;
  height: auto;
  text-align: left;
  padding: 0 0 0 10px;
}

.ls-dec h4 {
  color: #000;
  font-size: 24px;
}

.ls-dec h5 {
  font-size: 18px;
}

.ls-dec p {
  font-size: 14px;
  color: #000 !important;
}
.mat-mdc-icon-button.mat-mdc-button-base{
  margin-right: 34px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
 .accordion-button:not(.collapsed)::after {
  margin: 0 0 0 8px;
 }
 
.accordion-button.collapsed::after{
  margin: 0 0 0 5px;
}
 
  .sidebar-toggled #content-wrapper {
    margin: 0 0 0 12% !important;
  }

  .sidebar-toggled.rtl #content-wrapper {
    margin: 0 12% 0 0 !important;
  }

  .ad-1 span{
    float: right;
  }
.ad-2 span{
    float: right;
  }
  .ad-3 span{
    float: right !important;
  }
  .rtl .ad-3{
    text-align:right !important;
  }
  .rtl .ad-3 span{
    float:left !important;
  }
  .rtl .rtl-profile-paper{
    display: contents;
  }
  .exam-heading ul li:nth-child(2){
    width:41% !important
  }
  .rtl .exam-heading ul li:nth-child(2){
    width:36% !important
  }
  .fees-r-btn-1 a{
font-size: 13px !important;
  }
  .rtl .fees-l p{
    padding-left: none !important;
  }
  .rtl .lib-paper {
    padding-left: 0px !important;
  }
  .rtl .lib-exam{
    padding-left: 0px !important;
  }
  .sidebar .nav-item .nav-link span {
    font-size:12px !important;
    
}
.sidebar.toggled .nav-item .nav-link span {
  font-size:10px !important;
  margin-right: 10px !important;
}
.on-exam a {
  font-size: 15px;
}
.report-right ul li span{
  font-size: 16px;
}
.report-right ul li{
padding: 13px 0px;
}
.subject{
  padding-left:0px !important;
}
.button-apply{
padding-left:0px !important;
}
.leave-body-right ul li{
  margin: 0 0 20px 7px;
}
.rtl .leave-body-right ul li{
margin: 0 10px 20px 0;
}
.rtl .status{
  margin-left: 4px;
}
.rtl .ved-right-dec{
  padding-left: 0 !important;
}
.ved-right-play{
  float: left;
}

.rtl .ved-right-play{
  float: right;
  padding-right: 25px;
}
.rtl .on-dec h5{
 font-size: 16px;
 padding-left: 0 !important;
 margin-left:-24px;
}
/* online-subject */
.rtl .subject-dec h5{
  margin-left:38px
}
/* video-class */
.rtl .video-dec h5{
  margin-left:38px
}


.rtl .on-dec p{
  padding-left: 0 !important;
  margin-left:-24px;
}
.timer{
  padding-right: 25px !important;
}
.fees-tran{
  margin-left: 10px;
}
.rtl .fees-tran{
  margin-right: 10px;
}
.rtl .subj-btn a{
float: right;
}
.rtl .report-heading ul li {
  padding-left: 20px;
}
.rtl .report-marks{
  padding-left: 25px;
}
.rtl .report-fullmarks{
  padding-left: 50px;
}
.report-heading ul li:nth-child(2){
  width: 30%;
}
.rtl .report-heading ul li:nth-child(2){
  width: 40%;
} 
.login-right ul li{
  margin: 0 0 10px 10px;
}

  .sidebar-toggled .sd-left{
    width: 13%;
  }
  .sidebar-toggled .sidebar .nav-item.active {
    background: #673695;
    border-radius: 20px 0 0 20px;
    position: relative;
    text-align: center;
    padding: 0.75rem 1rem;
    width: 6.5rem;
  }

  .sd-left {
    width: 20%;
    
  }

  #content-wrapper {
    width: 77%;
    margin: 0 0 0 23%;
  }

  .top-dec p {
    line-height: 10px;
  }

  .top-dec {
    padding: 2px 10px 0 10px;
  }

  .sd-hdr .mat-mdc-icon-button {
    padding: 10px !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 2px !important;
  }

  .hd-right {
    padding: 0px 0 0;
  }

  .sidebar-toggled .hd-right ul li {
    font-size: 14px;
  }
}

@media only screen and (min-width:320px) and (max-width: 767px) {
    /* chat */
    .chat-area .modal-content {
      height: 90% !important;
    }
    .send-box button{
      font-size: 12px !important;
    }

  /* exam */
    .parent-login.rtl .ex-pg .rtl-profile-paper {
      margin-top: -19px;
      }
      .parent-login.rtl .ex-pg .rtl-profile-paper {
       margin-left: 50px; 
      }
  
  .rtl.parent-login .hd-hdng{
    text-align: right !important;
    padding-right: 3px !important;
  }
  
   .sidebar-toggled.parent-login.rtl .leave-paper-rtl{
    padding-right: 10px !important;
  }
  .sidebar-toggled.parent-login.rtl .fees-r-btn{
    margin-right: 0px !important;
  }
  .sidebar-toggled.parent-login.rtl .fees-r-btn-1{
    margin-right: 0px !important;
  }
  .sidebar-toggled.parent-login .sub{
    padding-left: 8px !important;
  }
  .rtl .holiday-heading ul li{
    float: right;
   }
  .rtl .certificate-heading ul li{
float: right;
  }
  .rtl .certificate-heading ul li:nth-child(1){
    width: 18% !important;
  }
  .rtl .certificate-heading ul li:nth-child(3){
    width: 91% !important;
    margin-top: -10px;
  }
  .parent-login.rtl .reason-certificate{
    padding-right: 0px !important;
  }

  .parent-login.rtl .reason {
    padding-left: 0px;
}
 .rtl .fees-r{
  text-align: right !important;
 }

  .ad-1 span{
    float: right;
  }

  .ad-2 span{
    float: right;
  }
  .ad-3 span{
    float: right !important;
  }
  .rg-heading{
    display: flex !important;
  }
  .rg-heading-1{
    display: flex !important;
  }
  .sm-heading{
    display: flex !important;
  }

  .sidebar-toggled .sd-left {
    width: 0;
  }

  .sidebar-toggled #content-wrapper {
    width: 100% !important;
    margin: 0 0 0 0% !important;
  }

  .sd-left {
    width: 100%;
    position: relative;
    overflow-y: hidden;
  }

  #content-wrapper {
    width: 73%;
    margin: 0 0 0 0%;
  }

  .top-dec {
    padding: 7px 5px 0 5px;
    display: none;
  }

  .top-dec p {
    line-height: 10px;
  }

  .container_main {
    width: 100% !important;
  }

  .top-dec h4 {
    font-size: 15px !important;
  }

  .sd-hdr .mat-mdc-icon-button {
    padding: 2px !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 2px !important;
  }

  .sd-hdr .mat-mdc-icon-button .mat-mdc-button-touch-target {
    width: 20px;
    height: 20px;
  }
  

  .hd-right {
    position: absolute;
    right: 0;
    top: 10px;
  }

  .send-box {
    padding: 15px 0;
  }

  .sd-hdr {
    padding: 20px 0 0 0;
  }

  .hd-right ul li {
    font-size: 12px;
    line-height: 18px;
  }

  .hd-right ul li a {
    cursor: pointer;
  }

  .top-crl {
    border: none !important;
    line-height: 20px;
  }

  .sd-hdr .user {
    font-size: 11px;
  }

  .mb-block {
    display: block !important;
  }

  .profile-des {
    padding: 10px 0 0 0 !important;
  }

  .profile-image {
    width: 80px !important;
    height: 80px !important;
  }

  .profile-image img {
    width: 100% !important;
    height: 80px !important;
  }

  .fc .fc-toolbar-title {
    font-size: 16px !important;
  }

  .menu_main {
    width: auto;
    max-width: 30%;
  }

  .menu_main app-side-bar {
    display: block !important;
  }

  .timetable-calender table td:first-child,
  .timetable-calender table th:first-child {
    font-size: 14px;
    padding: 0 0 0 0px;
  }

  .attn-details {
    display: block;
  }

  .ad-1,
  .ad-2,
  .ad-3 {
    margin: 0 0 10px;
  }

  .fc .fc-col-header-cell-cushion {
    font-size: 10px;
    color: #000;
  }

  .lg-heading {
    font-size: 18px;
    display:flex;
  }

  .ln-hdng-date h4 {
    font-size: 16px;
  }

  .leave-body-left ul li h5 {
    font-size: 15px;
  }

  .image-container {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }

  .on-exam {
    width: 50%;
    padding: 1px 0 0 0;
  }

  .on-dec h5 {
    padding-top: 0;
  }

  .on-dec {
    width: 50%;
    padding: 0 0 0 0;
  }

  .on-exam a {
    font-size: 10px;
  }

  .ved-btns ul li a {
    padding: 7px 9px !important;
    font-size: 12px !important;
  }

  .ved-btns {
    margin: 20px 0 0px 0 !important;
  display:grid;
  }

  .online-test ul li {

    margin: 0 0 15px 0 !important;
    padding: 16px 12px !important;
  }

  .sidebar .nav-item .collapse {
    position: relative;
    left: 0;
  }

  .body_content .mat-horizontal-content-container {
    padding: 0 0px 24px 0px;
  }

  .qs h4 {
    font-size: 14px !important;
    margin-top: 14px !important;
  }

  .qs {
    padding: 10px !important;
  }

  .qs p {
    font-size: 19px !important;
    margin-bottom: 16px !important;
    line-height: 20px !important;
  }

  .select-option ul li img {
    max-width: 100%;
    max-height: 100px;
  }

  .select-option {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
  }

  .qs p img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto !important;
  }

  .mat-horizontal-stepper-header-container {
    overflow-x: scroll;
  }

  .mat-step-header {
    background: #fff !important;
  }

  .mat-horizontal-stepper-header {
    padding: 0 0 !important;
  }

  .sidebar-toggled .menu_main {
    width: 0;
  }

  .login-right {
    padding: 0 0 0 0;
    width: 100%;
  }

  .login-right ul li a {
    font-size: 12px;
    padding: 4px 5px;
  }

  .hd-right {
    padding: 0 0 0 !important;
  }

  .st-list {
    padding: 15px !important;
  }

  .st-list h3 {
    margin-top: 10px !important;
    font-weight: 700;
  }

  .st-list .profile-des {
    padding: 10px 10px !important;
  }

  .st-list .profile-image {
    margin: 0px auto 10px;
  }

  .st-list .mb-5 {
    margin-bottom: 20px !important;
  }

  .ls-dec {
    width: 100%;
    padding: 7px 0 0 0;
  }

  /* Code Added */
  .bg-img {
    background-image: none !important;
  }

  .parent-login .margin-bottom {
    margin-bottom: 15px !important;
  }

  .form-control-lg {
    font-size: 14px;
  }

  .iframe-container {
    width: 100% !important;
  }

  .card-img-top {
    width: 100% !important;
  }

  .sidebar-toggled .book-name {
    padding-left: 5px !important;
  }

  .sidebar-toggled .exam-heading ul li:nth-child(1) {
    width: 33%;
  }

  .sidebar-toggled .exam-heading ul li:nth-child(2) {
    width: 30%;
  }

  .sidebar-toggled .exam-heading ul li:nth-child(3) {
    width: 35%;
  }

  .sidebar-toggled .exam-profile-dec {
    width: 90%;
    height: 100%;
  }

  .sidebar-toggled .exam-profile-paper {
    width: 35%;
    height: 100%;
  }

  .parent-login .book-name {
    padding-left: 5px !important;
  }

  .parent-login .exam-heading ul li:nth-child(2) {
    width: 32%;
  }

  .parent-login .exam-heading ul li:nth-child(3) {
    width: 30%;
  }

  .parent-login .ex-pg .exam-profile-paper {
    font-size: 10px;
    padding: 0 0 0 0 !important;
    width: 45%;
    /* margin-left: 62px; */
  }

  .parent-login .ex-pg .leave-paper {
    font-size: 10px;
    padding: 0 0 0 0 !important;
    width: 40% !important;
  }

  .sidebar-toggled .ex-pg .leave-paper {
    font-size: 10px;
    padding: 0 0 0 0 !important;
    width: 30% !important;
  }

  .parent-login .as-dec h5 {
    font-size: 8px !important;
  }

  .parent-login .as-dec p {
    font-size: 8px !important;
  }

  .parent-login .as-dec a {
    font-size: 8px !important;
  }

  .sidebar-toggled .as-dec h5 {
    font-size: 10px !important;
  }

  .sidebar-toggled .as-dec p {
    font-size: 10px !important;
  }

  .sidebar-toggled .as-dec a {
    font-size: 10px !important;
  }

  .sidebar-toggled .ex-pg .exam-profile-paper {
    font-size: 12px;
  }

  .parent-login .fees-l h4 {
    font-size: 14px !important;
  }

  .parent-login .fees-l h5 {
    font-size: 14px !important;
  }

  .parent-login .fees-l p {
    font-size: 14px !important;
  }

  .parent-login .fees-r-btn-1 a {
    font-size: 12px !important;
    padding: 8px 5px !important;
  }

  .parent-login .fees-l {
    width: 100% !important;
  }

  .sidebar-toggled .fees-l {
    width: 60% !important;
  }

  .sidebar-toggled .fees-r-btn-1 {
    margin: 25px 0px 0px -18px !important;
  }

  .parent-login .fees-T h4 {
    font-size: 14px !important;
  }

  .sidebar-toggled .fees-T h4 {
    font-size: 14px !important;
  }

  .parent-login .fees-T h5 {
    font-size: 14px !important;
  }

  .sidebar-toggled .fees-T h5 {
    font-size: 14px !important;
  }

  .parent-login .fees-T p {
    font-size: 14px !important;
  }

  .sidebar-toggled .fees-T p {
    font-size: 14px !important;
  }

  .parent-login .sl-tag ul li {
    font-size: 12px !important;
  }

  .sidebar-toggled .sl-tag ul li {
    font-size: 14px !important;
  }

  .parent-login .nt input {
    font-size: 12px !important;
  }

  .sidebar-toggled .nt input {
    font-size: 14px !important;
  }

  .parent-login .subj-btn a {
    font-size: 9px;
    padding: 8px 4px;
  }

  .parent-login .btn-large {
    width: 230px !important;
  }

  .parent-login .subject {
    padding-left: 12px !important;
    font-size: 12px !important;
  }

  .parent-login .report-heading ul li,
  .online-top-heading ul li,
  .digital-heading ul li {
    font-size: 12px;
  }

  .parent-login .report-heading ul li:nth-child(2) {
    width: 20%;
  }

  .sidebar-toggled .report-heading ul li:nth-child(2) {
    width: 26%;
  }

  .parent-login .report-heading ul li:nth-child(3) {
    width: 30%;
  }

  .sidebar-toggled .report-heading ul li:nth-child(3) {
    width: 25%;
  }

  .parent-login .report-sub {
    font-size: 10px !important;
  }

  .parent-login .report-fullmarks {
    font-size: 10px !important;
    width: 22% !important;
  }

  .parent-login .report-marks {
    font-size: 10px !important;
  }

  .parent-login .report-mark {
    padding-left: 15px;
  }

  .parent-login .report-right ul li {
    font-size: 12px;
  }

  .parent-login .report-right ul li span {
    font-size: 12px;
  }

  .parent-login .date {
    padding-left: 10px !important;
  }

  /* leave-certificate */
  .sidebar-toggled.parent-login .statuss {
  padding-left: 50px !important;
}
.sidebar-toggled.parent-login.rtl .statuss {
  padding-left: 0px !important;
}
  .parent-login .statuss {
    padding-left: 10px !important;
  }
  
  .parent-login .ex-pg .exam-left {
    font-size: 10px !important;
  }

  .sidebar-toggled .ex-pg .exam-left {
    font-size: 12px !important;
  }
/* exam */
.sidebar-toggled .ex-pg .rtl-exam-left {
  font-size: 12px !important;
}
  .parent-login .leave-paper {
    width: 40%;
    font-size: 10px !important;
  }

  .sidebar-toggled .leave-paper {
    width: 26%;
    font-size: 12px !important;
  }

  .parent-login .float-right {
    font-size: 8px;
    padding: 4px 4px;
  }

  .sidebar-toggled .float-right {
    font-size: 8px;
    padding: 4px 4px;
  }

  .parent-login footer.sticky-footer .copyright {
    font-size: 10px;
    padding-right: 35px;
  }

  .fees-r-btn-1 {
    margin: 10px 0 0 0 !important;
  }

  .parent-login .chart-container {
    width: 100% !important;
    margin-left: -15px !important;
  }

  .sidebar-toggled .chart-container {
    width: 100% !important;
    margin-left: 45px !important;
  }

  .parent-login .on-dec h5 {
    margin: 5px 0 0 0;
    font-size: 12px;
  }

  .sidebar-toggled .on-dec h5 {
    margin: 5px 0 0 0;
  }

  .parent-login rect {
    fill: rgba(255, 255, 255, 0);
    /* Transparent fill color */
    stroke: none;
    stroke-width: 0;
  }

  .parent-login .s-dec p {
    font-size: 10px;
    margin-bottom: 0rem;
  }

  s.mat-mdc-menu-content {
    margin: 0px -8px 0px 0px;
  }

  .parent-login .on-exam a {
    font-size: 8px;
  }

  .ved-right-play {
    float: none;
  }

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

  .margin-bottom h4 p {
    padding-left: 0px;
  }

  .margin-bottom h5 {
    padding-left: 0px;
  }

  .parent-login .ved-right-dec h4 {
    font-size: 14px;
  }

  .pro-name {
    margin: 0 0 0 10px;
  }

  .parent-login .accordion-button {
    margin: 0 0 0 -15px;
  }

  .parent-login .exam-heading ul li {
    font-size: 10px !important;
  }

  .parent-login .holiday-heading ul li {
    font-size: 14px !important;
    padding-left: 15px !important;
  }

  .sidebar-toggled .holiday-heading ul li {
    font-size: 14px !important;
    margin-left: 15px !important;
  }

  .sidebar-toggled .lib-heading ul li {
    font-size: 14px !important;
    margin-left: 0px !important;
  }

  .sidebar-toggled .holiday-heading ul li {
    padding-left: 0px;
  }

  .sidebar-toggled .online-top-heading ul li {
    padding-left: 28px;
  }

  .parent-login .track {
    font-size: 16px !important;
  }

  .sidebar-toggled .track {
    font-size: 1.5rem !important;
  }

  .parent-login .sub {
    padding-left: 0px !important;
  }

  .sidebar-toggled footer.sticky-footer .copyright {
    font-size: 13px;
    padding-right: 0px;
  }

  .parent-login .subject-exam {
    width: 50%;
    float: none;
    margin-left: 65px;
    padding: 1px 0 0 0;
  }

  .sidebar-toggled .subject-exam {
    width: 50%;
    float: none;
    margin-left: 125px;
    padding: 1px 0 0 0;
  }

  .parent-login .test-exam {
    width: 50%;
    float: none;
    margin-left: 65px;
    padding: 1px 0 0 0;
  }

  .sidebar-toggled .test-exam {
    width: 50%;
    float: none;
    margin-left: 110px;
    padding: 1px 0 0 0;
  }

  .parent-login .test-dec h5 {
    font-size: 12px !important;
  }

  .parent-login .test-dec p {
    font-size: 12px !important;
  }

  /* Arabic */
  .rtl .hd-right {
    right: inherit !important;
    left: 0;
  }

  .rtl #content-wrapper {
    margin: 0 0 0 0 !important;
  }

  .sidebar-toggled.rtl #content-wrapper {
    width: 100% !important;
    margin: 0 0 0 0 !important;
  }

  .sidebar-toggled.rtl .mat-toolbar-row,
  .mat-toolbar-single-row {
    padding: 0 0 0 0;
  }

  .sidebar-toggled.rtl .lib-paper {
    padding-left: 0;
  }

  .parent-login.rtl .lib-exam {
    padding-left:0px;
    padding-top: 8px;
    /* float: right; */
    /* width: 100% !important; */
  }
  .parent-login.rtl .lib-dec {
    /* margin: 0px 0px 0px -20px; */
    margin: 0px;
  }

  .parent-login.rtl .lib-paper {
    /* float: right; */
    padding-left: 20px;
    padding-top: 8px;
  }
  .parent-login.ltr .lib-paper{
    padding-left: 8px;
    padding-top: 8px;
  }

  .parent-login.ltr .lib-dec {
    /* margin: 0px 0px 0px -20px; */
    margin: 0px;
  }

  .parent-login.ltr .lib-exam {
    padding-left:0px;
    padding-top: 8px;
    /* float: right; */
    /* width: 100% !important; */
  }

  .sidebar-toggled.rtl .lib-paper {
    float: right;
    padding-left: 0px;
  }



  .sidebar-toggled.rtl .lib-exam {
    padding-left: 115px;
    float: right;
    width: 30% !important;
  }

  .rtl .fees-r-btn {
    margin: 5px -30px 20px 0px !important;
  }

  .rtl .remember-card-details {
    max-width: 135px !important;
  }

  .parent-login.rtl .on-dec {
    width: 45%;
    padding-left: 0px;
  }

  .parent-login.rtl .on-dec h5 {
    padding-left: 15px;
  }

  .parent-login.rtl .on-dec p {
    padding-left: 45px;
  }

  .parent-login.rtl .material-exam {
    width: 55%;
  }

  .sidebar-toggled.rtl .on-dec {
    width: 55%;
    padding-left: 0px;
  }

  .sidebar-toggled.rtl .on-dec h5 {
    padding-left: 85px;
  }

  .sidebar-toggled.rtl .on-dec p {
    padding-left: 100px;
  }

  .sidebar-toggled.rtl .material-exam {
    width: 45%;
  }

  .parent-login.rtl footer.sticky-footer .copyright {
    font-size: 10px;
    padding-left: 35px;
  }

  .parent-login.rtl .onn-exam {
    width: 40%;
  }

  .sidebar-toggled.rtl .onn-exam {
    width: 40%;
  }

  .parent-login.rtl .button-apply {
    padding-left: 65px !important;
  }

  .sidebar-toggled.rtl .button-apply {
    padding-left: 105px !important;
  }

  .parent-login .button-apply {
    padding-left: 55px !important;
  }

  .sidebar-toggled .button-apply {
    padding-left: 100px !important;
  }

  .parent-login.rtl .subject-dec {
    width: 50%;
    padding-left: 0px;
  }

  .parent-login.rtl .subject-dec h5 {
    padding-left: 20px;
  }

  .parent-login.rtl .on-dec p {
    padding-left: 45px;
  }

  .parent-login.rtl .subject-exam {
    width: 50%;
    margin-right: 110px;
  }

  .sidebar-toggled.rtl .subject-dec {
    width: 50%;
    padding-left: 0px;
  }

  .sidebar-toggled.rtl .subject-dec h5 {
    padding-left: 70px;
  }

  .sidebar-toggled.rtl .on-dec p {
    padding-left: 100px;
  }

  .sidebar-toggled.rtl .subject-exam {
    width: 50%;
  }

  .parent-login.rtl .test-dec {
    width: 60%;
    padding-left: 0px;
  }

  .parent-login.rtl .test-dec h5 {
    padding-left: 15px;
  }

  .parent-login.rtl .test-dec p {
    padding-left: 45px;
  }

  .parent-login.rtl .test-exam {
    width: 40%;
    margin-right: 70px;
  }

  .sidebar-toggled.rtl .test-dec {
    width: 60%;
    padding-left: 0px;
  }

  .sidebar-toggled.rtl .lib-date {
    margin-left: 0px !important;
  }

  .sidebar-toggled.rtl .lib-exam {
    padding: 10px 0 0 0;
  }

  .parent-login.rtl .lib-heading ul li:nth-child(1) {
    width: 30% !important;
  }

  .sidebar-toggled.rtl .test-dec h5 {
    padding-left: 76px;
  }

  .sidebar-toggled.rtl .test-dec p {
    padding-left: 100px;
  }

  .sidebar-toggled.rtl .test-exam {
    width: 40%;
    margin-right: 90px;
  }

  .parent-login.rtl .video-dec {
    width: 40%;
    padding-left: 0px;
  }

  .parent-login.rtl .video-dec h5 {
    padding-left: 15px;
  }

  .parent-login.rtl .video-dec p {
    padding-left: 45px;
  }

  .parent-login.rtl .video-exam {
    width: 60%;
    padding-right: 35px;
  }

  .sidebar-toggled.rtl .video-dec {
    width: 40%;
    padding-left: 0px;
  }

  .sidebar-toggled.rtl .video-dec h5 {
    padding-left: 60px;
  }

  .sidebar-toggled.rtl .video-dec p {
    padding-left: 100px;
  }

  .sidebar-toggled.rtl .video-exam {
    width: 55%;
  }

  .sidebar-toggled.rtl .ved-right-dec {
    float: right;
    padding-left: 40px;
  }

  .parent-login.rtl .ved-right-dec h4 {
    font-size: 14px;
  }

  .parent-login.rtl .ved-right-pic {
    margin: 0 0 0 0;
  }

  .parent-login .sidebar {
    max-height: 200px !important;
    overflow-y: auto;
  }

  .sidebar-toggled.rtl .report-heading ul li:nth-child(1) {
    width: 25%;
  }

  .parent-login.rtl .report-heading ul li {
    padding-left: 10px !important;
  }

  .rtl .report-sub {
    padding-left: 25px;
  }

  .rtl .report-marks {
    padding-left: 25px;
  }

  .rtl .report-mark {
    padding-left: 0px;
  }

  .sidebar-toggled.rtl .marks-heading ul li:nth-child(1) {
    width: 25%;
  }

  .rtl .report-fullmarks {
    padding-left: 25px;
  }

  .rtl .exam-left {
    float: right;
  }

  .rtl .leave-paper {
    float: right;
    margin-left: 0px !important;
  }

  .rtl .leave-exam {
    float: left;
  }
.leave-exam{
  float: right;
}
  /* .parent-login.rtl .exam-heading ul li:nth-child(1) {
    width: 40%;
  }

  .parent-login.rtl .exam-heading ul li:nth-child(2) {
    width: 35%;
  }

  .sidebar-toggled.rtl .exam-heading ul li:nth-child(2) {
    width: 30%;
  } */

  .sidebar-toggled .exam-profile-exam {
    width: 30%;
    height: 100%;
    padding: 0 0 0 0;
  }
  .sidebar-toggled.rtl .exam-profile-paper {
    margin-left: 60px !important;
  }
  .sidebar-toggled.rtl .rtl-profile-paper{
    margin-left: 90px !important;
  }


  /* .parent-login.rtl .exam-profile-paper {
    margin-left: 50px !important;
    margin-top: -18px;
  } */

  .sidebar-toggled.rtl .leave-paper-rtl {
    margin-left: 60px !important;
  }

  .parent-login.rtl .leave-paper-rtl {
    margin-left: 50px !important;
    /* margin-top: -18px; */
  }

  

  .parent-login .eye {
    position: absolute !important;
    top: 40px !important;
    right: 26px !important;
  }

  .parent-login.rtl .eye {
    position: absolute !important;
    top: 40px !important;
    right: 200px !important;
  }

  .sidebar-toggled .lib-exam {
    padding: 14px 0 0 0;
  }

  .sidebar-toggled.rtl .lib-paper {
    margin-left: 0px !important;
    padding-top: 10px;
  }

  .parent-login.rtl .leave-paper {
    margin-left: 0px !important;
  }

  /* .parent-login.rtl .certificate-heading ul li:nth-child(1) {
    width: 30%;
  } */

  .ad-A {
  padding-left: 0px !important ;
  font-size: 11px !important;
   }
   .rtl .ad-A{
    padding-right: 0px !important ;
    font-size: 11px !important;
   }
   .ad-B{
    padding-left: 0px !important ;
  font-size: 11px !important;
   }
   .rtl .ad-B{
    padding-right: 3px !important ;
  font-size: 11px !important;
   }


    /* .rtl .rg-body ul li h6{
  display: flex;
 }
 .rtl .rg-body ul li h5 {
  text-align: right;
 }
 .rtl .rg-body ul li p{
  text-align: right;
 } */
  .rtl .rg-body-1 ul li h5{
  text-align: right;
 }
.rtl .rg-body ul li {
text-align: right;
}
.rtl .ad-3 span{
  float: left !important;
}
.rtl .lf-frm {
  text-align: right;
}
.rtl .qs h5{
  text-align: right !important;
}

 .rtl .select-option ul li{
  margin-left: -8px !important;
}
 /* .rtl .exam-heading-rtl ul li{
float: right;
 } */
 
 .rtl .report-sub{
  float: right;
 }
 .rtl .report-fullmarks {
  float: right;
 }
 .rtl .report-marks{
  float: right;
 }
.rtl .report-heading ul li{
  float: right;
}
 .rtl .exam-heading-rtl ul li{
  display: flex;
  float: right;
 }
.rtl .ved-btns ul{
  display: flex;
} 
.rtl .event-heading ul li{
  /* display: flex; */
  float: right;
}

.parent-login.rtl .fees-r-btn{
  margin-right: -90px !important;
}
.parent-login.rtl .fees-r-btn-1{
  margin-right: -90px !important;
}



}