body {
  font-family: Urbanist-Regular;
}
.app-container {
  background-color: #fff;
}
.redText {
  color: #FF3636 !important;
}

@font-face {
  font-family: Urbanist-Black;
  src: url(../font/Urbanist-Black.woff);
}

@font-face {
  font-family: Urbanist-Black;
  src: url(../font/Urbanist-Black.woff);
}

@font-face {
  font-family: Urbanist-Bold;
  src: url(../font/Urbanist-Bold.woff);
}

@font-face {
  font-family: Urbanist-ExtraLight;
  src: url(../font/Urbanist-ExtraLight.woff);
}

@font-face {
  font-family: Urbanist-Light;
  src: url(../font/Urbanist-Light.woff);
}

@font-face {
  font-family: Urbanist-Medium;
  src: url(../font/Urbanist-Medium.woff);
}

@font-face {
  font-family: Urbanist-Regular;
  src: url(../font/Urbanist-Regular.woff);
}

@font-face {
  font-family: Urbanist-SemiBold;
  src: url(../font/Urbanist-SemiBold.woff);
}

@font-face {
  font-family: Urbanist-Thin;
  src: url(../font/Urbanist-Thin.woff);
}

.otpAlert {
  border-radius: 4px;
  background: #EFF2A6;
  display: inline-flex;
  padding: 12px 16px;
  align-items: center;
  gap: 80px;
  margin-bottom: 1rem;
}

.otpAlert img {
  cursor: pointer;
}

.otpAlert h6 {
  color: #232600;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  margin: 0;
}

.bg-blue {
  background: #0057A7 !important;
}

.sidebar {
  margin-top: 1.3rem;

  .logoOuter {
    background: #fff;
    border-radius: 4px;
    padding: 9px;
  }

}
[data-kt-app-sidebar-hoverable=true] .app-sidebar .app-sidebar-wrapper {
  width: var(--bs-app-sidebar-width-actual);
  height: 70vh;
}
[data-kt-app-sidebar-minimize=on] .app-sidebar {
  transition: width .3s ease;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
[data-kt-app-sidebar-minimize=on] .app-sidebar .btn-label{
display: none;
}
[data-kt-app-sidebar-minimize=on] .app-sidebar .app-sidebar-footer img {
  width: 28px;
    margin-left: -4px;
}
.sidebar h5 {
  margin-top: .2rem;
  margin-left: .5rem;
  font-family: Urbanist-Regular;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
}

.app-sidebar .menu .menu-item .menu-link .menu-title {
  color: #ffffff !important;
}

.iconImages {
  border-radius: 5px;
  background: #5D95CA;
  padding: 4px;
  margin-right: 10px;
}

.menu-title {
  color: #FFF;
  font-family: Urbanist-Regular;
  font-size: 14px !important;
  font-weight: 600;
  line-height: var(--line-height-21, 21px);
  letter-spacing: 1px;
}

.app-sidebar .menu .menu-item .menu-link.active {
  background: #5D95CA;
  border-radius: 5px;
  padding: 8px;
}

.menu-item .menu-link.active .menu-arrow {
  left: -5px;
}

.app-sidebar-menu {
  padding: 16px;
  margin-right: 20px !important;
}

.menu-item .menu-link .menu-arrow {
  left: -30px;
}

.main-bar {
  display: flex;
  align-items: center;
  color: white;
  padding: 0 0px 14px 0px;
  font-size: 18px;
  font-weight: bold;
  background: transparent;
}

.menuIcons {
  background: #5d95ca;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px 4px 4px 3.98px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.main-bar span {
  margin-right: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: var(--font-weight-600, 600);
  line-height: var(--line-height-14_4, 14.4px);
  /* 102.857% */
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-bar .line {
  flex-grow: 1;
  height: 1px;
  background-color: white;
}

.menu-sub-lg-dropdown .menu-title {
  color: #000 !important;
}

.top-30 {
  top: 30% !important;
}

.start-120 {
  left: 120% !important;
}

.app-sidebar {
  background-color: #0057A7 !important;
}

.app-sidebar-logo {
  background: #fff;
  margin: 16px;
  padding: 9px;
  border-radius: 4px;
  width: 70%;
}

.app-sidebar-menu .menu>.menu-item {
  margin-left: 0;
}

.app-sidebar .menu .menu-item .menu-link {
  margin-bottom: .5rem;
}

.app-sidebar .menu .menu-item .menu-link.active {
  background: #347bbc !important;
  border-radius: 4px;
  width: 90%;
}

.menu-item .menu-link {
  padding: 8px;
}

.rightTopText {
  color: #0D2757;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-top: 2rem;
  padding-left: 0;
  letter-spacing: .5px;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-arrow:after {
  background-color: #fff !important;
}

.app-sidebar-toggle {
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: 1px 1px 4px 1px #0057a770 !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo {
  border-bottom: none;
}

.notiIcon {
  border-radius: 4px;
  border: 1px solid #0057A7;
  background: #FFF;
  display: flex;
  padding: 10px 12px;
  align-items: center;
  align-self: stretch;
  margin-right: 2.5rem;
  height: 40px;
}

.supportIcon {
  border-radius: 4px;
  background: #0057A7;
  display: flex;
  padding: 12px;
  align-items: center;
  align-self: stretch;
  height: 40px;
}

.userImg {
  width: 40px;
  height: 40px;
  border-radius: 4px !important;
}

.topMenuText2 {
  letter-spacing: .3px;
  color: #6A7E89;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  border-radius: 4px;
  border: 1px solid #E9EDF4;
  background: #FFF;
  padding: 8px 12px;
  align-items: center;
  display: flex;
  height: 40px;
  margin-top: 1rem;
}

.navBtn {
  width: 100% !important;
  margin-right: 2.3rem;
}

.rightDivData h2 {
  color: #0D2757;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.rightDivData .para1 {
  color: #0D2757;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 32px 0;
}

.rightDivData h5 {
  text-align: center;
  color: #0D2757;
  font-size: var(--font-size-20, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-24, 24px);
  /* 120% */
  font-family: Urbanist-Bold;
  margin: 0;
  padding: 16px 0;
}

hr {
  margin: 0;
}

.rightDivData {
  padding: 0 1rem;

  .note {
    color: #45597E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    background: #FFF0BB;
    display: flex;
    height: 44px;
    padding: 8px 16px;
    align-items: center;
    margin: 16px 0;
    font-family: Urbanist-Bold;
    text-align: left;
  }

  .noteBtn {
    color: #0D2757;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 168.75% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
    border-radius: 8px;
    border: 1px solid #0D2757;
    background: #E4EEFF;
    display: flex;
    width: 148px;
    height: 44px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    margin: 16px 0;
  }

  .Btn1 {
    color: #FFF;
    text-align: center;
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-21, 21px);
    border-radius: 5px;
    border: var(--stroke-weight-1, 1px) solid #0057A7;
    background: #0057A7;
    display: flex;
    width: 142px;
    height: 36px;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
  }

  .outerPad {
    padding: 20px 16px;
  }

  .leftOuter {
    border-radius: 5px;
    border: var(--stroke-weight-1, 1px) solid #E9EDF4;
    /* background: #FFF; */
    box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
    height: 218px;

    .timelineData h5 {
      background-color: transparent;
      border: none;
    }

    .progressBar {
      top: 50%;
      left: 105px;
    }
  }
}

.yellowText {
  color: #E38E00 !important;
}

.addPortalDiv h5 {
  color: #0057A7;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: var(--radius-5, 5px) var(--radius-5, 5px) 0px 0px;
  border: var(--stroke-weight-1, 1px) solid #CCDDED;
  background: #CCDDED;
  display: flex;
  padding: 17px 16px;
  flex-direction: column;
  align-items: flex-start;
}

.addPortalDiv p {
  color: #45597E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-18, 18px);
  font-family: Urbanist-Medium;
}

.timeline {
  margin: 20px 0;
  padding: 0;
  border-top: 2px solid #0057A7;
  list-style: none;
}

.timeline__step {
  float: left;
  width: 20%;
  padding-top: 5px;
  position: relative;
  top: -15px;
}

.timeline__step:first-of-type:before,
.timeline__step:last-of-type:before {
  content: "";
  /* width: 50%; */
  height: 100%;
  background: #fff;
  position: absolute;
  top: -2px;
  left: 0;
}

.timeline__step:last-of-type:before {
  left: 50%;
}

.timeline__step:hover .timeline__step-label {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  height: auto;
  padding: 5px 10px;
  font-size: 12px;
  border-width: 1px;
  bottom: 100%;
}

.timeline__step:hover .timeline__step-label:before,
.timeline__step:hover .timeline__step-label:after {
  display: block;
}

.timeline__step-label {
  opacity: 0;
  height: 0;
  padding: 0;
  font-size: 0;
  border-width: 0;
  -webkit-transform: rotate(30deg);
  width: 110px;
  margin: 0 0 45px -55px;
  border-style: solid;
  border-color: #0057A7;
  background: #fff;
  font-weight: normal;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: bottom 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.timeline__step-label:before,
.timeline__step-label:after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}

.timeline__step-label:before {
  border-top-color: #0057A7;
  border-width: 8px;
  margin-left: -8px;
}

.timeline__step-label:after {
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.timeline__step-content {
  display: block;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.timeline__step-title {
  display: block;
  width: 100%;
  padding: 50px 0 0;

  text-align: center;
  position: absolute;
  top: 0;
  letter-spacing: .5px;
  color: #808080;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.timeline__step-marker {
  width: 26px;
  height: 26px;
  margin-left: -15px;
  background: #fff;
  border: 4px solid #0057A7;
  border-radius: 50%;
  text-align: center;
  color: #0057A7;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: 5%;
  left: 50%;
}

.done .timeline__step-marker {
  background: #0057A7;
  color: #fff;
}

.timeline__step-radio {
  display: none;

}

.textBlue {
  color: #0D2757 !important;
}

.statusDone {
  position: relative;
  top: 7rem;
  display: flex;
  justify-content: center;
  font-size: 13px !important;
  color: #03B900 !important;

}

.statusPending {
  position: relative;
  top: 7rem;
  display: flex;
  justify-content: center;
  font-size: 13px !important;
  color: #E38E00 !important;
}

.timeline--summary {
  width: 200px;
  border-width: 2px;
}

.timeline--summary .timeline__step-label {
  margin-bottom: 19px;
}

.timeline--summary .timeline__step-title {
  padding: 10px 0 0;
  font-size: 8px;
  font-weight: bold;
}

.timeline--summary .timeline__step-marker {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-width: 2px;
  text-indent: -999em;
  box-shadow: 0 0 0 3px #fff;
  top: -7px;
}

.dotImg {
  position: absolute;
  top: 4px;
  left: 4px;
}

.timelineNew .dot2Img {
  background-color: #E5EFFF;
}

.appFormDiv {
  border-radius: 5px;
  border: 1px solid #E9EDF4;
  background: #FFF;
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
}

.appFormDiv h6 {
  color: #0057A7;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  height: 58px;
  padding: 16px 20px 17px 16px;
  letter-spacing: .5px;
  margin: 0;
}

.data {
  padding: 20px;
}

.data h5 {
  color: #0D2757;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  font-family: Urbanist-Medium;
  text-align: left;
  padding: 12px 20px 13px 20px;
}

.dataDetails h5 {
  color: #0D2757;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  padding: 15px 0 15.75px 20px;
}

.btns {
  border-radius: 5px;
    border: 1px solid #E9EDF4;
    background: #E9EDF4;
    color: #ACB2C0;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    padding: 5px 20px;
    display: flex;
    margin-top: .7rem;
    align-items: center;
    justify-content: center;
    width: 100px;
    cursor: unset;
}
.btnsBlue{
  border-radius: 5px;
    border: 1px solid #E9EDF4;
    background: #0057A7;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    padding: 5px 20px;
    display: flex;
    margin-top: .7rem;
    align-items: center;
    justify-content: center;
    width: 100px;
    cursor: pointer;
}
.linkColor {
  color: #3D5EE1!important;
}
.chatIcon {
  position: fixed;
    z-index: 1;
    bottom: 3rem;
    right: 3rem;
}
.textBlack {
  color: #202C4B;
  padding-right: 5px;
}

.flr {
  float: right;
}

.noteDiv {
  border-radius: 5px;
  border: 1px solid #E9EDF4;
  background: #FFF;
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
  display: flex;
  padding: 0px 20px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin-top: 1.5rem;
}

.noteDiv h5 {
  color: #0057A7;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.noteDiv p {
  color: #0D2757;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: 'Urbanist-Medium';
}
.sidebarLogo {
  width: 32px;
height: 32px;
}
.app-sidebar-footer .btn-label {
  color: #0D2757;
  font-size: var(--font-size-15, 15px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height-22_5, 22.5px);
  /* 150% */
  padding-left: 10px;
}

.app-sidebar-footer a {
  border-radius: 4px;
  background: #FFF;
  display: flex;
  padding: 9px;
  align-items: center;
  align-self: stretch;
  margin-top: -3rem;
}

.welcomeText {
  color: #0D2757;
  text-align: center;
  font-size: var(--font-size-24, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-28_8, 28.8px);
  padding-top: 12px;
}

.loginForm {
  border-radius: 12px;
  background: #FFF;
  padding: 24px;
  width: 613px !important;
}

.loginForm label {
  color: #0D2757;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height-21, 21px);
  /* 123.529% */
  margin-bottom: 8px;
  letter-spacing: .5px;
}

.loginForm h5 {
  color: var(--a1-Pale-Sky, var(--color-azure-47, #6A7287));
  font-size: var(--font-size-15, 15px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-21, 21px);
  margin-bottom: 24px;
}

.loginForm .indicator-label {
  border-radius: 4px;
  background: #0057A7;
  display: flex;
  height: 42px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.star {
  color: #E41F07;
}

.copyright {
  color: var(--a1-Pale-Sky, var(--color-azure-47, #6A7287));
  text-align: center;
  font-size: var(--font-size-14, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-21, 21px);
  padding-top: 6.25rem;
}

.copyright p {
  margin: 0;
}

.copyright a {
  color: var(--a1-Pale-Sky, var(--color-azure-47, #6A7287));
}

.videoCallText {
  text-align: center;
  display: flex;
  padding: 9px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #0057A7;
  width: 60%;
  margin: 0 auto;
}

.videoCallText a {
  color: #0057A7;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: var(--font-weight-500, 500);
  line-height: 18px;
  /* 120% */
}

.outerBg {
  background: url(../img/loginBanner.png);
  background-size: cover;
}

.indicator-label {
  color: #fff;
}

.timelineNew img {
  background-color: #0057A7;
  border-radius: 50px;
  padding: 8px;
}

.progressBar {
  flex-grow: 1;
  height: 4px;
  background: linear-gradient(to right, #0056b3, #a6d0ff);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 12rem;
  width: 20%;
}

.progressBar2 {
  flex-grow: 1;
  height: 4px;
  background: #E5EFFF;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 30%;
  width: 20%;
}

.progressBar3 {
  flex-grow: 1;
  height: 4px;
  background: #E5EFFF;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 49%;
  width: 20%;
}

.progressBar4 {
  flex-grow: 1;
  height: 4px;
  background: #E5EFFF;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 70%;
  width: 20%;
}

.timelineNew {
  display: flex;
  justify-content: space-around;
  padding: 1rem 0;
  position: relative;
}

.timelineData {
  display: flex;
  justify-content: space-around;
}

.timelineData h5 {
  color: #0D2757;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 14px 0;
}

.timelineStatus {
  display: flex;
  justify-content: space-around;
  margin-bottom: 3%;
}

.timelineStatus p {
  color: #E38E00;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .5px;
}

.greenText {
  color: #03B900 !important;
}
.file-name-input:focus-visible {
  outline: unset;
}
.stuinfoDiv {

  .file-name-input {
    height: 47px;
  }

  .file-name-input:focus-visible {
    outline: none;
  }

  .upload-button {
    right: 3.3rem;
  }

  .accHead {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.32px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #C3C9D5;
    background: #0057A7;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    margin: 0;
    letter-spacing: .5px;
  }

  label {
    color: #0D2757;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    letter-spacing: .5px;
  }

  .studenInfoForm {
    background: #F5F5E9;
  }

  .studenInfoForm p {
    color: #0D2757;
    font-size: 17px;
    font-style: normal;
    line-height: 22px;
    /* 129.412% */
  }

  /* .accordion-button:not(.collapsed) {
    border-radius: 5px 5px 0px 0px;
    background: #0057A7;
    letter-spacing: .5px;
    color: #FFF;
  } */

  .accordion-button {
    border-radius: 5px 5px 0px 0px !important;
    background: rgba(61, 94, 225, 0.10);
    color: #3D5EE1;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 700 !important;
    letter-spacing: .5px;
    line-height: 16.32px;
    padding: 12px;
  }

  .accordion-body {
    background: #F5F5E9;
    padding: 0;
  }

  .accordion-item {
    margin-bottom: 16px;
  }



  ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 25px;
  }

  .cbDiv {
    border-radius: 3.5px !important;
    border: 1px solid #C3C9D5 !important;
    width: 24px !important;
    height: 24px !important;
  }
  .form-control, .form-select {
    font-size: 17px;
  }

  .form-check-label {
    color: #0D2757;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }

  .form-check-custom {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    margin: 0;
  }

  .form-check-input:checked {
    background-color: #0057a7;
    width: 24px !important;
        height: 24px !important;
  }

  .imageUpload {
    display: flex;
    height: 68px;
    padding: 16px;
    flex-direction: column;
    gap: 8px;
    border-radius: var(--Corner-Small, 8px);
    border: 1px solid #C3C9D5;
    background: var(--bgColor-light, #FFF);
  }
.imageUpload .redText {
  margin: 0;
}
  .imageUpload h5 {
    text-align: left !important;
    padding: 0;
    color: var(--textColor-default, #0B0B0B);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 138.462% */
  }

  .imageUpload p {
    color: var(--textColor-secDefault, #6D6D6D);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
   
  }

  .imageUpload img {
    margin: 0 auto;
    display: block;
  }

  .errText {
    color: #EB5757;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }

  .spBtn {
    color: var(--preskool-dreamstechnologies-com-white, var(--color-white-solid, #FFF));
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    border-radius: 5px;
    border: var(--stroke-weight-1, 1px) solid #0057A7;
    background: #0057A7;
    display: block;
    padding: 9px 14.6px;
    margin: 0 auto;
    width: 10%;
  }

  .dateIcon {
    position: absolute;
    bottom: 1.5rem;
    right: 0.5rem;
    width: 24px;
    height: 24px;
    padding: 2px 2.5px;
  }

  .ht {
    display: flex;
    height: 45px;
    align-items: end;
  }

  .lh-13 {
    line-height: 13px !important;
  }

  .subText {
    color: #0D2757;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
  }
}


.outerDiv {
  .heading {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.32px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #C3C9D5;
    background: #0057A7;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    margin: 0;
    letter-spacing: .5px;
    display: flex;
    justify-content: space-between;
  }

  .subheading {
    color: #3D5EE1;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.32px;
    border-radius: 5px 5px 0px 0px;
    background: rgba(61, 94, 225, 0.10);
    display: flex;
    padding: 12px 16px;
    align-items: center;
    margin: 0;
    letter-spacing: .5px;
    margin-top: 1rem;
  }

  .outerBod {
    border: 1px solid #f1f1f4;
    padding-bottom: 16px;
  }

  .outerBod .para .text-danger {
    padding-left: .5rem;
  }

  .para p {
    color: #45597E;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    padding: 16px 16px 8px 16px;
    align-items: center;
  }
.DocUploadDiv {
  position: relative;
  .upload-button {
    right: 2.5rem;
  }
}
  .eformData form {
    padding: 0 16px;
  }

  .eformData h2 {
    color: var(--textColor-default, #0B0B0B);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 141.176% */
    letter-spacing: -0.2px;
    display: flex;
    padding: 0px 16px;
    align-items: center;
    gap: 24px;
  }

  .upload-container {
    display: flex;
    width: 368px;
    height: 62px;
    padding: 16px;
    align-items: center;
    gap: 8px;
    border-radius: var(--Corner-Small, 8px);
    border: 1px solid #C3C9D5;
    background: #FAFAFA;
  }

  .upload-container input[type="file"] {
    /* border: none;
  padding: 8px; */
    font-size: 14px;
  }

  .upload-container button {
    border-radius: var(--radius-5, 5px);
    border: 1px solid var(--button-neutralOutline-stroke, #CECECE);
    background: var(--button-neutralOutline-default, #FFF);
    display: flex;
    padding: var(--spacing-xs, 6px) var(--spacing-smd, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 8px);
  }

  .upload-container button:hover {
    background-color: #e0e0e0;
  }

  .upBtn {
    margin-left: -1.8rem;
    color: #6D6D6D;
  }

  .statusRed {
    color: #E38E00;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 1.8rem;
    letter-spacing: .3px;
  }

  .statusGreen {
    color: #1ABE17;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 1.8rem;
    letter-spacing: .3px;
  }
}

.imageUpload {
  display: flex;
  margin-left: 16px;
  padding: 16px;
  flex-direction: column;
  border-radius: var(--Corner-Small, 8px);
  border: 1px solid #C3C9D5;
  background: var(--bgColor-light, #FFF);
  
}

.imageUpload h5 {
  text-align: left !important;
  padding: 0;
  color: var(--textColor-default, #0B0B0B);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  font-family: Urbanist-Regular !important;
}

.imageUpload p {
  color: var(--textColor-secDefault, #6D6D6D);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}

.bg-light-progres {
  background-color: #FAFAFA;
}

.bg-progres {
  background-color: #0057A7;
}

.progPercent {
  color: var(--textColor-secDefault, #6D6D6D);
  text-align: right;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.progPercent-Uploading {
  color: var(--textColor-secDefault, #6D6D6D);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 123.077% */
  margin-bottom: .5rem;
}

.sampleDoc {
  text-decoration: underline;
  cursor: pointer;
  color: #45597E;
}

.crossImg {
  cursor: pointer;
}

.borderUnset {
  border: unset !important;
}

.applicationSubmission {
  background-color: #fff;
  border: 1px solid #f1f1f4;

  label {
    color: #0D2757;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
  }

  .form-check.form-check-solid .form-check-input:not(:checked) {

    border-radius: 3.5px;
    border: var(--stroke-weight-1, 1px) solid #0D2757;
    background: var(--color-white-solid, #FFF);
  }
}

.applicationSubmission p {
  color: #0D2757;
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
}

.applicationSubmission ul {
  list-style-type: none;
  padding: 0;
}

.fpBtn {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.32px;
  border-radius: 5px;
  background: #03B900;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border: unset;
  position: absolute;
  left: 190px;
}

#addAppAccord {
  .accordion-button {
    background: #0057A7;
    color: #fff;
  }
  

  .accordion-button::after {
     background-image: url(../img/icons/downArr.svg);
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url(../img/icons/upArr.svg);
    transform: rotate(0);
  }
}
#addAppAccord p{
  font-size: 15px;
}
.select2-results__option--selectable {
  cursor: pointer;
  font-size: 17px;
}
.bdBlck {
  border: 1px solid #C3C9D5;
}
.bdBlck td {
font-size: 16px;
}
.bdBlck th {
  font-size: 16px;
  }
.feeStatusPaid {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.32px;
  border-radius: 5px;
  background: #03B900;
  padding: 4px 8px;
  margin-left: .5rem;
}

.feeStatusPending {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.32px;
  border-radius: 5px;
  background: #E38E00;
  padding: 4px 8px;
  margin-left: .5rem;
}

.appliedStatus {
  color: #0057A7;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.32px;
  border-radius: 5px;
  background: #FFF;
  padding: 4px 8px;
  margin-left: .5rem;
}

.formFeeDiv {
  border: 1px solid #F1F1F4;
  background-color: #fff;
}

.formFeeDiv {
  .accHead {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.32px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #C3C9D5;
    background: #0057A7;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    margin: 0;
    letter-spacing: .5px;
  }

  label {
    color: #0D2757;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    letter-spacing: .5px;
  }

  .table-container {
    max-width: 100%;
    overflow-x: auto;
    margin: 0 auto;
    background: #fff;
    padding: 16px 16px 0px 5px;
    border-radius: 8px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
  }

  thead {
    color: #0D2757;
  }

  th,
  td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
    color: #45597E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 146%;
    /* 23.36px */
  }

  tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
  }

  tfoot td {
    font-weight: bold;
    background-color: #f1f1f1;
  }

  input[type="checkbox"] {
    transform: scale(1.2);
    margin: 0 auto;
    display: block;
  }

  .form-check-input:checked {
    background-color: #00489c;
    border-radius: 3px;
  }

  .form-check.form-check-solid .form-check-input:not(:checked) {
    border: 1px solid #0057A7;
    background: #F7FAFF;
    border-radius: 3px;
  }

  p {
    color: #0D2757;
    /* font-family: Urbanist; */
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    float: right;
    padding: 1rem 0;
  }



  .spBtn {
    color: var(--preskool-dreamstechnologies-com-white, var(--color-white-solid, #FFF));
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    border-radius: 5px;
    border: var(--stroke-weight-1, 1px) solid #0057A7;
    background: #0057A7;
    display: block;
    padding: 9px 14.6px;
    margin: 0 auto;
    width: 10%;
  }


}
.h-42{
  height: 42px!important;
}
.h-43{
  height: 43px!important;
}
.spBtn {
  color: var(--preskool-dreamstechnologies-com-white, var(--color-white-solid, #FFF));
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  border-radius: 5px;
  border: var(--stroke-weight-1, 1px) solid #0057A7;
  background: #0057A7;
  display: block;
  padding: 9px 14.6px;
  margin: 0 auto;
  width: 10%;
}

.addTicketBtn {
  float: right;
  color: #FFF !important;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  border-radius: 5px;
  border: var(--stroke-weight-1, 1px) solid #0057A7 !important;
  background: #0057A7 !important;

  .ki-plus:before {
    content: "\edd3";
    color: #fff;
  }
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
  border-bottom-width: 2px;
  display: flex;
  padding: 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex: 1 0 0;
  color: #45597E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active,
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link {
  border-bottom-width: 2px;
  color: #0D2757;
  border-color: #0D2757;
}

.ticketSearch {
  position: absolute;
  right: 6rem;
  top: -3rem;
  display: flex;
  width: 227px;
  height: 40px;
  padding: 16px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid var(--Border-Border-light, #E9E9E9);
  background: var(--Surface-White, #FAFAFA);
}

.ticketSearch:focus-visible {
  outline: none;
}

.srcIcon {
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: -3rem;
  display: flex;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #0057A7;
  background: var(--Surface-White-F, #FFF);
}

.file-upload-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-input {
  display: none;
}

.file-name-input {
  border-radius: var(--Corner-Small, 8px);
  border: 1px solid #C3C9D5;
  background: var(--bgColor-placeholder, #FAFAFA);
  display: flex;
  height: 62px;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  font-size: 17px;
}

.upload-button {
  border-radius: var(--radius-5, 5px);
  border: 1px solid var(--button-neutralOutline-stroke, #CECECE);
  background: var(--button-neutralOutline-default, #FFF);
  display: flex;
  padding: var(--spacing-xs, 6px) var(--spacing-smd, 12px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm, 8px);
  color: var(--textColor-secDefault, #6D6D6D);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  position: absolute;
  right: 4rem;
}

.upload-button:hover {
  background-color: #0056b3;
  color: #fff;
}

#raise-ticket-modal label {
  color: #0D2757;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
}

#raise-ticket-modal_submit {
  display: flex;
  width: 136px;
  height: 40px;
  padding: 9px 14.6px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#close-ticket-modal{
    .modal-content{
      width: 516px;
    }
}
#close-ticket-modal h1 {
  color: #0057A7;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 2.125rem;
  margin: 0;
}
#close-ticket-modal p {
  color: #45597E;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 146%;
margin: 0;
    padding-bottom: 2rem;
}
#closed-modal img {
  margin: 0 auto;
  display: block;
}
#closed-modal .modalcrossImg{
  position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}
#closed-modal p {
  color: #45597E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 146%; 
  padding-top: 20px;
}
.noBtn {
  color: #0057A7;
font-size: var(--B3-Font-SIze-Font-Size, 14px);
font-style: normal;
font-weight: 500;
line-height: 146%; 
display: flex;
width: 96px;
height: 40px;
padding: 14px 20px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 5px;
border: 1px solid #0057A7;
background: rgba(255, 255, 255, 0.00);
margin-right: 1rem;
}
.yesBtn {
  color: var(--Surface-White-F, #FFF);
text-align: center;
font-size: var(--B3-Font-SIze-Font-Size, 14px);
font-style: normal;
font-weight: 500;
line-height: 146%; 
display: flex;
width: 96px;
height: 40px;
padding: 14px 20px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 5px;
background: #0057A7;

}
.modalBtns {
  display: flex;
    justify-content: end;
}
.modalcrossImg {
  margin-top: -6rem;
}

.viewModal {
  color: #45597E;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 146%;
  /* 23.36px */
}

.closeTckBtn {
  display: flex;
  height: 40px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #0057A7;
  background: var(--Surface-White-F, #FFF);
  color: #0057A7;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 140% */
}

.outer {

  border-bottom: 1px solid #C3C9D5;

  background: #FFF;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.outer h3 {
  color: #0D2757;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  margin: 0;
}

.outerTwo {
  padding: 30px 75px;
  background: #FBFBFD;

  .TicketData {
    display: flex;
    justify-content: space-between;

    .emailId {
      color: #7987A1;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 16.5px;
      /* 117.857% */
    }
  }

  .TicketData h4 {
    color: #0D2757;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.5px;
    /* 103.125% */
  }

  .TicketData h5 {
    color: #7987A1;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.5px;
    /* 117.857% */
  }

  .desp {
    padding: 10px 15px;
    border-radius: 5px;
    background: #ECF0FA;
    margin-bottom: 2.5rem;
  }

  .desp h4 {
    color: #031B4E;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    /* 114.706% */
  }

  .desp p {
    color: #031B4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.5px;
    /* 139.286% */
  }

  .desp a {
    color: #031B4E;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    /* 150% */
    letter-spacing: 0.5px;
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid #E9EDF4;
    background: #DCE3FF;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 6px;
    width: 150px;
  }


}

.vtInfo {
  border-radius: 0px 0px 5px 5px;
  border-right: 1px solid #C3C9D5;
  border-bottom: 1px solid #C3C9D5;
  border-left: 1px solid #C3C9D5;
}

.commentBox {
  padding: 30px 75px;
  position: relative;
  .icons a {
    padding-right: .6rem;
  }
}

textarea {
  resize: none;
}

.bottomControls {
  border-radius: 8px;
  background: var(--Grey-1, #F9F9F9);
  padding: .5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -5rem 1rem 0 1rem;
}

.sendBtn {
  border-radius: 5px;
  border: var(--stroke-weight-1, 1px) solid #0057A7;
  background: #0057A7;
  display: flex;
  width: 135.84px;
  height: 40px;
  padding: 9px 14.6px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;

  img {
    padding-right: .5rem;
  }
}

.sendBtn a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 140% */
}

.accordion-button::after {
  background-image: url(../img/icons/arrow-down-Black.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/down-arrow.png);
  /* background-size: 1rem!important; */
}
.ffText {
  margin-right: 37px!important;
}
.RightText {
  position: absolute;
  right: 3rem;
}
.dwnText {
  color: #0057A7;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 146%; /* 23.36px */
}
#submit-modal{
  .modal-content{
    width: 516px;
  }
}
#submit-modal h1 {
  color: #0D2757;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#submit-modal p {
color: #45597E;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 146%;
margin: 0;
  padding-bottom: 2rem;
}









@media (max-width: 1280px) {
  .viewModal {
    font-size: 14px;
  }

  .rightDivData h2 {
    font-size: 20px;
  }

  .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
    font-size: 16px;
  }

  #raise-ticket-modal label {
    font-size: 15px;
  }

  .formFeeDiv {

    label {
      font-size: 13px;
    }

    th,
    td {
      font-size: 14px;
    }

    p {
      font-size: 14px;
    }

    .form-check-input:checked {
      width: 16px;
      height: 16px;
    }

    .form-check.form-check-solid .form-check-input:not(:checked) {
      width: 16px;
      height: 16px;
    }
  }

  .progressBar {
    top: 50%;
    left: 89px;
    width: 20%;
  }

  .applicationSubmission p {
    font-size: 15px;
  }

  .stuinfoDiv label {
    font-size: 13px;
  }

  .applicationSubmission label {
    font-size: 13px;
  }

  .form-check-label {
    font-size: 14px !important;
  }

  .subText {
    font-size: 14px !important;
  }

  .spBtn {
    width: 140px !important;
  }
}

.app-sidebar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1360px) {
  .progressBar {
    top: 50%;
    left: 93px;
    width: 20%;
  }

  .stuinfoDiv label {
    font-size: 16px;
  }

  .rightDivData h2 {
    font-size: 20px !important;
  }

  .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
    font-size: 16px;
  }

}

@media (max-width: 1400px) {
  .outerDiv {
    .eformData form {
        padding: 0 0 0 16px;
    }
}
.outerDiv {
  & .DocUploadDiv {
      .upload-button {
          right: 1.5rem!important;
      }
  }
}
.rightDivData {
  & .leftOuter {
      .progressBar {
          top: 50%;
          left: 80px;
      }
  }
}

  .form-check-label {
    font-size: 14px;
  }

  .stuinfoDiv label {
    font-size: 16px!important;
  }
  .stuinfoDiv .spBtn {
        width: 15%;
    }
    .copyright {
      padding-top: 1.25rem;
    }
}
/* @media (device-width: 1400px) and (device-height: 900px) {
  .copyright {
    padding-top: 3.25rem;
  }

} */

@media (device-width: 1400px) and (device-height: 1050px) {
  .timelineData h5 {
    font-size: 14px;
  }
  .stuInfo  .progressBar {
    left: 100px !important;
}
  .progressBar {
    left: 80px !important;
}
.timelineStatus p {
  font-size: 13px;
}
.chatIcon {
  position: fixed;
  z-index: 1;
  bottom: 1rem;
  right: 1rem;
}
.stuinfoDiv {
  .imageUpload h5 {
    padding-left: 1rem;
  }
  .imageUpload p {
    padding-left: 1rem;
  }
}
.ht-mac {
  display: flex;
  height: 45px;
  align-items: end;
}
.fs-15-mac {
  font-size: 15px!important;
}










}










@media (max-width: 1600px) {
  .progressBar {
    top: 49%;
    left: 125px;

  }

  .form-check-label {
    font-size: 17px !important;
  }

  .stuinfoDiv label {
    font-size: 17px;
  }
}

@media (min-width: 1900px) {
  .studenInfoForm .imageUpload {
    width: auto!important;
  }
  .imageUpload {
    width: 485px!important;
  }
  .progressBar {
    top: 49%;
    left: 150px;
  }

  .stuinfoDiv label {
    font-size: 17px;
  }
 
}


