.login-sec-main {
  background-image: url(../img/bg-login.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow-x: hidden;
}
.login-side-box {
  background: #ffffff;
  box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 60px 0px 0px 60px;
  height: 100vh;
  padding: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-box-login {
  width: 420px;
}
.inner-box-login h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 34px;
  color: #597ad1;
  margin-bottom: 15px;
}
.inner-box-login p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #24242e;
}
.inner-box-login small {
  font-size: 12px;
}
.inner-box-login .input-group {
  background: #ffffff;
  border: 1px solid #597ad1;
  border-radius: 8px;
  margin: 20px 0;
}
.inner-box-login .input-group .input-group-text {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.inner-box-login .input-group .input-group-text i {
  color: #597ad1;
}
.inner-box-login .input-group .form-control {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #24242e;
  padding: 5px;
}
.inner-box-login .input-group.otp-outer {
  border: none !important;
  border-radius: 0 !important;
  text-align: center;
  justify-content: center;
}

.inner-box-login .input-group.otp-outer .otp_box input {
  background: #ffffff;
  border: 1px solid #597ad1 !important;
  box-shadow: none !important;
  border-radius: 8px;
  margin: 0px 8px !important;
  padding: 0;
  height: 42px !important;
  width: 42px !important;
  outline: none !important;
}

.inner-box-login p.forgot-link {
  text-align: right;
}
.inner-box-login p.forgot-link a {
  color: #597ad1;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none !important;
}
.common-btn {
  background: #597ad1;
  border: 1px solid #597ad1;
  border-radius: 20px;
  padding: 8px 18px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
}
.common-btn:hover{
  color: #fff;
}
.dropdown-common-btn{
  background-color: #597ad1 !important;
  border: 1px solid #597ad1 !important;
  border-radius: 8px !important;
  padding: 15px 8px !important;
  text-align: center !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  color: #ffffff !important;
}
.dropdown-common-btn:focus{
  border: transparent;
  outline: none;
  box-shadow: none !important;
}
.common-btn-disabled {
  background: gray;
  border: 1px solid gray;
  border-radius: 8px;
  padding: 12px 8px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
}
.common-btn.start-exam-btn {
  padding: 10px 5px;
  font-size: 14px;

}
.common-btn-disabled.start-exam-btn {
  padding: 10px 5px;
  font-size: 14px;

}
.inner-box-login .common-btn {
  margin: 20px 0;
}
.img-login-side {
  width: 100%;
}
.logo-img {
  height: 60px;
}
.header-main-login {
  background-color: transparent;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 0;
}
.inner-box-login .input-group .form-select {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #24242e;
  padding: 5px;
}
.inner-box-login .input-group .form-select option {
  background-color: #fff;
}
.inner-box-login .input-group .form-select.country-code {
  max-width: 100px;
}

@media (max-width: 991px) {
  .dropdown-common-btn{
    padding: 10px 8px !important;
  }
  .img-login-side {
    display: none;
  }
  .login-side-box {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    height: calc(100vh - 40px);
    padding: 25px;
    margin: 20px;
  }
  .login-sec-main {
    background-position: center bottom;
  }
  .inner-box-login h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .inner-box-login .input-group .form-control {
    font-size: 12px;
    line-height: 22px;
    padding: 5px;
    min-height: 36px;
  }
  .inner-box-login p {
    font-size: 14px;
    line-height: 20px;
  }
  .inner-box-login .common-btn {
    margin: 10px 0;
  }
  .common-btn {
    padding: 7px 5px;
    font-size: 10px;
    line-height: 14px;
    height: auto;
    min-height: auto;
}
  .inner-box-login .input-group.otp-outer .otp_box input {
    margin: 0px 5px !important;
    height: 30px !important;
    width: 30px !important;
  }
  .login-sec-main {
    padding-top: 50px;
  }
  .logo-img {
    height: 30px;
  }
  .header-main-login {
    background-color: #597ad1;
  }
  .login-side-box {
    height: auto;
    min-height: calc(100vh - 90px);
  }
}

/* user dashboard page css */

.head-for-all-page {
  display: flex;
  align-items: flex-start;
}
.head-for-all-page .head-icon {
  height: 20px;
  margin-right: 10px;
}
.head-for-all-page h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #597ad1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.head-for-all-page p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #44475b;
  margin-bottom: 0;
}
.test-box-new {
  background: #f5f5f5;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.25), 1px -1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: center;
  margin: 30px 0;
}
.test-box-new h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #597ad1;
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 20px;
  min-height: 165px;
  text-transform: uppercase;
}
.test-box-new a {
  padding: 40px;
  display: block;
}
.test-box-new a img {
  height: 34px;
}
.dashboard-layout .dash-outer-box {
  min-height: calc(100vh - 115px);
}
.test-box-inner {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 20px 45px 45px;
  text-align: center;
  margin: 20px 10px;
}

.dash-outer-box .test-box-inner{
  padding: 20px 25px 25px;
}
.dash-outer-box .test-box-inner p{
  font-size: 14px;
  font-weight: 700;
}


.test-box-inner img {
  width: 100%;
  max-height: 175px;
  object-fit: contain;
}
.test-box-inner h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #597ad1;
  margin: 15px 0;
}
.test-box-inner a {
  text-align: center;
  padding: 12px 8px;
  gap: 12px;
  background: #597ad1;
  border: 1px solid #597ad1;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff !important;
  text-decoration: none;
  display: inline-block;
  min-width: 100px;
}
.test-box-inner .addtocartbtn {
  text-align: center;
  padding: 12px 8px;
  gap: 12px;
  background: #597ad1;
  border: 1px solid #597ad1;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff !important;
  text-decoration: none;
  display: inline-block;
  min-width: 100px;
}
.test-box-inner .addtocartbtndisable {
  text-align: center;
  padding: 12px 8px;
  gap: 12px;
  background: gray;
  border: 1px solid gray;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff !important;
  text-decoration: none;
  display: inline-block;
  min-width: 100px;
}
.edit-icon-btn{
  padding: 5px;
  border-radius: 4px;
  background-color: #597AD1;
  color: #fff;
  font-size: 16px;
}
.modal.welcome-modal {
  background: rgba(217, 217, 217, 0.03);
  backdrop-filter: blur(26px);
}
.remove-backdrop{
  background: transparent !important;
  backdrop-filter: none !important;
}
.welcome-modal .modal-dialog {
  min-width: 350px;
}
.welcome-modal .modal-dialog .modal-content {
  border: 2px solid #597ad1;
}
.welcome-modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 10px;
}
.welcome-modal .modal-dialog .modal-header .btn-close {
  background-color: #597ad1;
  opacity: 1;
  height: 12px;
  width: 12px;
  background-size: 50%;
}
.welcome-modal .modal-dialog .modal-body {
  padding: 25px;
}
.welcome-modal .modal-dialog .modal-body h4 {
  color: #000 !important;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.not_available_msg {
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  color: red !important;
}
.available_msg {
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  color: green !important;
}

.register-border.view-all-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.register-border.view-all-link .report-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #597ad1;
}
.save-flex-btn {
  align-items: center;
  justify-content: space-between;
}
.save-flex-btn .common-btn {
  width: 48%;
  margin: 10px 0;
}
.common-btn.add-btn img {
  height: 28px;
}
.inner-box-login .common-btn.add-btn {
  margin: 20px 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.img-add-new {
  margin: 30px 0;
}
.img-add-new img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 2px solid #597ad1;
}
.muliple-student-box {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}
.muliple-student-box .img-add-new {
  width: 50%;
  margin: 15px 0;
  text-align: center;
}
.muliple-student-box .img-add-new img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 10px;
}
.muliple-student-box .img-add-new h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #597ad1;
  margin: 0;
}


.muliple-student-box .img-add-new a {
  text-decoration: none;
}
.dashboard-layout .for-dash-h4 {
  margin-bottom: 15px;
}
.dashboard-layout .for-dash-h4 + h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #44475b;
}
.dashboard-layout h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #44475b;
  display: flex;
  align-items: flex-start;
}
.dashboard-layout h5 b {
  min-width: 210px;
  font-weight: 700;
  font-size: 13px;
}
.dashboard-layout h5 span {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #000 !important;
}

@media (max-width: 1200px) {
  .dashboard-layout h5 b {
    min-width: 160px;
  }
  .test-box-new h4 {
    font-size: 16px;
    line-height: 22px;
    padding: 15px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .test-box-new a {
    padding: 20px;
    display: block;
  }
  .head-for-all-page p {
    font-size: 12px;
    line-height: 16px;
  }
  .test-box-new {
    margin: 15px 0;
  }
  .test-box-new a img {
    height: 28px;
  }
  .dashboard-layout .dash-outer-box {
    padding: 15px !important;
  }
  .head-for-all-page .head-icon {
    height: 16px;
    margin-right: 5px;
  }
  .head-for-all-page h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .test-box-inner {
    padding: 15px 20px 20px;
    margin: 15px 0;
  }
  .dashboard-layout .dash-outer-box .pad-set {
    padding: 10px 3px !important;
  }
  .register-border.view-all-link .report-link {
    font-size: 10px;
    line-height: 14px;
  }
  .head-for-all-page p {
    font-size: 10px;
    line-height: 12px;
  }
  .test-box-inner h4 {
    font-size: 12px;
    line-height: 16px;
  }
  .test-box-inner a {
    padding: 7px 8px;
  }
  .muliple-student-box .img-add-new img,
  .img-add-new img {
    height: 50px;
    width: 50px;
  }
  .muliple-student-box .img-add-new h5 {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0px;
  }
  .muliple-student-box .img-add-new {
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  .dashboard-layout h5 {
    display: block;
    line-height: 18px;
  }
  .dashboard-layout h5 b {
    min-width: 75px;
    font-size: 10px;
  }
  .dashboard-layout h5 span {
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .dashboard-layout .grey-dash-box {
    padding: 15px 15px 30px !important;
  }
  .dashboard-layout .grey-dash-box .view-all {
    bottom: 5px !important;
    right: 10px !important;
  }
}

.address-box-check {
  background-color: #f3f3f3;
  margin: 0;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-start;
}
.address-box-check .form-check {
  margin-right: 10px;
}
.address-box-check .form-check .form-check-input {
  border: 1px solid #597ad1;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.address-box-check .form-check .form-check-input:checked {
  background-color: #597ad1;
  border-color: #597ad1;
}
.address-box-check h4 {
  font-size: 18px;
  color: #597ad1;
  font-weight: 600;
  margin-bottom: 0;
}
.address-box-check p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #44475b;
  margin-bottom: 5px;
}

/* new css */

.common-btn.round-btn {
  padding: 10px 25px;
  border-radius: 30px;
}
.pad-set.register-border.d-flex.justify-content-between {
  flex-wrap: wrap;
}
.common-btn.round-btn img {
  margin-right: 5px;
}
.d-sm-flex.table-head-drop .form-control {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
}
.common-all-btn {
  border-radius: 30px;
}
.common-all-btn img {
  height: 16px;
  margin-right: 5px;
  width: 16px;
  object-fit: contain;
}
.table-exam-schedule.border-left.result-table tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
  border-left: none;
}
.test-box-inner a img.arrow-img {
  height: 16px;
  width: auto;
  margin-left: 7px;
}
.test-box-inner a.result-btn {
  width: 90%;
}
.student-details-main {
  display: flex;
  flex-wrap: wrap;
}
.dashboard-layout .dash-outer-box .result-detail.admin-order-set.remove-width ul li p{
  min-width: 70px;
}
.student-details-main p {
  width: 50%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #24242e;
  margin-bottom: 30px;
  padding-left: 10px;
  word-break: break-all;
}
.student-details-main.admin-33 p{
  width: 33%;
}
.student-details-main p b {
  display: inline-block;
  min-width: 150px;
}
.dashboard-layout .dash-outer-box .result-detail.admin-order-set ul{
    display: block;
}
.dashboard-layout .dash-outer-box .result-detail.admin-order-set ul li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.dashboard-layout .dash-outer-box .result-detail.admin-order-set ul li p{
  padding-left: 10px;
  min-width: 160px;
  margin-bottom: 25px;
}
.dashboard-layout .dash-outer-box .result-detail.admin-order-set ul li p b{
  display: inline-block;
}
.heading-line-rank {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.heading-line-rank h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #597ad1;
}
.heading-line-rank h3 b {
  margin-right: 20px;
  text-transform: uppercase;
}
.grad-box-inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 20px 0;
}
.grad-box-inner .upper-heading {
  background: rgba(89, 122, 209, 0.8);
  border-radius: 10px 10px 0px 0px;
  padding: 13px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.grad-box-inner .lower-heading {
  height: 100%;
  text-align: center;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  padding: 8px;
  color: #597ad1;
}
.grad-box-inner .lower-heading p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.022em;
  color: #24242e;
}

.grad-box-inner .lower-heading p a{
  color: #597ad1 !important;
}
.percentage-circle {
  background: #ffffff;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.25), 1px -1px 4px rgba(0, 0, 0, 0.25);
  width: 55px;
  height: 55px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #597ad1;
  justify-content: center;
  border-radius: 50%;
}
.upper-heading.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.analysis-link {
  padding: 20px;
  width: 100%;
  min-height: 250px;
}
.analysis-link p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-check-rank {
  width: 100%;
  padding: 20px;
}
.form-check-rank .form-check {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding: 0;
}
.form-check-rank .form-check .form-check-input {
  margin: 0;
  margin-right: 10px;
  border-radius: 0;
  border: 3px solid #597ad1 !important;
  box-shadow: none !important;
  background-color: #597ad1;
}
.form-check-rank .form-check .form-check-label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #24242e;
}
.table-marks-new {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #ddd;
  margin-top: 20px;
}
.table-marks-new thead {
  background: rgba(89, 122, 209, 0.8);
}
.table-marks-new thead th {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  padding: 30px 30px;
  vertical-align: top;
}
.table-marks-new thead th span {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 22px;
  color: #f5f5f5;
  display: block;
}

.table-marks-new tbody td {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #24242e;
  padding: 30px 30px;
  vertical-align: middle;
  background-color: #fff;
}

.time-filter-box {
  display: flex;
  align-items: center;
}
.time-filter-box h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #24242e;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 12px 8px;
  margin: 0px 20px 30px 0;
}

.result-attention-box {
  background: #ffffff;
  box-shadow: -0.753403px 0.753403px 3.01361px rgba(0, 0, 0, 0.25),
    0.753403px -0.753403px 3.01361px rgba(0, 0, 0, 0.25);
  border-radius: 7.53403px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.result-attention-box .attention-box-first {
  background: rgba(89, 122, 209, 0.8);
  border-radius: 0px;
  padding: 30px;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.result-attention-box .attention-box-first img {
  height: 72px;
  width: 72px;
  object-fit: contain;
}
.result-attention-box .attention-box-sec {
  padding: 18px;
  width: 60%;
}
.result-attention-box .attention-box-sec h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #597ad1;
}
.result-attention-box .attention-box-sec p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #24242e;
}
.result-attention-box .attention-box-third {
  height: 100%;
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result-attention-box .attention-box-third .percent-box {
  background: #ffffff;
  box-shadow: -0.753403px 0.753403px 3.01361px rgba(0, 0, 0, 0.25),
    0.753403px -0.753403px 3.01361px rgba(0, 0, 0, 0.25);
  height: 72px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #597ad1;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
}
.camera-box-new {
  height: 115px;
  width: 150px;
  background-color: #fff;
  border: 3px solid #597ad1;
  border-radius: 5px;
  margin-left: 20px;
  overflow: hidden;
}
.camera-box-new.new-add{
  position: relative;
}
.camera-box-new.new-add .dot-container{
  position: absolute;
  right: 0;
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
}
.disable-btn {
  background-color: gray !important;
  cursor: not-allowed !important;
  color: #fff;
  opacity: 0.4;
  padding: 7px;
  border-radius: 5px;
}
.for-select-search.form-control .search-wrapper {
  border: none !important;
  padding: 0;
}
.for-select-search.form-control .search-wrapper input::placeholder{
  color: #000;
}
.same-head-dash.faq-heading{
  text-transform: initial;
}
.grad-box-inner .lower-heading .small-font.setheight{
  min-height: 115px;
}
@media (max-width:1550px){
  .grad-box-inner .upper-heading{
    font-size: 14px;
  }
}
@media (max-width: 1350px){
  .table-exam-schedule .table {
    min-width: 1400px;
}

}
@media (max-width: 1300px){
  .test-box-new h4 {
    
    min-height: 200px;
}
.grad-box-inner .lower-heading p{
  font-size: 14px;
}
}
@media (max-width: 991px){
  .test-box-new h4 {
    min-height: auto;
    display: block;
    padding: 25px;
}
.dashboard-layout .dash-outer-box .pad-set .table-exam-schedule  .report-small  tr th {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}
.student-details-section h5 {
  line-height: 24px;
}
}

@media (max-width: 768px) {
  .grad-box-inner .lower-heading p.fw-600,.grad-box-inner .lower-heading .small-font{
    text-align: center;
  }
  .student-details-main p b {
    min-width: 120px;
}
.student-details-main.admin-33 p{
  width: 100%;
}
  .dashboard-layout .login-header-home .profile-dropdown.bottom {
    max-width: 110px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    display: flex;
    align-items: center;
    font-size: 8px !important;
    line-height: 10px !important;
    text-align: left;
}
.dashboard-layout .login-header-home .profile-dropdown img {
  margin-right: 5px;
}
 .outer-box-search .dropdown .dropdown-toggle {
    text-align: left !important;
}
.dashboard-layout .grey-dash-box .left-content h3 {
  max-width: 145px;
  font-size: 16px !important;
}
.olympaid-section  .slick-slider .slick-slide {
  padding: 2px !important;
}
.dashboard-layout  .right-image .logo {
  height: 70px !important;
  width: 70px !important;
}
.table-head-drop.outer-box-search .input-group .form-control {
  margin: 0 !important;
}
.class-country-heading {
 
  max-width: 100% !important;
  margin-bottom: 10px !important;
}
.margin-mobile-box .text-end{
  text-align: left !important;
}
.table-head-drop.outer-box-search .input-group {
  margin: 15px 0 15px;
}
.outer-box-search .dropdown .dropdown-menu {
  width: 100%;
}
  .communication-list .success {
    min-width: 92px;
}
.communication-list a {
  font-size: 12px !important;
  line-height: 20px !important;
}
.communication-list p {
  font-size: 12px !important;
  line-height: 17px !important;
  padding-right: 10px;
}
.dashboard-layout .delivery-form .select-faq {
  margin: 10px 0;
}
.personal-radio-line {
  display: block !important;
}
.pad-set.border-account .order-table tr {
  display: block;
}
.pad-set.border-account .order-table .small-content td {
  display: block;
}
  /* body .dashboard-layout .dash-outer-box .pad-set {
    padding: 0!important;
} */
  .common-btn.round-btn {
    padding: 5px 12px;
    font-size: 10px;
  }
  .common-btn.round-btn img {
    height: 10px;
  }
  .head-for-all-page p {
    margin-bottom: 10px;
  }
  .d-sm-flex.table-head-drop .input-group .form-control {
    margin: 0;
    padding: 8px !important;
}




  .student-details-main p {
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
    padding-left: 0px;
  }
  .dashboard-layout .dash-outer-box .result-detail.admin-order-set ul li {
    margin-bottom: 0;
  }
  .dashboard-layout .dash-outer-box .result-detail.admin-order-set ul li p {
    /* width: 100%; */
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
    padding-left: 0px;
}
  .analysis-link p {
    display: block;
  }
  .grad-box-inner .lower-heading p {
    font-size: 11px;
    line-height: 140%;
    text-align: left;
  }
  .form-check-rank .form-check .form-check-label {
    font-size: 10px;
    line-height: 140%;
  }
  .form-check-rank .form-check {
    margin-bottom: 8px;
  }
  .analysis-link {
    padding: 10px;
    min-height: auto;
  }
  .percentage-circle {
    width: 36px;
    height: 36px;
    font-size: 10px;
    line-height: 14px;
  }
  .grad-box-inner .upper-heading {
    font-size: 12px;
    line-height: 14px;
  }
  .table-marks-new thead th {
    font-size: 10px;
    line-height: 130%;
    padding: 10px 5px;
  }
  .table-marks-new thead th span {
    font-size: 6px;
    line-height: 10px;
  }
  .table-marks-new tbody td {
    font-size: 12px;
    line-height: 16px;
    padding: 15px 5px;
  }
  .result-attention-box {
    display: block;
  }
  .result-attention-box .attention-box-first {
    padding: 15px;
    width: 100%;
  }
  .result-attention-box .attention-box-sec {
    padding: 15px;
    width: 100%;
    text-align: center;
  }
  .result-attention-box .attention-box-third {
    width: 100%;
    padding: 15px;
    padding-top: 0;
  }
  .result-attention-box .attention-box-sec p {
    margin-bottom: 0;
    font-size: 12px;
  }
  .result-attention-box .attention-box-first img {
    height: 50px;
    width: 50px;
  }
  .result-attention-box .attention-box-third .percent-box {
    height: 50px;
    width: 50px;
    font-size: 16px;
  }
  .login-side-box {
    padding: 15px;
    margin: 15px;
}
}

/* speaker button css */
.speaker-btn {
  position: relative;
}
.speaker-btn .rs-container .rs-play {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.academic-performance-box{
  background: #FFFFFF;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.25), 1px -1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.academic-performance-box h4{
  background: rgba(89, 122, 209, 0.8);
  border-radius: 10px 10px 0px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 25px;
}
.academic-performance-box .inner-box-performance{
padding: 25px;
}
.academic-performance-box .inner-box-performance .inner-graph-box{
  background: #F5F5F5;
  box-shadow: -1.26437px 1.26437px 5.05747px rgba(0, 0, 0, 0.25), 1.26437px -1.26437px 5.05747px rgba(0, 0, 0, 0.25);
  border-radius: 7.58621px;
  padding: 20px;
}
.academic-performance-box .inner-box-performance .inner-graph-box .graph-heading{
  color: var(--blue-main, #597AD1);
  font-size: 14.989px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 6px;
  /* height: 6px; */
  height: 15px;

}

::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #597ad1; 
}
.latest-question-active{
  background-color: #597ad1 !important; 
  color: #fff !important;
  border-color: #597ad1 !important;
}
.whatsapp-switch {
  font-size: 12px !important;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-switch i {
  color: #2dc52d;
  font-size: 17px;
  margin-right: 5px;
}
.whatsapp-switch .form-switch {
  padding: 0;
  width: 30px;
  height: 15px;
  min-height: auto;
  margin-left: 20px;
}
.whatsapp-switch .form-switch .form-check-input {
  float: none;
  background-color: #3dc33d;
  box-shadow: none !important;
  border: 1px solid green;
}
.inner-box-login.for-otp-only p {
  font-weight: 500;
  font-size: 14px;
}
.whatsapp-switch .fa-envelope{
  color: #597ad1;
}
.inner-box-login.for-otp-only h2{
  font-size: 28px;
  line-height: 30px;
}
.inner-box-login.for-otp-only p a {
  color: #597ad1 !important;
  font-size: 11px;
  font-weight: 600;
}
.add-plus-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0;
}
.add-plus-btn button {
  border: 2px solid #597ad1;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  font-size: 22px;
  line-height: 25px;
  color: #597ad1 !important;
  box-shadow: none !important;
  font-weight: 600;
}
.add-plus-btn p {
  margin: 0;
  height: 30px;
  width: 40px;
  color: #000 !important;
  font-weight: 600;
  line-height: 30px;
}
.student-details-section img {
  width: 115px;
  height: 115px;
  object-fit: contain;
  border: 2px solid #597AD1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.student-details-section h5{
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
.whatsapp-switch {
  font-size: 9px !important;
}
.student-details-section h5 {
  margin-bottom: 25px !important;
}
}

/* Blink red dot css */

.dot-container {
  position: relative;
  width: 20px;
  height: 20px;
}

.dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;

  /* Animation */
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* Keyframes for the animation */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* End of blink red dot css */

 .pad-set .align-items-center.justify-content-between {
  display: flex !important;
}
.comming-soon-gif{
  display: flex;
  align-items: center;
}
.comming-soon-gif  img {
  height: 154px !important;
  margin: 0 !important;
}
.comming-soon-gif h4 {
  font-size: 22px;
  color: #597AD1;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1200px){
  .comming-soon-gif h4 {
    font-size: 16px;
}
.get-touch-bg {
  padding: 76px 40px 60px;
  border-radius: 150px 0px 0px 0px;
}
.get-touch-bg::before {
  border-radius: 155px 0px 0px 0px;
}
.get-touch-bg {
  padding: 100px 45px 60px !important;
}
}
@media (max-width: 991px){
  .syllabus-home-box p {
    font-size: 16px !important;
    min-height: 60px !important;
}
.coupon-code-input .form-control {
  padding: 15px 20px !important;
  font-size: 14px !important;
  width: 215px !important;
  height: 40px !important;
}
.coupon-code-input button {
  padding: 12px 30px !important;
  font-size: 14px !important;
  line-height: 16px !important;
}
}
@media (max-width: 768px){
  .pad-set .align-items-center.justify-content-between {
    display: block !important;
  }
  .table-head-drop .input-group {
    margin: 0;
    height: auto;
}
.student-details-section h5 {
  margin-bottom: 10px !important;
}
.comming-soon-gif {
  display: block;
  text-align: center;
}
.comming-soon-gif h4 {
  font-size: 16px;
  
}
.syllabus-home-box p {
  font-size: 16px !important;
  min-height: auto !important;
}
.pad-set .account-set-inner.cursorPointerClass .align-items-center.justify-content-between {
  display: flex !important;
}
.coupon-code-input .form-control {
  margin: 12px 0;
  width: 100% !important;
  height: 35px;
}
}

.for_capitalize{
  text-transform: capitalize !important;
}
