.researcher_profile_sidebar {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #d0d0d1;
}

.researcher_profile_sidebar_header {
  background-color: #cb9453;
  border-radius: 20px 20px 0 0;
  padding-top: 40px;
}

.researcher_profile_image {
  width: 124px;
  height: 124px;
  object-fit: cover;
}

.researcher_profile_name {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}

.researcher_profile_sidebar .nav {
  padding: 24px;
}

.researcher_profile_sidebar .profile_sidebar_nav_link {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  color: #262329;
  margin-bottom: 20px;
}

.researcher_profile_sidebar .profile_sidebar_nav_link:hover {
  color: #cb9453;
}

.researcher_profile_sidebar .profile_sidebar_nav_link.active {
  color: #cb9453;
  font-weight: 700;
}

.profile_sidebar_nav_link img {
  padding-left: 16px;
}

.profile_wrapper_content {
  border: 1px solid #d0d0d1;
  padding: 32px 24px;
  border-radius: 24px;
}

.profile_wrapper_content h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #cb9453;
}

.profile_wrapper_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #6c6c6e;
}

.profile_wrapper_content .researcher_btn {
  font-weight: 700;
  font-size: 14px;
  width: 188px;
  justify-content: right;
  padding: 16px;
}

.profile_wrapper_content .researcher_btn img {
  padding-left: 8px;
}

.researcher_profile_card {
  border: 1px solid #f1e6d0;
  background-color: #f9f5ed;
  padding: 16px 24px 10px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.researcher_profile_card h6 {
  color: #5c3227;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.research_time {
  color: #9e5f30;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.btn_outline_profile {
  border: 1px solid #cb9453;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #cb9453;
  height: 40px;
  width: 138px;
  justify-content: right;
}

.btn_outline_profile img,
.btn_profile img {
  padding-left: 8px;
}

.profile_cards .col:nth-child(odd) {
  padding-right: 0;
}

.profile_cards .col:nth-child(even) {
  padding-left: 0;
}

.researcher_profile_title {
  font-weight: 700 !important;
  font-size: 20px !important;
  text-align: center !important;
}

.btn_profile {
  margin-right: 16px;
  height: 40px;
  width: 138px;
  justify-content: right;
  border-radius: 8px;
  font-size: 12px;
}

.researcher_card_status {
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.researcher_card_status.accepted {
  background-color: #e5f2e5;
  color: #00af6c;
}

.researcher_card_status.rejected {
  background-color: #fddcdd;
  color: #f55157;
}

.researcher_card_status.pending {
  background-color: #007aff26;
  color: #007aff;
}

.result_wrapper .wizard,
.result_wrapper .wizard .nav-tabs,
.result_wrapper .wizard .nav-tabs .nav-item {
  position: relative;
}

.result_wrapper .wizard .nav-tabs {
  background-color: #f9f5ed;
  border-bottom: none;
  border-radius: 20px;
  height: 72px;
}

.result_wrapper {
  padding: 40px 80px;
}

.result_wrapper .wizard .wizard_title {
  color: #cb9453;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 24px;
}

.result_wrapper .wizard .nav-tabs .nav-item .nav-link {
  height: 100%;
  border: none;
  color: #000000;
  z-index: 10;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}

.result_wrapper .wizard .nav-tabs li:first-child>a {
  border-radius: 0 20px 20px 0 !important;
}

.result_wrapper .wizard .nav-tabs li:last-child>a {
  border-radius: 20px 0 0 20px !important;
}

.result_wrapper .wizard .nav-tabs .nav-item .nav-link:hover,
.result_wrapper .wizard .nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #cb9453;
}

.result_wrapper .wizard .tab-pane h3 {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}

.result_wrapper .wizard .tab-pane p {
  color: #2c2c2c;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  padding-top: 10px;
}

.confirm_publication {
  background-color: #e5f2e5;
  border-radius: 16px;
  padding: 32px 24px;
}

.custom-table {
  border-bottom: 8px solid #cb9453;
  border-radius: 0 0 12px 12px;
}

.custom-table .table {
  border: 2px solid #f9f5ed !important;
  border-left-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px !important;
  margin-bottom: 0 !important;
}

.custom-table .table>thead {
  background: #f1e6d0;
  color: #5c3227;
  font-weight: 700;
  font-size: 16px;
}

.custom-table .table-sm> :not(caption)>*>* {
  padding: 16px;
  text-align: center;
}

.custom-table th:last-of-type,
.custom-table thead:last-of-type {
  border-top-left-radius: 12px !important;
}

.custom-table th:first-of-type {
  border-top-right-radius: 12px !important;
}

.custom-table td {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.custom-table .text-bold {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}

.custom-table .gold-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #cb9453;
}

.custom-table .table td,
.custom-table .table th {
  vertical-align: middle;
}

.custom-table .table td {
  border-top: 2px solid #f9f5ed;
  border-left: 0;
}

.custom-table .table th:first-child,
.custom-table .table td:first-child {
  border-right: 0;
}

.custom-table .table th {
  border-left: 0;
}

tbody,
td,
th,
thead,
tr {
  border-color: #f9f5ed !important;
}

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

.w-fit-content {
  width: fit-content;
}

.btn-outline-main {
  background-color: #fff;
  color: #cb9453;
  border: 1px solid #cb9453;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  width: 150px;
}

.btn-outline-main:hover {
  background-color: #cb9453;
  color: #fff !important;
  border: 1px solid #cb9453;
}

.note-box {
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0px 4px 4px 0px #00000012 inset;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}

.strength {
  background-color: #e5f2e5;
}

.weakness {
  background-color: #fddcdd;
}

.notes {
  background-color: #007aff26;
}

.custom-table-step3 .table-sm> :not(caption)>*>* {
  padding: 16px 14px;
  text-align: right;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}

.custom-table-step3 th,
.custom-table-step3 .text-bold {
  font-weight: 700 !important;
}

.w-15 {
  width: 16%;
}

.w-30 {
  width: 35%;
}

.w-40 {
  width: 35%;
}

.profile_wrapper_content .progress-container {
  width: 100%;
  align-items: baseline;
  margin: 30px auto;
}

.profile_wrapper_content .progress-container::before {
  content: "";
  position: absolute;
  top: 28%;
  left: 0%;
  width: 100%;
  height: 2px;
}

.profile_wrapper_content .step {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 33.3%;
}

.profile_wrapper_content .step:nth-child(2) {
  align-items: center;
}

.profile_wrapper_content .step:nth-child(3) {
  align-items: center;
}
.nomination_card_four .step:first-child p{
        text-align: right !important;
}
.profile_wrapper_content h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}

.w-20 {
  width: 220px;
}

.profile_wrapper_content .profile_inpt {
  box-shadow: 0px 4px 4px 0px #00000012;
  background-color: #f5f5f6;
  height: 53px;
}

.profile_wrapper_content .profile_inpt::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}

.profile_wrapper_content .profile_lbl {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 14px;
}

.add-search-box {
  background-color: #f5f5f6;
  border-radius: 12px;
  padding: 24px;
}

.add-search-box .title-bold {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  color: #000;
}

.add-search-box ul li {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
  color: #000;
}

.profile_wrapper_content .custom-radio {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.profile_wrapper_content .custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.profile_wrapper_content .checkmark {
  position: absolute;
  right: 0;
  top: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #c0894c;
  border-radius: 50%;
  background-color: transparent;
}

.profile_wrapper_content .custom-radio input:checked~.checkmark {
  background-color: #c0894c;
}

.profile_wrapper_content .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.profile_wrapper_content .custom-radio input:checked~.checkmark::after {
  display: block;
}

.profile_wrapper_content .custom-radio .checkmark::after {
  top: 4px;
  right: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

.image_upload input {
  display: none;
}

.image_upload .image_upload_lbl {
  box-shadow: 0px 4px 4px 0px #00000012;
  background-color: #f5f5f6;
  height: 53px;
  border-radius: 12px;
  padding-inline: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.image_upload .image_upload_lbl:hover {
  cursor: pointer;
}

.download_icon {
  padding-right: 10px;
}

.text_small {
  font-size: 12px;
}

.summary-box {
  background-color: #f1e6d0;
  padding: 20px 24px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cb9453;
}

.summary-box .cost-duration {
  display: flex;
  gap: 40px;
}

.summary-box .cost-duration div {
  text-align: right;
}

.summary-box .cost-duration .value {
  font-size: 22px;
  font-weight: 700;
  color: #5c3227;
}

.summary-box .cost-duration .label {
  font-size: 14px;
  font-weight: 400;
  color: #cb9453;
}

.summary-box .buttons {
  display: flex;
  gap: 10px;
}

.summary-box .btn {
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 150px;
}

.summary-box .btn-outline-main {
  background-color: white;
  color: #cb9453;
  border: 1px solid #cb9453;
}

.case_card {
  background-color: #f9f5ed;
  border-radius: 16px;
  padding: 32px 24px;
  margin-bottom: 24px;
  text-align: center;
}

.case_card .case_card_icon {
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case_card .case_card_title {
  font-weight: 700;
  font-size: 18px;
  color: #cb9453;
  margin-bottom: 10px;
}

.case_card .case_card_text {
  color: #6c6c6e;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.case_card .case_card_time {
  font-weight: 700;
  font-size: 16px;
  color: #6c6c6e;
}

.profile_lbll {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #2c2c2c;
}

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

.result_wrapper .research_title,
.research_wrapper .research_title {
  color: #cb9453;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 14px;
}

.result_wrapper .research_desc,
.research_wrapper .research_desc {
  color: #6c6c6e;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.custom-table .table_thead th {
  text-align: right;
}

.research_status a,
.research_status .researcher_card_status {
  height: 36px;
}

.research_table {
  border-bottom: none;
  box-shadow: 3px 3px 18px 0px #d3d3d338;
}

.research_table td {
  padding: 20px 16px !important;
}

.research_wrapper {
  padding: 42px 55px;
}

.research_table .researcher_card_status {
  padding: 6px 20px;
}

.research_table .researcher_card_status.published,
.research_table .researcher_card_status.rejected,
.research_table .researcher_card_status.under_review {
  width: 90px;
  justify-content: center;
}

.submitted_research .step:nth-child(3) {
  align-items: center;
}

.submitted_research .step:nth-child(4) {
  align-items: end;
}

.shopping_cart {
  padding-block: 80px;
}

.cart_summary_box {
  background: #fff;
  border: 1px dashed #afafb1;
  padding: 24px 16px;
  border-radius: 16px;
}

.cart_summary_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #2c2c2c;
  margin-bottom: 12px;
}

.cart_summary_box input {
  background-color: #f5f5f6;
  border-radius: 12px !important;
  height: 53px;
}

.cart_summary_box .btn_apply {
  width: 108px;
  height: 52px;
  border-radius: 12px !important;
  margin-right: 8px;
}

.cart_summary_box .list_items {
  border-block: 1px dashed #afafb1;
  padding-block: 24px;
  margin-bottom: 24px;
}

.list_items_type {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #6c6c6e;
}

.list_items_value {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #2c2c2c;
}

.cart_summary_box .list_items li {
  margin-bottom: 24px;
}

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

.cart_summary_box .btn_checkout {
  margin-top: 24px;
}

.Basket_head {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.Basket_head {
  height: 66px;
  border-radius: 16px 16px 0 0;
  background-color: #f5f5f6;
}

.Basket_row {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}

.Basket_body {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.Basket_image {
  width: 80px;
  height: 80px;
  border-radius: 16px;
}

.cart_title_list {
  font-weight: 700;
  font-size: 16px;
  color: #2c2c2c;
}

.btn_delete_items {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #2c2c2c;
}

.btn_delete_items img {
  padding-left: 8px;
}

#basketItems li {
  border-bottom: 1px solid #f5f5f6;
}

#basketItems li:last-child {
  border-bottom: none;
}

.Basket_bodyItem-unitPriceTitle,
.Basket_headItem-unitPriceTitle {
  flex-grow: 2 !important;
}

.Basket_bodyItem-image {
  /*flex-grow: 2 !important;*/
}

.Basket_headItem {
  display: flex;
  justify-content: right;
  align-items: center;
  flex-basis: 0;
  flex-grow: 1;
  font-size: 16px;
  padding-right: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2c2c2c;
  text-transform: none;
  font-weight: 400;
}

.Basket_bodyItem {
  display: flex;
  align-items: center;
  justify-content: right;
  flex-basis: 0;
  flex-grow: 1;
  font-size: 16px;
  padding-right: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2c2c2c;
  font-weight: 400;
}

.Basket_itemName {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2c2c2c;
  font-weight: 400;
  margin-bottom: 16px;
}

.Basket_bodyItem_unitPrice {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #2c2c2c;
}

.Basket_bodyItem-subTotal {
  font-size: 16px;
  line-height: 1.5;
  color: #2c2c2c;
  font-weight: 700;
}

.Basket_removeItem {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 24px;
  width: 24px;
  color: #2c2c2c;
    background-color: transparent;
    border: none;
}

.Basket_removeItem:hover {
  color: #333;
}

#basketItems {
  border: 1px solid #f5f5f6;
  border-radius: 0 0 12px 12px;
}

.num-block .num-in span {
  display: block;
  width: 33.3%;
  height: 100%;
  height: 42px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

.num-block {
  width: 95%;
  height: 42px;
}

.basket-data .num-block {
  width: 80%;
  height: 42px;
}

.num-block .num-in {
  width: 100%;
  height: 100%;
  border: 1px solid #d0d0d1;
  border-radius: 12px;
}

.num-block .num-in span.dis {
  border-color: #d0d0d1;
  cursor: not-allowed;
}

.num-block .num-in span.dis svg {
  color: #6c6c6e;
  opacity: 0.25;
}

.num-block .num-in input {
  width: 33.3%;
  height: 100%;
  border: none;
  border-radius: 5px;
  color: #2c2c2c;
  text-align: center;
  padding: 0;
}
.academy_exam_timer {
    border: 1px solid #00000080;
    border-radius: 12px;
    padding: 14px 12px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #000;
}
.academy_exam_number{
    font-weight: 400;
    font-size: 18px;
    color: #000;  
}

.academy_exam_timer span {
  font-weight: 700;
}

.result-box {
  background: #fff;
  border: 2px solid #007bff;
  border-radius: 12px;
  padding: 30px;
  width: 400px;
  text-align: center;
}

.academy_exam_result_box svg {
  width: 100%;
  height: 100%;
  transform: rotate(360deg);
}

.academy_exam_result_box .progress-bg {
  stroke: #e5eafc;
  border-radius: 8px;
}

.academy_exam_result_box .progress-bar {
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease;
}

#progressBarSuccess {
  stroke: #00af6c;
}

#progressBarFail {
  stroke: #f55157;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  font-weight: 700;
  color: #1e1b39;
}

.prograss-bar-info {
  margin-top: -25px;
  font-size: 20px;
  font-weight: 700;
  color: #1e1b39;
}

.prograss-bar-time {
  font-size: 20px;
  font-weight: 700;
  color: #2c2c2c;
}

.search_accordion_btn {
  color: #2c2c2c;
  font-weight: 400;
  font-size: 14px;
  box-shadow: 0px 4px 4px 0px #00000012;
  background-color: #f5f5f6;
  height: 53px;
  padding: 14px 16px !important;
}

.search_accordion_btn.collapsed:after,
.search_accordion_btn:before {
  top: 1.1rem !important;
}

.accordion-search-box {
  background-color: unset;
  border-radius: unset;
  padding: 10px 0 0;
}

.apology-btn {
  height: 54px;
  padding: 16px 32px;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px #00000033;
  background-color: #f9f5ed;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #cb9453;
}

.apology-btn:hover {
  background-color: #cb9453;
  color: #fff;
}

.apology_modal {
  background-color: #f5f5f6;
  border-radius: 12px;
  /* border: 1px solid #D0D0D1; */
}

.apology_modal textarea {
  width: 100%;
  height: 120px;
  border: none;
  border-radius: 12px;
  padding: 15px 11px;
  resize: none;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  background-color: white;
  box-sizing: border-box;
}

.apology_modal textarea::placeholder {
  color: #00000033;
  font-size: 16px;
  font-weight: 700;
}

.apology_modal .send-btn {
  margin-top: 15px;
  padding: 12px 25px;
  cursor: pointer;
}

.buttons-wizard a {
  width: 104px !important;
}

.checkout_btns a {
  margin: unset !important;
}

.checkout_wizard .step:nth-child(1) {
  align-items: start;
}

.checkout_wizard .step:nth-child(3) {
  align-items: end;
}

.checkout_wizard {
  margin: 30px auto;
  width: 95%;
}

.checkout_wizard::before {
  left: 5%;
  width: 90%;
}

.Basket_removeColumn {
  justify-content: left;
  padding-left: 20px;
}

.checkout_wizard .step {
  width: 33%;
}

.checkout_title {
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  text-align: center;
}

.text-bold {
  font-weight: 700;
}

.checkout_body {
  padding: 24px 12px;
}

.checkout_body_title {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

.address_box {
  flex: 1;
  border-radius: 12px;
  padding: 20px 16px;
  border: 1px solid #e6e6e7;
  background-color: #f5f5f6;
  position: relative;
  margin-bottom: 12px;
  width: 50%;
}

.text-muted {
  color: #6c6c6e;
}

.address_box .checkout_address_edit {
  position: absolute;
  left: 16px;
  top: 20px;
  cursor: pointer;
}

.checkout_address_item {
  color: #6c6c6e;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
}

.checkout_address_item:last-of-type {
  margin-bottom: 0px;
}

.checkout_address_item span {
  padding-right: 20px;
  color: #2c2c2c;
}

.checkout_address_details {
  padding-right: 32px;
}

.new_address {
  background-color: #f5f5f6;
  border: 1px dashed #e6e6e7;
  padding: 50px 20px;
  text-align: center;
  border-radius: 12px;
  color: #6c6c6e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.new_address:hover {
  color: #000;
}

/*radio custom*/
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item input[type="radio"]:checked+label {
  border: 1px solid #e4cda4;
  background-color: #f9f5ed;
}

.radio-label {
  display: flex;
  border-radius: 12px;
  padding: 16px;
  width: 100%;
  cursor: pointer;
  color: #6c6c6e;
  position: relative;
  border: 1px solid #f5f5f6;
  font-weight: 400;
  font-size: 14px;

  background-color: #f5f5f6;
}

.radio-label.checked {
  color: #cb9453;
}

.shipping_details {
  padding-right: 30px;
}

.radio-item input[type="radio"]:checked+label .shipping_details_title {
  color: #cb9453;
}

/* Add a custom circle with ::before */
.radio-item label::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #afafb1;
  border-radius: 50%;
  right: 20px;
  top: 18px;
  display: inline-block;
  background-color: #fff;
  transition: all 0.3s ease;
}

/* When the radio is checked */

.radio-item input[type="radio"]:checked+label::before {
  background-color: #cb9453;
  border-color: #cb9453;
}

.radio-item input[type="radio"]:checked+label::after {
  content: "✔";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 26px;
  right: 18px;
  transform: translate(-50%, -50%);
}

/*radio custom*/
.radio-group-address {
  display: flex;
  /* flex-direction: column; */
  gap: 15px;
  width: 100%;
}

.radio-item-address input[type="radio"] {
  display: none;
}

.radio-item-address {
  width: 50%;
}

.radio-item-address input[type="radio"]:checked+label {
  border: 1px solid #e4cda4;
  background-color: #f9f5ed;
}

.radio-group-address .radio-label {
  display: flex;
  border-radius: 12px;
  padding: 20px 16px;
  width: 100%;
  cursor: pointer;
  color: #6c6c6e;
  position: relative;
  border: 1px solid #f5f5f6;
  font-weight: 400;
  font-size: 14px;

  background-color: #f5f5f6;
}

.radio-group-address .radio-label.checked {
  color: #cb9453;
}

.radio-item-address input[type="radio"]:checked+label .shipping_details_title {
  color: #cb9453;
}

/* Add a custom circle with ::before */
.radio-item-address label::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #afafb1;
  border-radius: 50%;
  right: 20px;
  top: 18px;
  display: inline-block;
  background-color: #fff;
  transition: all 0.3s ease;
}

/* When the radio is checked */

.radio-item-address input[type="radio"]:checked+label::before {
  background-color: #cb9453;
  border-color: #cb9453;
}

.radio-item-address input[type="radio"]:checked+label::after {
  content: "✔";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 26px;
  right: 18px;
  transform: translate(-50%, -50%);
}

.switch-radio {
  border-bottom: 1px solid #f5f5f6;
}

.save_btn {
  width: 130px;
  font-size: 16px;
}

.cancel_btn {
  width: 90px;
  margin-right: 12px;
  font-size: 16px;
}

.switch-radio.no-border {
  border-bottom: none;
}

.toggle-content {
  display: none;
  padding: 16px 0;
  background-color: #f5f5f6;
  border-radius: 12px;
}

.toggle-content .radio-container {
  color: #58585a;
  font-size: 14px;
}

.order_details .cart_summary_box .list_items {
  border-top: none;
  padding-top: 0;
}

.order_number {
  background-color: #f9f5ed;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 24px;
  display: flex;
}

.order_number_type {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #6c6c6e;
}

.order_number_value {
  padding-right: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #2c2c2c;
}

.delivery_section {
  background-color: #f5f5f6;
  padding: 24px 16px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.delivery_section_type {
  font-weight: 400;
  font-size: 14px;
  color: #6c6c6e;
}

.delivery_section_type div,
.delivery_section_value div {
  margin-bottom: 16px;
}

.delivery_section_value {
  font-weight: 700;
  font-size: 14px;
  color: #2c2c2c;
}

.delivery_section_value div {
  text-align: left;
}

.order_details_title {
  background-color: #f5f5f6;
  padding: 24px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #2c2c2c;
  margin-bottom: 12px;
}

.order_details_product_item {
  border: 1px solid #f5f5f6;
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.order_details_product_info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.order_details_product_info img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
}

.order_details_product_details {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  color: #2c2c2c;
}

.order_details_info {
  font-weight: 700;
  font-size: 14px;
  color: #2c2c2c;
  padding-top: 12px;
}

.order_details_product_price {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}

.received_reward {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #b8793a;
  padding-bottom: 5px;
}

.table_input {
  box-shadow: 0px 4px 4px 0px #00000012 inset;
  background-color: #f5f5f6;
  width: 126px;
  /* height: 38px; */
  border-radius: 8px;
  border: none;
  padding: 12px;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 700;
}

.textarea-form-group {
  margin-bottom: 32px;
}

.textarea-form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.textarea-research {
  width: 100%;
  height: 100px;
  border: none;
  border-radius: 20px;
  background-color: #f5f5f6;
  padding: 24px;
  font-size: 16px;
  color: #afafb1;
  font-weight: 400;
  resize: none;
  box-shadow: 0px 4px 4px 0px #00000012 inset;
}

.textarea-research::placeholder {
  color: #afafb1;
}

.research_inpt {
  box-shadow: 0px 4px 4px 0px #00000033;
  border-radius: 12px;
  background-color: #f5f5f6;
  font-weight: 400;
  font-size: 14px;
  color: #2c2c2c;
}

.notes_title {
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #000 !important;
  margin-block: 32px;
}

.inpt-research {
  width: 144px;
  height: 53px;
  border: none;
  border-radius: 12px;
  background-color: #f5f5f6;
  padding: 24px;
  font-size: 16px;
  color: #afafb1;
  font-weight: 400;
  box-shadow: 0px 4px 4px 0px #00000012 inset;

}

.portfolio_price {
  border-radius: 20px;
  background-color: #F9F5ED;
  height: 60px;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  color: #2C2C2C;
  width: 85%;
}

.portfolio_price span {
  padding-left: 10px;
  font-weight: 400;
}

.table-portfolio .table-sm> :not(caption)>*>* {

  text-align: center !important;
}

.table-portfolio .table>thead {
  background: #CB9453;
  color: #fff;
}

.col-2-5 {
  flex: 0 0 auto;
  width: 20%;
  padding-inline: 8px;
}

#services .card .card-body h2 {
  font-size: 18px;
}

.center_research_text {
  color: #6C6C6E !important;
  font-size: 15px !important;
  line-height: 24px !important;

}

#services .card_center_research {
  padding: 25px 0 10px;
}

.form-control::placeholder {
  color: #AFAFB1;
  font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 13px;
  font-size: 14px;
}



.center_arbitration_box {
  background-color: #F5F5F6;
  padding: 16px;
  border-radius: 16px;
}

.center_arbitration_box h2 {
  color: #2C2C2C;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}

.center_arbitration_box .input_center {
  background-color: #fff;
  color: #6c6c6e;
}

.center_arbitration_box .input_center::placeholder {
  color: #6c6c6e !important;
}


.center_arbitration_box .currency-label {
  position: absolute;
  left: 14px;
  top: 12px;
  color: #6c6c6e;
  font-size: 16px;
  font-weight: 400;
}

.center_cost_box {
  background-color: #F9F5ED;
  padding: 16px;
  border-radius: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-weight: 400;
}

.center_cost_box .text-bold {
  font-weight: 700;
  padding-right: 10px;
}
.research-steps .step:nth-child(2) {
    align-items: end !important;
}
    
.research-steps .step {
    width: 50% !important;
}
.select2-selection__clear span{display:none;}

.multiple_select2 {
    position:relative;
    width:100%;
    
}
.select2-container--default .select2-selection--multiple {
    background-color: #f5f5f6;
       border: 0 !important;
    background: #F5F5F6;
    border-radius: 12px;
    padding: 10px 16px;
    text-align: right;
    box-shadow: 0px 4px 4px 0px #00000012;
        height: 51px;
}
.select2-container--default .select2-selection--single {
      box-shadow: 0px 4px 4px 0px #00000012;}
.select2-hidden-accessible {
    width: auto !important;}
.no_shadow .select2-container--default .select2-selection--single {
      box-shadow: none !important ;}
