@import url("https://fonts.cdnfonts.com/css/tt-chocolates");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TT Chocolates" !important;
  font-weight: 600 !important;
  color: #000000 !important;
}

.font-choc-primary {
  font-family: "TT Chocolates" !important;
  font-weight: 350 !important;
}

.font-choc-medium {
  font-family: "TT Chocolates" !important;
  font-weight: 400 !important;
}

.font-choc-semibold {
  font-family: "TT Chocolates" !important;
  font-weight: 600 !important;
}

.font-choc-bold {
  font-family: "TT Chocolates" !important;
  font-weight: 800 !important;
}

.text-black-dark {
  color: var(--ins_wd_primary_color) !important;
}

.banner-programme-section {
  background-color: var(--ins_wd_primary_color) !important;
}

.btn-cho-priamry {
  background-color: var(--ins_wd_primary_color) !important;
  color: #fff !important;
  border-color: var(--ins_wd_primary_color) !important;
  border-radius: 5px 5px 5px 5px !important;
}

.btn-cho-secondary {
  background-color: var(--ins_wd_primary_color) !important;
  color: #fff !important;
  border-radius: 5px 5px 5px 5px !important;
  border-color: var(--ins_wd_primary_color) !important;
}

.btn-cho-priamry:hover {
  background-color: var(--ins_wd_primary_color) !important;
  border-color: var(--ins_wd_primary_color) !important;
  color: #fff !important;
  border-radius: 5px 5px 5px 5px !important;
}
.btn-cho-secondary:hover {
  background-color: var(--ins_wd_seconday_color) !important;
  border-color: var(--ins_wd_seconday_color) !important;
  color: #fff !important;
  border-radius: 5px 5px 5px 5px !important;
}

.btn-outline-cho-grey {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 5px 5px 5px 5px !important;
}

.btn-outline-cho-grey:hover {
  background-color: var(--ins_wd_primary_color) !important;
  border-color: var(--ins_wd_primary_color) !important;
  color: #fff !important;
  border-radius: 5px 5px 5px 5px !important;
}

.table-cho th {
  font-family: "TT Chocolates" !important;
  font-weight: 600 !important;
}

.table-cho td {
  font-family: "TT Chocolates" !important;
  font-weight: 400 !important;
  color: #000000 !important;
}

.matter-infos {
  font-family: "TT Chocolates" !important;
  line-height: 150% !important;
  font-size: 16px;
}

.td_has_tooltip{}
.matter-infos p{
   line-height: 180% !important;
}

.matter-infos h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TT Chocolates" !important;
  font-weight: 700 !important;
    line-height: 150% !important;
}

.programme-row-sections nav ul li a {
  font-family: "TT Chocolates" !important;
  font-weight: 700 !important;
}
.form-control {
  font-family: "TT Chocolates" !important;
}
label {
  font-family: "TT Chocolates" !important;
}
.font-fm {
  font-family: "TT Chocolates" !important;
}

.btn.btn-outline-grey:hover,
.btn.btn-outline-grey:focus {
  border-color: var(--ins_wd_primary_color) !important;
}

.img-outer {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: start;
  border-radius: 15px 15px 0 0; /* your radius */
}

.img-outer img {
  object-fit: cover;
  max-width: calc(100% + 30px);
  min-height: 100%;
  min-width: calc(100% + 0px);
  max-height: calc(100% + 30px);
  width: auto;
  height: auto !important;
  display: block;
  border-radius: 15px 15px 0 0;
  transition: transform 0.5s ease;
}

.img-outer img:hover {
  transform: scale(1.15);
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.rounded-20px {
  border-radius: 15px;
}

.search-by-filed .search-icon-1 {
  background-color: var(--ins_wd_seconday_color) !important;
}

.active-circle span {
  color: var(--ins_wd_primary_color) !important;
}

.list-box-row:hover h3 a {
  color: var(--ins_wd_seconday_color) !important;
}

.matter-infos {
  margin-bottom: 25px;
  border-bottom: 1px solid #dcdcdc !important;
  padding-bottom: 25px;
}

.matter-infos div {
  font-family: "TT Chocolates" !important;
  line-height: 150%;
}

.matter-infos p span {
  font-family: "TT Chocolates" !important;
   line-height: 150%;
}

.programme-row-section nav ul li {
  margin: 15px 0px !important;
}

.programme-row-section nav ul li a:hover {
  color: var(--ins_wd_seconday_color) !important;
}

.inner-section-tops {
  margin-top: 20px !important;
  border-top: none !important;
}

.matter-infos ul li {
  list-style: disc !important;
  line-height: 150%;
}

.matter-infos ul {
  padding-left: 2rem;
}

.side-nav ul li a.active {
  color: #fff;
  background: linear-gradient(
    90deg,
    var(--ins_wd_seconday_color) 0%,
    #fff 100%
  );
  position: relative;
}

.side-nav ul li a.active::before {
  content: "";
  position: absolute;
  border: solid;
  height: 100%;
  border-color: var(--ins_wd_primary_color);
  left: 0px;
  top: 0px;
  border-width: 2px;
}

.side-nav ul li a {
  padding: 12px 15px !important;
  width: 235px;
}

body {
  color: #000000 !important;
}

.active-circle .circle-steps {
  background: var(--ins_wd_primary_color) !important;
}

.active-circle .circle-steps:after {
  border: dashed 1px var(--ins_wd_primary_color) !important;
}

label.error {
  font-family: "TT Chocolates" !important;
}

label {
  font-family: "TT Chocolates" !important;
}

.font-fm .font-medium {
  font-family: "TT Chocolates" !important;
  font-weight: 500 !important;
}

.download-document-shows a {
  color: var(--ins_wd_primary_color) !important;
}

.download-document-shows {
  color: var(--ins_wd_primary_color) !important;
}

.wedgit-btn button {
  border-color: var(--ins_wd_primary_color) !important;
  background-color: #fff !important;
  color: var(--ins_wd_primary_color) !important;
  font-family: "TT Chocolates" !important;
  font-weight: 700 !important;
  border-radius: 5px 5px 5px 5px !important;
}

.wedgit-btn button svg {
  fill: var(--ins_wd_primary_color) !important;
}

.wedgit-btn .btn-new {
  border-radius: 145px !important;
  background-color: var(--ins_wd_primary_color) !important;
  color: #fff !important;
  border-color: var(--ins_wd_primary_color) !important;
  font-family: "TT Chocolates" !important;
  font-weight: 700 !important;
  border-radius: 5px 5px 5px 5px !important;
}

.wedgit-btn .btn-new:hover {
  background-color: var(--ins_wd_seconday_color) !important;
  border-color: var(--ins_wd_seconday_color) !important;
}

.wedgit-btn .btn-new-agian {
  border-radius: 145px !important;
  background-color: var(--ins_wd_seconday_color) !important;
  color: #fff !important;
  border-color: var(--ins_wd_seconday_color) !important;
  font-family: "TT Chocolates" !important;
  font-weight: 700 !important;
  border-radius: 5px 5px 5px 5px !important;
}

.wedgit-btn .btn-new-agian:hover {
  background-color: var(--ins_wd_primary_color) !important;
  border-color: var(--ins_wd_primary_color) !important;
}

.text-area-height textarea {
  height: inherit !important;
}

.model-tittle-font h6 {
  font-family: "TT Chocolates" !important;
  font-weight: 400 !important;
}

.model-tittle-font p {
  font-family: "TT Chocolates" !important;
  font-weight: 600 !important;
}

.inner-payment h6 {
  font-family: "TT Chocolates" !important;
  font-weight: 800 !important;
}

.inner-payment div {
  font-family: "TT Chocolates" !important;
}

.main-content-pop h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  font-family: "TT Chocolates" !important;
  line-height: 150% !important;
}

.trans-font .font-semi-bold {
  font-family: "TT Chocolates" !important;
  font-weight: 800 !important;
}

.main-btn-fotter .btn {
  font-family: "TT Chocolates" !important;
}

.main-btn-fotter .rounded-pill {
  border-radius: 5px !important;
  font-family: "TT Chocolates" !important;
}

.main-btn-fotter .btn-cho-priamry {
  background-color: #fff !important;
  border-color: #b1040e !important;
  color: #b1040e !important;
}

.main-btn-fotter .btn-cho-priamry:hover {
  background-color: #b1040e !important;
  color: #fff !important;
}

.form-steps-top ul li::before {
  top: 40% !important;
}

strong {
  font-family: "TT Chocolates" !important;
  font-weight: 800 !important;
}

.not-found-img img {
  height: 100% !important;
}

.tittle-padding {
  padding: 14px 0 8px 16px;
}

.footer-padding {
  padding: 0px 15px 17px 16px;
}

.main-right-section > section:last-child .matter-infos {
  border-bottom: none !important;
}

.success-li li {
  font-size: 22px;
  font-family: "TT Chocolates" !important;
  padding-bottom: 10px;
}

.success-li li:last-child {
  padding-bottom: 0 !important;
}

.none-of-other {
  overflow: inherit !important;
}

nav.side-nav {
  position: sticky;
  top: 0;
}

#offline_payment_instructions,
#offline_payment_instructions * {
  font-family: "TT Chocolates" !important;
}

#offline_payment_instructions p,
#offline_payment_instructions span,
#offline_payment_instructions li {
  font-weight: 400;
}

#offline_payment_instructions strong,
#offline_payment_instructions b {
  font-weight: 600;
}

#offline_payment_instructions h1,
#offline_payment_instructions h2,
#offline_payment_instructions h3,
#offline_payment_instructions h4,
#offline_payment_instructions h5,
#offline_payment_instructions h6 {
  font-weight: 700;
}

.reg-label {
  font-family: "TT Chocolates" !important;
  line-height: 120%;
}

.reg-dates {
  font-family: "TT Chocolates" !important;
  line-height: 120%;
}

.dd_div_span {
  font-family: "TT Chocolates" !important;
}

.timeNum {
  font-family: "TT Chocolates" !important;
}

.certificateIcon svg {
  fill: var(--ins_wd_primary_color) !important;
}

.reg-window-box {
  background: var(--ins_wd_primary_color) 12 !important;
}

.remaning {
  color: var(--ins_wd_seconday_color) !important;
  font-family: "TT Chocolates" !important;
}

.tooltip-texts {
  font-family: "TT Chocolates" !important;
}

.course-border {
  border: 1px solid var(--ins_wd_seconday_color) !important;
}

.table * {
  font-family: "TT Chocolates" !important;
}

.table tbody tr:hover {
  border: 1px solid var(--ins_wd_primary_color) !important;
  background-color: var(--ins_wd_primary_color) 12 !important;
}

.td-color {
  color: var(--ins_wd_primary_color) !important;
}

.fillter-btno {
  border-radius: 145px !important;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #000000;
  min-width: 90px;
  justify-content: center;
  position: relative;
  font-size: 17px;
  height: 45px !important;
  display: flex !important;
  gap: 2px;
  align-items: center;
  font-family: "TT Chocolates" !important;
}

.modal-header * {
  font-family: "TT Chocolates" !important;
}

.modal-body * {
  font-family: "TT Chocolates" !important;
}

.modal-footer * {
  font-family: "TT Chocolates" !important;
}

.type_icon svg {
  fill: var(--ins_wd_primary_color) !important;
}

.font-color {
  color: var(--ins_wd_seconday_color) !important;
}

.text-red {
  color: var(--ins_wd_seconday_color) !important;
}

.editor-text-family * {
  font-family: "TT Chocolates" !important;
}

.font-choc-medium,
.font-medium.font-choc-medium {
  font-family: "TT Chocolates" !important;
  font-weight: 500 !important;
}

.text-secondary,
.text-secondary.text-secondarys {
  color: var(--ins_wd_primary_color) !important;
}

.payment-widget-font * {
  font-family: "TT Chocolates" !important;
}

.font-medium,
.font-medium.font-medium-cho {
  font-family: "TT Chocolates" !important;
  font-weight: 500 !important;
}

.only-screen-disply {
  display: none;
  width: inherit;
}

.side-nav ul li a.active:hover {
  color: #fff !important;
}

.tdIcon svg {
  max-width: 18px;
  height: auto;
}
.tdIcon {
  width: 18px;
  margin-right: 10px;
  display: none;
}

.tab-pill-n1 {
  padding: 12px 20px;
  border-radius: 50px;
  background: #f2f2f2;
  color: #000;
  font-size: 18px;
  flex: 0 0 auto;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  font-family: "TT Chocolates" !important;
}

.tab-pill-n1:hover {
  background: #d1d5db;
  color: #111827;
}

.tab-pill-n1.active {
  background: var(--ins_wd_primary_color); /* orange like your image */
  color: #fff;
}
.tab-pill-n1-wrap {
  overflow: auto;
  padding-bottom: 15px;
}

#tabsWrapper {
	position: sticky;
	top: 0;
	z-index: 998;
	background: #fff;
	padding-top: 10px;
    margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.intakeStatus {
	background: #e7fdeb;
	text-align: center;
	padding: 4px 13px;
	border-radius: 20px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important; 
}
.intakeStatus::before {
	content: '';
	width: 7px;
	height: 7px;
	background: rgb(22 163 74);
	border-radius: 50px;
	margin-right: 2px;
}
.intake-Upcoming-status{
  color: #fd840c !important;
  background: #fff8ed;}
.intake-Upcoming-status:before{ background-color: #fd840c;}
.intake-closed-status{background-color: #fff4f4 !important; color: #ef4444 !important;}
.intake-closed-status:before{ background-color: #ef4444;}

@media (max-width: 991px) {
  .selectMenu_design1 {
    width: 100% !important;
  }

  .view-toggle-btn span {
    display: none;
  }

  .only-screen-disply {
    display: block !important;
    width: auto !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #000;
    border-radius: 50px;
    text-align: center;
    padding: 10px 15px;
  }

  .only-screen-disply a {
    color: #000 !important;
  }

  .only-screen-disply a {
    min-width: 60px;
  }
  .view-toggle-buttons .btn {
    height: 40px !important;
  }

  .check-bgg {
    display: none !important;
  }

  .only-screen-disply a span {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .side-nav ul .nav-mid {
    display: block !important;
    overflow: hidden !important;
  }

  .side-nav ul li {
    border-right: none !important;
  }

  .programme-details-section {
    margin-top: 15px;
  }

  .side-nav {
    height: 100% !important;
  }

  .nursing-table.nursing-table-v02 {
    min-width: inherit;
  }

  .nursing-table.nursing-table-v02 tr {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .nursing-table.nursing-table-v02 td {
    white-space: normal;
    padding: 6px 15px 6px !important;
    text-transform: capitalize;
    width: 100%;
    order: 3;
    line-height: 100%;
  }
  .nursing-table.nursing-table-v02 thead {
    display: none !important;
  }
  .nursing-table.nursing-table-v02 .apply-btnse {
    width: 100%;
    text-align: center;
    padding: 11px 24px;
    font-size: 16px;
  }
  .coustom-tr::before {
    height: calc(100% - 15px) !important;
    border: 1px solid #ccc !important;
  }
  .nursing-table.nursing-table-v02 td:last-child,
  .nursing-table.nursing-table-v02 td:nth-child(1),
  .nursing-table.nursing-table-v02 td:nth-child(2) {
    width: 100%;
  }
  
  .nursing-table.nursing-table-v02 td:nth-child(6) {
    font-weight: 600 !important;
  }
  .nursing-table.nursing-table-v02 td:nth-child(1) {
    order: 2;
    font-size: 17px;
    line-height: 120%;
  }
  .nursing-table.nursing-table-v02 td:nth-child(2) {
    order: 1;
    padding-top: 20px !important;
  }
  .nursing-table.nursing-table-v02 td:last-child {
    padding-bottom: 20px !important;
  }
  .tdIcon {
    display: inline-flex;padding-top: 1px;
    width: 24px;min-width: 24px;
    margin-right: 0;
  }
  .tdIcon svg {
    max-width: 16px;
    position: relative;
    top: 2px;
    fill: var(--ins_wd_primary_color);
  }
  #tabsWrapper {
    position: sticky;
    top: 0;
    background: #fff;
    margin: 0 -15px;
    padding: 10px 15px 0;
  }
  .tab-pill-n1 {
    padding: 10px 18px;
    font-size: 16px;
  }
  .tab-section {
    min-height: 400px;
  }
  .CurrentIntakeTD ul li{ line-height: 19px;}
  .nursing-table.nursing-table-v02 tr span.d-inline-flex{ align-items: start;}
}
