body {
  margin: 0;
  background: #f0f3f5;
}

.image-upload-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.image-upload-box .image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.image-upload-box .image-wrap > img {
  padding: 2px;
  border-radius: 50%;
  border: 2px solid #019dd8;
  width: 120px;
  height: 120px;
}

.image-upload-box .upload-img-btn {
  position: absolute;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  right: 0;
  cursor: pointer;
  box-shadow: 0 0.46875rem 2.1875rem rgb(8 10 37 / 3%),
    0 0.9375rem 1.40625rem rgb(8 10 37 / 3%),
    0 0.25rem 0.53125rem rgb(8 10 37 / 5%),
    0 0.125rem 0.1875rem rgb(8 10 37 / 3%);
}

.required {
  color: #ff1744;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.form-control {
  font-size: 14px !important;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #afadad;
}

.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}

form [class*="col-"] {
  padding: 10px;
  padding-bottom: 15px;
}

.content {
  padding: 25px 50px;
}

.switchToggle input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switchToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 55px;
  max-width: 60px;
  height: 24px;
  background: #ccc;
  display: block;
  border-radius: 100px;
  position: relative;
  text-align: left;
}

.switchToggle input + label:before,
.switchToggle input + input + label:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 3px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
  font-weight: 700;
}

.switchToggle input:checked + label,
.switchToggle input:checked + input + label {
  background: #2196f3;
}

.switchToggle input:checked + label:before,
.switchToggle input:checked + input + label:before {
  content: "";
  font-family: "FontAwesome";
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

.switchToggle input:checked + label:after,
.switchToggle input:checked + input + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.switchToggle label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.right-side,
.main-footer {
  margin-left: 20px !important;
}

.step-error {
  box-shadow: 0px 0px 15px -3px #f00;
}

div#swal2-html-container {
  font-size: 18px;
}

h2#swal2-title {
  font-size: 24px;
}

.swal2-actions button {
  font-size: 14px !important;
}

.datepicker-days thead tr:first-child th:nth-child(2),
.datepicker-months thead tr:first-child th:nth-child(2),
.datepicker-years thead tr:first-child th:nth-child(2),
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.active.active,
.datepicker table tr td span.active:active,
.datepicker-days thead th.prev,
.datepicker-days thead th.next,
.datepicker-months thead th.prev,
.datepicker-months thead th.next,
.datepicker-years thead th.prev,
.datepicker-years thead th.next {
  background-color: #009dd8 !important;
  color: #fff !important;
  border-radius: 0;
}

.datepicker table tr td span {
  border-radius: 0 !important;
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 10px !important;
  border: 0px solid #ccc;
  text-align: center;
}

.datepicker table tr td span:hover {
  background: rgb(0 157 216) !important;
  color: #fff !important;
}

.datepicker.dropdown-menu {
  min-width: 240px !important;
  padding: 5px;
}

th.datepicker-switch {
  text-align: center;
}

.page-title-wrapper {
  position: relative;
  background: #019dd8;
  min-height: 135px;
  margin-bottom: 10px;
}

.page-title-header {
  position: absolute;
  min-height: 145px;
  text-align: center;
  width: 250px;
  background: #fff;
  left: 50px;
  padding: 5px 15px;
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%),
    0 0.9375rem 1.40625rem rgb(4 9 20 / 3%),
    0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}

.page-title-content {
  position: absolute;
  min-height: 100px;
  min-width: 125px;
  max-width: 300px;
  right: 50px;
  padding: 5px 15px;
}

.page-title-icon {
  text-align: center;
}

.page-title-header p {
  padding: 0;
  margin: 0;
}

p.title {
  font-weight: 500;
  color: #777;
  font-size: 18px;
}

span.text-blue {
  color: #019dd8;
  font-weight: 500;
}

.page-title-icon img {
  max-width: 80px;
}

ul.details {
  list-style: none;
}

ul.details li .icon i {
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  padding: 8px;
  color: #019dd8;
}

ul.details li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

ul.details li p {
  padding: 0px 10px;
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
}

.sm-page-title-content ul.details li p {
  color: #000;
}

.sm-page-title-content ul.details li .icon i {
  background: #019dd8;
  color: #fff;
}

.box {
  box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11),
    0 4px 16px 0 rgba(167, 175, 183, 0.33);
  background: #fff;
  padding: 0;
}
.modal-body.p-md-5.p-sm-1 {
  background-color: #f0f0f0;
}

@media (max-width: 767px) {
  .page-title-header {
    left: 0px;
    right: 0;
    margin: auto;
  }

  .content {
    padding: 25px;
  }
}

@media (max-width: 1200px) {
  .student-image-upload [class*="col"]:nth-child(4) {
    border-right: none;
  }

  .student-image-upload [class*="col"]:nth-child(5) {
    border-right: 1px solid #ddd;
  }

  .student-image-upload [class*="col"]:last-child {
    border-right: 1px solid #ddd;
  }
}

@media (max-width: 992px) {
  .student-image-upload [class*="col"] {
    border-right: none !important;
  }
}

@media (min-width: 992px) {
  .form-register .content {
    padding: 20px 45px;
  }

  .btn-continue,
  .btn-prev,
  .btn-important {
    padding: 8px 30px;
    font-size: 14px;
  }
}

.datepicker-orient-left
  .datepicker-months
  .table.table-condensed
  > tbody
  > tr
  > td,
.datepicker-orient-left
  .datepicker-years
  .table.table-condensed
  > tbody
  > tr
  > td {
  width: 300px;
}
.datepicker-orient-left span.month,
.datepicker-orient-left span.year {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.datepicker .prev,
.datepicker .next {
  cursor: pointer;
}

.bg-peru {
  background-color: #cd853f !important;
}

.bg-brown {
  background-color: #a52a2a !important;
}

.bg-salmon {
  background-color: #fa8072 !important;
}
.bg-yellow {
  background-color: #f6a402;
}

.bg-pink {
  background-color: #d80056;
}

.bg-green {
  background-color: #00d847;
}

.bg-blue {
  background-color: #009dd8;
}

.bg-red {
  background-color: #f60202;
}

.bg-light-blue {
  background-color: #00d8a3;
}

.bg-violet {
  background-color: #d800d0;
}
/* Alumni Styles */
.main-card.card {
  padding: 20px 30px;
}
#alumni-input-wrapper .row {
  margin: 0px 5px;
}
#alumni-input-wrapper .label,
#years-section .label {
  font-size: 22px;
}
/* .years-section .years-list {
} */
.years-section .years-list .year {
  height: 60px;
  min-width: 100px;
  margin: 10px;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  border-radius: 10px;
  border: 2px solid #00d8a3;
  transition: all 0.5s;
  cursor: pointer;
}
.years-section .years-list .year span {
  display: flex;
  justify-content: center;
  height: 100%;
  vertical-align: middle;
  align-items: center;
}
.years-section .years-list .year.active {
  background-color: #00d8a3 !important;
  color: #fff;
  box-shadow: 0px 0px 5px 3px #00d8a3 !important;
  border-color: #fff;
}

.years-section .years-list .year:hover {
  background-color: #6edfc2;
  color: #fff;
  box-shadow: 0px 0px 5px 3px #6edfc2;
  border-color: #fff;
}
[type="file"] {
  padding: 10px;
}

#registration-success {
  position: relative;
  height: calc(100vh - 200px);
  border-radius: 5px;
  overflow: hidden;
}
.success-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#registration-success .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  background-color: #000000a7;
  color: #fff;
  text-align: center;
}
#registration-success .overlay .success-message {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: fit-content;
  padding: 1rem;
}
#registration-success .success-message h2 {
  font-size: 3.5em;
  font-weight: 600;
  margin-bottom: 20px;
}

#registration-success .success-message h5 {
  font-size: 2em;
  margin-bottom: 20px;
}
.card.closed {
  height: calc(100vh - 220px);
  background-color: transparent;
  border: none;
  color: #fff;
}
.add-more-file{
  display: inline-block;
}
.add-more-file button{
  border: 1px solid #fde7e7;
  width: 130px;
  text-align: center;
  background: #fff3f3;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  height: 80px;
  font-weight: bold !important;
}
.d-none {
  display: none !important;
}
.pip {
  display: inline-block;
  height: 80px;
  width: 100px;
  margin: 5px;
  position: relative;
}
.pip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pip .removeIcon {
  position: absolute;
  top: 3px;
  right: 3px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
