@charset "UTF-8";
/**Font Size & Font Family**/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
.font-2 {
  font-family: "Manrope", sans-serif;
}

h1, h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span {
  margin: 0px;
  text-transform: capitalize;
}

h1, h1 span {
  font-size: 90px;
  line-height: 104%;
}
h2, h2 span {
  font-size: 66px;
  line-height: 62px;
}
h3, h3 span {
  font-size: 54px;
  font-style: normal;
  line-height: 110%;
}
h4, h4 span {
  font-size: 36px;
  font-style: normal;
  line-height: normal;
}
h5, h5 span {
  font-size: 32px;
  font-style: normal;
  line-height: 118%;
}
h6, h6 span {
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
}
p,
a,
span,
label,
li,
select,
input,
tr,
td,
button {
  font-size: 16px;
  line-height: 150%;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-18 {
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}

.font-20 {
  font-size: 20px;
  line-height: normal;
}

.font-22 {
  font-size: 22px;
  line-height: 26px;
}

.font-24 {
  font-size: 24px;
  line-height: normal;
  font-style: normal;
}

.font-28 {
  font-size: 28px;
  font-style: normal;
  line-height: 118%;
}

.font-38 {
  font-size: 38px;
  line-height: 118%;
  font-style: normal;
}

.font-42 {
  font-size: 42px;
  font-style: normal;
  line-height: 118%;
}

.font-46 {
  font-size: 46px;
  font-style: normal;
  line-height: normal;
}

.font-48, .font-48 span {
  font-size: 48px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.96px;
}
.font-50, .font-50 span {
  font-size: 50px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
}
.font-60, .font-60 span {
  font-size: 60px;
}
.font-80 {
  font-size: 80px;
  line-height: 75px;
  font-weight: 700;
}

.font-86, .font-86 span {
  font-size: 86px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
}
@media (max-width: 1650.98px) {
  h1, h1 span {
    font-size: 85px;
  }
  h2, h2 span {
    font-size: 62px;
    line-height: normal;
  }
  h3, h3 span {
    font-size: 50px;
    line-height: normal;
  }
}
@media (max-width: 1399.98px) {
  h1, h1 span {
    font-size: 80px;
  }
  h2, h2 span {
    font-size: 60px;
  }
  h3, h3 span {
    font-size: 46px;
  }
  h4, h4 span {
    font-size: 32px;
  }
  h5, h5 span {
    font-size: 28px;
    line-height: 100%;
  }
  h6, h6 span {
    font-size: 22px;
    line-height: normal;
  }
  .font-18 {
    font-size: 17px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 22px;
  }
  .font-28 {
    font-size: 26px;
    line-height: normal;
  }
  .font-38 {
    font-size: 36px;
  }
  .font-42 {
    font-size: 38px;
    line-height: 100%;
  }
  .font-46 {
    font-size: 42px;
  }
  .font-48,
  .font-48 span {
    font-size: 45px;
  }
  .font-50,
  .font-50 span {
    font-size: 46px;
  }
  .font-60, .font-60 span {
    font-size: 55px;
    line-height: normal;
  }
  .font-80 {
    font-size: 70px;
    line-height: 80%;
  }
  .font-86,
  .font-86 span {
    font-size: 80px;
    line-height: 90%;
  }
}
@media (max-width: 1199.98px) {
  h1, h1 span {
    font-size: 75px;
  }
  h2, h2 span {
    font-size: 54px;
  }
  h3, h3 span {
    font-size: 44px;
  }
  h4, h4 span {
    font-size: 32px;
  }
  h5, h5 span {
    font-size: 26px;
    line-height: normal;
  }
  h6, h6 span {
    font-size: 20px;
  }
  p,
  a,
  span,
  label,
  li,
  select,
  input,
  tr,
  td,
  button {
    font-size: 15px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-38 {
    font-size: 34px;
  }
  .font-42 {
    font-size: 35px;
  }
  .font-46 {
    font-size: 38px;
  }
  .font-48,
  .font-48 span {
    font-size: 40px;
  }
  .font-50,
  .font-50 span {
    font-size: 42px;
  }
  .font-60, .font-60 span {
    font-size: 50px;
  }
  .font-80 {
    font-size: 60px;
  }
  .font-86,
  .font-86 span {
    font-size: 75px;
    line-height: 100%;
  }
}
@media (max-width: 991.98px) {
  h1, h1 span {
    font-size: 70px;
    line-height: normal;
  }
  h2, h2 span {
    font-size: 48px;
  }
  h3, h3 span {
    font-size: 40px;
  }
  h4, h4 span {
    font-size: 30px;
  }
  h5, h5 span {
    font-size: 24px;
  }
  h6, h6 span {
    font-size: 18px;
    line-height: normal;
  }
  .font-18 {
    font-size: 15px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 18px;
  }
  .font-38 {
    font-size: 32px;
  }
  .font-42 {
    font-size: 32px;
  }
  .font-48,
  .font-48 span {
    font-size: 38px;
  }
  .font-50,
  .font-50 span {
    font-size: 40px;
  }
  .font-60, .font-60 span {
    font-size: 40px;
  }
  .font-80 {
    font-size: 50px;
  }
  .font-86,
  .font-86 span {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  h1, h1 span {
    font-size: 65px;
    line-height: 100%;
  }
  h2, h2 span {
    font-size: 42px;
  }
  h3, h3 span {
    font-size: 38px;
  }
  h4, h4 span {
    font-size: 25px;
  }
  h5, h5 span {
    font-size: 22px;
  }
  p,
  a,
  span,
  label,
  li,
  select,
  input,
  tr,
  td,
  button {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-20 {
    font-size: 17px;
  }
  .font-24 {
    font-size: 16px;
  }
  .font-38 {
    font-size: 26px;
  }
  .font-42 {
    font-size: 27px;
  }
  .font-48,
  .font-48 span {
    font-size: 36px;
  }
  .font-50,
  .font-50 span {
    font-size: 38px;
  }
  .font-80 {
    font-size: 40px;
  }
  .font-86,
  .font-86 span {
    font-size: 65px;
  }
}
@media (max-width: 575.98px) {
  h1, h1 span {
    font-size: 60px;
    line-height: 95%;
  }
  h2, h2 span {
    font-size: 38px;
  }
  h3, h3 span {
    font-size: 34px;
  }
  h4, h4 span {
    font-size: 22px;
  }
  h5, h5 span {
    font-size: 20px;
  }
  h6, h6 span {
    font-size: 18px;
  }
  .font-15 {
    font-size: 12px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 15px;
  }
  .font-38 {
    font-size: 28px;
  }
  .font-50,
  .font-50 span {
    font-size: 32px;
  }
  .font-86,
  .font-86 span {
    font-size: 55px;
  }
}
@media (max-width: 425.98px) {
  h1, h1 span {
    font-size: 55px;
  }
  p,
  a,
  span,
  label,
  li,
  select,
  input,
  tr,
  td,
  button {
    font-size: 13px;
  }
  .font-18 {
    font-size: 13px;
  }
  .font-20 {
    font-size: 15px;
  }
}
/**Font Size & Font Family**/
.font-2 {
  font-family: "Manrope", sans-serif;
}

h1, h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span {
  margin: 0px;
  text-transform: capitalize;
}

h1, h1 span {
  font-size: 90px;
  line-height: 104%;
}
h2, h2 span {
  font-size: 66px;
  line-height: 62px;
}
h3, h3 span {
  font-size: 54px;
  font-style: normal;
  line-height: 110%;
}
h4, h4 span {
  font-size: 36px;
  font-style: normal;
  line-height: normal;
}
h5, h5 span {
  font-size: 32px;
  font-style: normal;
  line-height: 118%;
}
h6, h6 span {
  font-size: 24px;
  font-style: normal;
  line-height: 140%;
}
p,
a,
span,
label,
li,
select,
input,
tr,
td,
button {
  font-size: 16px;
  line-height: 150%;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-18 {
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}

.font-20 {
  font-size: 20px;
  line-height: normal;
}

.font-22 {
  font-size: 22px;
  line-height: 26px;
}

.font-24 {
  font-size: 24px;
  line-height: normal;
  font-style: normal;
}

.font-28 {
  font-size: 28px;
  font-style: normal;
  line-height: 118%;
}

.font-38 {
  font-size: 38px;
  line-height: 118%;
  font-style: normal;
}

.font-42 {
  font-size: 42px;
  font-style: normal;
  line-height: 118%;
}

.font-46 {
  font-size: 46px;
  font-style: normal;
  line-height: normal;
}

.font-48, .font-48 span {
  font-size: 48px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.96px;
}
.font-50, .font-50 span {
  font-size: 50px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
}
.font-60, .font-60 span {
  font-size: 60px;
}
.font-80 {
  font-size: 80px;
  line-height: 75px;
  font-weight: 700;
}

.font-86, .font-86 span {
  font-size: 86px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
}
@media (max-width: 1650.98px) {
  h1, h1 span {
    font-size: 85px;
  }
  h2, h2 span {
    font-size: 62px;
    line-height: normal;
  }
  h3, h3 span {
    font-size: 50px;
    line-height: normal;
  }
}
@media (max-width: 1399.98px) {
  h1, h1 span {
    font-size: 80px;
  }
  h2, h2 span {
    font-size: 60px;
  }
  h3, h3 span {
    font-size: 46px;
  }
  h4, h4 span {
    font-size: 32px;
  }
  h5, h5 span {
    font-size: 28px;
    line-height: 100%;
  }
  h6, h6 span {
    font-size: 22px;
    line-height: normal;
  }
  .font-18 {
    font-size: 17px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 22px;
  }
  .font-28 {
    font-size: 26px;
    line-height: normal;
  }
  .font-38 {
    font-size: 36px;
  }
  .font-42 {
    font-size: 38px;
    line-height: 100%;
  }
  .font-46 {
    font-size: 42px;
  }
  .font-48,
  .font-48 span {
    font-size: 45px;
  }
  .font-50,
  .font-50 span {
    font-size: 46px;
  }
  .font-60, .font-60 span {
    font-size: 55px;
    line-height: normal;
  }
  .font-80 {
    font-size: 70px;
    line-height: 80%;
  }
  .font-86,
  .font-86 span {
    font-size: 80px;
    line-height: 90%;
  }
}
@media (max-width: 1199.98px) {
  h1, h1 span {
    font-size: 75px;
  }
  h2, h2 span {
    font-size: 54px;
  }
  h3, h3 span {
    font-size: 44px;
  }
  h4, h4 span {
    font-size: 32px;
  }
  h5, h5 span {
    font-size: 26px;
    line-height: normal;
  }
  h6, h6 span {
    font-size: 20px;
  }
  p,
  a,
  span,
  label,
  li,
  select,
  input,
  tr,
  td,
  button {
    font-size: 15px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-38 {
    font-size: 34px;
  }
  .font-42 {
    font-size: 35px;
  }
  .font-46 {
    font-size: 38px;
  }
  .font-48,
  .font-48 span {
    font-size: 40px;
  }
  .font-50,
  .font-50 span {
    font-size: 42px;
  }
  .font-60, .font-60 span {
    font-size: 50px;
  }
  .font-80 {
    font-size: 60px;
  }
  .font-86,
  .font-86 span {
    font-size: 75px;
    line-height: 100%;
  }
}
@media (max-width: 991.98px) {
  h1, h1 span {
    font-size: 70px;
    line-height: normal;
  }
  h2, h2 span {
    font-size: 48px;
  }
  h3, h3 span {
    font-size: 40px;
  }
  h4, h4 span {
    font-size: 30px;
  }
  h5, h5 span {
    font-size: 24px;
  }
  h6, h6 span {
    font-size: 18px;
    line-height: normal;
  }
  .font-18 {
    font-size: 15px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 18px;
  }
  .font-38 {
    font-size: 32px;
  }
  .font-42 {
    font-size: 32px;
  }
  .font-48,
  .font-48 span {
    font-size: 38px;
  }
  .font-50,
  .font-50 span {
    font-size: 40px;
  }
  .font-60, .font-60 span {
    font-size: 40px;
  }
  .font-80 {
    font-size: 50px;
  }
  .font-86,
  .font-86 span {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  h1, h1 span {
    font-size: 65px;
    line-height: 100%;
  }
  h2, h2 span {
    font-size: 42px;
  }
  h3, h3 span {
    font-size: 38px;
  }
  h4, h4 span {
    font-size: 25px;
  }
  h5, h5 span {
    font-size: 22px;
  }
  p,
  a,
  span,
  label,
  li,
  select,
  input,
  tr,
  td,
  button {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-20 {
    font-size: 17px;
  }
  .font-24 {
    font-size: 16px;
  }
  .font-38 {
    font-size: 26px;
  }
  .font-42 {
    font-size: 27px;
  }
  .font-48,
  .font-48 span {
    font-size: 36px;
  }
  .font-50,
  .font-50 span {
    font-size: 38px;
  }
  .font-80 {
    font-size: 40px;
  }
  .font-86,
  .font-86 span {
    font-size: 65px;
  }
}
@media (max-width: 575.98px) {
  h1, h1 span {
    font-size: 60px;
    line-height: 95%;
  }
  h2, h2 span {
    font-size: 38px;
  }
  h3, h3 span {
    font-size: 34px;
  }
  h4, h4 span {
    font-size: 22px;
  }
  h5, h5 span {
    font-size: 20px;
  }
  h6, h6 span {
    font-size: 18px;
  }
  .font-15 {
    font-size: 12px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 15px;
  }
  .font-38 {
    font-size: 28px;
  }
  .font-50,
  .font-50 span {
    font-size: 32px;
  }
  .font-86,
  .font-86 span {
    font-size: 55px;
  }
}
@media (max-width: 425.98px) {
  h1, h1 span {
    font-size: 55px;
  }
  p,
  a,
  span,
  label,
  li,
  select,
  input,
  tr,
  td,
  button {
    font-size: 13px;
  }
  .font-18 {
    font-size: 13px;
  }
  .font-20 {
    font-size: 15px;
  }
}
body {
  background: #fff;
}

.ic-container {
  max-width: 1296px;
  margin: 0 auto;
}

.ic-section-space {
  padding: 90px 0px;
}

.ic-section-space-top {
  padding-top: 90px;
}

.ic-section-space-bottom,
.ic-dashboard-home-section {
  padding-bottom: 90px;
}

.ic-section-header-space {
  margin-bottom: 50px;
}

.ic-content-space {
  margin-bottom: 30px;
}

.ic-content-space-small {
  margin-bottom: 18px;
}

.ic-content-space-extra-small {
  margin-bottom: 15px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-5 {
  margin-bottom: 5px;
}

.slick-slide {
  padding: 0 10px;
}

.slick-list {
  margin: 0 -10px;
}

.ic-pos-rel {
  position: relative;
}

.ic-over-hi {
  overflow: hidden;
}

.ic-bg-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.ic-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 7px;
}
.ic-social a i {
  font-size: 14px;
  color: #fff;
}
.ic-social a:last-of-type {
  margin-right: 0px;
}
.ic-social a:hover {
  background-color: #333;
}

.ic-social-secondary a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ic-social-secondary a i {
  font-size: 16px;
}

.ic-span {
  padding: 8px 18px;
  border-radius: 30px;
  display: inline-block;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

section {
  overflow: hidden;
}

select:focus {
  outline: none;
}

.text-inherit {
  text-transform: inherit !important;
}

input:focus {
  outline: none;
}

.ic-pagination-div .page-link {
  border: none;
  background: transparent;
  color: #000;
  font-weight: 500;
  width: 36px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-pagination-div .page-item.active .page-link {
  background: #8e17c7;
  border-radius: 6px;
  color: #fff;
}

@media (max-width: 1399.98px) {
  .ic-container {
    width: 100%;
    padding: 0 20px;
  }
  .ic-section-space {
    padding: 80px 0px;
  }
  .ic-section-space-top {
    padding-top: 80px;
  }
  .ic-section-space-bottom,
  .ic-dashboard-home-section {
    padding-bottom: 80px;
  }
  .ic-section-header-space {
    margin-bottom: 45px;
  }
  .mb-20 {
    margin-bottom: 18px;
  }
  .mb-24 {
    margin-bottom: 22px;
  }
  .mb-35 {
    margin-bottom: 32px;
  }
  .mb-30 {
    margin-bottom: 24px;
  }
  .mb-40 {
    margin-bottom: 33px;
  }
}
@media (max-width: 1199.98px) {
  .ic-section-space {
    padding: 70px 0px;
  }
  .ic-section-space-top {
    padding-top: 70px;
  }
  .ic-section-space-bottom,
  .ic-dashboard-home-section {
    padding-bottom: 70px;
  }
  .ic-section-header-space {
    margin-bottom: 40px;
  }
  .mb-20 {
    margin-bottom: 16px;
  }
  .mb-24 {
    margin-bottom: 20px;
  }
  .mb-35 {
    margin-bottom: 30px;
  }
  .mb-30 {
    margin-bottom: 22px;
  }
  .mb-40 {
    margin-bottom: 31px;
  }
}
@media (max-width: 991.98px) {
  .ic-section-space {
    padding: 60px 0px;
  }
  .ic-section-space-top {
    padding-top: 60px;
  }
  .ic-section-space-bottom,
  .ic-dashboard-home-section {
    padding-bottom: 60px;
  }
  .ic-content-space {
    margin-bottom: 25px;
  }
  .ic-section-header-space {
    margin-bottom: 35px;
  }
  .mb-20 {
    margin-bottom: 14px;
  }
  .mb-24 {
    margin-bottom: 18px;
  }
  .mb-35 {
    margin-bottom: 26px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 29px;
  }
}
@media (max-width: 767.98px) {
  .ic-container {
    padding: 0 15px;
  }
  .ic-section-space {
    padding: 50px 0px;
  }
  .ic-section-space-top {
    padding-top: 50px;
  }
  .ic-section-space-bottom,
  .ic-dashboard-home-section {
    padding-bottom: 50px;
  }
  .ic-content-space {
    margin-bottom: 20px;
  }
  .ic-section-header-space {
    margin-bottom: 30px;
  }
  .mb-20 {
    margin-bottom: 12px;
  }
  .mb-24 {
    margin-bottom: 16px;
  }
  .mb-35 {
    margin-bottom: 24px;
  }
  .mb-30 {
    margin-bottom: 18px;
  }
  .mb-40 {
    margin-bottom: 27px;
  }
}
@media (max-width: 575.98px) {
  .ic-container {
    padding: 0 10px;
  }
  .ic-section-space {
    padding: 40px 0px;
  }
  .ic-section-space-top {
    padding-top: 40px;
  }
  .ic-section-space-bottom,
  .ic-dashboard-home-section {
    padding-bottom: 40px;
  }
  .ic-content-space {
    margin-bottom: 15px;
  }
  .ic-section-header-space {
    margin-bottom: 25px;
  }
  .mb-20 {
    margin-bottom: 10px;
  }
  .mb-24 {
    margin-bottom: 14px;
  }
  .mb-35 {
    margin-bottom: 20px;
  }
  .mb-30 {
    margin-bottom: 16px;
  }
  .mb-40 {
    margin-bottom: 25px;
  }
}
@font-face {
  font-family: tungsten;
  src: url("../fonts/text-fonts/Tungsten-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
.font-1 {
  font-family: tungsten;
}

.ic-color-white {
  color: #fff;
}

.ic-bg-white {
  background: #fff;
}

.ic-color-black {
  color: #121426;
}

.ic-bg-black {
  background: #121426;
}

.ic-color-primary {
  color: #8e17c7;
}

.ic-bg-primary {
  background: #8e17c7;
}

.ic-color-secondary {
  color: #b8f949;
}

.ic-bg-secondary {
  background: #b8f949;
}

.ic-color-third {
  color: #d0c6f0;
}

.ic-color-forth {
  color: #d4dffc;
}

.ic-color-body {
  color: #565661;
}

.ic-bg-global {
  background: #001b38;
}

button {
  background: none;
}

.ic-btn {
  height: 47px;
  padding: 0 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  cursor: pointer;
}
.ic-btn.border-r-8 {
  border-radius: 8px;
}

.ic-btn.active {
  background: #8e17c7;
  color: #fff;
  border: 1px solid #8e17c7;
  transition: all 0.3s;
}

.ic-btn.active .ic-btn-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.ic-btn.active:hover {
  box-shadow: 0px 5px 15px rgba(143, 23, 199, 0.37);
}
.ic-btn.active:hover .ic-btn-icon {
  transform: rotate(40deg);
}

.ic-btn.active2 {
  background: #fff;
  color: #121426;
  border: 1px solid #fff;
}

.ic-btn.active3 {
  background: #b8f949;
  color: #121426;
  border: 1px solid #b8f949;
  transition: all 0.1s;
}

.ic-btn.active4 {
  background: transparent;
  color: #fff;
  border: 1px solid #b8f949;
}

.ic-btn.active3:hover {
  background: transparent;
  color: #b8f949;
  border: 1px solid #b8f949;
}

.ic-btn.active6 {
  background: #8e17c7;
  color: #fff;
  border: 1px solid #8e17c7;
  transition: all 0.3s ease-in-out;
}
.ic-btn.active6:hover {
  background: transparent;
  color: #8e17c7;
  border-color: #8e17c7;
}

.ic-btn.active5 {
  background: transparent !important;
  color: #121426;
  border: 1px solid #8e17c7;
  transition: all 0.3s ease-in-out;
}
.ic-btn.active5:hover {
  background-color: #8e17c7 !important;
  color: #fff !important;
  border-color: #8e17c7;
}

.play-btn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  opacity: 1;
  border-radius: 50%;
  top: -25%;
  left: -25%;
}

.play-btn2 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.play-btn2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn2::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  opacity: 1;
  border-radius: 50%;
  top: -25%;
  left: -25%;
}

/* Modifier 2: primary */
.play-btn2.primary {
  background: #fff;
  box-shadow: 0px 0px 25px 3px #fff;
}
.play-btn2.primary::before {
  border: 5px solid #fff;
  background: #fff;
  animation: pulsate-primary 2s infinite;
}
.play-btn2.primary::after {
  border-left: 25px solid #8e17c7;
}

/* 🔹 Keyframes for primary */
@keyframes pulsate-primary {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px #fff, 0px 0px 25px 10px #fff;
  }
  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
/* Modifier 1: secondary */
.play-btn.secondary {
  background: #b8f949;
  box-shadow: 0px 0px 25px 3px #b8f949;
}
.play-btn.secondary::before {
  border: 5px solid #b8f949;
  background: transparent;
  animation: pulsate-secondary 2s infinite;
}
.play-btn.secondary::after {
  border-left: 25px solid #121426;
}

/*  Keyframes for secondary */
@keyframes pulsate-secondary {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px #b8f949, 0px 0px 25px 10px #b8f949;
  }
  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
/* Modifier 1: secondary */
.play-btn.secondary2 {
  background: #8e17c7;
  box-shadow: 0px 0px 25px 3px #8e17c7;
}
.play-btn.secondary2::before {
  border: 5px solid #8e17c7;
  background: transparent;
  animation: pulsate-secondary2 2s infinite;
}
.play-btn.secondary2::after {
  border-left: 25px solid #fff;
}

/*  Keyframes for secondary */
@keyframes pulsate-secondary2 {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px #8e17c7, 0px 0px 25px 10px #8e17c7;
  }
  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  .play-btn {
    width: 90px;
    height: 90px;
  }
  .ic-jobs-intern-btn .ic-btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .play-btn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .play-btn {
    width: 70px;
    height: 70px;
  }
  .play-btn2 {
    width: 55px;
    height: 55px;
  }
  .play-btn2.primary::after {
    border-left: 15px solid #8e17c7;
  }
  .play-btn2::after {
    transform: translateX(-30%) translateY(-50%);
    width: 10px;
    height: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
@media (min-width: 1200px) {
  .ic-jobs-intern-btn .ic-btn {
    height: 40px;
    padding: 0px 10px;
    font-size: 13px;
  }
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: auto;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #333;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 5px;
}

h1, h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
}
button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

.ic-header {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 9;
}

header .navbar {
  border-radius: 50px;
}
header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show,
header .nav-link:focus,
header .nav-link:hover {
  color: #fff;
}
header .navbar-nav .nav-item {
  padding: 0 24px;
}
header .navbar-nav .nav-item .nav-link {
  padding: 0;
}
header .dropdown-menu.show {
  margin-top: 24px;
}
header .dropdown-toggle::after {
  display: none;
}
header [type=button]:not(:disabled),
header [type=reset]:not(:disabled),
header [type=submit]:not(:disabled),
header button:not(:disabled) {
  border: 1px solid #fff;
}
header [type=button]:not(:disabled) i,
header [type=reset]:not(:disabled) i,
header [type=submit]:not(:disabled) i,
header button:not(:disabled) i {
  color: #fff;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .dropdown-menu {
  border: 1px solid #8e17c7;
  overflow: hidden;
}
header .dropdown-item {
  background: #fff;
  color: #8e17c7;
  transition: all 0.3s;
}
header .dropdown-item:hover {
  background: #8e17c7;
  color: #fff;
}

.navbar-brand-box {
  padding: 0 0 0 1.5rem;
}

.ic-global-header-section {
  padding: 15px 30px;
}

.ic-global-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ic-global-header-left {
  width: 255px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-right: 15px;
}

.ic-global-menu {
  transition: all 0.3s ease-in-out;
}
.ic-global-menu ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
.ic-global-menu ul li {
  flex: 0 0 auto;
}
.ic-global-menu ul a {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.ic-global-user-item {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex: 0 0 auto;
}

.ic-global-header-right {
  flex: 1;
}

.ic-global-menu-close {
  font-size: 22px;
}

.ic-global-menu-toggle {
  cursor: pointer;
}

.ic-dashboard-header.ic-global-header-section {
  padding: 15px 20px;
}

.ic-dashboard-header-arrow button {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ic-dashboard-header-arrow button .ri-arrow-left-s-line:before,
.ic-dashboard-header-arrow button .ri-arrow-right-s-line:before {
  color: #454b5d;
}

.ic-up-down {
  display: none;
}

.navbar-header {
  background: #001b38;
}

.ic-global-user-item {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex: 0 0 auto;
}

.header-profile-user {
  height: 44px;
  width: 44px;
}

.ic-dashboard-header-arrow button {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1399.98px) {
  header .navbar-nav .nav-item {
    padding: 0px 20px;
  }
  .ic-global-header-section {
    padding: 15px;
  }
  .ic-global-header-left {
    width: 210px;
    gap: 20px;
    padding-right: 10px;
  }
  .ic-global-menu ul {
    gap: 15px;
  }
  .ic-global-menu ul a {
    font-size: 15px;
  }
  .ic-global-user-item {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-nav .nav-item {
    padding: 0px 8px;
  }
  .ic-btn {
    height: 45px;
    padding: 0px 20px;
  }
  .ic-global-header-left .ic-logo1 {
    width: 70%;
  }
  .ic-global-header-left {
    width: 160px;
    gap: 10px;
    padding-right: 0;
  }
  .ic-global-menu ul {
    gap: 10px;
  }
  .ic-global-menu ul a {
    font-size: 14px;
  }
  .ic-global-user-item {
    width: 35px;
    height: 35px;
  }
  .ic-dashboard-header-arrow button {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 991.98px) {
  header {
    top: 0;
    background: #8e17c7;
  }
  header .navbar {
    border-radius: 0px;
  }
  header .navbar-nav .nav-item {
    padding: 5px 12px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background: #8e17c7;
    padding: 20px;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    display: block !important;
  }
  .navbar-collapse.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .ic-global-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: #001b38;
    transition: left 0.4s ease;
    z-index: 999;
  }
  .ic-global-menu.active {
    left: 0;
  }
  .ic-global-menu {
    padding: 15px;
  }
  .ic-global-menu ul {
    flex-direction: column;
    align-items: baseline;
  }
  .ic-dashboard-header-arrow button {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  .ic-dashboard-header-arrow button {
    width: 25px;
    height: 25px;
  }
  .ic-dashboard-header .ic-global-user-item {
    width: 30px;
    height: 30px;
  }
  .ic-dashboard-right {
    position: absolute;
    padding: 10px 15px;
    top: -100%;
    left: 0;
    width: 100%;
    background: #001b38;
    border-top: 1.5px solid #b8f949;
    transition: all 0.4s ease-in-out;
  }
  .ic-dashboard-right.active {
    top: 65px;
  }
  .ic-up-down {
    display: block;
  }
  .ic-up-down i {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  header button.ic-btn {
    height: 30px;
  }
}
.ic-footer {
  background: #1e0828;
}
.ic-footer .ic-footer-top-part {
  border-bottom: 1px solid #dce5ea;
}

.ic-language-select {
  width: 170px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #8e17c7;
  color: #fff;
  padding: 6px 15px;
}
.ic-language-select i {
  font-size: 18px;
  color: #fff;
}
.ic-language-select .btn {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  text-align: left;
}
.ic-language-select .btn:focus {
  box-shadow: none;
}
.ic-language-select .dropdown-menu {
  width: 100%;
  border-radius: 12px;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.ic-language-select .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: #8e17c7;
  padding: 10px 15px;
  transition: background 0.2s;
}
.ic-language-select .dropdown-menu .dropdown-item:hover {
  background: rgba(142, 23, 199, 0.1);
}

.ic-footer-item-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #c1d0e5;
  flex: 0 0 auto;
}

.ic-footer-company-item ul li {
  margin: 8px 0;
}
.ic-footer-company-item ul li:first-child {
  margin-top: 0;
}
.ic-footer-company-item ul li:last-child {
  margin-bottom: 0;
}

.ic-footer-right .ic-btn {
  height: 33px;
}
.ic-footer-right .ic-footer-input {
  padding: 4px 4px 4px 14px;
  gap: 10px;
  height: 56px;
  background: #fff;
  border-radius: 12px;
}
.ic-footer-right .ic-footer-input input {
  font-size: 12px;
}
.ic-footer-right .ic-footer-input button {
  height: 48px;
  width: 48px;
  border-radius: 12px;
}

.ic-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ic-footer-social a {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.ic-footer-social a i {
  color: #58677d;
  transition: all 0.3s;
}
.ic-footer-social a:hover {
  background: #8e17c7;
}
.ic-footer-social a:hover i {
  color: #fff;
}

.ic-copy-right {
  padding: 20px 0;
}

.ic-copyright-left {
  display: flex;
  align-items: center;
  gap: 80px;
}

.ic-cookies {
  padding: 7px 12px;
  background: #fff;
  border-radius: 4px;
}
.ic-cookies a {
  text-decoration: underline;
  text-decoration-color: #121426;
  text-decoration-thickness: 1px;
}
.ic-cookies button {
  background: transparent;
  margin-left: 5px;
}

.ic-global-footer {
  padding: 22.6px 30px;
}

.ic-global-footer-left {
  padding: 0 45px;
}
.ic-global-footer-left ul {
  display: flex;
  align-items: center;
  gap: 37px;
}

@media (max-width: 1399.98px) {
  .ic-copyright-left {
    gap: 60px;
  }
}
@media (max-width: 1199.98px) {
  .ic-copyright-left {
    gap: 40px;
  }
  .ic-footer-right .ic-footer-input button {
    height: 45px;
    width: 45px;
  }
}
@media (max-width: 991.98px) {
  .ic-copyright-left {
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .ic-copyright-left {
    gap: 10px;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .ic-footer-social {
    justify-content: center;
  }
}
body[data-sidebar=dark] .navbar-brand-box,
body[data-sidebar=dark] .vertical-menu {
  background: #001b38;
}

body[data-sidebar=dark] .mm-active .active,
body[data-sidebar=dark] #sidebar-menu ul > li > a.mm-active,
body[data-sidebar=dark] #sidebar-menu ul li a:hover,
body[data-sidebar=dark] .mm-active > a {
  color: #fff !important;
  background-color: #8e17c7;
}

body[data-sidebar=dark] #sidebar-menu ul li a,
body[data-sidebar=dark] #sidebar-menu ul li a i,
body[data-sidebar=dark] #sidebar-menu ul li a:hover i {
  color: #fff !important;
  border-radius: 8px;
}

body[data-sidebar=dark] .mm-active {
  color: #b4c9de !important;
}

.metismenu.list-unstyled {
  padding: 0 10px;
}

.metismenu li {
  margin-bottom: 10px;
}

.sub-menu.mm-collapse a {
  position: relative;
}
.sub-menu.mm-collapse a::after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f9faff;
}

#sidebar-menu ul li ul.sub-menu li a {
  padding: 6px 35px;
  transition: all 0.3s ease-in-out;
}
#sidebar-menu ul li ul.sub-menu li a:hover, #sidebar-menu ul li ul.sub-menu li a.active {
  color: #b8f949 !important;
}
#sidebar-menu ul li ul.sub-menu li a:hover::after, #sidebar-menu ul li ul.sub-menu li a.active::after {
  background: #b8f949;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
  padding: 10px;
  display: flex;
  align-items: center;
}

.vertical-collpsed .navbar-brand-box {
  width: 120px !important;
}

.ic-breadcrumb {
  padding: 40px 0 35px 0;
}
@media (max-width: 1399.98px) {
  .ic-breadcrumb {
    padding: 35px 0 30px 0;
  }
}
@media (max-width: 1199.98px) {
  .ic-breadcrumb {
    padding: 30px 0 25px 0;
  }
}
@media (max-width: 1199.98px) {
  .ic-breadcrumb {
    padding: 25px 0 20px 0;
  }
}
@media (max-width: 991.98px) {
  .ic-breadcrumb {
    padding: 20px 0 15px 0;
  }
}

.ic-home-banner {
  padding: 230px 0 180px 0;
  position: relative;
  z-index: 1;
}
.ic-home-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(15, 15, 15, 0.7);
  z-index: -1;
}
.ic-home-banner p {
  max-width: 790px;
}

.ic-heading-top {
  height: 60px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #1a1a1a;
  max-width: 460px;
  padding: 0 8px;
}
.ic-heading-top .ic-icon-div {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #070708;
}

.ic-banner {
  padding: 200px 0 100px 0;
  z-index: 1;
  position: relative;
}

.ic-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(284deg, rgba(15, 15, 15, 0.7) 1.84%, rgba(15, 15, 15, 0.9) 52.34%, rgba(15, 15, 15, 0.7) 100.38%);
  z-index: -1;
}

.ic-dashboard-title .arrow-btn {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #8e17c7;
}
.ic-dashboard-title .arrow-btn i {
  color: #fff;
}
.ic-dashboard-title .ic-title-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

button {
  border: none;
}

.page-content {
  background: #fff;
}

@media (max-width: 1399.98px) {
  .ic-home-banner {
    padding: 220px 0 170px 0;
  }
  .ic-belong-left h2,
  .ic-belong-left h2 span,
  h2 .ic-belong-left span {
    width: 340px;
    height: 310px;
  }
  .ic-banner {
    padding: 190px 0 90px 0;
  }
}
@media (max-width: 1199.98px) {
  .ic-home-banner {
    padding: 210px 0 160px 0;
  }
  .ic-heading-top {
    height: 58px;
  }
  .ic-heading-top .ic-icon-div {
    width: 40px;
    height: 40px;
  }
  .ic-banner {
    padding: 180px 0 80px 0;
  }
}
@media (max-width: 991.98px) {
  .ic-home-banner {
    padding: 200px 0 150px 0;
  }
  .ic-heading-top {
    margin: 0 auto;
  }
  .ic-home-banner p {
    margin: 0 auto;
  }
  .ic-banner {
    padding: 170px 0 70px 0;
  }
}
@media (max-width: 767.98px) {
  .ic-home-banner {
    padding: 190px 0 140px 0;
  }
  .ic-heading-top .ic-icon-div {
    width: 38px;
    height: 38px;
  }
  .ic-heading-top {
    height: 56px;
  }
  .ic-banner {
    padding: 160px 0 60px 0;
  }
}
@media (max-width: 575.98px) {
  .ic-home-banner {
    padding: 180px 0 130px 0;
  }
  .ic-heading-top .ic-icon-div {
    width: 35px;
    height: 35px;
  }
  .ic-heading-top {
    height: 55px;
  }
  .ic-banner {
    padding: 150px 0 50px 0;
  }
}
@media (max-width: 425.98px) {
  .ic-home-banner {
    padding: 150px 0 100px 0;
  }
}
.ic-dashboard-mentorship-item {
  padding: 18px 16px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  background: #f7eefb;
  height: 100%;
}
.ic-dashboard-mentorship-item.one {
  background: #eff0ff;
}
.ic-dashboard-mentorship-item.one .ic-item-right {
  background: #5c68f7;
}
.ic-dashboard-mentorship-item.two .ic-item-right {
  background: #8e17c7;
}
.ic-dashboard-mentorship-item.three {
  background: #e3faf3;
}
.ic-dashboard-mentorship-item.three .ic-item-right {
  background: #33c696;
}
.ic-dashboard-mentorship-item.four .ic-item-right {
  background: #fb7b3a;
}
.ic-dashboard-mentorship-item .ic-item-right {
  background: #5c68f7;
}

.ic-incress-parcentage {
  border-radius: 30px;
  background: #33c696;
  padding: 4px 6px;
  flex: 0 0 auto;
}

.ic-decress-parcentage {
  border-radius: 30px;
  background: #f8bfbf;
  padding: 4px 6px;
  color: #fb4242;
  flex: 0 0 auto;
}

.ic-item-right {
  height: 42px;
  width: 42px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ic-dashboard-mentorship-chart {
  border-radius: 10px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 20px;
}

.chart-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  height: 400px;
  display: flex;
  flex-direction: column;
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.chart-header h3, .chart-header h3 span, h3 .chart-header span {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.chart-toggle,
.chart-toggle2 {
  border-radius: 30px;
  border: 1px solid #ecf1f4;
  background: transparent;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  overflow: hidden;
  padding: 4px 6px;
  flex: 0 0 auto;
}

.chart-toggle button,
.chart-toggle2 button {
  border: none;
  background: transparent;
  padding: 6px 14px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}
@media (max-width: 1399.98px) {
  .chart-toggle button,
  .chart-toggle2 button {
    padding: 6px 10px;
    font-size: 10px;
  }
}

.chart-toggle button.active,
.chart-toggle2 button.active {
  background: #8e17c7;
  color: white;
  border-radius: 30px;
}

.chart-legend {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}

.chart-legend .dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
}

.chart-legend .dot.up {
  background: #8e17c7;
}

.chart-legend .dot.down {
  background: #ff4d4d;
}

.ic-dedicated-active-user {
  border-radius: 10px;
  border: 1px solid #ecf1f4;
  background: #fff;
  padding: 20px 20px 35px 20px;
}
.ic-dedicated-active-user .ic-btn {
  height: 30px;
  padding: 0px 14px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}
.ic-dedicated-active-user .ic-ask-question-left {
  padding: 0;
  border-radius: 0;
  position: inherit;
}
.ic-dedicated-active-user .ic-ask-question-left .ic-mentor-img-list {
  margin-top: 0;
}
.ic-dedicated-active-user .ic-ask-question-left .ic-mentor-img-list button {
  background: #eff2ff;
}
.ic-dedicated-active-user .ic-ask-question-left::after {
  display: none;
}

.ic-active-user-side .ic-friendly-item {
  padding: 20px;
}
.ic-active-user-side .ic-friendly-item .ic-friendly-item-img {
  overflow: inherit;
}
.ic-active-user-side .ic-friendly-item .ic-friendly-item-img img {
  border-radius: 6px 6px 0 0;
}
.ic-active-user-side .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.ic-active-user-side .ic-custom-dots .slick-dots {
  top: -45px;
  right: -90px;
}
.ic-active-user-side .ic-custom-dots .slick-dots .slick-active button:before {
  width: 20px;
}
.ic-active-user-side .ic-custom-dots .slick-dots li button:before {
  width: 8px;
  height: 8px;
}
.ic-active-user-side .slick-dots li {
  width: 5px;
  height: 5px;
}
.ic-active-user-side .slick-dots li button {
  width: 0px;
  padding: 0px;
}
.ic-active-user-side .ic-custom-dots .slick-dots li {
  margin: 0px 8px;
}
.ic-active-user-side .ic-custom-dots .slick-dots .slick-active {
  margin-right: 12px;
}

.ic-dashboard-item-inf {
  border-radius: 0 0 6px 6px;
  border: 1px solid #ecedf1;
  background: #f3f2ff;
  border-top: none;
  padding: 18px;
}

.ic-user-pending-approvals {
  border-radius: 10px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 24px 20px;
}

.ic-user-pending-approvals-item {
  border-radius: 6px;
  border: 1px solid #e5ecfd;
  background: #fff;
  padding: 20px;
}

.ic-pending-user-btn .ic-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 13px;
}

.ic-pending-user-item-main {
  max-height: 418px;
  overflow-y: scroll;
  padding-right: 10px;
}

.ic-counties-by-customer {
  border-radius: 10px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  height: 100%;
}

.ic-counties-by-customer-top {
  padding: 20px;
  border-bottom: 1px solid #e5ecfd;
}

.ic-country-list-main {
  padding: 20px 10px 20px 20px;
}

.ic-country-list {
  max-height: 425px;
  overflow-y: scroll;
}
.ic-country-list .ic-incress-parcentage {
  color: #35bdaa;
  background: #e2faf6;
}
.ic-country-list .ic-country-item {
  border-bottom: 1px solid #e5ecfd;
  padding: 14px 0;
}
.ic-country-list .ic-country-item:first-child {
  padding-top: 0;
}
.ic-country-list .ic-country-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.ic-country-list::-webkit-scrollbar,
.ic-pending-user-item-main::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.ic-country-list::-webkit-scrollbar-track,
.ic-pending-user-item-main::-webkit-scrollbar-track {
  background: #eff1f7;
  border-radius: 10px;
}
.ic-country-list::-webkit-scrollbar-thumb,
.ic-pending-user-item-main::-webkit-scrollbar-thumb {
  background-color: #cccdd0;
  border-radius: 10px;
  border: 2px solid #eff1f7;
}
.ic-country-list::-webkit-scrollbar-thumb:hover,
.ic-pending-user-item-main::-webkit-scrollbar-thumb:hover {
  background-color: #bfc1c4;
}

.ic-roi-calculator-top {
  padding: 20px;
  border-bottom: 1px solid #ecf1f4;
}

.ic-roi-item-main {
  display: flex;
  gap: 20px;
}

.ic-roi-info {
  padding: 20px;
}
.ic-roi-info .ic-roi-item {
  border-radius: 10px;
  border: 1px solid #ecf1f4;
  background: #fefefe;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 16px 18px;
}
.ic-roi-info .ic-roi-item .ic-item-right {
  border-radius: 50%;
}
.ic-roi-info .ic-roi-item:first-child .ic-item-right {
  background: #5c68f7;
}
.ic-roi-info .ic-roi-item:nth-child(2) .ic-item-right {
  background: #8e17c7;
}
.ic-roi-info .ic-roi-item:last-child .ic-item-right {
  background: #33c696;
}

.ic-donor-section {
  height: 100%;
}

.ic-donor-wall-main {
  padding: 20px;
  gap: 15px;
}

.ic-donor-item {
  border-radius: 6px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 0 8px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1450px) {
  .ic-active-user-side .ic-friendly-item {
    padding: 15px;
  }
  .ic-active-user-side .ic-friendly-item .font-18 {
    font-size: 16px;
  }
  .ic-active-user-side .ic-custom-dots .slick-dots {
    right: -80px;
  }
  .ic-counties-by-customer-top {
    padding: 15px;
  }
  .ic-dashboard-mentorship-item {
    padding: 15px 12px;
    gap: 10px;
  }
  .ic-pending-user-btn .ic-btn {
    padding: 0 10px;
    font-size: 12px;
  }
  .ic-country-list-main {
    padding: 15px 10px;
  }
  .ic-donor-item img {
    width: 80%;
    height: auto;
  }
  .ic-donor-wall-main {
    padding: 15px;
    gap: 6px;
  }
  .ic-roi-item-main {
    gap: 15px;
    flex-wrap: wrap;
  }
  .ic-roi-info .ic-roi-item {
    width: 48%;
  }
}
@media (max-width: 1399.98px) {
  .ic-country-list {
    max-height: 270px;
  }
  .ic-dedicated-active-user {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .ic-user-pending-approvals-item {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .ic-dashboard-mentorship-chart {
    padding: 15px;
  }
  .chart-header {
    flex-direction: column;
    gap: 10px;
  }
  .chart-legend {
    justify-content: center;
  }
  .ic-roi-info .ic-roi-item {
    width: 100%;
  }
}
.ic-mentorship-banner-p {
  max-width: 786px;
}

.ic-why-mentorship-section img {
  border-radius: 16px;
}

.ic-why-mentorship-img-right-bottom {
  background: #5b1f76;
  padding: 20px 24px;
  border-radius: 16px;
}

.ic-why-mentorship-accordion ul li {
  color: #181818;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  margin: 10px 0;
}
.ic-why-mentorship-accordion ul li::after {
  width: 8px;
  height: 8px;
  background: #8e17c7;
}

.ic-work-process-section {
  background: linear-gradient(to top, #fff 40%, #5b1f76 40%);
}
.ic-work-process-section .slick-list.draggable {
  padding: 20px 0;
}

.ic-work-process-item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(7, 8, 36, 0.16);
  padding: 26px 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 15px;
}
.ic-work-process-item h3, .ic-work-process-item h3 span, h3 .ic-work-process-item span {
  color: #5b1f76;
  opacity: 0.2;
}
.ic-work-process-item p {
  max-width: 250px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ic-work-process-item .ic-item-img img {
  border-radius: 12px;
}
.ic-work-process-item .ic-work-process-icon {
  transition: all 0.3s ease-in-out;
}
.ic-work-process-item .icon2 {
  display: none;
  transition: all 0.3s ease-in-out;
}
.ic-work-process-item:hover .ic-work-process-icon {
  background: #8e17c7;
}
.ic-work-process-item:hover .icon2 {
  display: block;
}
.ic-work-process-item:hover .icon1 {
  display: none;
  transition: all 0.3s ease-in-out;
}

.ic-work-process-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #8e17c7;
}

.ic-real-journey-section .ic-real-journey-arrows button {
  border: 1px solid #cdc8ea;
  transition: all 0.3s ease-in-out;
}
.ic-real-journey-section .ic-real-journey-arrows button i {
  color: #8e17c7;
  transition: all 0.3s ease-in-out;
}
.ic-real-journey-section .ic-real-journey-arrows button:hover {
  background: #8e17c7;
  border: 1px solid #8e17c7;
}
.ic-real-journey-section .ic-real-journey-arrows button:hover i {
  color: #fff;
}

.ic-real-journey-left {
  position: relative;
}
.ic-real-journey-left a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ic-real-journey-right {
  padding: 80px 0 115px 50px;
  background: #f3f8ff;
  border-bottom: 5px solid #8e17c7;
}

.ic-real-journey-info {
  max-width: 600px;
}

.ic-x-mentor-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.ic-x-mentor-img .user-img {
  border-radius: 50%;
}
.ic-x-mentor-img .ic-shape {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.ic-x-mentor-info p {
  color: #565661;
}

.ic-real-journey-left-main {
  position: relative;
}

.ic-mentor-are-section .ic-steps-header img {
  position: absolute;
  left: -10px;
  width: 100%;
  height: auto;
  top: 100%;
}

.ic-mentors-are-left {
  display: flex;
  align-items: center;
}
.ic-mentors-are-left img:last-child {
  margin-left: -40%;
}

.ic-mentor-are-right .ic-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #8e17c7;
  flex: 0 0 auto;
}
.ic-mentor-are-right .ic-mentor-are-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ic-mentor-are-right .ic-mentor-are-item p {
  color: #565661;
}

.ic-global-mentorship-section .ic-mentor-from {
  width: 312px;
}

.ic-global-mentorship-inf {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ic-global-mentorship-inf .ic-left img {
  width: 40px;
  height: 40%;
  border-radius: 50%;
  object-fit: cover;
}
.ic-global-mentorship-inf .ic-right i {
  color: #f69745;
}

.ic-ask-question-left {
  padding: 24px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
.ic-ask-question-left::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgba(18, 21, 26, 0.74);
  z-index: -1;
}
.ic-ask-question-left .ic-mentor-img-list {
  margin-top: 160px;
  display: flex;
  align-items: center;
}
.ic-ask-question-left .ic-mentor-img-list img {
  margin-left: -15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.ic-ask-question-left .ic-mentor-img-list img:first-child {
  margin: 0;
}
.ic-ask-question-left .ic-mentor-img-list .ic-user-plus {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121426;
  margin-left: -15px;
  cursor: pointer;
  border: none;
}

.ic-ask-question-middle {
  border-radius: 16px;
  border: 1.2px solid #8e17c7;
  padding: 20px 30px;
}
.ic-ask-question-middle .accordion-item {
  margin-bottom: 10px;
  border: none;
  background: #ece9f6;
  border-radius: 6px !important;
}
.ic-ask-question-middle .accordion-button {
  border-radius: 6px !important;
  background: #ece9f6;
  box-shadow: none;
}

.ic-pdf-download {
  border-radius: 16px;
  background: #af96f6;
  padding: 24px 52px 38px 26px;
}
.ic-pdf-download h6, .ic-pdf-download h6 span, h6 .ic-pdf-download span {
  margin-bottom: 90px;
}

@media (max-width: 1399.98px) {
  .ic-work-process-icon {
    width: 80px;
    height: 80px;
  }
  .ic-work-process-item {
    padding: 20px;
    margin: 0 10px;
  }
  .ic-real-journey-right {
    padding: 70px 0 90px 50px;
  }
  .ic-x-mentor-img {
    width: 80px;
    height: 80px;
  }
  .ic-mentors-are-left img:last-child {
    margin-left: -55%;
  }
}
@media (max-width: 1199.98px) {
  .ic-why-mentorship-img-right-bottom {
    padding: 15px;
  }
  .ic-work-process-icon {
    width: 70px;
    height: 70px;
  }
  .ic-work-process-item {
    padding: 15px;
  }
  .ic-real-journey-right {
    padding: 50px 0 60px 40px;
  }
  .ic-x-mentor-img {
    width: 70px;
    height: 70px;
  }
  .ic-mentors-are-left img:last-child {
    margin-left: -75%;
  }
  .ic-pdf-download {
    padding: 24px 30px 38px 26px;
  }
}
@media (max-width: 991.98px) {
  .ic-work-process-item p {
    max-width: 230px;
  }
  .ic-work-process-icon {
    width: 60px;
    height: 60px;
  }
  .ic-real-journey-right {
    padding: 30px 0 40px 30px;
  }
  .ic-mentors-are-left img {
    width: 80%;
    height: auto;
  }
  .ic-mentors-are-left img:last-child {
    margin-left: -65%;
  }
  .ic-pdf-download {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .ic-work-process-item p {
    max-width: 210px;
  }
  .ic-real-journey-arrows {
    position: absolute;
    /* top: 110%; */
    right: 20px;
    bottom: -75px;
    gap: 10px;
  }
  .ic-real-journey-right {
    padding: 20px;
  }
  .ic-ask-question-left .ic-mentor-img-list {
    margin-top: 100px;
  }
  .ic-pdf-download h6,
  .ic-pdf-download h6 span,
  h6 .ic-pdf-download span {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .ic-ask-question-middle {
    padding: 15px;
  }
  .ic-real-journey-arrows {
    bottom: -60px;
  }
}
.ic-friendly-item {
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ecf1f4;
  padding: 24px;
  height: 100%;
}
.ic-friendly-item .ic-friendly-item-img {
  border-radius: 12px 12px 0 0;
  overflow: hidden !important;
  position: relative;
  z-index: 1;
}
.ic-friendly-item .ic-friendly-item-img img {
  border-radius: 12px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.ic-friendly-item .ic-friendly-item-img img:hover {
  transform: scale(1.1);
}
.ic-friendly-item .ic-friendly-item-img .ic-friendly-item-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 3;
}
.ic-friendly-item .ic-friendly-item-img.ic-video-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  opacity: 0.7;
  background: rgba(18, 21, 26, 0.8);
  z-index: 2;
}
.ic-friendly-item .ic-friendly-btn {
  transition: all 0.3s ease-in-out;
  color: #121426;
}
.ic-friendly-item .ic-friendly-btn:hover {
  color: #8e17c7;
}

.ic-packs-item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(7, 8, 36, 0.16);
  padding: 28px 24px;
  transition: all 0.3s ease-in-out;
  min-height: 450px;
}
.ic-packs-item .ic-packs-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1.5px solid #8e17c7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
}
.ic-packs-item .icon2 {
  display: none;
}
.ic-packs-item h6, .ic-packs-item h6 span, h6 .ic-packs-item span {
  line-height: 130%;
}
.ic-packs-item a {
  display: block;
}
.ic-packs-item h6, .ic-packs-item h6 span, h6 .ic-packs-item span,
.ic-packs-item p,
.ic-packs-item a {
  transition: all 0.3s ease-in-out;
}
.ic-packs-item:hover {
  background: #8e17c7;
}
.ic-packs-item:hover .icon2 {
  display: block;
}
.ic-packs-item:hover .icon1 {
  display: none;
}
.ic-packs-item:hover .ic-packs-icon {
  border-color: #b8f949;
  background: #b8f949;
}
.ic-packs-item:hover h6, .ic-packs-item:hover h6 span, h6 .ic-packs-item:hover span,
.ic-packs-item:hover p,
.ic-packs-item:hover a {
  color: #fff;
}
.ic-packs-item:hover .ic-btn.active5 {
  background: #b8f949 !important;
  border-color: #b8f949;
  color: #121426;
}
.ic-packs-item:hover .ic-btn.active5:hover {
  color: #121426 !important;
}
.ic-packs-item:hover .ic-include {
  color: #b8f949;
}

.ic-watch-section .ic-input-group {
  width: 142px;
}
.ic-watch-section .ic-introduction-main::after {
  display: none;
}
.ic-watch-section .play-btn {
  width: 60px;
  height: 60px;
}
.ic-watch-section .ic-friendly-item {
  background: #e5eaf8;
  box-shadow: none;
}
.ic-watch-section .ic-friendly-item .ic-span-after span::after {
  background: #8e17c7;
}
.ic-watch-section .ic-steps-header h2, h2 .ic-watch-section .ic-steps-header span,
.ic-watch-section .ic-steps-header h2 span,
.ic-watch-section h2 .ic-steps-header span {
  max-width: 100%;
}

.ic-watch-top-item {
  border-radius: 20px;
  padding: 50px;
  position: relative;
  z-index: 1;
  min-height: 390px;
}
.ic-watch-top-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 27, 56, 0.8);
  z-index: -1;
}

.ic-watch-top-item-btn button {
  border-radius: 8px;
  background: #fff;
  padding: 9px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ic-span-after span {
  position: relative;
}
.ic-span-after span::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b8f949;
  content: "";
  position: absolute;
  top: 10px;
  right: -15px;
}
.ic-span-after span:last-child::after {
  display: none;
}

.ic-resources-community-section .ic-friendly-item-main {
  position: relative;
  min-height: 600px;
}
.ic-resources-community-section .ic-friendly-item {
  padding: 20px;
  transition: all 0.3s ease-in-out;
  min-height: 500px;
}
.ic-resources-community-section .ic-friendly-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ic-resources-community-section .ic-friendly-item h6, .ic-resources-community-section .ic-friendly-item h6 span, h6 .ic-resources-community-section .ic-friendly-item span {
  max-width: 300px;
}
.ic-resources-community-section .ic-friendly-item:hover {
  background: #b8f949;
}
.ic-resources-community-section .ic-friendly-item:hover .ic-btn.active5 {
  background: #8e17c7 !important;
  color: #fff;
}
.ic-resources-community-section .ic-resources-community-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 1600px;
  height: 100%;
}
.ic-resources-community-section .slick-list.draggable {
  padding: 20px 0;
}

.ic-contribute-section.ic-mission-section.ic-host-section {
  background: #ecf2fb;
}

.ic-contribute-section.ic-mission-section.ic-host-section .ic-steps-header img {
  left: -50%;
}

.ic-contribute-section.ic-mission-section.ic-host-section .ic-host-img {
  border: none;
}

.ic-resources-making-section .ic-ask-question-left .ic-mentor-img-list {
  margin-top: 110px;
}
.ic-resources-making-section .ic-pdf-download {
  padding: 26px;
}

.ic-viewed-item {
  border-radius: 6px;
  background: #ece9f6;
  padding: 13px 20px;
}

.ic-know-where-section .ic-accordion-main .accordion-item:has(.accordion-collapse.show) {
  background: #592173;
}

.ic-housing-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px 0 rgba(7, 8, 36, 0.16);
  padding: 30px 24px;
  height: 100%;
}

.ic-housing-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #8e17c7;
}
.ic-housing-icon i {
  color: #fff;
}

.ic-housing-slider-item {
  padding: 25px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(128, 52, 191, 0.2);
  min-height: 252px;
  margin: 0 15px;
}

.ic-housing-slider-main-div {
  border-radius: 16px;
  border: 1.2px solid #b8f949;
  padding: 24px;
}

.ic-custom-dots2 .ic-scholars-item.slide .slick-dots .slick-active button {
  width: 30.49px;
  height: 9px;
  border-radius: 9px;
  background: #8e17c7;
}
.ic-custom-dots2 .slick-dots {
  top: -55px;
  right: 0;
  width: auto;
  padding: 0 10px;
  height: 25px;
  background: #ecf2fb;
  border-radius: 25px;
  padding-bottom: 35px;
}
.ic-custom-dots2 .slick-dots button {
  width: 9px;
  height: 9px;
  background: #58677d;
  transition: all 0.3s;
  border-radius: 50%;
}
.ic-custom-dots2 .slick-dots li button:before {
  top: -4px;
  left: -6px;
  color: transparent;
}
.ic-custom-dots2 .slick-dots .slick-active button {
  width: 30.49px;
  height: 9px;
  border-radius: 9px;
  background: #8e17c7;
}
.ic-custom-dots2 .slick-dots li.slick-active button:before {
  color: transparent;
}
.ic-custom-dots2 .slick-dots li {
  margin: 0 10px;
}
.ic-custom-dots2 .slick-dots li button:hover:before,
.ic-custom-dots2 .slick-dots li button:focus:before {
  color: transparent;
}
.ic-custom-dots2 .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.ic-categories-section.ic-dashboard-community .ic-packs-item {
  min-height: auto;
  height: 100%;
}

@media (max-width: 1399.98px) {
  .ic-friendly-item {
    padding: 20px;
  }
  .ic-packs-item {
    padding: 20px;
    min-height: 440px;
  }
  .ic-packs-item .ic-packs-icon {
    width: 55px;
    height: 55px;
  }
  .ic-watch-top-item {
    padding: 40px;
    min-height: 370px;
  }
  .ic-resources-community-section .ic-resources-community-slider {
    width: 1300px;
  }
  .ic-resources-community-section .ic-friendly-item {
    min-height: 450px;
  }
  .ic-resources-community-section .ic-friendly-item-main {
    min-height: 530px;
  }
  .ic-housing-slider-item {
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  .ic-friendly-item {
    padding: 15px;
  }
  .ic-packs-item {
    padding: 15px;
    min-height: 410px;
  }
  .ic-watch-top-item {
    padding: 30px;
    min-height: 350px;
  }
  .ic-span-after span {
    font-size: 13px;
  }
  .ic-resources-community-section .ic-resources-community-slider {
    width: 1200px;
  }
  .ic-housing-item {
    padding: 20px;
  }
  .ic-housing-item button {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .ic-packs-item {
    min-height: 380px;
  }
  .ic-watch-top-item-btn button {
    padding: 9px 12px;
    gap: 5px;
  }
  .ic-watch-top-item {
    padding: 20px;
    min-height: auto;
  }
  .ic-resources-community-section .ic-resources-community-slider {
    width: 900px;
  }
  .ic-resources-community-section .ic-friendly-item {
    min-height: 430px;
  }
  .ic-housing-slider-item {
    min-height: 220px;
  }
}
@media (max-width: 767.98px) {
  .ic-resources-community-section .ic-resources-community-slider {
    width: 700px;
  }
  .ic-resources-community-section .ic-friendly-item-main {
    min-height: 570px;
  }
  .ic-span-after span {
    font-size: 11px;
  }
  .ic-span-after span::after {
    top: 6px;
  }
}
@media (max-width: 575.98px) {
  .ic-resources-community-section .ic-friendly-item-main {
    min-height: 550px;
  }
  .ic-resources-community-section .ic-resources-community-slider {
    width: 600px;
  }
  .ic-housing-slider-main-div {
    padding: 50px 24px 24px 24px;
  }
  .ic-custom-dots2 .slick-dots {
    top: -80px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 480px) {
  .ic-packs-item {
    min-height: 350px;
  }
  .ic-resources-community-section .ic-friendly-item-main {
    min-height: 560px;
  }
  .ic-resources-community-section .ic-resources-community-slider {
    width: 100%;
  }
}
@media (max-width: 425.98px) {
  .ic-resources-community-section .ic-friendly-item-main {
    min-height: 500px;
  }
}
.ic-after-login-item {
  border-radius: 16px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(7, 8, 36, 0.06);
  padding: 32px 30px;
  height: 100%;
}
.ic-after-login-item .ic-categories-section .ic-packs-item {
  min-height: 320px;
}
.ic-after-login-item .ic-friendly-item {
  height: auto;
}
.ic-after-login-item .ic-friendly-item .ic-friendly-btn {
  color: #8e17c7;
}

.ic-after-login-item-right .ic-card-view-span span {
  background: transparent;
  color: #116fe4;
  padding: 0;
}

@media (max-width: 1399.98px) {
  .ic-after-login-item {
    padding: 25px;
  }
}
@media (max-width: 1199.98px) {
  .ic-after-login-item {
    padding: 20px;
  }
}
.ic-event-banner-section .ic-btn {
  padding: 0px 15px;
}

.ic-upcoming-event-section .ic-steps-header img {
  left: -70px;
  top: 100%;
  height: auto;
}
.ic-upcoming-event-section .ic-input-group {
  width: 208px;
}

.ic-event-search {
  border-radius: 8px;
  border: 1px solid #dce5ea;
  background: #fff;
  padding: 12px 20px;
}
.ic-event-search input {
  width: 50%;
}
.ic-event-search .ic-btn {
  height: 44px;
  padding: 0px 15px;
  border-radius: 8px;
  font-size: 15px;
}

.ic-event-search-input {
  position: relative;
}
.ic-event-search-input::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #dce5ea;
}

.ic-input-group {
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  height: 44px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  color: #565661;
  font-family: "Manrope", sans-serif;
}
.ic-input-group:focus {
  outline: none;
}

.ic-slice-tab-main .ic-slide-tabs {
  width: 100%;
  position: relative;
}
.ic-slice-tab-main .ic-tab-buttons {
  display: flex;
  position: relative;
  background: #8e17c7;
  border-radius: 30px;
  overflow: hidden;
  padding: 5px;
}
.ic-slice-tab-main .ic-tab-buttons::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
  width: calc(50% - 10px);
  background: #fff;
  border-radius: 30px;
  transition: all 0.4s ease;
  z-index: 0;
}
.ic-slice-tab-main .ic-tab-buttons.dashboard::before {
  background: #b8f949;
}
.ic-slice-tab-main .ic-tab-btn {
  flex: 1;
  padding: 8px 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  border-radius: 30px;
  color: #fff;
  z-index: 1;
  transition: color 0.3s ease;
}
@media (max-width: 991.98px) {
  .ic-slice-tab-main .ic-tab-btn {
    font-size: 15px;
  }
}
.ic-slice-tab-main .ic-tab-btn.active {
  color: #121426;
}
.ic-slice-tab-main .ic-tab-buttons[data-active="0"]::before {
  left: 5px;
  width: calc(50% - 10px);
}
.ic-slice-tab-main .ic-tab-buttons[data-active="1"]::before {
  left: calc(50% + 5px);
  width: calc(50% - 10px);
}
.ic-slice-tab-main .ic-tab-buttons[data-active="2"]::before {
  left: calc(50% + 5px);
  width: calc(50% - 10px);
}
.ic-slice-tab-main .ic-tab-contents {
  position: relative;
}
.ic-slice-tab-main .ic-tab-content {
  display: none;
  animation: fadeSlide 0.5s ease;
}
.ic-slice-tab-main .ic-tab-content.active {
  display: block;
}
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.ic-card-view-item {
  border-radius: 16px;
  background: #e5eaf8;
  padding: 20px;
}

.ic-card-view-span span {
  padding: 5px 10px;
  border-radius: 30px;
  background: #116fe4;
  font-size: 14px;
  flex: 0 0 auto;
}

.ic-calender {
  position: relative;
  border-radius: 16px;
  border: 1px solid #dce5ea;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  font-family: "Manrope", sans-serif;
}
.ic-calender .fc .fc-toolbar {
  flex-direction: row-reverse;
  justify-content: left;
  gap: 8px;
  padding: 24px;
  margin: 0;
}
.ic-calender .fc-today-button {
  border-radius: 23px;
  border: 1.2px solid #e5e8f7;
  color: #121426 !important;
  background: #fff !important;
  padding: 5px 22px;
  font-weight: 600;
  text-transform: capitalize;
}
.ic-calender .fc-prev-button,
.ic-calender .fc-next-button,
.ic-calender .fc-prev-button:hover,
.ic-calender .fc-next-button:hover,
.ic-calender .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child),
.ic-calender .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  outline: none;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.ic-calender .fc-prev-button span,
.ic-calender .fc-next-button span,
.ic-calender .fc-prev-button:hover span,
.ic-calender .fc-next-button:hover span,
.ic-calender .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) span,
.ic-calender .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) span {
  color: #697483;
}
.ic-calender .fc-prev-button:focus,
.ic-calender .fc-next-button:focus,
.ic-calender .fc-prev-button:hover:focus,
.ic-calender .fc-next-button:hover:focus,
.ic-calender .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child):focus,
.ic-calender .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child):focus {
  outline: none;
  box-shadow: none;
}
.ic-calender .fc-toolbar-title {
  font-weight: 600;
}
.ic-calender .fc-col-header th {
  border: none;
  background: #f2f2fa;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
}
.ic-calender .fc-col-header th a {
  color: #121426;
}
.ic-calender .fc .fc-daygrid-day-top {
  justify-content: center;
}
.ic-calender .fc .fc-daygrid-day-top a {
  color: #121426;
}
.ic-calender .fc-theme-standard .fc-scrollgrid {
  border: none;
}
.ic-calender .fc-theme-standard td,
.ic-calender .fc-theme-standard th {
  border-right: none;
  border-bottom: none;
}
.ic-calender .fc .fc-daygrid-day-frame {
  padding: 10px;
}
.ic-calender .fc-h-event .fc-event-title-container {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}
.ic-calender .fc-event-start {
  background: #116fe4;
  border: none;
  cursor: pointer;
}
.ic-calender .ic-calender-event-info {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.ic-calender .ic-calender-event-info.active {
  opacity: 1;
  visibility: visible;
}
.ic-calender .fc-media-screen::-webkit-scrollbar {
  width: 10px;
}
.ic-calender .fc-media-screen::-webkit-scrollbar-track {
  background: #f1f5f9;
  padding: 10px 0;
}
.ic-calender .fc-media-screen::-webkit-scrollbar-thumb {
  background: #8e17c7;
  padding: 10px 0;
}
.ic-calender .fc-media-screen {
  scrollbar-width: thin;
  scrollbar-color: #8e17c7 #f1f5f9;
}

.ic-past-event-section .ic-steps-header img {
  left: -100px;
  height: auto;
  top: 100%;
}
.ic-past-event-section .ic-past-event-left {
  position: relative;
  z-index: 1;
}
.ic-past-event-section .ic-past-event-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(3, 10, 11, 0.9) 0%, rgba(18, 21, 26, 0.1) 100%);
  z-index: 1;
}
.ic-past-event-section .ic-past-event-left .slick-list.draggable {
  padding: 20px 0 !important;
}
.ic-past-event-section .ic-past-event-left-slider {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 160px;
  width: 60%;
  z-index: 2;
}

.ic-user-img-inf {
  z-index: 1;
}
.ic-user-img-inf i {
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 10;
}
.ic-user-img-inf input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.ic-past-event-slider-btn {
  position: relative;
}
.ic-past-event-slider-btn button {
  background: #fff;
  position: absolute;
}
.ic-past-event-slider-btn button:first-child {
  left: -10px;
  bottom: 35px;
}
.ic-past-event-slider-btn button:last-child {
  right: -10px;
  bottom: 35px;
}

.ic-past-event-left-slider-item {
  margin: 0 15px;
}

.ic-past-event-left-slider-item div {
  transition: all 0.3s ease;
  border-radius: 8px;
}
.ic-past-event-left-slider-item div img {
  border-radius: 10px;
  height: 90px;
  object-fit: cover;
}

.ic-past-event-left-slider-item.slick-center div {
  transform: scale(1.3);
}

.ic-past-event-right {
  height: 100%;
  padding: 80px;
  background: #f3f8ff;
}

.ic-past-event-right-inf {
  max-width: 484px;
}

.ic-past-event-right-dot span {
  position: relative;
}
.ic-past-event-right-dot span:first-child::after {
  position: absolute;
  content: "";
  top: 10px;
  right: -25px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8e17c7;
}

.ic-past-event-comment {
  padding: 24px;
  border-radius: 16px;
  background: #5b1f76;
}
.ic-past-event-comment .ic-comment-post {
  padding: 16px;
  border-top: 1px solid #c3c6d8;
}

.ic-custom-dots .slick-dots li {
  margin: 0 10px;
}
.ic-custom-dots .slick-dots li button:before {
  width: 30px;
  height: 5px;
  border-radius: 4px;
  background: #8e17c7;
}
.ic-custom-dots .slick-dots li button:before {
  color: transparent;
}
.ic-custom-dots .slick-dots {
  bottom: -60px;
}

.ic-mission-section.ic-host-section {
  background: #fff;
}
.ic-mission-section.ic-host-section .ic-steps-header img {
  left: 75px;
  top: 100%;
  height: auto;
}
.ic-mission-section.ic-host-section .ic-host-img {
  border: 1px solid #8e17c7;
  border-radius: 16px;
}

.ic-signature-section .slick-slide {
  padding: 0;
}

.ic-signature-item {
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
}
.ic-signature-item h5, .ic-signature-item h5 span, h5 .ic-signature-item span,
.ic-signature-item p {
  transition: all 0.3s ease-in-out;
}
.ic-signature-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ic-signature-item-info {
  border-radius: 16px;
  overflow: hidden;
}

.ic-signature-item-left {
  background: #b8f949;
  padding: 90px 42px;
  height: 100%;
}

.ic-signature-right {
  background: #fff;
  padding: 45px;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.ic-signature-user img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  object-fit: contain;
}

.ic-signature-span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ic-signature-span span {
  color: #8e17c7;
  transition: all 0.3s ease-in-out;
}
.ic-signature-span i {
  margin-top: 3px;
  color: #8e17c7;
  font-size: 5px;
  transition: all 0.3s ease-in-out;
}

.ic-signature-item-btn button {
  transition: all 0.3s ease-in-out;
}

.ic-signature-item:hover .ic-signature-right {
  background: #8e17c7;
}
.ic-signature-item:hover h5, .ic-signature-item:hover h5 span, h5 .ic-signature-item:hover span,
.ic-signature-item:hover p {
  color: #fff;
}
.ic-signature-item:hover .ic-signature-span span,
.ic-signature-item:hover .ic-signature-span i {
  color: #b8f949;
}
.ic-signature-item:hover .ic-signature-btn1 {
  background: #b8f949;
  color: #121426;
  border-color: #b8f949;
}
.ic-signature-item:hover .ic-signature-btn2 {
  color: #fff;
  border-color: #fff;
}

.ic-access-section {
  position: relative;
  z-index: 1;
}
.ic-access-section .section-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, #fff 0%, #ecf2fb 100%);
  z-index: -1;
}

.ic-event-page-thousand .ic-btn {
  padding: 0 18px;
}

.ic-dashboard-event-search.ic-event-search .ic-btn {
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .ic-dashboard-event-search .ic-input-group {
    width: 48%;
  }
}
.ic-dashboard-event-search.ic-event-search {
  padding: 10px 15px;
}
.ic-dashboard-event-search.ic-event-search input {
  width: 45%;
}
.ic-dashboard-event-search.ic-event-search .ic-btn {
  height: 40px;
  padding: 0px 5px;
}

@media (max-width: 1399.98px) {
  .ic-card-view-span span {
    font-size: 12px;
  }
  .ic-past-event-section .ic-past-event-left-slider {
    width: 80%;
  }
  .ic-past-event-right {
    height: 100%;
    padding: 40px 40px 40px 50px;
    background: #f3f8ff;
  }
  .ic-signature-item-left {
    padding: 85px 40px;
  }
  .ic-signature-right {
    padding: 40px 30px;
  }
  .ic-signature-right .ic-btn {
    padding: 0 18px;
  }
  .ic-event-page-thousand .ic-btn {
    padding: 0 12px;
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .ic-card-view-span span {
    font-size: 9px;
  }
  .ic-card-view-item .ic-btn {
    font-size: 13px;
  }
  .ic-event-search .ic-btn {
    height: 40px;
    padding: 0px 10px;
    font-size: 12px;
  }
  .ic-past-event-section .ic-past-event-left-slider {
    width: 90%;
  }
  .ic-past-event-left-slider-item {
    margin: 0 10px;
  }
  .ic-past-event-right {
    padding: 15px;
  }
  .ic-past-event-comment {
    padding: 15px;
  }
  .ic-signature-right {
    padding: 35px 25px;
  }
  .ic-signature-item-left {
    padding: 80px 30px;
  }
  .ic-signature-right .ic-btn {
    font-size: 12px;
  }
  .ic-signature-span {
    flex-wrap: wrap;
  }
  .ic-signature-section .slick-list.draggable {
    padding: 0 !important;
  }
  .ic-signature-span span {
    font-size: 12px;
  }
  .ic-event-page-thousand .ic-btn {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .ic-event-search-input::after {
    display: none;
  }
  .ic-past-event-right-inf {
    max-width: 100%;
  }
  .ic-past-event-slider-btn button:last-child {
    right: 40px;
  }
  .ic-custom-dots .slick-dots {
    bottom: -50px;
  }
  .ic-mission-section.ic-host-section .ic-believe-img-bottom {
    left: -60px;
  }
  .ic-mission-section.ic-host-section .ic-believe-img-bottom .ic-believe-user-details {
    padding: 10px;
  }
  .ic-mission-section.ic-host-section .ic-believe-img-bottom {
    padding: 10px;
    margin-top: 80px;
  }
  .ic-signature-item-btn {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .ic-signature-item-btn button {
    margin: 0;
  }
  .ic-signature-user img {
    height: 120px;
    width: 120px;
  }
  .ic-signature-right {
    padding: 20px;
  }
  .ic-signature-item-left {
    padding: 75px 20px;
  }
}
@media (max-width: 767.98px) {
  .ic-event-select {
    flex-wrap: wrap;
    gap: 15px !important;
  }
  .ic-upcoming-event-section .ic-input-group {
    width: 48%;
  }
  .ic-custom-dots .slick-dots {
    bottom: -40px;
  }
  .ic-past-event-left-slider-item div img {
    height: 70px;
  }
  .ic-past-event-section .ic-past-event-left-slider {
    bottom: -40px;
  }
  .ic-past-event-slider-btn button:last-child {
    right: 15px;
  }
  .ic-mission-section.ic-host-section .ic-believe-img-bottom {
    left: 20px;
  }
  .ic-mission-section.ic-host-section .ic-believe-img-bottom {
    margin-top: 60px;
  }
  .ic-signature-item-left {
    padding: 20px;
    text-align: center;
  }
  .ic-signature-user img {
    height: 100px;
    width: 100px;
  }
  .ic-signature-section .slick-slide {
    padding: 0 10px;
  }
  .ic-event-page-thousand .ic-impact-btn {
    flex-wrap: wrap;
  }
  .fc-media-screen {
    max-height: 450px;
    overflow-y: scroll;
  }
  .ic-calender .fc .fc-daygrid-day-frame {
    padding: 5px;
  }
  .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0px;
  }
  .ic-card-view-item .ic-card-view-btn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ic-card-view-item .ic-card-view-btn button {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .ic-upcoming-event-section .ic-input-group {
    width: 100%;
  }
  .ic-mission-section.ic-host-section .ic-believe-img-bottom {
    margin-top: -100px;
  }
  .ic-mission-section.ic-host-section .ic-steps-header img {
    left: 0px;
    top: 85%;
  }
  .ic-signature-user img {
    height: 80px;
    width: 80px;
  }
  .ic-signature-item-left {
    padding: 15px;
  }
  .fc-media-screen {
    max-height: 400px;
  }
  .ic-calender .fc .fc-toolbar {
    padding: 10px;
  }
  .fc-toolbar-title {
    font-size: 18px !important;
  }
  .ic-calender .fc-h-event .fc-event-title-container {
    font-size: 10px;
  }
  .ic-calender .fc-today-button {
    padding: 0px 10px;
    font-size: 14px;
  }
}
.ic-user-list-tabs-main .nav-tabs .nav-item.show .nav-link,
.ic-user-list-tabs-main .nav-tabs .nav-link.active,
.ic-user-list-tabs-main .nav-tabs .nav-link:focus,
.ic-user-list-tabs-main .nav-tabs .nav-link:hover,
.ic-user-list-tabs-main .nav-tabs .nav-link {
  border: none;
  outline: none;
  box-shadow: none;
}
.ic-user-list-tabs-main .nav-item:hover .nav-link {
  color: #8e17c7;
}
.ic-user-list-tabs-main .nav-item .nav-link {
  padding-bottom: 12px;
}
.ic-user-list-tabs-main .nav-item .nav-link.active {
  border-bottom: 2px solid #8e17c7;
}
.ic-user-list-tabs-main .nav-tabs {
  gap: 36px;
}
.ic-user-list-tabs-main .ic-ambassador-item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(7, 8, 36, 0.1);
}

@media (max-width: 1399.98px) {
  .ic-ambassador-item .ic-img-info {
    padding: 15px;
  }
  .ic-user-list-tabs-main .nav-tabs {
    gap: 30px;
  }
}
@media (max-width: 1199.98px) {
  .ic-user-list-tabs-main .nav-item .nav-link {
    width: auto;
    padding-bottom: 10px;
  }
  .ic-user-list-tabs-main .nav-tabs {
    gap: 8px;
  }
  .ic-user-list-tabs-main .ic-setting-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .ic-user-list-tabs-main .nav-item .nav-link {
    padding: 5px 8px;
  }
  .ic-user-list-tabs-main .nav-tabs {
    gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .ic-user-list-tabs-main .nav-tabs {
    gap: 5px;
  }
  .ic-user-list-tabs-main .nav-item .nav-link {
    padding: 5px;
  }
}
@media (max-width: 575.98px) {
  .ic-dashboard-title .ic-title-left {
    gap: 10px;
    flex-direction: column;
  }
  .ic-dashboard-title .ic-title-left.left {
    flex-direction: row;
  }
}
.ic-leadership-item {
  border-radius: 16px;
  border: 1px solid #dce5ea;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 24px;
  height: 100%;
}

.ic-leader-comment {
  border-top: 1px solid #dce5ea;
  padding-top: 12px;
}

.ic-leader-vision {
  border-radius: 10px;
  padding: 16px;
  background: #121426;
}

.ic-director-item {
  padding: 40px 36px;
  border-radius: 16px;
  border: 1px solid #f1efef;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  height: 100%;
}
.ic-director-item .ic-director-img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
}

.ic-advisor-item-main .ic-leader-comment span {
  color: #001b38;
}
.ic-advisor-item-main .ic-leader-comment p {
  color: #181818;
}

.ic-advisor-img {
  border-radius: 12px;
  background: #cedfe6;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  overflow: hidden;
}

.ic-regional-section .custom-tabs {
  gap: 16px;
}
.ic-regional-section .custom-tabs .nav-link {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  opacity: 0.6;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-regional-section .custom-tabs .nav-link img {
  max-width: 50%;
  max-height: 50%;
}
.ic-regional-section .custom-tabs .nav-link.active {
  border: 1px solid #fff;
  opacity: 0.9;
  background: #8e17c7;
}
.ic-regional-section .tab-content {
  text-align: center;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
}

.ic-ambassador-item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  height: 100%;
}
.ic-ambassador-item img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.ic-ambassador-item .ic-img-info {
  padding: 24px 20px;
}

.ic-ambassador-apply {
  border-radius: 10px;
  background: #8e17c7;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ic-staff-section .ic-director-item {
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
.ic-staff-section .ic-director-item h6, .ic-staff-section .ic-director-item h6 span, h6 .ic-staff-section .ic-director-item span,
.ic-staff-section .ic-director-item p {
  transition: all 0.3s ease-in-out;
}
.ic-staff-section .ic-director-item:hover {
  background: #8e17c7;
}
.ic-staff-section .ic-director-item:hover h6, .ic-staff-section .ic-director-item:hover h6 span, h6 .ic-staff-section .ic-director-item:hover span,
.ic-staff-section .ic-director-item:hover p {
  color: #fff;
}
.ic-staff-section .ic-director-item .ic-director-img {
  width: 180px;
  height: 180px;
}

@media (max-width: 1399.98px) {
  .ic-director-item {
    padding: 35px 30px;
  }
  .ic-director-item .ic-director-img {
    width: 230px;
    height: 230px;
  }
  .ic-staff-section .ic-director-item {
    padding: 25px;
  }
  .ic-staff-section .ic-director-item .ic-director-img {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 1199.98px) {
  .ic-director-item {
    padding: 30px 25px;
  }
  .ic-director-item .ic-director-img {
    width: 220px;
    height: 220px;
  }
  .ic-ambassador-item .ic-img-info {
    padding: 20px 15px;
  }
  .ic-staff-section .ic-director-item .ic-director-img {
    width: 150px;
    height: 150px;
  }
  .ic-staff-section .ic-director-item {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .ic-leadership-item {
    padding: 15px;
  }
  .ic-leader-vision {
    padding: 10px;
  }
  .ic-leader-comment {
    padding-top: 5px;
  }
  .ic-director-item {
    padding: 20px;
  }
  .ic-director-item .ic-director-img {
    width: 200px;
    height: 200px;
  }
  .ic-ambassador-apply {
    padding: 10px 15px;
  }
  .ic-staff-section .ic-director-item .ic-director-img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .ic-director-item .ic-director-img {
    width: 180px;
    height: 180px;
  }
  .ic-ambassador-apply {
    text-align: center;
    justify-content: center;
    gap: 10px;
  }
  .ic-staff-section .ic-director-item .ic-director-img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 575.98px) {
  .ic-director-item .ic-director-img {
    width: 150px;
    height: 150px;
  }
  .ic-staff-section .ic-director-item .ic-director-img {
    width: 120px;
    height: 120px;
  }
}
.ic-resources-form-main {
  border-radius: 16px;
  border: 1px solid #dce5ea;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 70px 80px;
}

.ic-form-input-group {
  font-family: "Manrope", sans-serif;
}
.ic-form-input-group label {
  color: #001b38;
  font-weight: 500;
  margin-bottom: 5px;
}
.ic-form-input-group input,
.ic-form-input-group select,
.ic-form-input-group .ic-form-file-input {
  border-radius: 6px;
  border: 1px solid #e5e8f7;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 0 14px;
  color: #3a4251;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  height: 50px;
}
.ic-form-input-group textarea {
  padding: 14px;
  border-radius: 6px;
  border: 1px solid #e5e8f7;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: #3a4251;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
}
.ic-form-input-group .ic-form-file-input {
  height: 52px;
  padding: 0;
  padding-left: 14px;
}
.ic-form-input-group .ic-form-file-input button {
  width: 122px;
  border-radius: 0 6px 6px 0;
  background: #5b1f76;
  height: 100%;
  color: #fff;
}
.ic-form-input-group select {
  display: block;
}
.ic-form-input-group .ic-form-file-input-main {
  position: relative;
  z-index: 1;
}
.ic-form-input-group .ic-form-file-input-main input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

@media (max-width: 1399.98px) {
  .ic-resources-form-main {
    padding: 60px;
  }
  .ic-form-input-group input,
  .ic-form-input-group select {
    font-size: 15px;
    padding: 0 12px;
    height: 48px;
  }
  .textarea {
    padding: 12px;
  }
  .ic-form-input-group .ic-form-file-input {
    height: 48px;
  }
  .ic-form-input-group .ic-form-file-input span,
  .ic-form-input-group .ic-form-file-input button {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .ic-resources-form-main {
    padding: 50px;
  }
  .ic-form-input-group input,
  .ic-form-input-group select {
    font-size: 14px;
    padding: 0 10px;
    height: 46px;
  }
  textarea {
    padding: 10px;
  }
  .ic-form-input-group .ic-form-file-input {
    height: 46px;
  }
}
@media (max-width: 991.98px) {
  .ic-resources-form-main {
    padding: 40px;
  }
  .ic-form-input-group input,
  .ic-form-input-group select {
    height: 44px;
  }
  .ic-form-input-group .ic-form-file-input {
    height: 44px;
  }
}
@media (max-width: 767.98px) {
  .ic-resources-form-main {
    padding: 30px;
  }
  .ic-resources-form-main {
    padding: 20px;
  }
  .ic-form-input-group input,
  .ic-form-input-group select {
    height: 42px;
  }
  .ic-form-input-group .ic-form-file-input {
    height: 42px;
  }
}
.ic-user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
}

.ic-user-img-inf {
  border-radius: 8px;
  border: 1px solid #eaecf0;
  background: #fff;
  padding: 16px 24px;
  position: relative;
}

.ic-upload-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f2f4f7;
}

.status-toggle {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.status-checkbox {
  display: none;
}

.status-label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-family: "Manrope", sans-serif;
}

.status-slider {
  width: 46px;
  height: 24px;
  background: #6c7386;
  border-radius: 50px;
  position: relative;
  transition: background 0.3s ease;
}

.status-slider::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

/* Active State */
.status-checkbox:checked + .status-label .status-slider {
  background: #8e17c7;
}

.status-checkbox:checked + .status-label .status-slider::before {
  transform: translateX(22px);
}

/* Text styling */
.status-text {
  color: #333;
  font-weight: 600;
  transition: color 0.3s ease;
}

.status-checkbox:checked + .status-label .status-text {
  color: #8e17c7;
  content: "Active";
}

.ic-dashboard-form-btn .ic-btn {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
}
.ic-dashboard-form-btn .ic-btn.cancel {
  border-color: #d0d5dd;
}
.ic-dashboard-form-btn .ic-btn.cancel:hover {
  background: transparent !important;
  color: #121426 !important;
}

@media (max-width: 1399.98px) {
  .ic-user-img-inf {
    padding: 10px;
  }
  .ic-user-img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1299.98px) {
  .ic-user-img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.ic-personal-step-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.ic-personal-step-main::after {
  position: absolute;
  content: "";
  top: 22px;
  left: 50%;
  width: 90%;
  height: 2.5px;
  background: #116fe4;
  transform: translateX(-50%);
  z-index: -1;
}

.ic-personal-step-item {
  max-width: 90px;
  flex: 0;
}
.ic-personal-step-item.active .ic-personal-step-number {
  background: #116fe4;
}
.ic-personal-step-item.active .ic-personal-step-number span {
  color: #fff;
}

.ic-personal-step-number {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 2px solid #116fe4;
  background: #fff;
}
.ic-personal-step-number span {
  color: #565661;
}

.ic-personal-info-form {
  border-radius: 16px;
  border: 1px solid #eaeff3;
  background: #fff;
  box-shadow: 0 4px 30px 0 rgba(25, 30, 43, 0.08);
  padding: 36px 40px;
}

.ic-personal-inf-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
}
.ic-personal-inf-btn a {
  border-radius: 10px;
}
.ic-personal-inf-btn a:first-child {
  background: #f4e7fa !important;
  color: #8e17c7 !important;
  border-color: #f4e7fa;
}

.ic-immigration-status {
  border-radius: 6px;
  border: 1px solid #e5e8f7;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.ic-immigration-status .ic-title {
  padding: 12px 18px;
  border-bottom: 1px solid #e5e8f7;
}
.ic-immigration-status .ic-title-inf {
  padding: 20px 18px;
}
.ic-immigration-status .ic-title-inf input {
  width: auto;
}

.ic-donor-proofs .ic-form-input-group .ic-form-file-input button {
  width: 195px;
}

@media (max-width: 767.98px) {
  .ic-personal-info-form {
    padding: 30px;
  }
  .ic-personal-step-number {
    width: 40px;
    height: 40px;
  }
  .ic-donor-proofs .ic-form-input-group .ic-form-file-input button {
    width: 170px;
  }
}
@media (max-width: 575.98px) {
  .ic-personal-info-form {
    padding: 20px;
  }
  .ic-personal-step-number {
    width: 35px;
    height: 35px;
  }
  .ic-personal-step-main::after {
    top: 16px;
  }
  .ic-personal-step-item p {
    font-size: 10px;
  }
  .ic-donor-proofs .ic-form-input-group .ic-form-file-input button {
    width: 140px;
  }
}
@media (max-width: 425.98px) {
  .ic-personal-step-item p {
    font-size: 9px;
  }
}
.ic-questionnaire-section {
  padding: 35px 0;
}
.ic-questionnaire-section .ic-personal-info-form {
  padding: 24px;
  border-radius: 12px;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood {
  background: rgba(255, 255, 255, 0.06);
  border: none;
  box-shadow: none;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood label {
  color: #fff;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood input {
  background: transparent;
  border: 0.6px solid #edeeef;
  color: #fff;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood input::placeholder {
  color: #f9faff;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood .ic-immigration-status {
  border: 0.6px solid rgba(229, 232, 247, 0.8);
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.black-mood .ic-personal-inf-btn button:first-child,
.white-mood .ic-personal-inf-btn button:first-child {
  background: #8e17c7;
  color: #fff;
}

.ic-questionnaire-header {
  padding-bottom: 34px;
  border-bottom: 1px solid #5d6a71;
}
.ic-questionnaire-header p {
  max-width: 438px;
  margin: 0 auto;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  color: #111;
}

.custom-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.custom-checkbox__box {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 4px;
  border: 1px solid #c2c4cf;
  background: transparent;
  display: inline-block;
  box-sizing: border-box;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
  position: relative;
  flex-shrink: 0;
}

.custom-checkbox__input:checked + .custom-checkbox__box {
  background: #007bff;
  border-color: #007bff;
}

.custom-checkbox__input:checked + .custom-checkbox__box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -55%) rotate(-45deg);
}

@media (max-width: 767.98px) {
  .ic-questionnaire-section .ic-personal-info-form {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .ic-questionnaire-section .ic-personal-info-form {
    padding: 15px;
  }
}
.ic-before-login-option {
  border-radius: 10px;
  border: 1px solid #dce5ea;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 26px 2px rgba(9, 11, 15, 0.08);
  padding: 20px 24px;
  cursor: pointer;
}
.ic-before-login-option.active .ic-option-check {
  border-color: #8e17c7;
}
.ic-before-login-option.active .ic-option-confirm {
  background: #8e17c7;
}

.ic-option-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #58677d;
}

.ic-option-confirm {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  flex: 0 0 auto;
}

.ic-option-check.dashboard {
  border: 2px solid #b8bec9;
  cursor: pointer;
}
.ic-option-check.dashboard .ic-option-confirm {
  background: #b8bec9;
}
.ic-option-check.dashboard.active {
  border-color: #8e17c7;
}
.ic-option-check.dashboard.active .ic-option-confirm {
  background: #8e17c7;
}

.ic-budget-tracking-item-main .ic-dashboard-mentorship-item {
  background: #fff;
  border: 1px solid #ecf1f4;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04);
}

.ic-donut-chart-main {
  height: 100%;
}
.ic-donut-chart-main .budget-overview-card {
  height: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #ecf1f4;
}
.ic-donut-chart-main .budget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 15px 24px;
  border-bottom: 1px solid #e5ecfd;
  gap: 10px;
}
.ic-donut-chart-main .budget-body {
  padding: 0px 24px;
}
@media (max-width: 575.98px) {
  .ic-donut-chart-main .budget-body {
    padding: 24px;
  }
}
.ic-donut-chart-main .budget-header h3, .ic-donut-chart-main .budget-header h3 span, h3 .ic-donut-chart-main .budget-header span {
  font-size: 18px;
  font-weight: 600;
  color: #0b1f4b;
}
.ic-donut-chart-main .chart-toggle {
  box-shadow: none;
  padding: 4px;
  border-radius: 20px;
  display: flex;
  gap: 6px;
  color: #565661;
}
.ic-donut-chart-main .chart-toggle button {
  background: transparent;
  border: none;
  color: #555;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}
.ic-donut-chart-main .chart-toggle button.active {
  background: #8e17c7;
  color: #fff;
}
.ic-donut-chart-main .legend-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.ic-donut-chart-main .legend-item .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.ic-user-application-header-left {
  max-width: 360px;
  padding: 8px 8px 8px 20px;
  border-radius: 8px;
  border: 1px solid #dce5ea;
}
@media (max-width: 991.98px) {
  .ic-user-application-header-left {
    padding: 4px 4px 4px 10px;
  }
}
.ic-user-application-header-left button {
  height: 43px;
  border-radius: 8px;
}
@media (max-width: 1199.98px) {
  .ic-user-application-header-left button {
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .ic-user-application-header-left button {
    height: 36px;
  }
}

.ic-user-application-header-right {
  width: 190px;
}

.ic-user-application-btn button {
  height: 42px;
  width: 42px;
  border-radius: 8px;
}

.ic-user-application-count-right span {
  padding: 5.5px 15px;
  border-radius: 6px;
}
.ic-user-application-count-right span:first-child {
  background: #159d4e;
}
.ic-user-application-count-right span:nth-child(2) {
  background: linear-gradient(180deg, #4d76ff 0%, #1a4fff 100%);
}
.ic-user-application-count-right span:last-child {
  background: linear-gradient(180deg, #ff5c90 0%, #ff6c0a 100%);
}

.ic-aggregate-item:nth-child(1) span {
  background: #159d4e;
}
.ic-aggregate-item:nth-child(2) span {
  background: #e33bcf;
}
.ic-aggregate-item:nth-child(3) span {
  background: #116fe4;
}

.progress-container {
  width: 100%;
  background-color: #eef0f8;
  border-radius: 10px;
  overflow: hidden;
  height: 15px;
}

/* progress bar fill */
.progress-bar {
  width: 55%;
  height: 100%;
  background-color: #8e17c7;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px 0 0 10px;
  transition: width 0.5s ease;
}

/* optional label */
.label {
  margin-top: 10px;
  font-weight: bold;
}

.apexcharts-menu-icon,
.apexcharts-reset-icon,
.apexcharts-zoom-icon {
  display: none;
}

.ic-global-pattern-section {
  padding: 0 30px;
}

.ic-global-pattern-main {
  border-radius: 20px;
  background: #fff;
}

.ic-global-pattern-item {
  border-radius: 16px;
  border: 1px solid #ecf1f4;
  background: #fff;
  padding: 24px;
}
.ic-global-pattern-item .ic-pattern-top {
  height: 100px;
  border-radius: 12px;
  border: 1px solid #ecf1f4;
  background: #eff0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.ic-global-footer .ic-footer-social a {
  border: 1.5px solid #fff;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.ic-global-footer .ic-footer-social a i {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.ic-global-footer .ic-footer-social a:hover {
  background: #fff;
}
.ic-global-footer .ic-footer-social a:hover i {
  color: #8e17c7;
}

@media (max-width: 1399.98px) {
  .ic-global-pattern-item {
    padding: 20px;
  }
  .ic-global-pattern-section {
    padding: 0 15px;
  }
  .ic-global-footer-left {
    padding: 0 30px;
  }
  .ic-global-footer-left ul {
    gap: 30px;
  }
}
@media (max-width: 1199.98px) {
  .ic-global-pattern-item {
    padding: 15px;
  }
  .ic-global-footer-left ul {
    justify-content: center;
  }
  .ic-global-footer-left {
    padding: 0 15px;
  }
  .ic-global-footer-left ul {
    gap: 25px;
  }
}
@media (max-width: 991.98px) {
  .ic-global-footer-left ul {
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .ic-global-footer-left ul {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.ic-categories-section .ic-packs-item {
  min-height: 355px;
}
.ic-categories-section .ic-packs-item:hover {
  background: transparent;
}
.ic-categories-section .ic-packs-item:hover h6, .ic-categories-section .ic-packs-item:hover h6 span, h6 .ic-categories-section .ic-packs-item:hover span,
.ic-categories-section .ic-packs-item:hover p {
  color: #121426;
}
.ic-categories-section .ic-packs-item:hover .ic-packs-icon {
  background: transparent;
  border-color: #8e17c7;
}
.ic-categories-section .ic-packs-item:hover .ic-btn.active5 {
  background: transparent !important;
  border-color: #d2d8df;
}
.ic-categories-section .ic-packs-item button {
  border-color: #d2d8df;
}
.ic-categories-section .slick-list.draggable {
  padding: 15px 0;
}

.ic-categories-section.ic-dashboard-community .ic-packs-item button.ic-btn.active5:hover {
  background: #8e17c7 !important;
  border-color: #8e17c7;
  color: #fff !important;
}

.ic-categories-section.ic-dashboard-community .ic-packs-item {
  box-shadow: none;
  border: 1px solid #ecf1f4;
}

.ic-spotlight-section {
  position: relative;
  z-index: 1;
}
.ic-spotlight-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, #ecf2fb 0%, rgba(253, 253, 253, 0) 100%);
  z-index: -1;
}
.ic-spotlight-section .ic-card-view-span span {
  background: rgba(142, 23, 199, 0.1);
  color: #8e17c7;
}
.ic-spotlight-section.ic-resources-community-section .ic-friendly-item:hover .ic-btn.active5 {
  background: transparent !important;
  color: #8e17c7;
}
.ic-spotlight-section.ic-resources-community-section .ic-friendly-item:hover .ic-btn.active5:hover {
  color: #8e17c7 !important;
}

.ic-article-section {
  background: #5b1f76;
}
.ic-article-section .ic-story-item {
  border: none;
  background: #fff;
}
.ic-article-section .ic-story-item .ic-story-item-right span {
  background: rgba(142, 23, 199, 0.1);
  color: #8e17c7;
}

.ic-media-section.ic-spotlight-section::after {
  content: "";
  display: none;
}
.ic-media-section.ic-resources-community-section .ic-friendly-item:hover {
  background: transparent;
}
.ic-media-section .ic-progress-bar {
  padding: 0;
  background: transparent;
}
.ic-media-section .ic-media-comment {
  background: #d7cafd;
  border-radius: 24px;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
.ic-media-section .ic-media-comment:hover {
  background: #d7cafd !important;
}

.ic-resources-community-section .ic-friendly-item.ic-media-comment p {
  -webkit-line-clamp: inherit;
}

.ic-media-comment-user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.ic-media-ratings i {
  color: #8e17c7;
}

.ic-newsletter-section.ic-newcomer-section .ic-spirit-inf {
  max-width: 620px;
}

.ic-newsletter-subscribe {
  max-width: 420px;
  background: #fff;
  border-radius: 30px;
  padding: 5px 5px 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px !important;
}

.ic-blog-thousand-section.ic-team-details.ic-thousand-section .ic-community-header {
  max-width: 550px;
}

.ic-blog-thousand-slider.ic-scholars-item.slide .ic-scholars-item-bottom {
  padding-top: 0px;
}

@media (max-width: 1399.98px) {
  .ic-media-comment-user-img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .ic-media-comment-user-img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .ic-newsletter-subscribe {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .ic-resources-community-section .ic-friendly-item {
    min-height: 410px;
  }
}
@media (max-width: 575.98px) {
  .ic-blog-thousand-slider.ic-scholars-item.slide .ic-scholars-item-bottom {
    padding-top: 30px;
  }
  .ic-blog-thousand-section .ic-scholars-item.slide .slick-dots {
    left: 50%;
    transform: translateX(-50%);
  }
}
.ic-engagement-top-item-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .ic-engagement-top-item-main {
    height: auto;
    justify-content: left;
  }
}
@media (max-width: 1199.98px) {
  .ic-engagement-top-item-main {
    justify-content: space-between;
  }
}
.ic-engagement-top-item-main .ic-dashboard-mentorship-item {
  width: 18%;
}
@media (max-width: 1199.98px) {
  .ic-engagement-top-item-main .ic-dashboard-mentorship-item {
    width: 31%;
  }
}
@media (max-width: 991.98px) {
  .ic-engagement-top-item-main .ic-dashboard-mentorship-item {
    width: 48%;
  }
}
@media (max-width: 575.98px) {
  .ic-engagement-top-item-main .ic-dashboard-mentorship-item {
    width: 47%;
  }
}

.ic-impact-report-section .ic-dashboard-mentorship-item {
  display: block;
  background: #fff;
  border: 1px solid #ecf1f4;
}
.ic-impact-report-section .ic-mentor-img-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-impact-report-section .ic-mentor-img-list img {
  margin-left: -15px;
}
.ic-impact-report-section .ic-mentor-img-list img:first-child {
  margin-left: 0;
}
.ic-impact-report-section .ic-mentor-img-list .ic-user-plus {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eff2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121426;
  margin-left: -15px;
  cursor: pointer;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .ic-impact-report-section .border-end {
    border: none !important;
  }
}

.ic-financial-report-section .ic-dashboard-mentorship-item {
  background: #fff;
  border: 1px solid #ecf1f4;
}

.ic-financial-report-tabs .nav-tabs {
  border: 1px solid #dce5ea;
  padding: 16px 0;
  border-radius: 8px;
}
.ic-financial-report-tabs .nav-tabs .nav-link,
.ic-financial-report-tabs .nav-tabs .nav-link:hover {
  border: 1px solid #d0d5dd;
  padding: 9.5px 16px;
  border-radius: 8px;
  color: #565661;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .ic-financial-report-tabs .nav-tabs .nav-link,
  .ic-financial-report-tabs .nav-tabs .nav-link:hover {
    padding: 7.5px 10px;
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .ic-financial-report-tabs .nav-tabs .nav-link,
  .ic-financial-report-tabs .nav-tabs .nav-link:hover {
    padding: 6px 8px;
    font-size: 12px;
  }
}
.ic-financial-report-tabs .nav-tabs .nav-link.active,
.ic-financial-report-tabs .nav-tabs .nav-link:hover.active {
  background: #8e17c7;
  color: #fff;
  border: 1px solid #8e17c7;
}

.ic-user-list-tabs-main .ic-setting-tabs .nav-item .nav-link.active {
  color: #8e17c7;
}

.ic-user-setting-item {
  padding: 12px 24px;
  border-bottom: 1px solid #e5ecfd;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .ic-user-setting-item {
    padding: 10px;
  }
}
.ic-user-setting-item:first-child {
  border-radius: 6px;
  border: 1px solid #e5ecfd;
}
.ic-user-setting-item:last-child {
  border: none;
}
.ic-user-setting-item p {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.ic-setting-user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .ic-setting-user-img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 991.98px) {
  .ic-setting-user-img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  .ic-setting-user-img {
    width: 50px;
    height: 50px;
  }
}

.ic-setting-btn {
  height: 35px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid #d0d5dd;
  font-size: 15px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 1199.98px) {
  .ic-setting-btn {
    height: 32px;
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .ic-setting-btn {
    height: 30px;
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .ic-setting-btn {
    height: 28px;
  }
}
.ic-setting-btn:focus {
  border: 1px solid #d0d5dd;
}
.ic-setting-btn.active {
  background: #8e17c7;
  color: #fff;
  border-color: #8e17c7;
}

.ic-border-bottom {
  border-bottom: 1.5px solid #e5ecfd;
}

.ic-notification-top {
  padding-bottom: 20px;
}

.ic-setting-job-management {
  /* প্রথম কলাম বাম দিকে থাকবে */
  /* Hover effect */
  /* Custom checkbox design */
}
.ic-setting-job-management .custom-permission-table {
  width: 100%;
  border-collapse: collapse;
}
.ic-setting-job-management .custom-permission-table th,
.ic-setting-job-management .custom-permission-table td {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-left: none !important;
  border-right: none !important;
  padding: 0.75rem;
  vertical-align: middle;
  text-align: center;
}
.ic-setting-job-management .custom-permission-table td:first-child,
.ic-setting-job-management .custom-permission-table th:first-child {
  text-align: left;
}
.ic-setting-job-management .custom-permission-table tbody tr:hover {
  background-color: #f2f2fa;
}
.ic-setting-job-management .ic-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.ic-setting-job-management .ic-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ic-setting-job-management .ic-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s ease;
  position: relative;
}
.ic-setting-job-management .ic-checkbox input:checked + .checkmark {
  background-color: #22c03c;
  border-color: #22c03c;
}
.ic-setting-job-management .ic-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.ic-setting-job-management .ic-checkbox input:checked + .checkmark::after {
  display: block;
}
.ic-setting-job-management .ic-checkbox .checkmark::after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ic-setting-job-management .custom-permission-table tr:last-child td {
  border-bottom: none;
}

.ic-questionnaire-section {
  padding: 35px 0;
}
.ic-questionnaire-section .ic-personal-info-form {
  padding: 24px;
  border-radius: 12px;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood {
  background: rgba(255, 255, 255, 0.06);
  border: none;
  box-shadow: none;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood label {
  color: #fff;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood input {
  background: transparent;
  border: 0.6px solid #edeeef;
  color: #fff;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood input::placeholder {
  color: #f9faff;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood .ic-immigration-status {
  border: 0.6px solid rgba(229, 232, 247, 0.8);
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.black-mood .ic-personal-inf-btn button:first-child,
.white-mood .ic-personal-inf-btn button:first-child {
  background: #8e17c7;
  color: #fff;
}

.ic-questionnaire-header {
  padding-bottom: 34px;
  border-bottom: 1px solid #5d6a71;
}
.ic-questionnaire-header p {
  max-width: 438px;
  margin: 0 auto;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  color: #111;
}

.custom-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.custom-checkbox__box {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 4px;
  border: 1px solid #c2c4cf;
  background: transparent;
  display: inline-block;
  box-sizing: border-box;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
  position: relative;
  flex-shrink: 0;
}

.custom-checkbox__input:checked + .custom-checkbox__box {
  background: #007bff;
  border-color: #007bff;
}

.custom-checkbox__input:checked + .custom-checkbox__box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -55%) rotate(-45deg);
}

@media (max-width: 767.98px) {
  .ic-questionnaire-section .ic-personal-info-form {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .ic-questionnaire-section .ic-personal-info-form {
    padding: 15px;
  }
}
.ic-signup-section {
  padding: 35px;
  min-height: 100vh;
}
@media (max-width: 1399.98px) {
  .ic-signup-section {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .ic-signup-section {
    padding: 25px;
  }
}
@media (max-width: 991.98px) {
  .ic-signup-section {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .ic-signup-section {
    padding: 15px;
  }
}
.ic-signup-section .ic-form-input-group label {
  color: #fff;
}
.ic-signup-section .ic-form-input-group input {
  background: transparent;
  border-color: #edeeef;
  border-radius: 10px;
}
.ic-signup-section .ic-form-input-group input::placeholder {
  color: #edeeef;
}
.ic-signup-section .ic-btn.active6:hover {
  color: #fff;
}
.ic-signup-section .ic-signup-right {
  height: 100%;
}
.ic-signup-section .ic-signup-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.ic-google-apple-item {
  border-radius: 8px;
  border: 0.6px solid rgb(237, 238, 240);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 12px 20px;
  gap: 10px;
  height: 100%;
}
.ic-google-apple-item p {
  color: #f9faff;
}

@media (max-width: 575.98px) {
  .ic-google-apple-item {
    padding: 10px 8px;
    gap: 3px;
  }
}
@media (max-width: 425.98px) {
  .ic-google-apple {
    flex-direction: column;
  }
  .ic-google-apple-item {
    width: 100%;
    gap: 5px;
  }
}
.ic-resources-form-main {
  border-radius: 16px;
  border: 1px solid #dce5ea;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 70px 80px;
}

.ic-form-input-group {
  font-family: "Manrope", sans-serif;
}
.ic-form-input-group label {
  color: #001b38;
  font-weight: 500;
  margin-bottom: 5px;
}
.ic-form-input-group input,
.ic-form-input-group select,
.ic-form-input-group .ic-form-file-input {
  border-radius: 6px;
  border: 1px solid #e5e8f7;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 0 14px;
  color: #3a4251;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  height: 50px;
}
.ic-form-input-group textarea {
  padding: 14px;
  border-radius: 6px;
  border: 1px solid #e5e8f7;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: #3a4251;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
}
.ic-form-input-group .ic-form-file-input {
  height: 52px;
  padding: 0;
  padding-left: 14px;
}
.ic-form-input-group .ic-form-file-input button {
  width: 122px;
  border-radius: 0 6px 6px 0;
  background: #5b1f76;
  height: 100%;
  color: #fff;
}
.ic-form-input-group select {
  display: block;
}
.ic-form-input-group .ic-form-file-input-main {
  position: relative;
  z-index: 1;
}
.ic-form-input-group .ic-form-file-input-main input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

@media (max-width: 1399.98px) {
  .ic-resources-form-main {
    padding: 60px;
  }
  .ic-form-input-group input,
  .ic-form-input-group select {
    font-size: 15px;
    padding: 0 12px;
    height: 48px;
  }
  .textarea {
    padding: 12px;
  }
  .ic-form-input-group .ic-form-file-input {
    height: 48px;
  }
  .ic-form-input-group .ic-form-file-input span,
  .ic-form-input-group .ic-form-file-input button {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .ic-resources-form-main {
    padding: 50px;
  }
  .ic-form-input-group input,
  .ic-form-input-group select {
    font-size: 14px;
    padding: 0 10px;
    height: 46px;
  }
  textarea {
    padding: 10px;
  }
  .ic-form-input-group .ic-form-file-input {
    height: 46px;
  }
}
@media (max-width: 991.98px) {
  .ic-resources-form-main {
    padding: 40px;
  }
  .ic-form-input-group input,
  .ic-form-input-group select {
    height: 44px;
  }
  .ic-form-input-group .ic-form-file-input {
    height: 44px;
  }
}
@media (max-width: 767.98px) {
  .ic-resources-form-main {
    padding: 30px;
  }
  .ic-resources-form-main {
    padding: 20px;
  }
  .ic-form-input-group input,
  .ic-form-input-group select {
    height: 42px;
  }
  .ic-form-input-group .ic-form-file-input {
    height: 42px;
  }
}
.ic-empty-main {
  border-radius: 16px;
  background: #f9f3fb;
  padding: 46px;
}

.ic-empty-inf p {
  max-width: 410px;
  margin: 0 auto;
}

.ic-empty-icon {
  width: 110px;
  height: 110px;
  background: #8e17c7;
  border-radius: 50%;
}

.ic-error.ic-empty-main {
  border-radius: 16px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(7, 8, 36, 0.06);
}
.ic-error.ic-empty-main .ic-empty-icon {
  background: #fff;
  filter: drop-shadow(0 4px 16px rgba(142, 23, 199, 0.12));
}

@media (max-width: 1399.98px) {
  .ic-empty-main {
    padding: 40px;
  }
  .ic-empty-icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199.98px) {
  .ic-empty-icon {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 575.98px) {
  .ic-empty-main {
    padding: 30px 20px;
  }
}
.ic-loading-main {
  padding: 0 45px;
}

.ic-loading-item .ic-loading-img {
  border-radius: 10px;
  background: #e0e0e0;
  height: 230px;
}
.ic-loading-item .ic-loading-inf {
  border-radius: 10px;
  background: #e0e0e0;
  height: 18px;
}
.ic-loading-item .ic-loading-inf.one {
  width: 60%;
}
.ic-loading-item .ic-loading-inf.two {
  width: 95%;
}
.ic-loading-item .ic-loading-inf.three {
  width: 80%;
}

@media (max-width: 1399.98px) {
  .ic-loading-item .ic-loading-img {
    height: 200px;
  }
  .ic-loading-main {
    padding: 0 35px;
  }
}
@media (max-width: 1199.98px) {
  .ic-loading-item .ic-loading-img {
    height: 160px;
  }
  .ic-loading-main {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .ic-loading-item .ic-loading-img {
    height: 130px;
  }
  .ic-loading-main {
    padding: 0 15px;
  }
}
.ic-after-login-item {
  border-radius: 16px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(7, 8, 36, 0.06);
  padding: 32px 30px;
  height: 100%;
}
.ic-after-login-item .ic-categories-section .ic-packs-item {
  min-height: 320px;
}
.ic-after-login-item .ic-friendly-item {
  height: auto;
}
.ic-after-login-item .ic-friendly-item .ic-friendly-btn {
  color: #8e17c7;
}

.ic-after-login-item-right .ic-card-view-span span {
  background: transparent;
  color: #116fe4;
  padding: 0;
}

@media (max-width: 1399.98px) {
  .ic-after-login-item {
    padding: 25px;
  }
}
@media (max-width: 1199.98px) {
  .ic-after-login-item {
    padding: 20px;
  }
}
.ic-datatable-wrapper .dataTables_wrapper {
  padding: 0 12px !important;
}

.ic-datatable-wrapper {
  border-radius: 10px !important;
  border: 1px solid #ecf1f4;
  background: #fff !important;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04) !important;
}

table.dataTable.no-footer {
  border-bottom: none !important;
}

.table-responsive {
  border-top: 1px solid #e5e8f7;
}

.ic-datatable-wrapper .dataTables_paginate .paginate_button.current {
  box-shadow: none !important;
}

.dataTables_wrapper .row:nth-child(2) {
  align-items: center;
  padding: 15px 24px;
}

.ic-roi-calculator-item-main .col-12:nth-child(2) .icon {
  background: #8e17c7;
}
.ic-roi-calculator-item-main .col-12:nth-child(3) .icon {
  background: #33c696;
}
.ic-roi-calculator-item-main .progress-bar {
  background-color: #3bd955;
  border-radius: 16px;
}

.ic-roi-calculator-item {
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 16px;
  border-radius: 10px;
  height: 100%;
}
.ic-roi-calculator-item .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5c68f7;
}

.ic-staff-pending-approvals .ic-user-list-tabs-main .nav-item .nav-link,
.ic-staff-pending-approvals .ic-user-list-tabs-main .nav-item .nav-link.active {
  color: #000;
  padding: 0 0 12px 0;
}
@media (max-width: 1399.98px) {
  .ic-staff-pending-approvals .ic-user-list-tabs-main .nav-item .nav-link,
  .ic-staff-pending-approvals .ic-user-list-tabs-main .nav-item .nav-link.active {
    font-size: 13px;
  }
}

.ic-staff-job-internship-img {
  border-bottom: 1px solid #e6e9ed;
  padding-bottom: 24px;
}
.ic-staff-job-internship-img img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
@media (max-width: 1399.98px) {
  .ic-staff-job-internship-img img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1199.98px) {
  .ic-staff-job-internship-img img {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 991.98px) {
  .ic-staff-job-internship-img img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .ic-staff-job-internship-img img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 575.98px) {
  .ic-staff-job-internship-img img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 425.98px) {
  .ic-staff-job-internship-img img {
    width: 70px;
    height: 70px;
  }
}

.ic-approved-btn {
  padding: 2.5px 10px;
  background: #22c03c;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
}

.ic-staff-job-internship-tabs .nav {
  background: #8e17c7;
  gap: 10px;
  border: none;
  padding: 5px;
  border-radius: 4px;
}
.ic-staff-job-internship-tabs .nav .nav-link {
  border: none;
  border-radius: 6px;
  padding: 6px 60px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1399.98px) {
  .ic-staff-job-internship-tabs .nav .nav-link {
    padding: 5px 40px;
  }
}
@media (max-width: 1199.98px) {
  .ic-staff-job-internship-tabs .nav .nav-link {
    padding: 5px 20px;
  }
}
@media (max-width: 575.98px) {
  .ic-staff-job-internship-tabs .nav .nav-link {
    padding: 5px;
  }
}
.ic-staff-job-internship-tabs .nav .nav-link.active {
  font-weight: 600;
  color: #121426;
}

.ic-performance-skill-ratings i {
  color: #f2bc2a;
}

.ic-staff-job-internship-overview {
  border-radius: 10px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
}
.ic-staff-job-internship-overview .table > :not(caption) > * > * {
  color: #001b38;
  background: transparent;
}
.ic-staff-job-internship-overview .table-bordered td,
.ic-staff-job-internship-overview .table-bordered th,
.ic-staff-job-internship-overview .table-bordered {
  border-left: none;
  border-right: none;
}
.ic-staff-job-internship-overview .table {
  margin: 0;
}
.ic-staff-job-internship-overview .table-bordered td:last-child {
  border: none;
}
.ic-staff-job-internship-overview table td:nth-child(1),
.ic-staff-job-internship-overview table th:nth-child(1) {
  width: 50%;
}
.ic-staff-job-internship-overview table td:nth-child(2),
.ic-staff-job-internship-overview table th:nth-child(2) {
  width: 50%;
  white-space: normal;
  word-break: break-word;
}

.ic-staff-job-internship-overview-header {
  padding: 20px;
}

.ic-job-placement-tabs .ic-approvals-user-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.ic-job-placement-tabs .ic-approvals-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ic-job-placement-tabs .ic-user-pending-approvals {
  border-radius: 10px;
  padding: 24px 10px 24px 20px;
}
@media (max-width: 767.98px) {
  .ic-job-placement-tabs .ic-user-pending-approvals {
    padding: 10px;
  }
}

.ic-title-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #f3e7f9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ic-skill-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 70px;
  flex-wrap: wrap;
}
.ic-skill-item span {
  padding: 10px 17px;
  border-radius: 30px;
  background: #def6ef;
  color: #2ad580;
}
.ic-skill-item span:nth-child(2n) {
  background: #fff2e5;
  color: #ff9635;
}
.ic-skill-item span:nth-child(3n) {
  background: #f4e8fa;
  color: #8e17c7;
}

.ic-blog-details-section h3, .ic-blog-details-section h3 span, h3 .ic-blog-details-section span {
  letter-spacing: inherit;
}

.ic-blog-details-main-img img {
  border-radius: 16px;
}

.ic-every-where {
  padding: 25px 46px;
  border-radius: 10px;
  background: #8e17c7;
}

.ic-expert-list li {
  padding: 0 20px;
  position: relative;
}
.ic-expert-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #565666;
  flex: 0 0 auto;
}

.ic-share {
  border: 1px solid #dce5ea;
  border-left: none;
  border-right: none;
  padding: 35px 0;
}

.ic-share-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ic-share-icon-item {
  border: 1px solid #dce5ea;
  width: 140px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ic-blog-details-section2 {
  padding-bottom: 250px;
  overflow: visible;
}
.ic-blog-details-section2 h2, .ic-blog-details-section2 h2 span, h2 .ic-blog-details-section2 span {
  max-width: 720px;
}
.ic-blog-details-section2 .ic-banner-bottom .ic-left img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.ic-blog-details-img-main {
  position: relative;
}
.ic-blog-details-img-main .ic-blog-details2-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.ic-blog-details2-bottom img {
  border-radius: 20px;
}

.ic-blog-details2-inf {
  padding: 0 70px;
}
.ic-blog-details2-inf .ic-blog-details-left {
  padding-top: 120px;
}
.ic-blog-details2-inf .ic-blog-details-left .ic-left {
  border-radius: 12px;
  border: 1px solid #dce5ea;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  padding: 20px 24px;
}
.ic-blog-details2-inf .ic-blog-details-left .ic-blog-left-item {
  border-radius: 8px;
  padding: 10px 12px;
  transition: all 0.3s ease-in-out;
  background: #eceffa;
  margin-bottom: 8px;
}
.ic-blog-details2-inf .ic-blog-details-left .ic-blog-left-item p {
  color: #121426;
}
.ic-blog-details2-inf .ic-blog-details-left .ic-blog-left-item:hover, .ic-blog-details2-inf .ic-blog-details-left .ic-blog-left-item.active {
  background: #8e17c7;
}
.ic-blog-details2-inf .ic-blog-details-left .ic-blog-left-item:hover p, .ic-blog-details2-inf .ic-blog-details-left .ic-blog-left-item.active p {
  color: #fff;
}
.ic-blog-details2-inf .ic-blog-details-left .ic-blog-left-item:last-child {
  margin-bottom: 0;
}

.ic-blog-details2 li {
  color: #121426;
  cursor: default;
}
.ic-blog-details2 li span {
  transition: all 0.3s;
}
.ic-blog-details2 li:hover span {
  color: #8e17c7;
}

.ic-writer-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}
.ic-writer-img img {
  object-fit: cover;
}

.ic-writer-img-inf .ic-footer-social a {
  background: #ecf2fb;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}
.ic-writer-img-inf .ic-footer-social a i {
  color: #58677d;
}
.ic-writer-img-inf .ic-footer-social a:hover {
  background: #8e17c7;
}
.ic-writer-img-inf .ic-footer-social a:hover i {
  color: #fff;
}

.ic-blog-details-right a {
  background: #ecf2fb;
}

.ic-blog-details-subscribe {
  border-radius: 12px;
  background: #ecf2fb;
  padding: 20px 24px;
}
.ic-blog-details-subscribe h6, .ic-blog-details-subscribe h6 span, h6 .ic-blog-details-subscribe span {
  max-width: 170px;
}

.ic-blog-details2-bottom img {
  height: 390px;
  object-fit: cover;
}

@media (max-width: 1399.98px) {
  .ic-share-icon-item {
    width: 130px;
  }
  .ic-blog-details2-inf {
    padding: 0 20px;
  }
  .ic-blog-details-section2 {
    padding-bottom: 215px;
  }
  .ic-blog-details2-bottom img {
    height: 350px;
  }
}
@media (max-width: 1199.98px) {
  .ic-share-icon-item {
    width: 120px;
  }
  .ic-blog-details2-bottom img {
    height: 320px;
  }
}
@media (max-width: 991.98px) {
  .ic-share-icon-item {
    width: 100px;
  }
  .ic-blog-details2-bottom img {
    height: 300px;
  }
  .ic-writer-img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  .ic-share-icon-item {
    width: 80px;
  }
  .ic-writer-img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575.98px) {
  .ic-share-icon-item {
    width: 60px;
  }
  .ic-every-where {
    padding: 20px;
  }
  .ic-writer-img {
    width: 50px;
    height: 50px;
  }
}
.ic-job-details-top,
.ic-job-details-right {
  border-radius: 10px;
  border: 1px solid #eaecf0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(10, 9, 37, 0.06);
  padding: 26px 34px;
}

.ic-job-details-section .ic-expert-list li::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #8e17c7;
  top: 38%;
}
.ic-job-details-section .ic-video-section {
  background: transparent;
}

.ic-life {
  padding-top: 35px;
  border-top: 1px solid #dce5ea;
}

.ic-job-details2-banner.ic-banner {
  padding: 200px 0 355px 0;
}

.ic-company-information-section {
  overflow: visible;
}
.ic-company-information-section .ic-career-video-section {
  height: 100%;
}
.ic-company-information-section .ic-career-video-section .ic-spirit-left .ic-spirit-play-btn {
  width: 85px;
  height: 85px;
}
.ic-company-information-section .ic-career-video-section .ic-spirit-left .ic-spirit-play-btn img {
  width: 80%;
}

.ic-company-info-top {
  position: relative;
  z-index: 1;
}
.ic-company-info-top img {
  position: absolute;
  top: -345px;
  left: 0;
  z-index: -1;
  height: 620px;
}

.ic-company-info-bottom {
  padding-top: 200px;
}
.ic-company-info-bottom .ic-company-info-bottom-right {
  padding-top: 115px;
  padding-left: 25px;
}

.ic-company-info-bottom-left {
  position: relative;
  z-index: 1;
}

.ic-company-info-bottom-left-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eaecf0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(10, 9, 37, 0.06);
  padding: 40px;
  z-index: 3;
}
.ic-company-info-bottom-left-main .ic-btn {
  border-radius: 8px;
  flex: 0 0 auto;
}
.ic-company-info-bottom-left-main .ic-footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2e85d5;
}
.ic-company-info-bottom-left-main .ic-footer-social a i {
  color: #fff;
}

.ic-title-icon {
  width: 52px;
  height: 52px;
  background: #f3e7f9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.ic-company-logo {
  border-radius: 10px;
  background: #e2ebf9;
  display: flex;
  width: 100px;
  height: 100px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.ic-skill-btn {
  padding: 0 70px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.ic-skill-btn button:first-child {
  color: #2ad580;
  background: #def6ef;
}
.ic-skill-btn button:nth-child(2) {
  color: #ff9635;
  background: #fff2e5;
}
.ic-skill-btn button:last-child {
  color: #8e17c7;
  background: #f4e8fa;
}

.info-item {
  display: grid;
  grid-template-columns: 110px 25px 1fr;
  align-items: center;
}

.colon {
  text-align: center;
}

@media (max-width: 1650px) {
  .ic-job-details-top,
  .ic-job-details-right {
    padding: 26px;
  }
}
@media (max-width: 1399.98px) {
  .ic-company-info-top img {
    height: 550px;
  }
  .ic-job-details2-banner.ic-banner {
    padding: 190px 0 325px 0;
  }
  .ic-company-info-bottom-left-main {
    padding: 30px;
  }
  .ic-company-info-bottom {
    padding-top: 120px;
  }
  .ic-skill-btn {
    padding: 0px 30px;
  }
  .ic-company-logo {
    width: 90px;
    height: 70px;
  }
  .ic-job-details-info-bottom .ic-section-space-top {
    padding-top: 0px;
  }
}
@media (max-width: 1199.98px) {
  .ic-company-info-top img {
    height: 480px;
  }
  .ic-company-info-bottom {
    padding-top: 50px;
  }
  .ic-skill-btn {
    padding: 0 15px;
    gap: 10px;
  }
  .ic-job-details2-banner.ic-banner {
    padding: 180px 0 325px 0;
  }
  .ic-company-info-bottom-left-main {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .ic-company-info-top img {
    height: 380px;
  }
  .ic-company-info-bottom-left-main {
    position: static;
  }
  .ic-company-info-bottom .ic-company-info-bottom-right {
    padding-top: 50px;
    padding-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .ic-company-info-top img {
    height: 300px;
  }
  .ic-company-info-top img {
    top: -275px;
  }
  .ic-job-details2-banner.ic-banner {
    padding: 170px 0 290px 0;
  }
}
@media (max-width: 575.98px) {
  .ic-company-info-top img {
    height: 215px;
  }
  .ic-company-info-top img {
    top: -190px;
  }
  .ic-job-details2-banner.ic-banner {
    padding: 160px 0 210px 0;
  }
  .ic-skill-btn {
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=main.css.map */
