@import url(../fonts/fonts.css);

/* * {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 15px;
}

p:last-child {
    margin: 0;
}

a {
    text-decoration: none;
} */

/*  Comman page style start            */

.headding-16 {
  font-size: 20px;
  line-height: 24px;
  color: #0a0a0a;
  font-weight: 500;
}

.content-image {
  width: 100%;
  margin: 0 0 16px;
  display: flex;
}
.content-image img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}

.paragraph-semi-light {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4a5565;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

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

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

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

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

.text-center {
  text-align: center;
}

.min-height-165 {
  min-height: 165px;
}

.container-custom {
  max-width: 1152px;
  margin: auto;
  font-family: "Segoe UI";
}

.container-custom-max {
  max-width: 1488px;
  margin: auto;
  font-family: "Segoe UI";
}

.container-custom-1024 {
  max-width: 1024px;
  font-family: "Segoe UI";
}

.max-width-896 {
  max-width: 896px !important;
  margin: auto;
}

/*  First page style start            */
.header-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}

.header-in * {
  font-weight: 400;
}

.header-in h2 {
  font-size: 16px;
  line-height: 24px;
  color: #96c247;
  margin-bottom: 16px;
}

.header-in h3 {
  font-size: 18px;
  line-height: 28px;
  color: #4a5565;
}

.head_bg01 {
  background: rgba(150, 194, 71, 0.05);
  background: -webkit-linear-gradient(90deg, rgba(150, 194, 71, 0.1) 0%, rgba(150, 194, 71, 0.05) 100%);
  background: -moz-linear-gradient(90deg, rgba(150, 194, 71, 0.1) 0%, rgba(150, 194, 71, 0.05) 100%);
  background: linear-gradient(90deg, rgba(150, 194, 71, 0.1) 0%, rgba(150, 194, 71, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96C2470D", endColorstr="#96C247", GradientType=1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}

.body-content {
  background-color: #f9fafb;
  min-height: 400px;
}

.box_wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.white-box {
  background-color: #fff;
  border: rgba(0, 0, 0, 0.1) solid 2px;
  border-radius: 14px;
  padding: 30px 26px 26px;
  transition: all 0.2s linear 0s;
}

.white-box:hover {
  border-color: #96c247;
}

.step-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 64px;
  position: relative;
}

.step-text {
  display: flex;
  align-items: flex-start;
  padding-right: 48px;
}

.step-text .num {
  width: 40px;
  height: 40px;
  background-color: #96c247;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 8px;
  text-align: center;
}

.step-text .content {
  width: calc(100% - 40px);
  padding-left: 12px;
}

.step-text .content .content-description {
  font-size: 14px;
  color: #4a5565;
  line-height: 20px;
}

.progress_bar {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4a5565;
}

.progress_bar .bar-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}

.progress_bar .right-text {
  color: #96c247;
}

.progress_bar .bar-bg {
  height: 8px;
  background-color: #e5e7eb;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.progress_bar .bar-bg .bar_per {
  background-color: #96c247;
  height: 8px;
}

.next-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.next-icon i {
  font-family: "Font Awesome 6 Pro" !important;
}

/** Box color styles start**/
.orange-box {
  background-color: rgba(237, 173, 117, 0.03);
  border: rgba(237, 173, 117, 0.25) solid 2px;
}

.orange-box li input[type="checkbox"]:checked ~ label:after,
.orange-box li input[type="checkbox"]:checked ~ label:before {
  border-color: #edae75;
}

.orange-box .round {
  background-color: #edae75;
}

.orange-box a:hover,
.orange-box a:focus {
  color: #edae75;
}

.yellow-box {
  background-color: rgba(253, 207, 21, 0.03);
  border: rgba(253, 207, 21, 0.25) solid 2px;
}

.yellow-box li input[type="checkbox"]:checked ~ label:after,
.yellow-box li input[type="checkbox"]:checked ~ label:before {
  border-color: #fdcd15;
}

.yellow-box .round {
  background-color: #fdcd15;
}

.yellow-box a:hover,
.yellow-box a:focus {
  color: #fdcd15;
}

.green-box {
  background-color: rgba(151, 194, 71, 0.03);
  border: rgba(151, 194, 71, 0.25) solid 2px;
}

.green-box li input[type="checkbox"]:checked ~ label:after,
.green-box li input[type="checkbox"]:checked ~ label:before {
  border-color: #96c247;
}

.green-box .round {
  background-color: #96c247;
}

.green-box a:hover,
.green-box a:focus {
  color: #96c247;
}

.blue-box {
  background-color: rgba(115, 197, 238, 0.03);
  border: rgba(115, 197, 238, 0.25) solid 2px;
}

.blue-box li input[type="checkbox"]:checked ~ label:after,
.blue-box li input[type="checkbox"]:checked ~ label:before {
  border-color: #73c4ee;
}

.blue-box .round {
  background-color: #73c4ee;
}

.blue-box a:hover,
.blue-box a:focus {
  color: #73c4ee;
}

.pink-box {
  background-color: rgba(221, 160, 221, 0.03);
  border: rgba(221, 160, 221, 0.25) solid 2px;
}

.pink-box li input[type="checkbox"]:checked ~ label:after,
.pink-box li input[type="checkbox"]:checked ~ label:before {
  border-color: #dda0dd;
}

.pink-box .round {
  background-color: #dda0dd;
}

.pink-box a:hover,
.pink-box a:focus {
  color: #dda0dd;
}

/** Box color styles end**/

.grid_sections {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-y: hidden;
  overflow-x: auto;
}

.grid_section {
  border-radius: 10px;
  padding: 18px;
  flex-shrink: 0;
  width: calc(25% - 12px);
}

.grid_section .round {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 12px;
}

.grid_section h2 {
  font-size: 12px;
  line-height: 16px;
  color: #0a0a0a;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 12px;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}

.grid_section ul,
.grid_section ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.grid_section li {
  margin-bottom: 10px;
  position: relative;
}

.grid_section li:last-child {
  margin-bottom: 0px;
}

.grid_section li input[type="checkbox"] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.grid_section li label {
  color: #6a7282;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  display: block;
  padding-left: 20px;
}

.grid_section label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: #d1d5dc solid 1px;
}

.grid_section input[type="checkbox"]:checked ~ label:after {
  content: "";
  width: 6px;
  height: 3px;
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
  border: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  transform: rotate(-45deg);
}

.grid_section.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.line-64 {
  border: 0;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  margin: 64px 0 49px;
}

.content-style,
.content-style h4 {
  font-size: 16px;
  line-height: 24px;
  color: #364153;
  font-weight: 400;
}

.content-style h3 {
  color: #0a0a0a;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 24px;
}

.content-style h4 {
  margin-bottom: 12px;
}

.content-style ul,
.content-style ol,
.content-style p {
  margin-bottom: 24px;
}

.content-style ul {
  padding-left: 24px;
}

.content-style ol {
  padding-left: 12px;
}

.content-style li {
  margin-bottom: 8px;
}

.content-style li svg {
  margin-right: 7px;
}

.content-style ol li {
  counter-increment: step-counter;
}

.content-style ol li::before {
  content: counter(step-counter) ".";
  margin-right: 5px;
}

/*  Second page style start            */
.top_section {
  background-color: #fff;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}

.top_section_wrap {
  display: flex;
}

.btn-wrap {
  width: 160px;
  align-self: center;
}

.nxt_pre_col {
  width: 188px;
}

.nxt_pre_col i {
  font-family: "Font Awesome 6 Pro" !important;
}

.step_heading {
  width: calc(100% - 364px);
  position: relative;
  margin-left: 16px;
  padding-left: 16px;
}

.step_heading:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #e5e7eb;
}

.beck_btn {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 6px 8px 7px;
  background-color: #fff;
  border-radius: 8px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #0a0a0a;
  font-weight: 500;
  text-decoration: none !important;
  gap: 10px;
}

.beck_btn svg {
  margin-right: 14px;
}
.beck_btn i {
  font-family: "Font Awesome 6 Pro" !important;
}

.nxt_pre_wrap a:hover,
.beck_btn:hover {
  background-color: #e5e7eb;
}

.nxt_pre_wrap {
  display: flex;
  gap: 8px;
}

.nxt_pre_wrap a {
  height: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #0a0a0a;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 4px 11px 5px;
  border-radius: 8px;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  text-decoration: none !important;
}

.nxt_pre_wrap a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.steps_section_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/*** Step color styles Start ***/
.orange_step,
.orange_step .step_section_grid input[type="checkbox"]:checked + a label:before,
.orange_step .step_section_grid input[type="checkbox"]:checked + a label:after,
.orange_step .step_section_grid input[type="checkbox"]:checked + a {
  border-color: #edae75;
}

.orange_step {
  background-color: rgba(249, 115, 22, 0.063);
}

.orange_step .step_section_head {
  background-color: #edae75;
}

.orange_step .step_section_grid a:hover {
  border-color: #edae75;
}

.orange_step .step_section_grid a label {
  color: #edae75;
}

.orange_step .step_section_grid a label {
  background-color: rgba(249, 115, 22, 0.145);
}

.orange_step .step_section_grid a .content:hover {
  color: #edae75;
}

.yellow_step,
.yellow_step .step_section_grid input[type="checkbox"]:checked + a label:before,
.yellow_step .step_section_grid input[type="checkbox"]:checked + a label:after,
.yellow_step .step_section_grid input[type="checkbox"]:checked + a {
  border-color: #fdcd15;
}

.yellow_step {
  background-color: rgba(234, 179, 8, 0.063);
}

.yellow_step .step_section_head {
  background-color: #fdcd15;
}

.yellow_step .step_section_grid a:hover {
  border-color: #fdcd15;
}

.yellow_step .step_section_grid a label {
  color: #fdcd15;
}

.yellow_step .step_section_grid a label {
  background-color: rgba(234, 179, 8, 0.145);
}
.yellow_step .step_section_grid a .content:hover {
  color: #fdcd15;
}

.green_step,
.green_step .step_section_grid input[type="checkbox"]:checked + a label:before,
.green_step .step_section_grid input[type="checkbox"]:checked + a label:after,
.green_step .step_section_grid input[type="checkbox"]:checked + a {
  border-color: #96c247;
}

.green_step {
  background-color: rgba(151, 194, 71, 0.063);
}

.green_step .step_section_head {
  background-color: #96c247;
}

.green_step .step_section_grid a:hover {
  border-color: #96c247;
}

.green_step .step_section_grid a label {
  color: #96c247;
}

.green_step .step_section_grid a label {
  background-color: rgba(151, 194, 71, 0.145);
}
.green_step .step_section_grid a .content:hover {
  color: #96c247;
}

.blue_step,
.blue_step .step_section_grid input[type="checkbox"]:checked + a label:before,
.blue_step .step_section_grid input[type="checkbox"]:checked + a label:after,
.blue_step .step_section_grid input[type="checkbox"]:checked + a {
  border-color: #73c4ee;
}

.blue_step {
  background-color: rgba(59, 130, 246, 0.063);
}

.blue_step .step_section_head {
  background-color: #73c4ee;
}

.blue_step .step_section_grid a:hover {
  border-color: #73c4ee;
}

.blue_step .step_section_grid a label {
  color: #73c4ee;
}

.blue_step .step_section_grid a label {
  background-color: rgba(59, 130, 246, 0.145);
}
.blue_step .step_section_grid a .content:hover {
  color: #73c4ee;
}

.pink_step,
.pink_step .step_section_grid input[type="checkbox"]:checked + a label:before,
.pink_step .step_section_grid input[type="checkbox"]:checked + a label:after,
.pink_step .step_section_grid input[type="checkbox"]:checked + a {
  border-color: #dda0dd;
}

.pink_step {
  background-color: rgba(236, 72, 153, 0.063);
}

.pink_step .step_section_head {
  background-color: #dda0dd;
}

.pink_step .step_section_grid a:hover {
  border-color: #dda0dd;
}

.pink_step .step_section_grid a label {
  color: #dda0dd;
}

.pink_step .step_section_grid a label {
  background-color: rgba(236, 72, 153, 0.145);
}
.pink_step .step_section_grid a .content:hover {
  color: #dda0dd;
}

/*** Step color styles End ***/
.step_section {
  padding: 14px;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  display: flex;
  gap: 12px;
}

.step_section.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.step_section_head {
  width: 180px;
  padding: 16px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.step_section_head * {
  color: #fff;
}

.step_section_head p {
  font-size: 12px;
  line-height: 16px;
}

.step_section_body {
  width: calc(100% - 180px);
  display: flex;
  gap: 12px;
  overflow: hidden;
  overflow-x: auto;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  user-select: none;
  -webkit-user-select: none;
}

.step_section_body:active {
  cursor: grabbing;
}
/* .step_section_body::-webkit-scrollbar {
  height: 0;
  width: 0;
} */

.step_section_grid {
  display: flex;
}

.step_section_grid input {
  display: none;
}

.step_section_grid a {
  width: 240px;
  height: 100%;
  min-height: 106px;
  display: block;
  padding: 18px;
  background-color: #fff;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  display: flex;
  align-items: flex-start;
}

.step_section_grid a:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.step_section_grid h4 {
  position: relative;
  margin-bottom: 8px;
}

.step_section_grid a label {
  display: inline-block;
  margin-left: 28px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
}

.step_section_grid a .content {
  font-size: 14px;
  line-height: 20px;
  color: #0a0a0a;
}

.step_section_grid a label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  border: #d1d5dc solid 2px;
}

.step_section_grid input[type="checkbox"]:checked + a label:after {
  content: "";
  width: 10px;
  height: 6px;
  display: block;
  position: absolute;
  left: 4px;
  top: 6px;
  border: 0;
  border-left-width: 2px;
  border-left-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  transform: rotate(-45deg);
}

/*  Third page style start */

.orange_bg {
  background-color: #edae75;
}

.yellow_bg {
  background-color: #fdcd15;
}

.green_bg {
  background-color: #96c247;
}

.blue_bg {
  background-color: #73c4ee;
}

.pink_bg {
  background-color: #dda0dd;
}

.phase_head {
  display: flex;
}

.phase_right {
  width: 200px;
}

.phase_left {
  width: calc(100% - 200px);
}

.phase_title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 3px 9px;
  border-radius: 8px;
  margin-bottom: 8px;
}

.mark_complete_btn {
  background-color: rgba(150, 194, 71, 0.1);
  border: #96c247 solid 2px;
  padding: 14px 18px 14px 48px;
  font-size: 16px;
  line-height: 24px;
  color: #0a0a0a;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.mark_complete_btn input {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
}

.mark_complete_btn label {
  display: inline-block;
}

.mark_complete_btn label:before {
  background-color: #f3f3f5;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  border-radius: 4px;
  height: 15px;
  width: 15px;
  content: "";
  position: absolute;
  top: 19px;
  left: 22px;
  display: block;
}

.mark_complete_btn input[type="checkbox"]:checked + label:before {
  background-color: #000;
  border-color: #000;
}

.mark_complete_btn input[type="checkbox"]:checked + label:after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: #fff solid 2px;
  border-bottom: #fff solid 2px;
  position: absolute;
  left: 25px;
  top: 22px;
  transform: rotate(-45deg);
}

.content_box {
  padding: 25px 28px 25px 28px;
  border-radius: 14px;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  background-color: #fff;
  border-left-width: 4px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.content_box .content_box_icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  font-size: 20px;
}

.content_box .content_box_info {
  flex-shrink: 1;
  flex-grow: 1;
}

.content_box h2 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #0a0a0a;
  margin-bottom: 9px;
}

.content_box .content {
  color: #364153;
  font-size: 16px;
  line-height: 24px;
}

.content_box ul,
.content_box ol {
  padding-left: 20px;
}

.content_box li {
  color: #364153;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding: 4px 0;
}

.content_box li span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #4a5565;
  font-style: italic;
}

/* .content_box li::before {
  content: "• ";
  margin-right: 8px;
  font-size: 22px;
  line-height: 28px;
  position: absolute;
  top: 0px;
  left: 0;
} */

.orange_lb {
  border-left-color: #edae75;
}

.orange_lb .content_box_icon {
  color: #edae75;
  background-color: rgba(237, 173, 117, 0.1);
}

.orange_lb li::marker {
  color: #edae75;
}

.yellow_lb {
  border-left-color: #fdcd15;
}

.yellow_lb .content_box_icon {
  color: #fdcd15;
  background-color: rgba(253, 207, 21, 0.1);
}

.yellow_lb li::marker {
  color: #fdcd15;
}

.green_lb {
  border-left-color: #96c247;
}

.green_lb .content_box_icon {
  color: #96c247;
  background-color: rgba(151, 194, 71, 0.1);
}

.green_lb li::marker {
  color: #96c247;
}

.blue_lb {
  border-left-color: #73c4ee;
}

.blue_lb .content_box_icon {
  color: #73c4ee;
  background-color: rgba(115, 197, 238, 0.1);
}

.blue_lb li::marker {
  color: #73c4ee;
}

.pink_lb {
  border-left-color: #dda0dd;
}

.pink_lb .content_box_icon {
  color: #dda0dd;
  background-color: rgba(221, 160, 221, 0.1);
}

.pink_lb li::marker {
  color: #dda0dd;
}

.content_box .new_resources_wrap h2 {
  margin: 0;
}

.new_resources_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}

.new_resources_wrap a,
.new_resources_wrap button {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #0a0a0a;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  padding: 5px 12px 6px;
  border-radius: 8px;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.new_resources_wrap a:hover,
.new_resources_wrap button:hover {
  background-color: #f9fafb;
}

.new_resources_wrap a:hover {
  background-color: #f9fafb;
}
.new_resources_wrap a i,
.new_resources_wrap button i {
  font-family: "Font Awesome 6 Pro" !important;
}

.new_resources_wrap a.orange_bg {
  background-color: #edae75;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.new_resources_wrap a.orange_bg:hover {
  background-color: #edae75;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0px 20px rgba(0, 0, 0, 0.1);
}

.new_resources_wrap a.yellow_bg {
  background-color: #fdcd15;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}

.new_resources_wrap a.yellow_bg:hover {
  background-color: #fdcd15;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0px 20px rgba(0, 0, 0, 0.1);
}

.new_resources_wrap a.green_bg {
  background-color: #96c247;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.new_resources_wrap a.green_bg:hover {
  background-color: #96c247;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0px 20px rgba(0, 0, 0, 0.1);
}

.new_resources_wrap a.blue_bg {
  background-color: #73c4ee;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.new_resources_wrap a.blue_bg:hover {
  background-color: #73c4ee;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0px 20px rgba(0, 0, 0, 0.1);
}

.new_resources_wrap a.pink_bg {
  background-color: #dda0dd;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.new_resources_wrap a.pink_bg:hover {
  background-color: #73c4ee;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0px 20px rgba(0, 0, 0, 0.1);
}

.resources_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.resources_item {
  background-color: rgba(115, 196, 238, 0.1);
  border: rgba(115, 196, 238, 0.3) solid 1px;
  border-radius: 4px;
  padding: 8px 8px 8px 25px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}

.resources_item::before {
  content: "• ";
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 28px;
  line-height: 16px;
  color: #73c4ee;
}

.orange_item {
  background-color: rgba(249, 115, 22, 0.1);
  border-color: rgba(249, 115, 22, 0.3);
}

.orange_item:before {
  color: #edae75;
}

.orange_item:hover,
.orange_item:focus,
.orange_item:active {
  color: #edae75;
}

.yellow_item {
  background-color: rgba(234, 179, 8, 0.1);
  border-color: rgba(234, 179, 8, 0.3);
}

.yellow_item:before {
  color: #fdcd15;
}

.yellow_item:hover,
.yellow_item:focus,
.yellow_item:active {
  color: #fdcd15;
}

.green_item {
  background-color: rgba(151, 194, 71, 0.1);
  border-color: rgba(151, 194, 71, 0.3);
}

.green_item:before {
  color: #96c247;
}

.green_item:hover,
.green_item:focus,
.green_item:active {
  color: #96c247;
}

.blue_item {
  background-color: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.3);
}

.blue_item:before {
  color: #73c4ee;
}

.blue_item:hover,
.blue_item:focus,
.blue_item:active {
  color: #73c4ee;
}

.pink_item {
  background-color: rgba(236, 72, 153, 0.1);
  border-color: rgba(236, 72, 153, 0.3);
}

.pink_item:before {
  color: #dda0dd;
}

.pink_item:hover,
.pink_item:focus,
.pink_item:active {
  color: #dda0dd;
}

.content_box.no-content {
  display: flex;
  align-items: center;
}

.content-style-elementor ul,
.content-style-elementor ol {
  padding-left: 12px;
  list-style: none;
}

body.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-height: 100dvh;
  display: none;
  animation: fadeIn 0.5s ease;
}
.modal.is-visible {
  display: block;
}
.modal .modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
.modal .modal-dialog {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
.modal .modal-content {
  position: relative;
  margin: auto 16px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
}
.modal .modal-header {
  position: relative;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal .modal-title {
  font-size: 20px;
  color: var(--e-global-color-ad3c9e6);
  margin: 0;
}
.modal .modal-close {
  padding: 0;
  width: 36px;
  aspect-ratio: 1 / 1;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--wp--preset--color--cyan-bluish-gray);
  cursor: pointer;
  margin-right: -20px;
}
.modal .modal-close i {
  font-family: "Font Awesome 6 Pro" !important;
}
.modal .modal-body {
  position: relative;
  padding: 0 24px 24px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.resource-form {
}
.resource-form .wpforms-field-label {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0 0 5px !important;
}
.resource-form .wpforms-uploader {
  border-color: var(--e-global-color-primary) !important;
  box-shadow: none !important;
}
.resource-form .wpforms-uploader .dz-preview {
}
.resource-form .wpforms-uploader .dz-preview .dz-image {
  border-color: var(--e-global-color-primary) !important;
}
.resource-form .wpforms-uploader .dz-preview .dz-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resource-form .wpforms-uploader .dz-preview .dz-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.resource-form .wpforms-uploader .dz-preview .dz-size {
  color: var(--e-global-color-primary) !important;
  font-weight: 300 !important;
}
.resource-form .wpforms-uploader .dz-preview .dz-size strong {
  font-weight: 500 !important;
}
.resource-form .wpforms-uploader .dz-preview .dz-filename {
  font-weight: 500 !important;
  color: #000 !important;
}
.resource-form .wpforms-uploader .dz-preview .dz-progress {
  border-radius: 10px;
}
.resource-form .wpforms-uploader .dz-preview .dz-progress .dz-upload {
  background-color: var(--e-global-color-primary) !important;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.resource-form .wpforms-uploader .dz-preview .dz-error-message span {
  font-size: 12px !important;
  color: var(--wp--preset--color--vivid-red) !important;
}
.resource-form .wpforms-uploader .dz-preview .dz-remove {
}
.resource-form .wpforms-uploader .dz-preview .dz-remove:before,
.resource-form .wpforms-uploader .dz-preview .dz-remove:after {
}
.resource-form .wpforms-submit {
  background-color: var(--e-global-color-primary) !important;
  padding: 0 24px !important;
  font-size: 16px !important;
  outline: none !important;
  box-shadow: none !important;
}
.resource-form .wpforms-submit:after {
  display: none;
}

.members-access-error {
  position: relative;
  min-height: calc(100vh - 66px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  font-size: 16px;
  color: var(--e-global-color-ad3c9e6);
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .step-head {
    padding-right: 0;
    margin-bottom: 32px;
  }
  .step-head .step-text {
    padding-right: 36px;
  }
  .grid_sections {
    margin: 0 -26px;
    padding: 0 26px;
  }
  .grid_sections::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .grid_section {
    width: calc(30% - 12px);
  }

  .step_section_body::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 990px) {
  .grid_section {
    width: calc(40% - 12px);
  }
  .top_section_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nxt_pre_col {
    order: 2;
  }
  .step_heading {
    order: 3;
    width: 100%;
    margin: 16px 0 0;
    padding: 16px 0 0;
  }
  .step_heading:before {
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .resources_wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .content_box {
    padding: 15px 20px 15px 20px;
  }

  .content_box svg {
    top: 16px;
    left: 15px;
    width: 30px;
  }

  .content_box h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .top_section_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .step_heading {
    width: 100%;
    margin: 16px 0 0;
    padding: 16px 0 0;
    order: 3;
  }

  .step_heading::before {
    left: 0;
    top: 0;
    transform: translateY(0);
    width: 99%;
    height: 1px;
  }

  .nxt_pre_col {
    width: calc(100% - 160px);
    justify-content: end;
  }

  .step_section {
    flex-direction: column;
  }

  .step_section_body,
  .step_section_head {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .white-box {
    padding: 25px 20px 20px;
  }

  .step-head {
    margin-bottom: 30px;
  }

  .grid_sections {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .grid_section {
    width: calc(80% - 12px);
  }
  .content-style,
  .content-style h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .phase_head {
    flex-direction: column;
    gap: 25px;
  }

  .phase_left,
  .phase_right {
    width: 100%;
  }

  .mark_complete_btn {
    padding: 10px 15px 11px 38px;
    font-size: 14px;
  }

  .mark_complete_btn label::before {
    top: 15px;
    left: 15px;
  }

  .mark_complete_btn input[type="checkbox"]:checked + label::after {
    top: 19px;
    left: 19px;
  }

  .nxt_pre_wrap a,
  .beck_btn {
    font-size: 13px;
  }

  .beck_btn svg {
    margin-right: 6px;
  }

  .nxt_pre_wrap a {
    gap: 2px;
  }

  .step_section_grid a {
    width: 200px;
    padding: 14px;
  }

  .step_section,
  .step_section_body {
    gap: 5px;
  }
  .step_section_body {
    margin: 0 -5px;
    padding: 0 5px;
    width: auto;
  }

  .step_section {
    padding: 5px;
  }

  .content_box .content,
  .content_box .content li {
    font-size: 14px;
  }
  .new_resources_wrap {
    flex-wrap: wrap;
    gap: 8px;
  }
  .resources_item {
    font-size: 14px;
  }
  .navigation_section .nxt_pre_col {
    width: 100%;
    justify-content: start;
  }
  .modal .modal-header {
    padding: 16px 16px;
  }
  .modal .modal-body {
    padding: 0 16px 24px;
  }
}
