:root {
  --cerulean: #4A2771;
  --chathams-blue: #103977;
  --torea-bay: #0C3F8B;
  --white: #ffffff;
  --alabaster: #FBFBFB;
  --wild-sand: #F5F5F5;
  --gray: #909090;
  --emperor: #505050;
  --dove-gray: #707070;
  --gray: #919191;
  --gallery: #EFEFEF;
  --corn: #F2B504;
  --cod-gray: #151515;
  --light-text: #00000099;
  --alto: #DBDBDB;
  --loblolly: #BCC1CA;
}

.advertise-top {
  padding-top: 50px;
}

.keyword-suggestion-parent {
  position: relative;
}

.suggestion-list {
  position: absolute;
  top: 50px;
  background: #FFFFFF;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 20;
  opacity: 1;
  padding: 20px 10px;
  border-radius: 0 0 10px 10px;
  box-shadow: 1px 2px 4px #dbdbdb;
  list-style-type: none;
  border-top: 1px solid #000000;
}
.suggestion-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.suggestion-list::-webkit-scrollbar-thumb {
  background-color: #0C3F8B;
  border-radius: 6px;
}
.suggestion-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(18, 14, 71, 0.99);
}
.suggestion-list::-webkit-scrollbar-track {
  background-color: #f3fcff;
}
.suggestion-list .suggestion-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 10px;
  transition: all 0.25s;
  cursor: pointer;
}
.suggestion-list .suggestion-item:hover {
  color: #171352;
  background-color: #F5F5F5;
}

.section-heading {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  color: #1D1D1D;
  border-left: 5px solid #FF5B23;
  padding-left: 8px;
  text-transform: uppercase;
  letter-spacing: 0.0015em;
}
@media screen and (min-width: 1200px) {
  .section-heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 39.95px;
  }
}

.yellow-btn {
  border: unset;
  outline: unset;
  border-radius: 30px;
  background-color: #FF5B23;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 0px 20px;
  height: 38px;
  width: 100%;
}
.yellow-btn .arrow-icon {
  transform: translateX(4px);
  transition: all 0.3s ease;
}
.yellow-btn:hover .arrow-icon {
  animation: arrowMovement 1s ease;
}
@keyframes arrowMovement {
  0% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(14px);
  }
  100% {
    transform: translateX(4px);
  }
}

.advertise-bottom {
  padding-top: 50px;
}

.truncation1 {
  display: -webkit-box !important;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncation2 {
  display: -webkit-box !important;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

a:hover {
  text-decoration: none;
}

.advertise .swiper-slide {
  display: flex;
  justify-content: center;
}
.advertise .add-text {
  text-align: right;
  padding-top: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 400px) and (max-width: 440px) {
  .advertise .add-text {
    padding-right: 10%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 576px) {
  .advertise .add-text {
    padding-right: 15%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .advertise .add-text {
    padding-right: 17%;
  }
}

.skeleton-loader {
  width: 100%;
  height: 355px;
  border-radius: 15px;
  background: linear-gradient(45deg, #f1f0f0, #c1c0c0, #f1f0f0);
  background-size: 200%;
  background-position: left;
  animation: skeleton 1s ease infinite alternate-reverse;
}

.loader-advertise {
  height: 350px;
}
@media screen and (min-width: 768px) {
  .loader-advertise {
    height: 100%;
  }
}

.card-skeleton-loader {
  min-width: 340px;
  min-height: 442px;
  border-radius: 10px;
  /* modifications */
  background: linear-gradient(45deg, #f1f0f0, #c1c0c0, #f1f0f0);
  background-size: 200%;
  background-position: left;
  animation: skeleton 1s ease infinite alternate-reverse;
}
@media screen and (min-width: 768px) {
  .card-skeleton-loader {
    min-width: 339px;
  }
}
@media screen and (min-width: 992px) {
  .card-skeleton-loader {
    min-width: 309px;
  }
}
@media screen and (min-width: 1200px) {
  .card-skeleton-loader {
    min-width: 280px;
  }
}

.side-filter-skeleton {
  width: 90%;
  min-height: 20px;
  border-radius: 4px;
  background: linear-gradient(45deg, #f1f0f0, #c1c0c0, #f1f0f0);
  animation: skeleton 1s ease infinite alternate-reverse;
}

@keyframes skeleton {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.main-section {
  margin-bottom: 70px;
}
.main-section .main-container {
  display: grid;
  grid-template-rows: 1fr;
  padding-top: 28px;
}
.main-section .sidebar-container {
  min-height: 500px;
  min-width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.main-section .industry-types,
.main-section .ndt-techniques {
  max-height: 210px;
  overflow-y: scroll;
}
.main-section .animated {
  width: 40%;
  max-width: 270px;
  min-width: 230px;
  align-self: center;
}
.main-section .web-search-bar {
  border-radius: 10px;
  background-color: #F3F4F6;
  display: flex;
  width: 100%;
}
.main-section .web-search-bar .web-search-field {
  flex: 1;
  display: flex;
}
.main-section .web-search-bar input {
  background: transparent;
  border: none;
  width: 100%;
  padding: 17px 0;
  padding-left: 15px;
  padding-right: 5px;
  outline: none;
}
.main-section .web-search-bar input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(112, 112, 112, 0.5019607843);
}
.main-section .web-search-bar input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(112, 112, 112, 0.5019607843);
}
.main-section .web-search-bar button {
  margin-right: 8px;
  background-color: transparent;
  border: none;
}
.main-section .web-search-bar .show-filter-btn {
  padding-right: 5px;
  padding-left: 30px;
}
.main-section .card-container {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-section .sponsor {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 10;
  padding: 3px 10px;
  background-color: #4A2771;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: #FFFFFF;
}
.main-section .card-box {
  position: relative;
  display: block;
  background: white;
  margin-bottom: 30px;
  max-width: 350px;
  min-width: 340px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.main-section .card-box:hover {
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
}
.main-section .card-box:hover .card-title {
  color: #103977;
}
.main-section .img-box {
  height: 223px;
  max-height: 223px;
  overflow: hidden;
  position: relative;
}
.main-section .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-section .card-body {
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
}
.main-section .card-body span {
  font-weight: 400;
}
.main-section .stars {
  display: flex;
  gap: 1px;
  align-items: center;
}
.main-section .card-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #151515;
  transition: all 0.3s ease;
  height: 52px;
}
.main-section .publisher-name {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #828282;
}
.main-section .card-content {
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  height: 44px;
}
.main-section .card-content span {
  font-weight: 500;
}
.main-section .rating-count {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #707070;
  margin-left: 4px;
}
.main-section .share-btn {
  border: unset;
  outline: unset;
  background: unset;
}
.main-section .share-btn .share-icon path {
  transition: all 0.25s;
}
.main-section .share-btn:hover .share-icon path {
  fill: #4A2771;
}
.main-section .save-btn {
  display: grid;
  place-items: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 0.5px solid #4A2771;
  background: transparent;
  transition: all 0.3s ease;
}
.main-section .save-btn svg path {
  transition: all 0.3s ease;
  fill: #4A2771;
}
.main-section .save-btn:hover {
  background: #4A2771;
  border: 0.5px solid #4A2771;
}
.main-section .save-btn:hover svg path {
  fill: white;
}
.main-section .save-btn[data-saved=true] {
  background: #4A2771;
  border: 0.5px solid #4A2771;
}
.main-section .save-btn[data-saved=true] svg path {
  fill: white;
}
.main-section .position-relative.card-box {
  position: relative;
}
.main-section .btn-position {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
}
.main-section .save-btn-non-user {
  place-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 0.5px solid #909090;
  background: transparent;
}
.main-section .save-btn-non-user svg path {
  fill: rgb(137, 137, 137);
}
.main-section .release-date {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #505050;
}
.main-section .button-row {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 20px;
  width: 100%;
}
.main-section .btn-fill {
  transition: all 0.3s ease;
  background: transparent;
  color: rgb(255, 91, 35);
}
.main-section .btn-fill:hover {
  text-decoration: underline;
}
.main-section .view-more-btn {
  max-width: 200px;
  border-radius: 40px;
  padding: 7px 45px;
}

.sidebar-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  min-height: 100%;
  padding: 10px;
}
.sidebar-container .accordion-body {
  padding: 0;
}
.sidebar-container .location-input {
  position: relative;
}
.sidebar-container .location-search-btn {
  position: absolute;
  right: 23px;
  top: 17px;
}
.sidebar-container .clear-filter-btn {
  margin-top: 30px;
  padding: 9px 22px;
  border-radius: 30px;
  background: transparent;
  border: 0.5px solid #103977;
  color: #103977;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  transition: all 0.3s ease;
}
.sidebar-container .clear-filter-btn:hover {
  color: white;
  border: 0.5px solid #103977;
  background: #103977;
}
.sidebar-container .padding-border {
  padding: 18px 0;
  padding-top: 20px;
  border-bottom: 1px solid #F3F4F6;
}
.sidebar-container .filter-search {
  padding: 40px 0;
  padding-top: 15px;
  position: relative;
}
.sidebar-container .top-sticky-section {
  background: rgb(255, 255, 255);
  width: 100%;
  z-index: 10;
}
.sidebar-container .cross {
  position: absolute;
  right: 10px;
  margin-left: 20px;
  z-index: 100;
  background: transparent;
  border: none;
  bottom: 58px;
}
.sidebar-container .search-form {
  flex: 1;
}
.sidebar-container .search-bar {
  padding: 12px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.472);
}
.sidebar-container .search-input {
  flex: 1;
  border: none;
  outline: none;
  padding-right: 95px;
}
.sidebar-container .keyword-search-btn {
  background: transparent;
  border: none;
  position: absolute;
  right: 67px;
}
.sidebar-container .accordion-button,
.sidebar-container .accordion-button:focus {
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #F3F4F6;
  padding: 0;
  padding: 7px 0 20px 0;
  border-top: 1px solid #F3F4F6;
  position: relative;
  border-radius: 0 !important;
}
.sidebar-container .accordion-button .filter-by,
.sidebar-container .accordion-button:focus .filter-by {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #151515;
}
.sidebar-container .accordion-button .filter-arrow-text,
.sidebar-container .accordion-button:focus .filter-arrow-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin: 0;
  color: #4A2771;
  position: absolute;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sidebar-container .accordion-button .filtered-items-style,
.sidebar-container .accordion-button:focus .filtered-items-style {
  display: none;
  place-content: center;
  border-radius: 50%;
  width: 20px;
  background: #103977;
  color: #FFFFFF;
  padding: 5px;
  height: 20px;
}
.sidebar-container .top-border-none {
  border-top: none !important;
}
.sidebar-container .accordion-item {
  border: none;
  box-shadow: none;
}
.sidebar-container .filtered-tags {
  padding-top: 20px;
  padding-left: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.sidebar-container .filtered-tags li {
  display: none;
}
.sidebar-container .filtered-tags li[data-filtered=true] {
  display: flex;
}
.sidebar-container .static-checkbox-filtered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.sidebar-container .hiring-type {
  margin-top: 169px;
}
.sidebar-container .first-filter {
  padding-top: 30px;
}
.sidebar-container .filter-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #151515;
}
.sidebar-container ul {
  margin-top: 18px;
  gap: 13px;
  padding-left: 10px;
}
.sidebar-container li {
  list-style: none;
  display: flex;
  gap: 7px;
}
.sidebar-container li p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #505050;
}
.sidebar-container .location-search-input {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(35, 35, 35, 0.731);
  padding-right: 11px;
}
.sidebar-container .product-country-container {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 210px;
}
.sidebar-container .location-search-input::-moz-placeholder {
  color: rgba(80, 80, 80, 0.5);
}
.sidebar-container .location-search-input::placeholder {
  color: rgba(80, 80, 80, 0.5);
}
.sidebar-container .checkbox:checked + .checkbox-text {
  color: #505050;
}
.sidebar-container .checkbox {
  display: none;
  opacity: 0;
}
.sidebar-container .checkbox:checked + .checkbox-text::before {
  background: linear-gradient(180deg, #103977 0%, #171352 100%);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.sidebar-container .checkbox-text {
  cursor: pointer;
  color: #505050;
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  z-index: 1;
  margin-left: 19px;
}
.sidebar-container .checkbox-text::before {
  content: "";
  top: 2px;
  left: -20px;
  position: absolute;
  background: #ffffff;
  border: 0.5px solid #262261;
  border-radius: 3.5px;
  width: 15px;
  height: 15px;
  z-index: -1;
}
.sidebar-container .ratings-checkbox.checkbox-text::before {
  top: 4px;
}
.sidebar-container .checkbox:checked + .checkbox-text::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 2px;
  left: -20px;
  background-image: url("/images/company-list/Union.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.sidebar-container #filterForm {
  position: relative;
}
.sidebar-container .radio {
  display: none;
}
.sidebar-container .radio-text {
  cursor: pointer;
  color: rgba(80, 80, 80, 0.5);
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  z-index: 1;
  padding-left: 28px;
  margin-left: -24px;
}
.sidebar-container .radio:checked + .radio-text {
  color: #505050;
}
.sidebar-container .checkmark {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: rgb(254, 254, 254);
  border: 0.5px solid #262261;
  margin-bottom: -2.5px;
}
.sidebar-container .active-radio {
  border: 4px solid #262261;
}

.heading-container {
  padding-top: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .heading-container {
    padding-top: 20px;
  }
}

.section-heading-container {
  margin-top: 30px;
}

.heading {
  font-size: 24px;
  line-height: 36px;
  color: #0C3F8B;
  font-weight: 600;
}

.list-products-button {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #ff5b23;
  background-color: transparent;
  border: 1px solid #ff5b23;
  border-radius: 35px;
  padding: 10px 10px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .list-products-button {
    padding: 10px 25px;
  }
}
.list-products-button:hover {
  background-color: #ff5b23;
  color: white;
}

.toast-top-center {
  top: 20px !important;
  font-size: large;
  /* Adjust distance from top */
}

.toast {
  font-size: 16px;
}

.custom-toast-width {
  min-width: auto;
  white-space: normal !important;
}
@media (min-width: 768px) {
  .custom-toast-width {
    min-width: 500px;
  }
}

@media screen and (min-width: 768px) {
  .main-section .card-container {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    align-items: inherit;
    justify-content: center;
  }
  .main-section .card-box {
    min-width: 260px;
    width: 339px;
  }
}
@media screen and (min-width: 992px) {
  .main-section .sidebar-container {
    position: static;
  }
  .main-section .main-container {
    gap: 30px;
    display: grid;
    grid-template-columns: 220px 1fr;
  }
  .main-section .card-box {
    min-width: 260px;
    width: 309px;
  }
  .main-section .sidebar-container {
    z-index: 1;
    padding-top: 23px;
    position: static;
    padding: 0;
    padding-right: 0;
  }
  .main-section .sidebar-container .top-sticky-section {
    position: static;
    padding: 0;
  }
  .main-section .sidebar-container .hiring-type {
    margin-top: 0;
  }
  .main-section .sidebar-container .checkbox-text {
    z-index: 1;
  }
  .main-section .sidebar-container .job-location {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-section .card-container {
    gap: 14px;
    justify-content: flex-start;
  }
  .main-section .card-box {
    max-width: 280px;
    width: 280px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}
.quote-modal .large-black-text {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.01em;
  color: white;
}
.quote-modal .btn-close {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.455242 23.5448C0.151752 23.2413 4.92988e-06 22.87 0 22.4309C0 21.9918 0.151745 21.6205 0.455235 21.317L9.77834 11.9939L0.455256 2.67081C0.160091 2.37564 0.0104178 2.00644 0.00623559 1.56321C0.00207796 1.11996 0.151745 0.746582 0.455235 0.44309C0.758725 0.139601 1.13002 -0.00798416 1.56911 0.000333786C2.00821 0.00865173 2.37534 0.160391 2.67051 0.455555L11.9936 9.77864L21.3292 0.443054C21.6243 0.147884 21.9915 0.000312805 22.4305 0.000337601C22.8696 0.000337601 23.2409 0.152081 23.5444 0.45557C23.8479 0.75906 23.9997 1.13036 23.9997 1.56946C23.9997 2.00853 23.8521 2.37565 23.5569 2.67082L14.2214 12.0064L23.5445 21.3295C23.8396 21.6247 23.9913 21.9918 23.9997 22.4309C24.008 22.87 23.8604 23.2413 23.5569 23.5448C23.2534 23.8483 22.88 23.9979 22.4368 23.9938C21.9935 23.9896 21.6244 23.8399 21.3292 23.5448L12.0061 14.2217L2.683 23.5448C2.37951 23.8483 2.00822 24 1.56912 24C1.13002 24 0.758732 23.8482 0.455242 23.5448Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  transition: all 0.5s ease;
}
.quote-modal .btn-close:hover {
  transform: rotate(90deg);
}
.quote-modal .sub-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(229, 229, 229);
}
.quote-modal .modal-content {
  border: unset;
  padding: 35px 40px 40px;
  background: rgb(74, 39, 113);
}
.quote-modal .osn-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  color: white;
  background: transparent;
  border-bottom-color: white;
}
.quote-modal .osn-input::-moz-placeholder {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
}
.quote-modal .osn-input::placeholder {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
}
.quote-modal .osn-input:focus {
  border-bottom-color: rgb(255, 91, 35);
}
.quote-modal .select-input {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDAuNUw1IDUuNUwxMCAwLjVIMFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
  color: #ffffff;
}
.quote-modal .select-input option {
  color: black;
}
.quote-modal .quote-submit {
  width: 200px;
}
.quote-modal .quote-submit:hover {
  color: var(--white);
}

.social-share-modal .modal-content {
  padding: 30px 25px;
  border: unset;
  border-radius: 10px;
}

.grey-circle-icon {
  border: unset;
  outline: unset;
  background-color: rgba(34, 34, 34, 0.0588235294);
  height: 64px;
  width: 64px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.btn-wrapper {
  width: 64px;
  display: inline-block;
  margin-right: 40px;
}
.btn-wrapper p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: center;
  color: #888888;
  margin: auto;
}

.copy-link-btn {
  border: unset;
  outline: unset;
  background-color: unset;
  margin-right: 0;
}

.outline {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-radius: 4px;
  padding: 15px;
}

.link-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #8D9CA5;
}
.link-text span {
  vertical-align: sub;
}

.large-black-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #151515;
}

.sub-heading {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #505050;
}
