﻿@charset "UTF-8";
@font-face {
  font-family: "SimplerPro_HLAR-Bold";
  src: url("../Fonts/SimplerProHLAR/SimplerPro_HLAR-Bold.woff") format("woff"), url(../Fonts/SimplerProHLAR/SimplerPro_HLAR-Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: "SimplerPro_HLAR-Regular";
  src: url("../Fonts/SimplerProHLAR/SimplerPro_HLAR-Regular.woff") format("woff"), url(../Fonts/SimplerProHLAR/SimplerPro_HLAR-Regular.otf);
  font-weight: normal;
}
@font-face {
  font-family: "SimplerPro_HLAR-Light";
  src: url("../Fonts/SimplerProHLAR/SimplerPro_HLAR-Light.woff") format("woff"), url(../Fonts/SimplerProHLAR/SimplerPro_HLAR-Light.otf);
  font-weight: lighter;
}
body {
  font-family: "SimplerPro_HLAR-Regular";
}

h1, h2, h3, .bold {
  font-family: "SimplerPro_HLAR-Bold";
}

.root-section {
  display: flex;
}

.root-section__content {
  flex: 1;
  min-width: 0;
}

.root-section__sidebar {
  display: flex;
  align-self: stretch;
}

.root-section__content .wrapper {
  display: flex;
  max-width: 100%;
  padding: 0 4%;
  box-sizing: border-box;
}

.main-section .wrapper {
  display: flex;
}

.main-section__subTitle {
  font-size: 20px;
  line-height: 30px;
}
.main-section__content {
  width: calc(100% - 393px);
  margin: 86px 62px;
  width: 1250px;
}
.main-section .wrapper {
  position: relative;
}
.main-section .wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 723px;
  height: 644px;
  content: "";
  display: block;
  background-image: url("../Internship/MySpecialization/Images/ellipse1.png");
  background-repeat: no-repeat;
  z-index: -1;
}
.main-section .wrapper:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 723px;
  height: 644px;
  content: "";
  display: block;
  background-image: url("../Internship/MySpecialization/Images/ellipse2.png");
  background-repeat: no-repeat;
  z-index: -1;
}
.main-section__h1 {
  font-size: 32px;
  line-height: 42px;
}
.main-section__lst {
  margin-top: 24px;
}
.main-section__lst-block {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 48px;
}
.main-section__lst-block li {
  list-style: disc;
}
.main-section__form-subtitle {
  margin-bottom: 22px;
}
.main-section__subForm {
  display: inline-block;
  color: #006EE6;
  margin-bottom: 48px;
}
.main-section__backLink {
  color: #006EE6;
}

.sidebar {
  position: relative;
  box-sizing: border-box;
  display: flex;
  min-height: 100vh;
  flex: 1;
  align-self: stretch;
  /* &:after {
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      width: 80px;
      height: 100%;
      background-color: #006EE6;
      z-index: -1;
  }*/
}
.sidebar .activePage .sidebar__itm-icn {
  background-color: rgba(255, 255, 255, 0.3);
}
.sidebar__list-title {
  display: none;
}
.sidebar__dropdown-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  color: #5B5B5B;
}
.sidebar__dropdown {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.sidebar__dropdown-arrowImg {
  position: absolute;
  top: 10px;
  left: 5px;
  transform: rotate(180deg);
}
.sidebar .rotateArrowD {
  transform: rotate(0deg);
}
.sidebar__dropdown-itm {
  position: relative;
  color: #5B5B5B;
  padding-right: 40px;
  margin-bottom: 10px;
  line-height: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.sidebar__dropdown-itm:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 110, 229, 0.2);
}
.sidebar__dropdown-itm:hover {
  color: #006EE6;
}
.sidebar .openList {
  color: #006EE6;
  font-weight: bold;
  background-color: #F5F9FF;
  border-radius: 6px;
}
.sidebar__dropdown-listInner {
  display: flex;
  flex-direction: column;
  display: none;
}
.sidebar .showList {
  display: flex;
}
.sidebar__dropdown-arrowImg {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-image: url("../Internship/MySpecialization/Images/dropdownIcn.svg");
  background-repeat: no-repeat;
}
.sidebar__dropdown-arrow {
  margin-bottom: 20px;
  padding: 7px 8px;
  box-sizing: border-box;
}
.sidebar .blueColumn {
  width: 80px;
  padding-bottom: 300px;
  background-color: #006EE6;
  align-self: stretch;
}
.sidebar .blueColumn__imgItm {
  width: 60px;
  height: 60px;
}
.sidebar .blueColumn__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 100px;
  overflow: hidden;
}
.sidebar .blueColumn__img img {
  border-radius: 50%;
}
.sidebar .blueColumn__openMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.sidebar .blueColumn__itm-icn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.sidebar .blueColumn__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidebar .blueColumn__itm-icn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .blueColumn__itm-icn:hover, .sidebar .blueColumn .activePage {
  background-color: rgba(255, 255, 255, 0.3);
}
.sidebar .blueColumn .hover-link:hover .sidebar__itm-icn {
  background-color: rgba(255, 255, 255, 0.3);
}
.sidebar .blueColumn__contactUS {
  position: relative;
  margin-top: 48px;
}
.sidebar .blueColumn__contactUS:after {
  position: absolute;
  content: "";
  top: -12px;
  height: 1px;
  width: calc(100% + 20px);
  background-color: #fff;
}
.sidebar .blueColumn__contactUS:hover:after {
  background-color: #fff;
}
.sidebar .blueColumn .menu-btn__mobile {
  display: none;
  color: #fff;
}
.sidebar__contactUs {
  margin-top: 64px;
  font-weight: bold;
  color: #006EE6;
  margin-bottom: 300px;
}
.sidebar__contactUs .sidebar__itm-icn {
  position: relative;
}
.sidebar__contactUs .sidebar__itm-icn:after {
  position: absolute;
  content: "";
  top: -20px;
  height: 1px;
  width: calc(100% + 20px);
  background-color: #fff;
}
.sidebar__contactUs .sidebar__itm-name {
  position: relative;
  color: #006EE6;
}
.sidebar__contactUs .sidebar__itm-name:after {
  position: absolute;
  content: "";
  top: -20px;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #006EE6;
}
.sidebar__content {
  display: none;
  width: 310px;
  padding-left: 24px;
  box-sizing: border-box;
  padding-bottom: 300px;
  box-shadow: 0 0 30px rgba(0, 110, 230, 0.35);
  background-color: #fff;
}
.sidebar__mobile-top {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.sidebar__mobile-btn {
  display: none;
}
.sidebar__name {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sidebar__img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 24px;
}
.sidebar__title {
  font-size: 42px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 85px;
  padding-right: 24px;
}
.sidebar__name-txt {
  font-size: 20px;
  line-height: 30px;
}
.sidebar__name-txt {
  margin-right: 24px;
}
.sidebar__mobile-spcialization {
  width: 100%;
}
.sidebar__mobile-spcialization__single {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid rgba(0, 110, 230, 0.3);
}
.sidebar__mobile-spcialization-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}
.sidebar__mobile-spcialization-title + .input-box--radio-box {
  display: none;
  margin-top: 18px;
}
.sidebar .rotateArr {
  transform: rotate(180deg);
}
.sidebar .input-box__radio input[type=radio] {
  appearance: initial;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #006EE6;
  margin-left: 14px;
  display: inline-block;
}
.sidebar .input-box__radio input[type=radio]:checked {
  background-color: #006EE6;
  background-image: url("../Internship/MySpecialization/Images/checkWhite.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar__mobile-spcialization-title span {
  display: inline-block;
  padding-right: 10px;
}
.sidebar__mobile-spcialization__dropdown {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 110, 230, 0.3);
}
.sidebar .mr24 {
  margin-right: 24px;
  margin-left: 24px;
}
.sidebar .input-box__radio {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}
.sidebar__info-divider {
  width: 100%;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: rgba(0, 110, 230, 0.3);
}
.sidebar__info-boxLine {
  font-size: 16px;
}
.sidebar__basicInfo {
  margin-bottom: 10px;
}
.sidebar__info-box2__btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #006EE6;
  margin-top: 12px;
  margin-bottom: 60px;
}
.sidebar__info-box2__btn .sidebar__info-box2__btn-name {
  padding-left: 7px;
}
.sidebar .hiddenEl {
  display: none;
}
.sidebar__info-box2__btn-icn {
  display: flex;
}
.sidebar .menu-btn__desktop-icn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin-bottom: 34px;
}
.sidebar .menu-btn__desktop-icn:hover {
  background: rgba(255, 255, 255, 0.3);
}
.sidebar__links-list {
  position: relative;
  right: -60px;
}
.sidebar__mobile-spcialization {
  margin-right: 24px;
}
.sidebar .menu-btn__desktopClose {
  margin-right: -58px;
  display: block;
}
.sidebar__list {
  display: flex;
  flex-direction: column;
}
.sidebar__itm {
  display: flex;
  margin-right: -58px;
  align-items: center;
  color: #5B5B5B;
}
.sidebar__itm .sidebar__itm-icn {
  margin-left: 38px;
}
.sidebar__itm .sidebar__itm-name {
  padding: 7px 8px;
  width: calc(100% - 78px);
  box-sizing: border-box;
}
.sidebar__itm:hover .sidebar__itm-name {
  color: #006EE6;
  font-weight: bold;
  background-color: #F5F9FF;
  border-radius: 6px;
}
.sidebar__itm-icn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.sidebar__itm-icn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.sidebar .hover-link {
  margin-bottom: 20px;
}

.moveClass {
  position: relative;
  right: -65px;
}

.progress-info {
  position: relative;
  width: 100%;
  height: 119px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.progress-info__state1 {
  background-color: #F5F9FF;
}
.progress-info__state2 {
  background-color: #EBF3E8;
}
.progress-info__state3 {
  background-color: #FFE6E2;
}
.progress-info__state3 .progress-info__img-box {
  width: auto;
  height: auto;
  left: 150px;
}
.progress-info__title, .progress-info__subtitle {
  text-align: center;
}
.progress-info__title {
  margin-bottom: 4px;
  font-size: 24px;
}
.progress-info__subtitle {
  font-size: 22px;
}
.progress-info__content {
  margin-left: 60px;
}
.progress-info__img-box {
  position: absolute;
  left: 170px;
}
.progress-info__img-box {
  width: 64px;
  height: 88px;
}
.progress-info__img-animation {
  width: 264px;
  height: auto;
}
.progress-info--vertical {
  flex-direction: column;
  height: auto;
  padding-top: 32px;
  padding-bottom: 40px;
}
.progress-info--vertical .progress-info__img-box {
  position: static;
}
.progress-info--vertical .progress-info__content {
  margin-left: auto;
  margin-right: auto;
}

.progress {
  width: 100%;
  margin-bottom: 24px;
}
.progress__top {
  display: flex;
  justify-content: space-between;
}
.progress__count {
  margin-bottom: 8px;
  display: inline-block;
}
.progress__bar {
  display: flex;
  justify-content: flex-end;
  height: 8px;
  background: #F3F3F3;
  border-radius: 4px;
  overflow: hidden;
}
.progress__fill {
  height: 100%;
  width: 0;
  background: #006EE6;
  border-radius: 4px;
  transition: width 0.4s ease;
}
.progress__name {
  color: #5B5B5B;
}

.applications__card {
  width: calc(50% - 30px);
  padding: 30px 24px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  border: 2px solid #006EE6;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 110, 230, 0.15);
}
.applications__card-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 6px;
}
.applications__card-status {
  font-weight: bold;
  background-color: #006EE6;
  color: #fff;
  text-align: center;
  border-radius: 99px;
  padding: 3px 12px;
  font-size: 16px;
  line-height: 22px;
}
.applications__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  position: relative;
  right: -15px;
}
.applications__card-icn {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.applications__card-icn--1 {
  background-image: url("../Internship/MySpecialization/Images/icn1.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--2 {
  background-image: url("../Internship/MySpecialization/Images/icn2-2.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--3 {
  background-image: url("../Internship/MySpecialization/Images/icn3.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--4 {
  background-image: url("../Internship/MySpecialization/Images/icn4.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--5 {
  background-image: url("../Internship/MySpecialization/Images/infoIcn.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--6 {
  background-image: url("../Internship/MySpecialization/Images/airplain.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--7 {
  background-image: url("../Internship/MySpecialization/Images/stamp.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--8 {
  background-image: url("../Internship/MySpecialization/Images/diplomIcn.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--9 {
  background-image: url("../Internship/MySpecialization/Images/readIcn.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--10 {
  background-image: url("../Internship/MySpecialization/Images/calendarIcn1.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--11 {
  background-image: url("../Internship/MySpecialization/Images/support.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--12 {
  background-image: url("../Internship/MySpecialization/Images/question.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--13 {
  background-image: url("../Internship/MySpecialization/Images/list.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--14 {
  background-image: url("../Internship/MySpecialization/Images/directions.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--15 {
  background-image: url("../Internship/MySpecialization/Images/bulb.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--16 {
  background-image: url("../Internship/MySpecialization/Images/reportNew.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--17 {
  background-image: url("../Internship/MySpecialization/Images/signUp.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--18 {
  background-image: url("../Internship/MySpecialization/Images/folderS.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--19 {
  background-image: url("../Internship/MySpecialization/Images/grade.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--20 {
  background-image: url("../Internship/MySpecialization/Images/examInfo.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-icn--21 {
  background-image: url("../Internship/MySpecialization/Images/grade1.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__card-txt1 {
  color: #5B5B5B;
}
.applications__card-info {
  margin-bottom: 24px;
}
.applications__card-status--orange {
  color: #141414;
  background-color: #FF9731;
}
.applications__card-status--red {
  color: #fff;
  background-color: #CA1922;
}
.applications__card-status--orange {
  color: #141414;
  background-color: #FF9731;
}
.applications__card-status--green {
  color: #fff;
  background-color: #297E0A;
}
.applications__info-red {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 50px;
  background-color: #FFE6E2;
  color: #CA1922;
  border-radius: 10px;
  background-image: url("../Internship/MySpecialization/Images/attentionItm.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
}
.applications__info-orange {
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 50px;
  background-color: #FFE0BF;
  color: #994F00;
  border-radius: 10px;
  background-image: url("../Internship/MySpecialization/Images/attentionIcnOrange.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
}
.applications__btn-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.applications__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #006EE6;
  border-radius: 10px;
  width: 264px;
  height: 48px;
  box-sizing: border-box;
  border: 1px solid #006EE6;
}
.applications__btn:hover {
  color: #006EE6;
  background-color: #fff;
  border-color: #006EE6;
}
.applications__btnUpload:hover .applications__btnUpload-icn {
  background-image: url("../Internship/MySpecialization/Images/downloadIcnBlue.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__btnUpload-icn {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background-image: url("../Internship/MySpecialization/Images/downloadIcn.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.applications__btn--uplIcn {
  background-image: url(../Internship/MySpecialization/Images/downloadIcn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 92% !important;
  padding-right: 20px;
}
.applications span.uploadIcnNew {
  background-image: url(../Internship/MySpecialization/Images/uploadIcn.svg);
}
.applications__info-redDate {
  font-size: 14px;
}
.applications__txtColumn {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.datetimer__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F5F9FF;
  border-radius: 10px;
  padding: 10px 50px 10px 22px;
  color: #006EE6;
  background-image: url("../Internship/MySpecialization/Images/waiting.svg");
  background-repeat: no-repeat;
  background-position: 97% center;
}
.datetimer__btn.OpenList {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.datetimer__btn.OpenList .datetimer__arrow {
  transform: rotate(180deg);
}
.datetimer__info {
  display: flex;
  flex-direction: column;
}
.datetimer__date {
  font-size: 14px;
  line-height: 24px;
}
.datetimer__arrow {
  width: 6px;
  height: 8px;
  background-image: url("../Internship/MySpecialization/Images/arrowDatetimer.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.datetimer__list {
  display: none;
  flex-direction: column;
  padding: 20px;
  padding-bottom: 0;
  border: 1px solid rgba(0, 110, 230, 0.15);
  border-top: none;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.datetimer .flexList {
  display: flex;
}
.datetimer__itm-name {
  display: flex;
  flex-direction: column;
  color: #8C8C8C;
}
.datetimer__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.datetimer__itm-progress {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #AAAAAA;
  margin-left: 12px;
  position: relative;
  z-index: 1;
}
.datetimer__itm {
  display: flex;
  padding-bottom: 30px;
  position: relative;
}
.datetimer__itm:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  right: 11.5px;
  background-color: #AAAAAA;
  z-index: 0;
}
.datetimer__itm:last-child:before {
  display: none;
}
.datetimer__itm--blue {
  color: #006EE6;
  font-weight: bold;
}
.datetimer__itm--blue .datetimer__itm-progress {
  background-color: #006EE6;
}
.datetimer__itm--blue .datetimer__itm-progress {
  background-image: url("../Internship/MySpecialization/Images/waitingWhite.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.datetimer__itm--blue:before {
  background-color: #006EE6;
}
.datetimer__itm--blue .datetimer__itm-name {
  color: #006EE6;
}
.datetimer__card-h3 {
  font-size: 24px;
}
.datetimer__btn--green {
  color: #297E0A;
  background-color: #EBF3E8;
  background-image: url(../Internship/MySpecialization/Images/doneIcn1.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
}
.datetimer__btn--green + .datetimer__list {
  border-color: #EBF3E8;
}
.datetimer + .applications__card-txt1 {
  margin-top: 12px;
}
.datetimer__itm--lightBlue .datetimer__itm-progress {
  background-color: #99C5F5;
  background-image: url(../Internship/MySpecialization/Images/sucessIcn.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.datetimer__itm--lightBlue:before {
  background-color: #99C5F5;
}
.datetimer__itm--ExtraGreen .datetimer__itm-name {
  font-weight: bold;
  color: #297E0A;
}
.datetimer__itm--ExtraGreen .datetimer__date {
  font-weight: 400;
  color: #5B5B5B;
}
.datetimer__itm--ExtraGreen .datetimer__itm-progress {
  background-color: #EBF3E8;
  background-image: url(../Internship/MySpecialization/Images/successIcnGreen.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.specs__status {
  display: flex;
  justify-content: space-between;
}
.specs .applications__additionalInfo {
  max-width: 420px;
  margin-bottom: 30px;
}
.specs__box {
  padding: 24px;
  padding-bottom: 0;
  border: 2px solid #006EE6;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 110, 230, 0.15);
  margin-bottom: 32px;
}
.specs__status-clmn {
  width: 50%;
}
.specs .applications__card-status {
  display: inline-block;
  margin-bottom: 10px;
}
.specs__status-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.specs .datetimer {
  min-width: 420px;
}
.specs .datetimer + .applications__card-txt1 {
  max-width: 420px;
  margin-bottom: 30px;
}
.specs__actions-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1.5px solid #99C5F5;
  padding: 20px 16px;
  border-radius: 10px;
  max-width: 380px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.specs__actions-btn:hover {
  color: #fff;
  border-color: #006EE6;
  background-color: #006EE6;
}
.specs__actions-btnTop {
  position: relative;
  right: -5px;
  font-size: 20px;
  line-height: 30px;
}
.specs__actions-btnTxt {
  font-size: 18px;
  line-height: 26px;
}
.specs__info-lnk {
  display: inline-block;
  padding-right: 8px;
  font-size: 20px;
  line-height: 30px;
  color: #006EE6;
}
.specs__info-lnk:hover {
  text-decoration: underline;
}
.specs__info-txt {
  padding-right: 28px;
  color: #5B5B5B;
}
.specs__info-top {
  display: flex;
  align-items: center;
}
.specs__info-box {
  margin-bottom: 30px;
  display: flex;
}
.specs .applications__card-icn {
  width: 16px;
  background-size: contain;
}
.specs__info-clmn {
  width: 40%;
}
.specs__info-box-wrap {
  display: flex;
  flex-wrap: wrap;
}
.specs__info-box-wrap .specs__info-clmn {
  width: 33.3%;
  margin-bottom: 24px;
}

.login .wrapper {
  justify-content: center;
}
.login__box {
  display: flex;
  justify-content: center;
  max-width: 1041px;
  padding: 100px 40px;
  padding-bottom: 70px;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 180px;
  border-radius: 32px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 2px rgba(0, 110, 230, 0.15);
}
.login__column--right {
  width: 46%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #006EE6;
}
.login__column--left {
  width: 48%;
  padding-right: 6%;
}
.login__column-txt {
  font-size: 52px;
  line-height: 60px;
  margin-bottom: 60px;
  text-align: center;
  box-sizing: border-box;
}
.login__column-txt-1 {
  font-size: 40px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 15px;
}
.login__form-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.login__input-txt {
  padding: 8px 16px;
  border: 1px solid #AAAAAA;
  border-radius: 10px;
  box-sizing: border-box;
  color: #8C8C8C;
  font-size: 18px;
  line-height: 30px;
  box-sizing: border-box;
}
.login__label {
  position: relative;
  display: initial;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
}
.login__label--required:after {
  content: "*";
  position: absolute;
  color: #CA1922;
}
.login__submit-btn {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #006EE6;
  font-size: 22px;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  height: 70px;
  box-sizing: border-box;
  font-weight: bold;
  border: 1px solid #006EE6;
  margin-top: 18px;
  cursor: pointer;
}
.login__submit-btn:hover {
  color: #006EE6;
  background-color: #fff;
}
.login__column-img {
  width: 80px;
  margin-top: 20px;
}
.login__column-img img {
  width: 100%;
}
.login__input-txt--date {
  padding-left: 46px;
  background-image: url("../Internship/MySpecialization/Images/calendarIcn.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
}
.login__txt-block {
  display: flex;
  flex-direction: column;
}
.login.main-section .wrapper:after {
  display: none;
}
.login.main-section .wrapper:before {
  top: -50px;
  left: 250px;
  background-image: url("../Internship/MySpecialization/Images/loginDecor.png");
  background-repeat: no-repeat;
}
.login__form--2 {
  display: flex;
  flex-direction: column;
}
.login__form-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 32px;
}
.login__form-option {
  border: 1px solid #AAAAAA;
  padding: 24px 30px;
  box-sizing: border-box;
  margin-bottom: 24px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.login__form-sms {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 4px;
}
.login__form-sms, .login__form-sms-title, .login__form-sms-box {
  text-align: center;
}
.login .otp-input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #006EE6;
  box-sizing: border-box;
  margin-left: 6px;
  margin-right: 6px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 30px;
}
.login__form-sms-box {
  margin-bottom: 32px;
}
.login .otp {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.login_form-sms-title {
  font-size: 22px;
  line-height: 30px;
  margin-top: 4px;
}
.login .otp-input__field {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 20px;
  text-align: center;
}
.login .otp__box {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.login .otp__box-lnk {
  font-size: 16px;
  line-height: 22px;
  color: #006EE6;
  text-decoration: underline;
}
.login .otp__box-lnk:hover {
  text-decoration: none;
}
.login .otp__box-txt {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.login .otp-error {
  border-color: #CA1922;
}
.login .error-text {
  color: #CA1922;
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.login__form-hint {
  font-size: 14px;
  line-height: 18px;
  color: #5B5B5B;
  margin-top: 6px;
}
.login__form-hint-lnk {
  display: flex;
  justify-content: flex-end;
  color: #006EE6;
}
.login__notice {
  position: relative;
  padding: 20px 24px;
  margin-top: 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  background-color: #F5F9FF;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  box-sizing: border-box;
}
.login__notice:first-child {
  margin-top: 0;
}
.login__notice a {
  color: inherit;
}
.login__notice--error {
  background-color: #FEF2F2;
  border-color: #F4C7C9;
  color: #6B1015;
}
.login__notice--warning {
  background-color: #FFF8E6;
  border-color: #F4D87A;
  color: #5C4500;
}
.login__notice--info {
  background-color: #F0F7FF;
  border-color: #B6D7FA;
  color: #003E80;
}
.login__notice-text {
  margin: 0 0 10px;
}
.login__notice-text:last-child {
  margin-bottom: 0;
}
.login__notice-link {
  color: #006EE6;
  text-decoration: underline;
  font-weight: 600;
}
.login__notice-link:hover {
  text-decoration: none;
}
.login__notice-phone {
  display: inline-block;
  direction: ltr;
  font-weight: 700;
  color: #006EE6;
  text-decoration: none;
  letter-spacing: 0.4px;
}
.login__notice-phone:hover {
  text-decoration: underline;
}
.login__notice-strong {
  font-weight: 700;
  color: #003E80;
}
.login__notice-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}
.login__notice-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 48px;
  padding: 0 24px;
  border: 1px solid #006EE6;
  border-radius: 10px;
  background-color: #006EE6;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.login__notice-btn:hover {
  background-color: #fff;
  color: #006EE6;
}

.id-verif__form-row {
  display: flex;
  justify-content: space-between;
}
.id-verif .login__form-input {
  max-width: 100%;
  box-sizing: border-box;
}
.id-verif__form-column {
  width: calc(50% - 12px);
  box-sizing: border-box;
  margin-bottom: 24px;
}
.id-verif .login__form-input {
  margin-bottom: 0;
}
.id-verif .login__submit-btn {
  font-weight: 400;
  height: 48px;
  font-size: 18px;
  line-height: 2px;
  margin-top: 5px;
}

.personalDetails-verif .login__form-input {
  margin-bottom: 12px;
}
.personalDetails-verif .login__submit-btn {
  font-weight: 400;
  height: 48px;
  font-size: 18px;
  line-height: 2px;
  margin-top: 20px;
}

.choose-request {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: #F5F9FF;
  border-color: red;
  border-style: solid;
  /*    &__btn--dropdown:before {
      display: inline-block;
      width: 20px;
      height: 20px;
      content: "";
      background-image: url('../Internship/MySpecialization/Images/expert.svg');
      background-repeat: no-repeat;
      background-position: center;
  }*/
}
.choose-request__title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  margin-top: 74px;
  text-align: center;
}
.choose-request__btns {
  display: flex;
  flex-wrap: wrap;
  width: 708px;
  justify-content: center;
  max-width: 100%;
}
.choose-request__btn {
  width: calc(50% - 32px);
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 24px;
}
.choose-request__img img {
  width: 80px;
}
.choose-request__centered .choose-request__title {
  text-align: center;
}
.choose-request__centered .btn--blue {
  max-width: 338px;
}
.choose-request .btn--plus {
  display: inline-block;
  font-weight: 400;
  margin-left: 8px;
}
.choose-request__btn--dropdown {
  width: 185px;
  position: relative;
  border: 1px solid #141414;
  border-radius: 10px;
  appearance: initial;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 26px;
  padding-right: 46px;
  background-position-x: 16px;
}
.choose-request__block-dropdown {
  position: relative;
  margin-left: 30px;
}
.choose-request__block-dropdown:before {
  position: absolute;
  top: 18px;
  right: 16px;
  display: inline-block;
  width: 20px;
  height: 24px;
  content: "";
  background-image: url("../Internship/MySpecialization/Images/expert.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.choose-request__btn-type {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  border: 1px solid #141414;
  border-radius: 10px;
  width: 185px;
  box-sizing: border-box;
  margin-right: 0;
  min-width: 185px;
}
.choose-request__btn-type:before {
  top: 18px;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 24px;
  padding-left: 16px;
  padding-right: 16px;
  content: "";
  background-image: url("../Internship/MySpecialization/Images/route.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.choose-request__btn--date {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  border: 1px solid #AAAAAA;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 0;
  min-width: 185px;
  color: #fff;
  padding-left: 28px;
  background-color: #AAAAAA;
}
.choose-request__btn--date:before {
  top: 18px;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  content: "";
  background-image: url("../Internship/MySpecialization/Images/report.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.btn--blue, .btn--grey {
  height: 70px;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
  border: 1px solid #006EE6;
  text-align: center;
}

.btn--grey {
  border: 1px solid #AAAAAA;
  background-color: #AAAAAA;
  color: #fff;
}

.btn--blue:hover {
  color: #006EE6;
  background-color: #fff;
}

.date--blue {
  background-color: #006EE6;
}

.Fellowship-pg .specs__actions-btnTop {
  font-size: 18px;
}
.Fellowship-pg .specs__actions-btn {
  padding: 10px 16px;
}

.progress-bar--done:after {
  right: 2px;
  width: 20px;
  height: 20px;
  background-image: url("../Internship/MySpecialization/Images/doneIcnBlue.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.progress-bar--active:after {
  font-weight: bold;
  width: 12px;
  height: 12px;
  background-color: #006EE5;
  background-repeat: no-repeat;
  background-position: center;
}

.application-form {
  display: flex;
  flex-direction: column;
}
.application-form__tab {
  margin-bottom: 24px;
  border-radius: 12px;
  border: 1px solid #006EE6;
  background-color: #fff;
}
.application-form__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 60px;
  font-size: 24px;
  line-height: 30px;
}
.application-form__btnArrow {
  display: inline-block;
  width: 13px;
  height: 6px;
  background-image: url("../Internship/MySpecialization/Images/formArrow.svg");
  background-repeat: no-repeat;
}
.application-form__content {
  display: none;
  padding: 30px 60px;
}
.application-form__tab--disabled {
  border-color: #AAAAAA;
  color: #8C8C8C;
}
.application-form .tab--active {
  background-color: #F5F9FF;
}
.application-form .tab--active .application-form__btn {
  box-shadow: 0px 4px 4px 0px rgba(0, 110, 229, 0.15);
}
.application-form .tab--active .application-form__btnArrow {
  transform: rotate(180deg);
}
.application-form__tab-top {
  display: flex;
  flex-direction: column;
}
.application-form__subTtileTxt {
  font-size: 18px;
  line-height: 26px;
  color: #5B5B5B;
}

.application-txt a {
  color: #006EE6;
  text-decoration: underline;
}

.form-block {
  margin-top: 36px;
}
.form-block__hint-lnk {
  color: #006EE6;
}
.form-block__h2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 24px;
}
.form-block__btn-txt {
  position: relative;
  padding-right: 30px;
  background-image: url(../Internship/MySpecialization/Images/downloadBtn.svg);
  background-position: right;
  background-repeat: no-repeat;
}
.form-block__row {
  display: flex;
  width: calc(100% + 24px);
  margin-right: -12px;
}
.form-block .col-30 {
  width: calc(33.3% - 24px);
  margin-right: 12px;
  margin-left: 12px;
}
.form-block .col-70 {
  width: calc(70% - 24px);
  margin-right: 12px;
  margin-left: 12px;
}
.form-block .col-100 {
  width: calc(100% - 24px);
  margin-right: 12px;
  margin-left: 12px;
}
.form-block .col-70p {
  width: calc(70% - 4px);
  margin-right: 4px;
  margin-left: 4px;
}
.form-block .col-30p {
  width: calc(30% - 8px);
  margin-right: 4px;
  margin-left: 4px;
}
.form-block__clmn {
  display: flex;
  flex-direction: column;
  position: relative;
}
.form-block .form__inputTxt {
  max-width: 100%;
  width: 100%;
  background-color: #F3F3F3;
  background-color: #fff;
  border: 1px solid #AAAAAA;
  border-radius: 10px;
  color: #5B5B5B;
  font-size: 18px;
  line-height: 26px;
  padding: 11px 16px;
  margin-bottom: 20px;
}
.form-block input[type=text] {
  height: 48px;
  box-sizing: border-box;
}
.form-block .form__inputTxt:placeholder {
  color: #5B5B5B;
  font-size: 18px;
  line-height: 26px;
}
.form-block .form__label {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
}
.form-block .form-block__btns {
  display: flex;
  margin-top: 40px;
}
.form-block .row__flexEnd {
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
}
.form-block__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  margin-left: 12px;
  margin-right: 12px;
  width: 192px;
  height: 48px;
  border-radius: 10px;
  text-align: center;
  font-weight: 400;
  box-shadow: none;
  box-sizing: border-box;
  border: 1px solid #006EE6;
  font-size: 16px;
}
.form-block .btn--white {
  color: #006EE6;
  background-color: #fff;
  border-color: #006EE6;
}
.form-block__btn:hover {
  box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.3);
}
.form-block__inner {
  display: flex;
  margin-right: -4px;
}
.form-block .input-box__select {
  appearance: initial;
}
.form-block__backLnk {
  position: absolute;
  right: 0;
  text-decoration: underline;
  color: #006EE6;
  text-decoration: underline;
}
.form-block__hint {
  color: #5B5B5B;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 20px;
}
.form-block__itm {
  list-style: disc;
}
.form-block__instructions {
  margin-bottom: 22px;
}
.form-block .input-box__multiline {
  border-radius: 10px;
  border: 1px solid #aaa;
}
.form-block__smallFields {
  display: flex;
}
.form-block__smallFieldsItm {
  width: calc(33.3% - 12px);
  margin-left: 6px;
  margin-right: 6px;
}
.form-block .red-field {
  border-color: #CA1922;
}
.form-block .red-field__hint {
  color: #CA1922;
  font-size: 14px;
  line-height: 16px;
  margin-top: -10px;
  margin-bottom: 20px;
}
.form-block__radioBtns {
  display: flex;
  align-items: center;
}
.form-block__radioBox {
  display: flex;
  justify-content: center;
}
.form-block__radioBox .form__label {
  margin-left: 21px;
}
.form-block__radioBox label {
  margin-left: 20px;
  margin-top: 3px;
  margin-right: 10px;
}
.form-block__radioBox input[type=radio] {
  appearance: initial;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid grey;
  box-sizing: border-box;
}
.form-block__radioBox input[type=radio]:checked {
  background-image: url("../Internship/MySpecialization/Images/circle.png");
  background-repeat: no-repeat;
  background-position: center;
}
.form-block .btn--nextIcn:hover {
  color: #fff;
  background-color: #006EE6;
}
.form-block .btn--prevIcn .form-block__btn-txt {
  background-image: url(../Internship/MySpecialization/Images/downloadBtnWhite.svg);
  background-position: right;
  background-repeat: no-repeat;
}
.form-block .btn--prevIcn:hover {
  color: #006EE6;
  background-color: #fff;
}
.form-block__hintIcn {
  padding-right: 32px;
  background-image: url(../Internship/MySpecialization/Images/infoIcnBlack.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-position-y: 5px;
}

.form__label--required:after {
  content: "*";
  position: absolute;
  color: #CA1922;
}
.form__label {
  position: relative;
}
.form__label.w300 {
  min-width: 300px;
}
.form__input-date {
  padding-left: 46px;
  background-image: url("../Internship/MySpecialization/Images/calendarIcn.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
}
.form__inputTxt--greyBg {
  background-color: #f3f3f3 !important;
}
.form__input-hint {
  display: flex;
  flex-direction: column;
  position: relative;
  top: -13px;
  font-size: 14px;
  line-height: 18px;
  color: #5B5B5B;
}
.form__input-hint b {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}
.form-block .mb20 {
  margin-bottom: 20px;
}
.form-block__radioBox-lnk {
  color: #006EE6;
  font-size: 18px;
  line-height: 26px;
}
.form-block__labelBox {
  display: flex;
  flex-direction: column;
}

.Fellowship-pg .file-upload, .Specialist-pg .file-upload {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  max-width: 553px;
  background-color: #fff;
  border: 1px solid #AAA;
  padding: 3px;
  padding-right: 19px;
  box-sizing: border-box;
  border-radius: 10px;
}
.Fellowship-pg .file-upload__inclHint, .Specialist-pg .file-upload__inclHint {
  position: relative;
  width: 100%;
}
.Fellowship-pg .file-upload__hint, .Specialist-pg .file-upload__hint {
  margin-right: 30px;
  margin-top: -20px;
}
.Fellowship-pg .file-upload__box, .Specialist-pg .file-upload__box {
  display: flex;
  align-items: center;
  width: 100%;
}
.Fellowship-pg .file-upload .is-uploaded, .Specialist-pg .file-upload .is-uploaded {
  background-image: none;
  padding-left: 16px;
  background-color: #fff;
  color: #1677ff;
  background-color: #fff;
}
.Fellowship-pg .file-upload--mandatory, .Specialist-pg .file-upload--mandatory {
  position: relative;
  margin-bottom: 50px;
}
.Fellowship-pg .file-upload--mandatory .file-btn, .Specialist-pg .file-upload--mandatory .file-btn {
  color: #141414;
  border-color: #CA1922;
  background-image: url("../Internship/MySpecialization/Images/fileUploadBlack.svg");
  background-repeat: no-repeat;
  background-position: 22px;
  background-color: #fff;
}
.Fellowship-pg .file-upload--mandatoryTxt, .Specialist-pg .file-upload--mandatoryTxt {
  position: absolute;
  color: #CA1922;
  bottom: -30px;
}
.Fellowship-pg .file-input, .Specialist-pg .file-input {
  position: absolute;
  left: -9999px;
}
.Fellowship-pg .file-btn, .Specialist-pg .file-btn {
  width: 140px;
  box-sizing: border-box;
  background: #1677ff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  padding-left: 40px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  background-image: url("../Internship/MySpecialization/Images/fileUpload.svg");
  background-repeat: no-repeat;
  background-position: 22px;
  text-align: center;
  border: 1px solid #1677ff;
}
.Fellowship-pg .file-btn.is-uploaded, .Specialist-pg .file-btn.is-uploaded {
  direction: ltr;
  text-align: left;
}
.Fellowship-pg .file-name, .Specialist-pg .file-name {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 140px);
}
.Fellowship-pg .file-name--required, .Specialist-pg .file-name--required {
  position: relative;
}
.Fellowship-pg .file-name--required:after, .Specialist-pg .file-name--required:after {
  content: "*";
  position: absolute;
  color: #CA1922;
}

.applications__card-readLnk {
  color: #006EE6;
  padding-right: 30px;
  background-image: url("../Internship/MySpecialization/Images/readBlue.svg");
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 5px;
}

.required-action {
  width: 100%;
  max-width: 553px;
}
.required-action__card {
  width: 100%;
  border: none;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}
.required-action__list {
  width: 100%;
  position: static;
}
.required-action .datetimer__btn {
  color: #CA1922;
  background-color: #FFE6E2;
  background-image: url(../Internship/MySpecialization/Images/attentionItm.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  width: 100%;
  box-sizing: border-box;
  position: static;
}
.required-action .datetimer__list {
  box-shadow: none;
  border: 2px solid #FFE6E2;
}
.required-action__txt {
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 36px;
  color: #5B5B5B;
}

.Create-pg .main-section__subTitle {
  margin-bottom: 24px;
}
.Create-pg .form-block__list {
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
}

.datetimer__red .datetimer__btn {
  background-color: #FFE6E2;
  background-image: url(../Internship/MySpecialization/Images/attentionItm.svg);
  background-position: 98% center;
}
.datetimer__red .datetimer__info {
  color: #CA1922;
}
.datetimer__red .datetimer__list {
  background-color: #fff;
  border-color: #FFE6E2;
  padding-bottom: 20px;
  color: #5B5B5B;
}

.completedIcn {
  background-image: url("../Internship/MySpecialization/Images/missionCompleted.svg");
  background-repeat: no-repeat;
  background-position: 98%;
}

.info-hint {
  position: absolute;
  z-index: 1;
  top: 24px;
  width: 100%;
}
.info-hint__btn-close {
  display: flex;
  justify-self: flex-end;
}
.info-hint__btn {
  position: absolute;
  left: 0;
  top: -20px;
  width: 16px;
  height: 16px;
  background-image: url("../Internship/MySpecialization/Images/infoIcn1.svg");
}
.info-hint__btn-close {
  display: flex;
  justify-self: flex-end;
  width: 16px;
  height: 16px;
  background-image: url("../Internship/MySpecialization/Images/closeHint.svg");
}
.info-hint__content {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 12.91px 12.91px 25.82px 0px rgba(0, 0, 0, 0.2);
}
.info-hint__content-txt {
  margin-top: 10px;
}

.additionalOptions {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.additionalOptions__line {
  padding: 18px 16px;
  font-size: 16px;
  line-height: 22px;
}

.hero-animation {
  position: relative;
}
.hero-animation__img--rocket {
  max-width: 350px;
}
.hero-animation + .choose-request__title {
  margin-top: 0;
}
.hero-animation--50top {
  top: 50px;
  margin-top: -50px;
}

div.noTopPadding {
  padding-top: 0;
}

.bottom-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.bottom-group__left {
  display: flex;
  align-items: center;
}
.bottom-group__left a {
  margin-bottom: 0;
  height: 48px;
  display: flex;
  align-items: center;
}

.btn--plus {
  position: relative;
  font-weight: normal;
}

.btn--plus:before {
  position: relative;
  content: "+";
  display: inline-block;
  margin-left: 5px;
}

.chart-wrap {
  display: flex;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 28px;
}

.legend {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.legend-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  width: 100%;
  border-radius: 12px;
  padding: 10px 16px;
  box-sizing: border-box;
}
.legend-row.purple {
  color: #5B2AAE;
  background: #EEE6FF;
}
.legend-row.blue {
  color: #0B6F86;
  background: #E3F7FB;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
}
.pill .count {
  font-size: 22px;
  line-height: 30px;
}

.pie-block {
  position: relative;
  width: 160px;
  height: 160px;
  margin-left: 42px;
}

/*.pie {
    width: 190px;
    height: 190px;
    border-radius: 50%;*/
/* цвета: синий/фиолетовый, обновляется из JS */
/*background: conic-gradient(#65D6E6 0 100%, #B99BFF 0 0);
    position: relative;
}*/
.pie {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #1C8FA3;
}

.pie-label {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  flex-direction: row-reverse;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.pie-label.purple {
  top: -20px;
  left: 65%;
  transform: translateX(-50%);
}

.pie-label.blue {
  color: #0B6F86;
}

.pie-label.purple {
  color: #6B3CC8;
}

/*#lblDebt {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}*/
#lblPerm {
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blue-frame {
  --blue: #006EE6;
  --bg: #fff;
  --bw: 2px;
  --stop: 47%;
  position: relative;
  border-radius: 9999px;
  padding: var(--bw);
}

.blue-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, var(--blue) 0%, rgba(0, 110, 230, 0) var(--stop), var(--blue) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: var(--bw);
  z-index: -1;
}

.blue-frame__inner {
  border-radius: 10px;
  background: var(--bg);
  padding: 24px 8px;
  min-height: 44px;
}

.mySpecialization__progress-bar {
  display: flex;
  flex-direction: column-reverse;
}
.mySpecialization__progress-bar-box {
  display: flex;
  width: 236px;
  width: 100%;
  border: 0.4px solid #F3F3F3;
  border-radius: 7px;
  overflow: hidden;
  direction: ltr;
  background-color: #F3F3F3;
}
.mySpecialization__progress {
  height: 8px;
  background-color: #006EE6;
  overflow: hidden;
}
.mySpecialization__progress-bar-numberBox {
  padding-right: 10px;
}
.mySpecialization__progress-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bar--blue .mySpecialization__progress-contentName {
  color: #006EE6;
}
.bar--blue .mySpecialization__progress {
  background-color: #006EE6;
}
.bar--blue .mySpecialization__progress-bar-numberBox {
  color: #006EE6;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
}

.content-box {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 30px 24px;
  border: 2px solid #E4E4E4;
}
.content-box__h2 {
  font-weight: bold;
  color: #141414;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 6px;
}
.content-box__subtitle {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 14px;
  color: #5B5B5B;
}
.content-box__flex {
  display: flex;
  justify-content: space-between;
}
.content-box .w390 {
  width: 390px;
}
.content-box .mb32 {
  margin-bottom: 32px;
}
.content-box__fullHeight {
  height: 100%;
  box-sizing: border-box;
}

.meter-wrap {
  width: 100%;
  max-width: 1100px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.meter-wrap__box {
  display: flex;
  justify-content: space-between;
}

.meter-title {
  text-align: right;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.meter-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.meter-text {
  font-size: 16px;
  line-height: 24px;
  color: #111;
  min-width: 92px;
  text-align: left;
}

.meter-track {
  position: relative;
  flex: 1;
  height: 12px;
  background: #e9e9e9;
  border-radius: 999px;
  overflow: hidden;
}

.meter-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #1a73e8;
  border-radius: 999px;
  transition: width 0.35s ease;
}

.blue-frame__rowFlex {
  display: flex;
  flex-wrap: wrap;
}
.blue-frame__column--50 {
  width: calc(50% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}
.blue-frame__column--100 {
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}
.blue-frame .mb32 {
  margin-bottom: 32px;
}
.blue-frame__containerBox {
  display: flex;
  width: calc(100% + 32px);
  margin-right: -16px;
}
.blue-frame__containerBox .cta-section {
  flex-direction: column;
}
.blue-frame__containerBox .cta-section__btn {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.blue-frame__containerBox .cta-section__box {
  padding: 24px;
}
.blue-frame__containerBox .blue-frame {
  width: calc(50% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}

.card-section {
  display: flex;
  justify-content: space-between;
  padding: 10px 16px;
  border-radius: 12px;
  height: 46px;
  box-sizing: border-box;
}
.card-section__title {
  font-size: 18px;
  line-height: 26px;
}
.card-section__number {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.card-section--green {
  background-color: #EBF8F9;
}
.card-section--green .card-section__title,
.card-section--green .card-section__number {
  color: #0A748A;
}
.card-section--blue {
  background-color: #F5F9FF;
}
.card-section--blue .card-section__title,
.card-section--blue .card-section__number {
  color: #006EE6;
}
.card-section .fs32 {
  font-size: 32px;
}

.process-status {
  display: flex;
  width: calc(100% + 32px);
  margin-right: -16px;
  margin-top: 16px;
}
.process-status__itm {
  padding: 8px 12px;
  width: calc(33.3% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 10px;
  box-sizing: border-box;
}
.process-status__itm--green {
  background-color: #EBF3E8;
  color: #297E0A;
}
.process-status__itm--green .process-status__name {
  background-image: url("../Internship/MySpecialization/Images/checkGreen.svg");
  background-repeat: no-repeat;
  background-position: right;
}
.process-status__itm--orange {
  background-color: #FFE0BF;
  color: #994F00;
}
.process-status__itm--orange .process-status__name {
  background-image: url("../Internship/MySpecialization/Images/checkOrange.svg");
  background-repeat: no-repeat;
  background-position: right;
}
.process-status__itm--red {
  background-color: #FFE6E2;
  color: #CA1922;
}
.process-status__itm--red .process-status__name {
  background-image: url("../Internship/MySpecialization/Images/checkRed.svg");
  background-repeat: no-repeat;
  background-position: right;
}
.process-status__top {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.process-status__btn {
  display: none;
}
.process-status__name {
  padding-right: 24px;
  font-size: 20px;
  line-height: 30px;
}
.process-status__list-itm {
  display: flex;
  justify-content: space-between;
}
.process-status__number {
  width: 16px;
  text-align: center;
  font-weight: bold;
}
.process-status__list {
  padding-right: 24px;
}
.process-status__itmName {
  font-size: 16px;
  line-height: 22px;
}

.summary-header {
  display: flex;
  justify-content: flex-end;
}
.summary-header__states-1 {
  width: 180px;
  padding: 4px 16px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 32px;
  color: #5B5B5B;
  border: 0.5px solid #5B5B5B;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
}
.summary-header__states-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.summary-header__st1--purple, .summary-header__st2--green {
  display: flex;
  align-items: center;
  position: relative;
  right: 20px;
}
.summary-header__st1--purple span, .summary-header__st2--green span {
  padding-right: 6px;
}
.summary-header__st1--purple:before {
  background-color: #F0E5FB;
  border: 1px solid #7E62CB;
}
.summary-header__st2--green:before {
  background-color: #EBF8F9;
  border: 1px solid #0A748A;
}
.summary-header__st1--purple:before, .summary-header__st2--green:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.blue-frame.mb32 {
  margin-bottom: 32px;
}
.blue-frame .specs__info-box {
  margin-bottom: 0;
}

.sort-icons span {
  cursor: pointer;
  transition: 0.2s;
}

.sort-icons span:hover {
  opacity: 0.8;
}

.sort-icons span.active {
  opacity: 1;
  color: #007bff;
  font-weight: bold;
}

.data-header {
  display: flex;
  width: 100%;
  height: 78px;
  box-sizing: border-box;
  align-items: center;
}

.data-table {
  margin-top: 12px;
}
.data-table .data-cell__edit {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../Internship/MySpecialization/Images/edit.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.data-table .data-cell__edit--grey {
  background-image: url("../Internship/MySpecialization/Images/editGrey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.data-table .data-cell__btns {
  display: flex;
  justify-content: space-evenly;
}
.data-table .data-cell.sortable {
  display: flex;
  align-items: center;
}
.data-table .data-cell .sort-up, .data-table .data-cell .sort-down {
  line-height: 10px;
  font-size: 12px;
}
.data-table .sort-icons {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.data-table .data-body {
  display: flex;
  flex-direction: column;
}
.data-table .data-row {
  display: flex;
  height: 78px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
  box-sizing: border-box;
  align-items: center;
}
.data-table .data-row--hidden {
  display: none !important;
}
.data-table .showRow {
  display: flex !important;
}
.data-table .data-row:first-child {
  border-top: 1px solid #E4E4E4;
}
.data-table .data-header {
  border-top: 1px solid #E4E4E4;
}
.data-table .width5 {
  width: 5%;
}
.data-table .width15 {
  width: 15%;
}
.data-table .width10 {
  width: 10%;
}
.data-table .width35 {
  width: 35%;
  box-sizing: border-box;
  padding-left: 10px;
}
.data-table .width30 {
  width: 30%;
}
.data-table .width20 {
  width: 20%;
}
.data-table .width25 {
  width: 25%;
}
.data-table .centeredTxt {
  text-align: center;
  justify-content: center;
}
.data-table .type {
  display: flex;
  font-size: 0;
  position: relative;
  right: 10px;
}
.data-table .type:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.data-table .type--green:after {
  background-color: #EBF8F9;
  border: 1px solid #0A748A;
}
.data-table .type--violet:after {
  background-color: #F0E5FB;
  border: 1px solid #7E62CB;
}
.data-table .label {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.data-table .mobileBtn {
  display: none;
}

.total-reports {
  color: #5B5B5B;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 6px;
}

.seeMore {
  display: flex;
  align-items: center;
  color: #006EE6;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.seeMore__arrow {
  display: inline-block;
  width: 10px;
  height: 18px;
  margin-right: 8px;
  background-image: url("../Internship/MySpecialization/Images/arrowDown.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.seeMore .rotateArr {
  transform: rotate(180deg);
}

.label .label__content {
  padding: 8px 10px;
  padding-right: 34px;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  min-height: 38px;
}
.label--green .label__content {
  display: inline-block;
  background-color: #EBF3E8;
  color: #297E0A;
  background-image: url("../Internship/MySpecialization/Images/checkGreen.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 14px;
  box-sizing: border-box;
}
.label--red .label__content {
  display: inline-block;
  background-color: #FFE6E2;
  color: #CA1922;
  background-image: url("../Internship/MySpecialization/Images/checkRed.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 14px;
  box-sizing: border-box;
}
.label--orange .label__content {
  display: inline-block;
  background-color: #FFE0BF;
  color: #994F00;
  background-image: url("../Internship/MySpecialization/Images/checkOrange.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 14px;
  box-sizing: border-box;
}

.actions-dropdown {
  position: relative;
  display: inline-block;
  font-family: system-ui, -apple-system, "Segoe UI", Arial;
}

.dd-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  color: #111;
  cursor: pointer;
  min-width: 170px;
  position: relative;
}

.dd-title {
  font-size: 14px;
  font-weight: 600;
}

.dd-caret {
  position: absolute;
  left: 20px;
  display: inline-flex;
  color: #111;
  transition: transform 0.15s ease;
  transform: rotate(180deg);
}

.dd-icon {
  display: inline-flex;
  color: #111;
  margin-inline-start: auto;
  margin-right: 0;
}

/* pushes icon to the far left in RTL */
.actions-dropdown.is-open .dd-caret {
  transform: rotate(180deg);
}

.dd-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 170px;
  background: #fff;
  border: 1px solid #006EE6;
  border-radius: 10px;
  padding: 6px;
  display: none;
  z-index: 999;
  box-sizing: border-box;
}

.dd-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: right;
  border-radius: 8px;
  font-size: 14px;
}

.dd-btn {
  height: 48px;
  margin-left: 29px;
}

.dd-item:focus {
  outline: 2px solid rgba(47, 118, 255, 0.35);
  outline-offset: 2px;
}

.dd-item-text {
  flex: 1;
}

.dd-item-icon {
  display: inline-flex;
  color: #111;
  opacity: 0.9;
}

a.dd-item {
  padding-top: 0;
  padding-bottom: 0;
}

.dd-title {
  font-weight: normal;
}

.mobileMenuBtn, .hideMobileMenuBtn {
  display: none;
}

.Scientific-main .progress-info--orange {
  background-color: #FFE0BF;
}
.Scientific-main .blue-frame__rowFlex {
  padding-right: 30px;
}
.Scientific-main .progress-info__img-animation {
  max-width: 220px;
}
.Scientific-main .main-section__h2 {
  font-size: 24px;
  display: block;
  width: 100%;
}
.Scientific-main .blue-frame__containerInner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.Scientific-main .applications {
  margin-top: 32px;
}
.Scientific-main .applications__card {
  width: calc(33.3% - 30px);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #E4E4E4;
}
.Scientific-main .applications__btn {
  width: 100%;
}
.Scientific-main .applications__btnUpload-icn {
  background-image: url(../Internship/MySpecialization/Images/uploadIcn.svg);
  background-repeat: no-repeat;
}
.Scientific-main .applications__card-lnk {
  color: #006EE6;
}
.Scientific-main .applications__card-status--orange {
  color: #994F00;
}
.Scientific-main .blue-frame {
  width: 100%;
}
.Scientific-main .applications__btn {
  width: 100%;
}
.Scientific-main .applications__info-orange, .Scientific-main .applications__info-red {
  padding-right: 34px;
  padding-left: 6px;
}
.Scientific-main__cardContainer .applications__card {
  width: calc(50% - 30px);
}
.Scientific-main__cardContainer .applications__btn {
  max-width: 264px;
}
.Scientific-main .openCards {
  position: absolute;
  transform: rotate(180deg);
  top: 52px;
  left: 32px;
  width: 14px;
  height: 8px;
  background-image: url("../Internship/MySpecialization/Images/arrowIcn.svg");
  background-repeat: no-repeat;
  z-index: 1;
}
.Scientific-main .blue-frame {
  position: relative;
}
.Scientific-main .mt24 {
  margin-top: 24px;
}
.Scientific-main .dropdowCards {
  display: none;
}
.Scientific-main .openCardsRotate {
  transform: rotate(0);
}
.Scientific-main .progress-info--green {
  background-color: #EBF3E8;
}
.Scientific-main .choose-request--green {
  background-color: #EBF3E8;
}
.Scientific-main .specs .applications__info-red {
  width: 420px;
  box-sizing: border-box;
}
.Scientific-main .fileUploadBlockNEW {
  display: inline-block;
  margin-top: 20px;
  position: relative;
}
.Scientific-main .fileUploadBlockNEW__text {
  padding-right: 9px;
}
.Scientific-main .fileUploadBlockNEW__input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Scientific-main .fileUploadBlockNEW__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid #5B5B5B;
  border-radius: 6px;
  cursor: pointer;
  color: #5B5B5B;
  font-size: 18px;
  line-height: 18px;
  border-radius: 8px;
  padding: 10px 15px;
  background-color: #fff;
}
.Scientific-main .fileUploadBlockNEW__remove {
  margin-inline-start: 8px;
  border-radius: 6px;
  padding: 6px 10px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
  top: 2px;
  left: 60px;
  z-index: 2;
}
.Scientific-main .fileUploadBlockNEW__error {
  color: #c00;
  font-size: 0.9rem;
  margin-inline-start: 0.5rem;
}
.Scientific-main label.uploadedState {
  border: 1px dashed #5B5B5B;
  color: #000000;
  padding-left: 60px;
}
.Scientific-main .fileUploadBlockNEW--disabled {
  position: relative;
}
.Scientific-main .fileUploadBlockNEW--disabled:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.Scientific-main .scientific-page__fileUpload {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Scientific-main .fileUploadBlockNEW {
  margin-top: 0;
}
.Scientific-main .fileUploadBlockNEW__txt {
  font-size: 16px;
}
.Scientific-main .fileUploadBlockNEW__icon {
  width: 16px;
  height: 16px;
}
.Scientific-main .fileUploadBlockNEW__btn {
  font-size: 16px;
}
.Scientific-main .scientific-page__fileUpload {
  padding: 5px;
  border-radius: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #AAAAAA;
}
.Scientific-main .scientific-page__fileUpload-boxName {
  position: relative;
  font-size: 16px;
  padding-left: 100px;
}
.Scientific-main .scientific-page__fileUpload-boxName:after {
  content: "*";
  font-size: 16px;
  color: #CA1922;
}
.Scientific-main .fileUploadBlockNEW__txt1 {
  max-width: 450px;
  color: #5B5B5B;
  font-size: 14px;
}
.Scientific-main .fileUploadBlockNEW__btn {
  color: #fff;
  background-color: #006EE6;
  border-radius: 10px;
  padding: 10px 20px;
}
.Scientific-main .fileUploadBlockNEW__text {
  color: #fff;
}

.cta-section {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cta-section__box {
  background-color: #F5F9FF;
}
.cta-section--1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cta-section--2 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cta-section--2 .applications__btn {
  min-width: 450px;
}
.cta-section__h2 {
  padding-left: 32px;
  font-size: 24px;
}
.cta-section__btn {
  display: inline-block;
  color: #fff;
  background-color: #006EE6;
  border-radius: 10px;
  padding: 15px 40px;
}

.InternBook-create .sidebar__dropdown-arrowTxt {
  font-weight: 400;
}
.InternBook-create .sidebar__dropdown-name:hover {
  color: #000;
}
.InternBook-create .file-upload__hint {
  color: #5B5B5B;
  font-size: 14px;
  line-height: 18px;
}
.InternBook-create .form-block__radioBox input[type=radio]:checked {
  background-image: url(../Internship/MySpecialization/Images/containerBlue.png);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-size: cover;
}
.InternBook-create .form-block__radioBox input[type=radio] {
  border-width: 1px;
}
.InternBook-create .col-50 {
  margin-right: 12px;
  margin-left: 12px;
}
.InternBook-create .form-block__radioBtns {
  margin-bottom: 20px;
}
.InternBook-create .form-block__labelBox {
  margin-left: 20px;
}
.InternBook-create .file-upload, .InternBook-create .file-upload__hint {
  width: 50%;
}
.InternBook-create .form-block {
  margin-top: 0;
}
.InternBook-create .input-box__checkboxGroup {
  display: flex;
  flex-direction: column;
}
.InternBook-create .input-box__checkboxGroup.mb36 {
  margin-bottom: 36px;
}
.InternBook-create .input-box__checkbox-itm {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
}
.InternBook-create .input-box__checkbox-itm input {
  width: 21px;
  height: 21px;
  background-image: url(../Internship/MySpecialization/Images/checkEmpty.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}
.InternBook-create .input-box__checkbox-itm input:checked {
  background-image: url(../Internship/MySpecialization/Images/checkChecked.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.InternBook-create .form-block__radioBtns--flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
}
.InternBook-create .form-block__radioBtns--flex .form-block__radioBox {
  display: flex;
  flex-direction: column;
}
.InternBook-create .form-block__radioBtns--flex .form-block__radioBox input {
  display: flex;
}
.InternBook-create .form-block__radioBtns--flex .form-block__radioSection {
  display: flex;
  margin-bottom: 24px;
  margin-top: 10px;
}
.InternBook-create .form-block__radioBtns--flex .form-block__radioSection input {
  width: 24px;
  height: 24px;
}
.InternBook-create .form-block__radioBtns--flex .form-block__radioSection label {
  width: calc(100% - 34px);
}
.InternBook-create .form-block__radioBtns--flex .form__label {
  font-size: 18px;
}
.InternBook-create .flexBox {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.InternBook-create .flexBox a {
  color: #006EE6;
}
.InternBook-create .choose-request--orange {
  background-color: #FFE0BF;
}
.InternBook-create .choose-request--orange .animation {
  max-width: 170px;
  margin-bottom: 60px;
  margin-top: 20px;
}
.InternBook-create .choose-request--red {
  background-color: #FFE6E2;
}
.InternBook-create .choose-request--red .animation {
  max-width: 170px;
  margin-bottom: 60px;
  margin-top: 20px;
}

.Exam-main .applications__card {
  width: 100%;
}
.Exam-main .applications {
  margin-top: 0;
}
.Exam-main .applications__card {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  border: none;
}
.Exam-main .applications__card-listItm {
  padding-right: 24px;
}
.Exam-main .applications__card-listItm--red {
  background-image: url(../Internship/MySpecialization/Images/redIcn.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.Exam-main .applications__card-listItm--green {
  background-image: url(../Internship/MySpecialization/Images/greenIcn.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.Exam-main .applications__card-list {
  column-count: 2;
  column-gap: 20px;
  margin-top: 20px;
}
.Exam-main .applications__card--blueBorder {
  padding: 30px 24px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  border: 2px solid #006EE6;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 110, 230, 0.15);
}
.Exam-main .blue-frame__column {
  /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  border: 2px solid #E4E4E4;*/
}
.Exam-main .shadowBox {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.Exam-main .shadowBox .content-box {
  border: none;
  margin-bottom: 0;
  box-shadow: none;
}
.Exam-main .blue-frame__h2 {
  padding-top: 24px;
  padding-right: 24px;
}
.Exam-main .blue-frame__subtitle {
  padding-right: 24px;
}
.Exam-main .blue-frame__column--lightBlue {
  background-color: #F5F9FF;
}
.Exam-main .blue-frame__column--lightBlue .applications__card {
  background-color: #F5F9FF;
}
.Exam-main .blue-frame__column--lightBlue .applications__card-info {
  margin-bottom: 0;
}
.Exam-main .applications__lst {
  display: flex;
  flex-wrap: wrap;
}
.Exam-main .applications__lst-divider {
  width: 1px;
  height: 30px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #AAAAAA;
}
.Exam-main .applications__itm {
  display: flex;
  align-items: center;
  padding-right: 24px;
  margin-bottom: 10px;
}
.Exam-main .applications__itm--1 {
  background-image: url(../Internship/Images/person.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.Exam-main .applications__itm--2 {
  background-image: url(../Internship/Images/calendar-clear.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.Exam-main .applications__itm--3 {
  background-image: url(../Internship/Images/location1.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.Exam-main .applications__itm--4 {
  background-image: url(../Internship/Images/time.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.Exam-main .applications__itm--5 {
  background-image: url(../Internship/Images/chair.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.Exam-main .optionsLst {
  display: flex;
  flex-wrap: wrap;
}
.Exam-main .optionsLst__itm {
  padding: 2px 20px;
  padding-right: 44px;
  border-radius: 20px;
  border: 1px solid black;
  margin-left: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.Exam-main .optionsLst__itm--1 {
  background-image: url(../Internship/Images/hourglass.svg);
  background-repeat: no-repeat;
  background-position: 94% 50%;
}
.Exam-main .optionsLst__itm--2 {
  background-image: url(../Internship/Images/voice.svg);
  background-repeat: no-repeat;
  background-position: 94% 50%;
}
.Exam-main .optionsLst__itm--3 {
  background-image: url(../Internship/Images/computer.svg);
  background-repeat: no-repeat;
  background-position: 94% 50%;
}
.Exam-main .optionsLst__itm--4 {
  background-image: url(../Internship/Images/hourglass1.svg);
  background-repeat: no-repeat;
  background-position: 94% 50%;
}
.Exam-main .optionsLst__itm--green {
  color: #297E0A;
  border-color: #297E0A;
}
.Exam-main .optionsLst__itm--red {
  color: #CA1922;
  border-color: #CA1922;
}
.Exam-main .examForm {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.Exam-main .examForm input[type=text] {
  min-width: 337px;
  margin-bottom: 0;
}
.Exam-main .examForm__lnk {
  color: #006EE6;
  font-size: 14px;
  line-height: 18px;
}
.Exam-main .examForm .form-block__btn {
  position: relative;
  top: 3px;
}
.Exam-main .Scientific-main__cardContainer .datetimer__btn--green {
  background-position: 99% center;
}
.Exam-main .datetimer__btn--red {
  color: #CA1922;
  background-color: #FFE6E2;
  background-image: url(../Internship/MySpecialization/Images/waitingRed.svg);
  background-repeat: no-repeat;
  background-position: 99% center;
}

.datetimer__links {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
}
.datetimer__links-btn {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #006EE6;
  padding-right: 30px;
  background-image: url(../Internship/MySpecialization/Images/datetimerLnk.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.root-section {
  display: flex;
}
.root-section__content {
  width: 100%;
}

.progress-info__stateRed {
  background-color: #FFE6E2;
}

.generalView__tab {
  margin-top: 48px;
  margin-bottom: 24px;
  border-radius: 12px;
  border: 1px solid #006EE6;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 110, 230, 0.15);
}
.generalView__tab-top {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
  padding-left: 70px;
}
.generalView__top-icn--folder {
  background-image: url(../Internship/MySpecialization/Images/formkit_folder.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.generalView__top-icn--dafna {
  background-image: url(../Internship/MySpecialization/Images/dafna.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.generalView__top-icn--science {
  background-image: url(../Internship/MySpecialization/Images/science.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.generalView__top-icn--pen {
  background-image: url(../Internship/MySpecialization/Images/pen.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.generalView__top-icn--cert {
  background-image: url(../Internship/MySpecialization/Images/cert.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.generalView__top-icn--colleag {
  background-image: url(../Internship/MySpecialization/Images/colleag.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.generalView__top-icn {
  width: 60px;
  height: 60px;
  margin-left: 24px;
  border-radius: 8px;
  border: 1px solid #006EE6;
  background-color: #F5F9FF;
}
.generalView__top-title {
  width: 30%;
}
.generalView__top-content {
  width: calc(100% - 86px - 230px - 30%);
}
.generalView__top-title, .generalView__top-content {
  display: flex;
  flex-direction: column;
}
.generalView__top-titleTxt {
  font-size: 24px;
  line-height: 32px;
  color: #141414;
}
.generalView__top-titleLnk {
  color: #006EE6;
  font-size: 18px;
  line-height: 26px;
}
.generalView__accord-btn {
  position: absolute;
  top: 44px;
  left: 30px;
}
.generalView__accord-btnArrow {
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url(../Internship/MySpecialization/Images/accordBtn.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.generalView__top-contentTitle {
  font-size: 18px;
  line-height: 26px;
}
.generalView__top-contentTxt {
  font-size: 16px;
  line-height: 22px;
}
.generalView__amination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-weight: bold;
  width: 230px;
  position: relative;
  border-radius: 60px;
}
.generalView__aminationImg {
  position: absolute;
  right: 0;
  width: 60px;
}
.generalView__amination--green {
  color: #297E0A;
  background-color: #EBF3E8;
}
.generalView__amination--blue {
  color: #006EE6;
  background-color: #F5F9FF;
}
.generalView__amination--red {
  color: #CA1922;
  background-color: #FFE6E2;
}
.generalView__amination--orange {
  color: #994F00;
  background-color: #FFE0BF;
}
.generalView__amination--lightRed {
  color: #CA1922;
  background-color: #FFE6E2;
}
.generalView__top-contentTxt {
  padding-top: 7px;
}
.generalView .arrowRotate {
  transform: rotate(180deg);
}
.generalView__tab-content {
  display: none;
  padding: 28px 80px;
}
.generalView .activeTopTab {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.generalView__accord-btnTxt {
  display: none;
}
.generalView__aminationImg--rocket {
  width: 80px;
}
.generalView .datetimer__btn {
  background-position: 99% center;
}
.generalView .datetimer__btn--red {
  color: #CA1922;
  background-color: #FFE6E2;
  background-image: url(../Internship/MySpecialization/Images/waitingRed.svg);
  background-repeat: no-repeat;
  background-position: 99% center;
}
.generalView .datetimer__txt {
  color: #5B5B5B;
  padding-top: 5px;
}
.generalView .datetimer__txtTitle {
  color: #5B5B5B;
  margin-top: 12px;
  font-weight: bold;
}
.generalView__doubleColumn {
  display: flex;
  width: calc(100% + 32px);
  margin-right: -16px;
}
.generalView__column-1 {
  width: calc(60% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}
.generalView__column-2 {
  width: calc(40% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}
.generalView__list-itm {
  padding: 8px;
  padding-right: 40px;
  background-color: #F9FAFB;
  margin-bottom: 10px;
}
.generalView__list-itm:last-item {
  margin-bottom: 0px;
}
.generalView__list-itm--done {
  background-image: url(../Internship/MySpecialization/Images/except1.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
}
.generalView__list-itm--error {
  background-image: url(../Internship/MySpecialization/Images/reject1.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
}
.generalView__list-itm--info {
  background-image: url(../Internship/MySpecialization/Images/infoIcnOrange.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
}
.generalView__list-itm--blue {
  background-image: url(../Internship/MySpecialization/Images/waitingBlue.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
}
.generalView .datetimer__btn--redAttention {
  background-image: url(../Internship/MySpecialization/Images/attentionRed.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
}
.generalView .datetimer__btn--orange {
  background-image: url(../Internship/MySpecialization/Images/attentionOrange.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
}
.generalView .datetimer__btn--orange {
  background-color: #FFE0BF;
  color: #994F00;
}
.generalView .datetimer.mb16 {
  margin-bottom: 16px;
}
.generalView__tresColumns .generalView__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  margin-right: -16px;
}
.generalView__tresColumns .generalView__list-itm {
  width: calc(33.3% - 32px);
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.generalView__listFull {
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  background-color: #F9FAFB;
}
.generalView__listFull-title {
  padding-right: 40px;
  background-image: url(../Internship/MySpecialization/Images/infoBlack.svg);
  background-repeat: no-repeat;
  background-position: right center;
  margin-bottom: 5px;
}
.generalView__listFull-itm {
  padding-right: 40px;
  background-position: right center;
  margin-bottom: 5px;
}
.generalView__results {
  background-color: #F5F9FF;
  border-radius: 12px;
  padding: 24px;
}
.generalView__score {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 10px;
  margin-top: 22px;
}
.generalView__score--green {
  color: #0A748A;
  background-color: #EBF8F9;
}
.generalView__scoreLst {
  display: flex;
  width: calc(100% + 32px);
  margin-right: -16px;
}
.generalView__scoreLst-itm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  width: calc(33.3% - 32px);
  height: 104px;
  margin-right: 16px;
  margin-left: 16px;
  box-sizing: border-box;
}
.generalView__scoreLst-number {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
}
.generalView__scoreLst-txt {
  font-size: 16px;
  line-height: 22px;
}
.generalView__scoreLst-itm--green {
  color: #297E0A;
  background-color: #EBF3E8;
}
.generalView__scoreLst-itm--orange {
  color: #994F00;
  background-color: #FFE0BF;
}
.generalView__scoreLst-itm--red {
  color: #CA1922;
  background-color: #FFE6E2;
}
.generalView .w50 {
  width: calc(50% - 32px);
}
.generalView__resultsLst {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.generalView__resultsItm {
  margin-bottom: 8px;
}
.generalView__results-item {
  border-radius: 20px;
  height: 30px;
  border: 1px solid #000;
  padding-right: 44px;
}
.generalView__results-item--1 {
  color: #CA1922;
  border-color: #CA1922;
  background-image: url(../Internship/MySpecialization/Images/comp.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
}
.generalView__results-item--2 {
  color: #297E0A;
  border-color: #297E0A;
  background-image: url(../Internship/MySpecialization/Images/voice1.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
}
.generalView__resultsItm--1 {
  padding-right: 24px;
  background-image: url(../Internship/MySpecialization/Images/person1.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.generalView__resultsItm--2 {
  padding-right: 24px;
  background-image: url(../Internship/MySpecialization/Images/calendar1.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.generalView__resultsItm--3 {
  padding-right: 24px;
  background-image: url(../Internship/MySpecialization/Images/location2.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.generalView__resultsItm--4 {
  padding-right: 24px;
  background-image: url(../Internship/MySpecialization/Images/time1.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.generalView__resultsItm--5 {
  padding-right: 24px;
  background-image: url(../Internship/MySpecialization/Images/chair1.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.generalView__results-item--3 {
  color: #297E0A;
  border-color: #297E0A;
  background-image: url(../Internship/MySpecialization/Images/hourglassGreen.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
}
.generalView__results-tabs {
  display: flex;
}
.generalView__results-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: calc(33.3% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  box-sizing: border-box;
}

.MainRequiredFields {
  align-items: stretch;
  padding: 18px 28px;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: right;
}
.MainRequiredFields .required-summary__head {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: right;
}
.MainRequiredFields .required-summary__icn {
  flex: 0 0 auto;
  line-height: 0;
  color: #C8742B;
}
.MainRequiredFields .required-summary__title {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.MainRequiredFields .required-summary__arrow {
  flex: 0 0 auto;
  font-size: 16px;
  color: #C8742B;
  transition: transform 0.18s ease;
}
.MainRequiredFields .js-required-toggle.is-open .required-summary__arrow {
  transform: rotate(180deg);
}
.MainRequiredFields .required-summary__body {
  display: none;
  width: 100%;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.MainRequiredFields .RequiredFields {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.MainRequiredFields .RequiredFields li {
  position: relative;
  flex: 0 0 auto;
  min-width: 220px;
  padding-right: 18px;
  font-size: 16px;
  line-height: 22px;
}
.MainRequiredFields .RequiredFields li::before {
  content: "•";
  position: absolute;
  right: 0;
  color: #C8742B;
  font-weight: 700;
}

.choose-request__txt {
  max-width: 760px;
  margin: 12px auto 20px;
  line-height: 1.7;
  text-align: center;
}

/* jQuery UI datepicker, brand-styled for .login__input-txt--date and friends */
.ui-datepicker {
  width: auto;
  min-width: 320px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e1e5ed;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
  padding: 12px;
  margin-top: 6px;
  font-family: "SimplerPro_HLAR-Regular";
  font-size: 16px;
  direction: rtl;
  z-index: 9999 !important;
  /* RTL: swap arrow directions — prev → right-chevron, next → left-chevron */
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  background: none;
  border: 0;
  padding: 4px 0 10px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a2a4f;
  white-space: nowrap;
}
.ui-datepicker .ui-datepicker-title select {
  display: inline-block;
  width: auto;
  margin: 0 4px;
  padding: 4px 6px;
  border: 1px solid #d1d8e5;
  border-radius: 6px;
  background: #fff;
  font: inherit;
  vertical-align: middle;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 4px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  cursor: pointer;
  line-height: 32px;
  text-indent: -9999px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-prev {
  right: 4px;
  left: auto;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%231a2a4f' d='M15 6l-6 6 6 6'/></svg>");
}
.ui-datepicker .ui-datepicker-next {
  left: 4px;
  right: auto;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%231a2a4f' d='M9 6l6 6-6 6'/></svg>");
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: #f2f5fa;
}
.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%231a2a4f' d='M9 6l6 6-6 6'/></svg>");
}
.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%231a2a4f' d='M15 6l-6 6 6 6'/></svg>");
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 4px 0 0;
}
.ui-datepicker th {
  padding: 6px 0;
  font-weight: 600;
  font-size: 13px;
  color: #6c7a96;
}
.ui-datepicker td {
  padding: 2px;
  text-align: center;
}
.ui-datepicker td a, .ui-datepicker td span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 8px;
  text-decoration: none;
  color: #1a2a4f;
  outline: 0;
  transition: background-color 0.15s, color 0.15s;
}
.ui-datepicker td a:hover {
  background: #eef2fb;
}
.ui-datepicker .ui-state-active {
  background: #2b62f5;
  color: #fff;
}
.ui-datepicker .ui-state-highlight {
  box-shadow: inset 0 0 0 2px #2b62f5;
}
.ui-datepicker .ui-priority-secondary {
  opacity: 0.35;
}

@media (max-width: 768px) {
  .ui-datepicker {
    padding: 14px;
    font-size: 18px;
    max-width: calc(100vw - 32px);
  }
  .ui-datepicker td a, .ui-datepicker td span {
    min-width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  .ui-datepicker th {
    font-size: 14px;
  }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-size: 14px;
  }
}
@media (max-width: 1700px) {
  .login.main-section .wrapper:before {
    left: 0;
  }
}
@media (max-width: 1300px) {
  .Surgery-pg .main-section__content {
    margin-top: 86px;
  }
  .progress-info {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .progress-info__img-box {
    left: 100px;
  }
  .progress-info__state3 .progress-info__img-box {
    left: 70px;
  }
  .main-section__content {
    margin: 20px;
    width: calc(100% - 40px);
    box-sizing: border-box;
  }
  .main-section .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .sidebar__content {
    width: 260px;
    padding-left: 0;
  }
  .sidebar__list-title {
    font-size: 16px;
    line-height: 20px;
  }
  .sidebar__title {
    margin: 20px 0;
    font-size: 26px;
    margin-bottom: 0;
  }
  .sidebar__info-boxLine, .sidebar__mobile-spcialization-title, .sidebar__mobile-spcialization__single {
    font-size: 14px;
  }
  .sidebar__info-box2__btn {
    margin-bottom: 30px;
  }
  .sidebar__list {
    padding-left: 16px;
  }
}
@media (max-width: 1024px) {
  .generalView .w50 {
    width: 100%;
  }
  .generalView__scoreLst {
    margin-top: 32px;
    width: calc(100% + 16px);
    margin-right: -8px;
  }
  .generalView__scoreLst-itm {
    display: flex;
    border-radius: 8px;
    width: calc(33.3% - 16px);
    height: 86px;
    margin-right: 8px;
    margin-left: 8px;
    box-sizing: border-box;
  }
  .generalView__tab-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .generalView__scoreLst-txt {
    text-align: center;
  }
  .generalView__tresColumns .generalView__list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .generalView__tresColumns .generalView__list-itm {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .generalView__list {
    margin-top: 16px;
  }
  .generalView__doubleColumn {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
  .generalView__column-1, .generalView__column-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .generalView__aminationImg--rocket {
    width: 60px;
  }
  .generalView__list-itm {
    background-position: 99% center;
  }
  .generalView__top-icn {
    margin-bottom: 16px;
    margin-left: 10px;
    width: 42px;
    height: 42px;
  }
  .generalView__aminationImg {
    width: 40px;
  }
  .generalView__amination {
    width: 168px;
    height: 42px;
  }
  .generalView__tab-top {
    flex-direction: column;
    width: 100%;
    padding: 20px 16px;
    padding-bottom: 40px;
    box-sizing: border-box;
    align-items: flex-start;
  }
  .generalView__accord-btnTxt {
    display: inline-block;
  }
  .generalView__amination {
    position: absolute;
    top: 19px;
    left: 16px;
  }
  .generalView__accord-btn {
    top: unset;
    bottom: 24px;
    width: auto;
  }
  .generalView__top-titleLnk {
    font-size: 16px;
    line-height: 24px;
  }
  .generalView__top-titleLnk {
    position: absolute;
    bottom: 24px;
    right: 15px;
  }
  .generalView__top-title, .generalView__top-content {
    width: 100%;
  }
  .generalView__top-titleTxt {
    font-size: 24px;
    line-height: 32px;
  }
  .generalView__top-content {
    padding-bottom: 20px;
  }
  .root-section {
    flex-direction: column;
  }
  .Exam-main .applications__card-list {
    column-count: 1;
    column-gap: 20px;
    margin-top: 20px;
  }
  .Exam-main .blue-frame__rowFlex {
    padding-right: 10px;
  }
  .InternBook-create .choose-request--orange .hero-animation {
    margin-top: 0 !important;
  }
  .InternBook-create .choose-request--orange .animation {
    margin-top: 0;
    margin-bottom: 0;
  }
  .InternBook-create .file-upload, .InternBook-create .file-upload__hint {
    width: 100%;
  }
  .specsBox {
    padding: 0 !important;
  }
  .cta-section__h2 {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .cta-section__btn {
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  .cta-section--1 {
    display: flex;
    flex-direction: column;
  }
  .cta-section--2 .applications__btn {
    width: 100%;
    min-width: unset;
  }
  .Scientific-main .specs .applications__info-red {
    width: auto;
  }
  .Scientific-main .scientific-page__fileUpload-boxName {
    padding-left: 20px;
  }
  .Scientific-main .applications__card {
    width: 100%;
  }
  .Scientific-main .applications__info-orange,
  .Scientific-main .applications__info-red {
    background-position: 98% center !important;
  }
  .Scientific-main .scientific-page__fileUpload {
    max-width: 100%;
  }
  .Scientific-main .applications__btn-box {
    width: 100%;
  }
  .dd-menu {
    position: relative;
    border: none;
  }
  .choose-request__btn-type {
    border: none;
    border-top: 1px solid #AAA;
    border-radius: 0;
  }
  .choose-request__btn--date {
    color: #000;
    border: none;
    background-color: transparent;
    border-top: 1px solid #AAA;
    border-radius: 0;
  }
  .choose-request__btn--date:before {
    background-image: url(../Internship/MySpecialization/Images/reportBlack.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .actions-dropdown {
    text-align: right;
    width: 100%;
  }
  .dd-btn {
    border: none;
    width: 100%;
  }
  .mobileMenuBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #000;
    align-items: center;
    color: #000;
    font-size: 14px;
  }
  .mobileMenuBtn__icn {
    display: inline-block;
    width: 15px;
    height: 20px;
    background-image: url("../Internship/MySpecialization/Images/exportBlack.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  a.hideMobileMenuBtn {
    display: inline-block;
    width: 32px;
    height: 4px;
    background-color: #79747E;
    border-radius: 100px;
    position: relative;
    top: -20px;
  }
  .showMobileMenu {
    display: flex !important;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    box-shadow: 0px -2px 10px 1px rgba(0, 0, 0, 0.1);
  }
  .specs__info-box-wrap .specs__info-clmn {
    width: 100%;
  }
  .data-table .label {
    width: auto;
    padding-right: 30px;
  }
  .data-table .data-cell.hideOnMobile {
    display: none;
  }
  .data-table .data-cell {
    position: relative;
  }
  .data-table .data-cell__date {
    position: relative;
  }
  .data-table .data-cell__date:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #000;
    top: 3px;
    left: 15px;
  }
  .data-table .hideOnMobileCell {
    display: none;
    position: absolute;
    bottom: 10px;
  }
  .data-table .sort-icons {
    display: none;
  }
  .data-table .data-header {
    height: 32px;
  }
  .data-table .data-header .data-cell {
    font-size: 14px;
    line-height: 19px;
    color: #5B5B5B;
    font-weight: bold;
  }
  .data-table .data-body .data-row {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
  }
  .data-table .type:after {
    top: 3px;
    position: relative;
    right: -10px;
  }
  .data-table .width35 {
    width: calc(100% - 40px);
    margin-left: 0;
    padding-left: 0;
  }
  .data-table .label {
    display: flex;
  }
  .data-table .mobileBtn {
    position: absolute;
    left: 0px;
    top: 10px;
    display: inline-block;
    width: 20px;
    height: 10px;
    background-image: url("../Internship/MySpecialization/Images/arrowDown.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .data-table .arrowRotate {
    transform: rotate(180deg);
  }
  .data-table .activeRow {
    padding-bottom: 50px !important;
  }
  .data-table .data-cell__date {
    right: 0;
  }
  .data-table .width10.centeredTxt.hideOnMobileCell {
    right: 80px;
  }
  .data-table .data-cell__btns {
    right: 150px;
    bottom: 4px;
  }
  .data-table .editorLnk {
    padding-left: 15px;
  }
  .data-table .showHiddenCells {
    display: flex;
  }
  .summary-header__states {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .summary-header__st1 {
    padding-left: 20px;
  }
  .process-status {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .process-status__itm {
    width: 100%;
    padding: 8px;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .process-status__name {
    font-size: 18px;
    line-height: 24px;
  }
  .process-status__list {
    display: none;
  }
  .process-status__top {
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
  }
  .process-status__btn {
    position: absolute;
    width: calc(100% + 10px);
    height: 40px;
    left: -5px;
    top: -10px;
    display: block;
    z-index: 1;
  }
  .process-status__itm--green {
    background-image: url("../Internship/MySpecialization/Images/arrowGreen.svg");
    background-repeat: no-repeat;
    background-position: 14px 18px;
  }
  .process-status__itm--orange {
    background-image: url("../Internship/MySpecialization/Images/arrowOrange.svg");
    background-repeat: no-repeat;
    background-position: 14px 18px;
  }
  .process-status__itm--red {
    background-image: url("../Internship/MySpecialization/Images/arrowRed.svg");
    background-repeat: no-repeat;
    background-position: 14px 18px;
  }
  .process-status .openLst {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
  }
  .choose-request__block-dropdown {
    margin-left: 0;
  }
  .bottom-group {
    display: flex;
    align-items: flex-start;
  }
  .bottom-group__left {
    display: flex;
    flex-direction: column;
    display: none;
  }
  .bottom-group__left a {
    margin-left: 0;
  }
  .hero-animation + .choose-request__title {
    font-size: 20px;
    line-height: 28px;
  }
  .hero-animation--50top {
    top: 0;
    margin-top: 0;
  }
  .hero-animation {
    position: relative;
    max-width: 240px;
    margin-top: -50px !important;
  }
  .blue-frame__inner {
    padding: 16px;
  }
  .blue-frame__column {
    margin-right: 0;
    margin-left: 0;
  }
  .blue-frame__column--100 {
    width: 100%;
  }
  .blue-frame__containerBox {
    display: flex;
    width: 100%;
    margin-right: 0;
    flex-direction: column;
  }
  .blue-frame__containerBox .cta-section {
    flex-direction: column;
  }
  .blue-frame__containerBox .cta-section__btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .blue-frame__containerBox .cta-section__box {
    padding: 24px;
  }
  .blue-frame__containerBox .blue-frame {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .card-section .fs32 {
    font-size: 24px;
    line-height: 30px;
  }
  .card-section__title, .card-section__number {
    font-size: 16px;
    line-height: 22px;
  }
  .pie-block,
  .pie {
    width: 132px;
    height: 132px;
  }
  .pie-label.purple {
    left: 73%;
  }
  .bar--blue .mySpecialization__progress-bar-numberBox {
    font-size: 24px;
    line-height: 30px;
  }
  .blue-frame .mb32 {
    margin-bottom: 16px;
  }
  .meter-title {
    font-size: 16px;
    line-height: 22px;
  }
  .blue-frame__column--50 {
    width: 100%;
  }
  .content-box {
    padding: 16px;
  }
  .content-box__flex {
    flex-direction: column;
  }
  .content-box .w390 {
    width: 100%;
  }
  .content-box__h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .content-box__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .Fellowship-pg .file-upload__box, .Specialist-pg .file-upload__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .Fellowship-pg .file-upload__hint, .Specialist-pg .file-upload__hint {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .form-block__smallFields {
    display: flex;
    width: calc(100% + 6px);
  }
  .form-block__radioBox {
    margin-bottom: 20px;
  }
  .form-block__row {
    width: 100%;
    margin-right: auto;
  }
  .form-block .col-100 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .application-form__content, .application-form__btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-block__row {
    flex-direction: column;
  }
  .form-block__row .col-30 {
    width: 100%;
    margin: 0;
  }
  .form-block__row .col-70 {
    width: 100%;
    margin: 0;
  }
  .form-block__btns {
    margin-left: -12px;
  }
  .Fellowship-pg .applications__info-orange, .Fellowship-pg .applications__info-red {
    background-position: 96% center;
  }
  .login__box {
    flex-direction: column;
  }
  .login__column {
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
  }
  section.login .wrapper {
    padding: 0 30px;
  }
  .specs .applications__additionalInfo {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .specs__actions-btn {
    margin-bottom: 0;
  }
  .specs .datetimer + .applications__card-txt1 {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .progress-info {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .specs__status {
    flex-direction: column;
  }
  .specs__status-clmn {
    width: 100%;
    align-items: flex-start;
  }
  .specs .datetimer {
    width: 100%;
    min-width: unset;
  }
  .specs__status {
    position: relative;
  }
  .specs .applications__card-status {
    position: absolute;
    top: 24px;
    left: 24px;
  }
  .specs__box {
    padding: 20px 16px;
  }
  .datetimer__btn {
    background-position: 98% center;
  }
  .datetimer__name {
    font-size: 16px;
    line-height: 28px;
  }
  .datetimer__date {
    font-size: 12px;
    line-height: 16px;
  }
  .datetimer__itm-name {
    font-size: 16px;
    line-height: 22px;
    width: calc(100% - 36px);
  }
  .datetimer__itm {
    padding-bottom: 10px;
  }
  .applications__btn {
    width: 100%;
  }
  .applications__list {
    flex-direction: column;
    position: static;
    width: 100%;
  }
  .applications__card {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 24px;
    padding: 20px 16px;
  }
  .applications__card-status {
    font-size: 14px;
    line-height: 20px;
  }
  .applications__card-h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .applications__info-orange, .applications__info-red {
    background-position: 93% center;
  }
  .progress-info {
    height: auto;
    flex-direction: column-reverse;
    padding-bottom: 18px;
  }
  .progress-info__img-box {
    position: static;
  }
  .progress-info__state1 img {
    margin-top: -5px;
  }
  .progress-info__state2 img {
    margin-top: -5px;
  }
  .progress-info__state3 .progress-info__img-box {
    width: 74px;
    margin-top: -30px;
  }
  .progress-info__title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .progress-info__content {
    margin-left: 0;
  }
  .progress-info__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .progress-info__img-box {
    width: 40px;
    height: auto;
  }
  .progress-info--vertical {
    flex-direction: column;
  }
  .progress-info--vertical .progress-info__img-box {
    margin-top: 30px;
    width: 170px;
  }
  .main-section .wrapper, .sidebar {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
  }
  .sidebar__list {
    padding-left: 0;
  }
  .sidebar__contactUs {
    margin: 0;
    color: #fff;
    background-color: #006EE6;
    height: 70px;
  }
  .sidebar__contactUs .sidebar__itm-name:after {
    display: none;
  }
  .sidebar__contactUs .sidebar__itm-name {
    color: #fff;
  }
  .sidebar__list-title {
    display: block;
    color: #141414;
    margin-top: 20px;
    margin-right: 16px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .sidebar__itm {
    margin-right: 0;
  }
  .sidebar__itm-icn {
    margin-left: 0 !important;
  }
  .sidebar__content {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .sidebar__basicInfo {
    margin-bottom: 16px;
  }
  .sidebar__title {
    margin: 0;
  }
  .sidebar__info-box2__btn {
    margin-bottom: 0;
  }
  .sidebar__closeMenu {
    display: none;
  }
  .sidebar__name {
    margin-bottom: 0;
    padding-right: 16px;
  }
  .sidebar__name-txt {
    margin-right: 0;
    font-size: 18px;
  }
  .sidebar__mobile-spcialization {
    margin-right: 0;
    padding-right: 0px;
  }
  .sidebar__info-box2__btn-name {
    display: none;
  }
  .sidebar__info-list {
    padding-right: 16px;
  }
  .sidebar__mobile-top__box {
    width: 100%;
    padding-top: 16px;
  }
  .sidebar__info-box2__btn {
    width: 100%;
    color: #fff;
    background-color: #006EE6;
    text-align: center;
    justify-content: center;
    height: 29px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .sidebar__info-box2__btn-icn {
    display: flex;
    width: 16px;
    height: 9px;
  }
  .sidebar__mobileContent1 .sidebar__title {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
  }
  .sidebar__mobileContent1 .dropdownArrow {
    width: 15px;
    height: 9px;
  }
  .sidebar__mobileContent2 {
    margin-top: -30px;
  }
  .sidebar__mobileContent2 .sidebar__mobile-spcialization__single,
  .sidebar__mobileContent2 .sidebar__mobile-spcialization__dropdown,
  .sidebar__mobileContent2 .sidebar__mobile-spcialization-title {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .sidebar__mobileContent2 .sidebar__mobile-spcialization-title, .sidebar__mobileContent2 .sidebar__mobile-spcialization__single {
    margin-right: 60px;
    padding-right: 24px;
  }
  .sidebar__mobileContent2 .input-box__radio {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
  }
  .sidebar .blueColumn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .sidebar .blueColumn__img {
    margin: 0;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .sidebar .blueColumn__imgItm {
    width: 48px;
    height: 48px;
  }
  .sidebar .blueColumn__list {
    display: none;
  }
  .sidebar .blueColumn .menu-btn__desktop {
    display: none;
  }
  .sidebar .blueColumn .menu-btn__mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    width: 36px;
    position: relative;
    top: 3px;
    z-index: 2;
  }
  .sidebar .blueColumn .menu-btn__mobile img {
    width: 26px;
    height: 24px;
  }
  .main-section__content {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 16px;
    margin: 0;
  }
  .main-section .wrapper {
    padding: 0;
  }
  .completedIcn {
    padding-right: 44px;
  }
  .progress-info__img-animation {
    width: 140px;
    margin-top: -50px;
  }
}
@media (max-width: 768px) {
  .generalView__results-tabs {
    display: flex;
    flex-direction: column;
  }
  .generalView__results-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .Exam-main .centerMob {
    text-align: center;
  }
  .Exam-main .applications__lst {
    flex-direction: column;
  }
  .Exam-main .applications__lst-divider {
    display: none;
  }
  .Exam-main .applications__itm {
    align-items: flex-start;
    background-position-y: 4px;
  }
  .Exam-main .optionsLst__itm {
    margin-bottom: 16px;
  }
  .Exam-main .optionsLst__itm:last-child {
    margin-bottom: 0;
  }
  .InternBook-create .form-block__radioBtns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .chart-wrap {
    flex-direction: column;
    margin-bottom: 16px;
    margin-top: 30px;
  }
  .pie-block {
    margin-left: 0;
    margin-bottom: 14px;
  }
  .legend {
    flex-direction: row;
  }
  .application-form__btn {
    font-size: 20px;
    line-height: 28px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .additionalOptions__line {
    font-size: 14px;
    line-height: 19px;
  }
  .Fellowship-pg .file-btn {
    position: relative;
    left: -4px;
    width: 120px;
    padding-left: 28px;
    background-position: 12px;
  }
  .Fellowship-pg .file-upload {
    padding-left: 0;
  }
  .form-block {
    margin-top: 0;
  }
  .form-block__backLnk {
    position: static;
  }
  .form-block__btns {
    width: 100%;
    margin-left: 0;
    margin-top: 20px !important;
    flex-direction: column-reverse;
    align-items: center;
  }
  .form-block__btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .Fellowship-pg .datetimer__btn {
    background-position: 98% center;
  }
  .choose-request {
    padding: 50px 16px;
    padding-bottom: 40px;
  }
  .choose-request__btns {
    flex-direction: column;
  }
  .choose-request__btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .choose-request__btn:last-child {
    margin-bottom: 0;
  }
  .btn--blue {
    height: 48px;
    border-radius: 10px;
    padding: 12px 20px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
  }
  .id-verif__form-row {
    flex-direction: column;
  }
  .id-verif__form-column {
    width: 100%;
    margin-bottom: 20px;
  }
  .login__input-txt {
    height: 42px;
  }
  .login .otp {
    margin-top: 24px;
  }
  .login .otp-input {
    width: 40px;
  }
  .login .otp-input__field {
    font-size: 18px;
  }
  .login__form-option {
    padding: 17px 30px;
    margin-bottom: 20px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 22px;
  }
  .login__form-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-right: 24px;
  }
  .login__column-txt-1 {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .login__column-txt {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 28px;
  }
  .login__column--right {
    flex-direction: column-reverse;
  }
  .login__box {
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 40px 20px;
    border-radius: 15px;
  }
  .login__column-img {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .login__column-img {
    width: 50px;
  }
  .login__form-input {
    margin-bottom: 14px;
  }
  .login__submit-btn {
    margin-top: 13px;
    height: 48px;
    line-height: 0px;
    font-size: 18px;
  }
  .login__notice {
    padding: 16px;
    font-size: 15px;
    line-height: 22px;
  }
  .login__notice-actions {
    justify-content: stretch;
  }
  .login__notice-btn {
    width: 100%;
    min-width: 0;
  }
  section.login .wrapper {
    padding: 0 24px;
  }
  .datetimer__btn {
    background-position: 95% center;
  }
  .specs__actions-btnTop {
    text-align: center;
    position: static;
  }
  .specs__actions-btnTxt {
    text-align: center;
  }
  .specs__info-box {
    flex-direction: column;
    margin-bottom: 0;
  }
  .specs__info-clmn:not(:last-child) {
    width: 100%;
    margin-bottom: 30px;
  }
  .specs__info-clmn {
    width: 100%;
  }
  .main-section__h1 {
    font-size: 25px;
  }
  .main-section__subTitle {
    font-size: 18px;
    line-height: 24px;
  }
  .completedIcn {
    padding-right: 34px;
  }
  .datetimer__red .datetimer__btn {
    background-position: 94% center;
  }
}
@media (max-width: 500px) {
  .legend-row {
    flex-direction: column;
    gap: 0;
    padding: 7px 10px;
  }
  .legend-row .label {
    font-size: 16px;
    line-height: 20px;
  }
  .legend-row .pill {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1920px) {
  .sidebar__content {
    display: block !important;
  }
  .sidebar .blueColumn__list,
  .sidebar .menu-btn__desktopClose {
    display: none !important;
  }
  .sidebar .blueColumn__openMenu {
    pointer-events: none;
  }
}
