@font-face {
  font-family: Roboto;
  src: url(../../fonts/Roboto.ttf);
}

@font-face {
  font-family: Inter;
  src: url(../../fonts/Inter.ttf);
}

@font-face {
  font-family: Outfit;
  src: url(../../fonts/Outfit.ttf);
}

/*  */

.tab-top-icons {
  margin: 77px 0px 29px 0px;
  display: flex;
  align-items: center;
}
.tab-top-icons svg {
  width: 32px;
  height: 32px;
}

.tab-top-icons span a {
  color: #181818;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.tab-top-icons p {
  color: #fc5757;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  padding-left: 17px;
}

/*  */

.main-tab {
  padding: 0px !important;
  margin-top: 15px !important;
  margin-bottom: 0px !important;
}

.main-tab .nav-tabs {
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
}

.form-group {
  margin-bottom: 0px !important;
}

.main-tab .nav-tabs .nav-link {
  color: var(--Colors-Light-Text, #7d7d7d);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid #ababab;
}
.main-tab {
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  height: 700px;
  padding: 18px 39px;
  margin-top: 50px;
  border-radius: 10px;
  border: 2px solid var(--Colors-Place-Holder, #ababab);
  background: var(--Colors-White, #fff);
  margin-bottom: 50px;
}

.main-tab .nav-tabs .nav-link {
  color: var(--Colors-Light-Text, #7d7d7d) !important;
  text-align: center;
  font-family: Roboto;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main-tab .dropdown .btn {
  width: 100%;
  text-align: left;
  padding: 16px 16px 16px 20px;
  border-radius: 8px 8px 0px 0px;
  background-color: #0072b1;
  margin-bottom: 8px;
}
.main-tab .fa-chevron-down {
  margin-left: 240px;
}
.main-tab ul.dropdown-menu.show {
  width: 400px;
}
.main-tab .btn-secondary {
  display: flex;
  justify-content: space-between;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #0072b1;
}
.nav-tabs {
  display: none;
}

/* Option elements, when selected */
.main-tab .tab-content-data .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='9.5' stroke='white'/%3E%3Ccircle cx='10' cy='10' r='7' fill='white'/%3E%3C/svg%3E");
}

.main-tab .tab-content-data .form-group .form-check-input {
  width: 20px;
  height: 20px;
  margin: 10px 0px 10px 30px;
  opacity: 1;
}
.answer p {
  color: #ababab;
}
.main-tab .tab-content-data .form-group label {
  padding: 8px 0px 8px 8px;
  color: #7d7d7d;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
}
/* .main-tab .active-group {
  background-color: #0072b1;
} */
.main-tab .active-group label {
  color: #7d7d7d;
}
.main-tab .form-group:has(input:checked) {
  border-radius: 4px;
  background-color: #0072b1;
  color: white;
}

.main-tab .form-group:has(input:checked) label {
  color: white;
}

/* ===================search bar css============================ */

.main-tab .tab-content-data {
  padding: 0px;
}

.main-tab .tab-content-data .form-inputs {
  position: relative;
  border-bottom: 1px solid var(--Colors-Place-Holder, #ababab);
  background: #fff;
}

.main-tab .form-inputs button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.main-tab .form-inputs .form-control {
  margin-right: -37px;
  width: 100%;
  display: block;
  padding: 10px 0px 11px 20px;
  color: #ababab;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px;
  margin-top: 8px;
  border-top: 1px solid var(--Colors-Place-Holder, #ababab);
  border-bottom: 1px solid var(--Colors-Place-Holder, #ababab);
  background: #fff;
}

.main-tab .tab-content-data .form-inputs .form-control:focus {
  box-shadow: none;
}

.main-tab .form-inputs i {
  position: relative;
  color: #ababab;
  margin: 22px 10px 10px 0px;
  font-size: 20px;
}

.main-tab .search-form-2 .form-control {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid var(--Colors-Place-Holder, #ababab);
  border-bottom: 1px solid var(--Colors-Place-Holder, #ababab);
  background: #fff;
}

.main-tab .search-form-2 i {
  font-size: 20px;
  position: relative;
  color: #ababab;
}

/* last row */

.main-tab .data-tab {
  padding: 0px;
  margin: 0px;
  overflow-y: scroll;
  height: 500px;
}

.main-tab .data-tab hr {
  border-bottom: 1px solid var(--Colors-Place-Holder, #ababab);
  margin-bottom: 0px;
  width: -webkit-fill-available;
}

.main-tab .data-tab .heading {
  padding: 12px 0px 12px 16px !important;
  cursor: pointer;
}
.main-tab .data-tab .heading:hover {
  color: #fff;
  background: #0072b1;
}
.main-tab .data-tab .heading:hover h1 {
  color: #fff;
  background: #0072b1;
}
.main-tab .data-tab .heading:hover p {
  color: #fff !important;
  background: #0072b1 !important;
}
.main-tab .data-tab .heading:hover h2 {
  color: #fff !important;
  background: #0072b1 !important;
}
.main-tab .data-tab .heading h1 {
  color: var(--Colors-Text-Color, #181818);
  font-family: Outfit;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 8px;
}

.main-tab .data-tab .heading p {
  color: var(--Colors-Light-Text, #7d7d7d);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 8px;
}

.main-tab .data-tab .view {
  padding: 12px 20px 12px 0px;
}

.main-tab .data-tab .view h2 {
  color: var(--Colors-Logo-Color, #0072b1);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
  /* padding-bottom: 4px; */
}

.main-tab .data-tab .view .view-btn {
  padding: 4px 57px 4px 56px;
  border-radius: 2px;
  border: 1px solid var(--Colors-Logo-Color, #0072b1) !important;
  background: var(--Colors-White, #fff);
  color: var(--Colors-Logo-Color, #0072b1);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 21px;
}
.filter-dropdowns li a {
  color: var(--Colors-Light-Text, #7d7d7d);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.filter-dropdowns li:hover {
  color: #fff !important;
  background: #0072b1 !important;
}
.filter-dropdowns li:hover a {
  color: #fff !important;
  background: #0072b1 !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background: #0072b1;
}
/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  .main-tab .nav-tabs .nav-link {
    font-size: medium;
    padding: 14px;
  }
  .main-tab .dropdown-menu.show {
    width: 270px;
  }

  .main-tab .data-tab .view .view-btn {
    padding: 4px 45px 4px 45px;
  }

  .main-tab .rad-label {
    padding-left: 20px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
  .main-tab .nav-tabs .nav-link {
    font-size: medium;
    padding: 14px;
  }

  .main-tab .data-tab .view .view-btn {
    padding: 4px 57px 4px 56px;
  }

  .main-tab .rad-label {
    padding-left: 20px;
  }

  /* .servise-scroll-section {
        display: flex;
        flex-direction: column !important;
    } */
}

/* Medium devices (landscape tablets, 768px and up) */

@media (max-width: 767px) {
  .servise-scroll-section {
    flex-direction: column !important;
    align-items: start !important;
  }

  .servise-scroll-section a {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .main-tab .nav-tabs .nav-link {
    font-size: small;
    padding: 14px;
  }

  .main-tab .nav-item {
    width: 0px;
  }

  .main-tab .data-tab .view .view-btn {
    padding: 4px 25px 4px 25px;
  }

  .main-tab ul.dropdown-menu.show {
    width: 690px;
  }
  .main-tab .data-tab .heading h1 {
    font-size: 12px;
  }

  .main-tab .data-tab .heading p {
    font-size: 10px;
  }

  .main-tab .rad-label {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .main-tab .nav-tabs .nav-link {
    font-size: medium;
    padding: 16px;
  }

  .main-tab ul.dropdown-menu.show {
    width: 295px;
  }

  .main-tab .nav-item {
    width: 0px;
  }

  .main-tab .data-tab .heading h1 {
    font-size: 16px;
  }

  .main-tab .data-tab .heading p {
    font-size: 12px;
  }

  .main-tab .data-tab .view .view-btn {
    padding: 4px 45px 4px 45px;
  }

  .main-tab .rad-label {
    padding-left: 30px;
  }

  .profile-dtail-section p {
    font-size: 16px !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
  .main-tab .nav-tabs .nav-link {
    font-size: 20px;
  }

  .main-tab .data-tab .heading h1 {
    font-size: 16px;
  }

  .main-tab .data-tab .heading p {
    font-size: 12px;
  }

  .main-tab .data-tab .view .view-btn {
    padding: 4px 57px 4px 56px;
  }
  .main-tab ul.dropdown-menu.show {
    width: 420px;
  }
  .main-tab .rad-label {
    padding-left: 48px;
  }
}

/*  */

.report-seller a {
  color: var(--Colors-Logo-Color, #0072b1);
  font-family: Roboto;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  float: right;
  margin-top: -15px;
}

/*  */

/* ============================Slider-css-start======================= */

/* ========== slider css ============*/

/* ~~~~~~~~~~~~~~~~ START SLIER SECTION~~~~~~~~~~~~~~~~~~ */

.profile-heading {
  margin: 80px 0px 35px 0px;
  color: var(--Colors-Text-Color, #181818);
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 15px;
}

.profile-heading span {
  color: var(--Colors-Logo-Color, #0072b1);
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* ~~~~~~~~~~~~~~~~ END SLIER SECTION~~~~~~~~~~~~~~~~~~ */

/* ~~~~~Start-Prsonal-profile-css start here~~~~~ */

/* ~~~~~End-Prsonal-profile-css start here~~~~~ */

.personal-profile {
  display: flex;
  margin: 96px 0px 48px 0px;
  flex-wrap: wrap;
}

.personal-profile-detail h4 {
  color: var(--Colors-Text-Color, #181818);
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.personal-profile-detail p b {
  color: var(--Colors-Light-Text, #7d7d7d);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.personal-profile-detail p {
  color: var(--Colors-Light-Text, #7d7d7d);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profile-dtail-section {
  border-radius: 8px;
  background: var(--Colors-White, #fff);
  /* card Shadow */
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  padding: 24px 32px 24px 0px;
  max-width: 921px !important;
  margin-bottom: 30px;
}

.profile-dtail-section p {
  color: var(--Colors-Light-Text, #7d7d7d);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.sliderBlock .carousel-control {
  width: 48px !important;
}

/* ===================================================== */

/* ============================Slider-css-End~~======================= */

/* ============card-slider start here ===================== */

/* ============================Slider-css-End~~======================= */

/* ============card-slider start here ===================== */

/* ===========Dropdawon css start========== */

.slider-Dropdawon-h .dd-menu {
  z-index: 999;
}

.slider-Dropdawon-h {
  display: flex;
  justify-content: space-between;
}

.slider-Dropdawon-h a {
  text-decoration: none;
  color: #000000;
}

.slider-Dropdawon-h a:hover {
  color: #222222;
}
.item .controls {
  border-radius: 20px;
}
/* Dropdown */

.slider-Dropdawon-h .dropdown {
  display: inline-block;
  position: relative;
}

.slider-Dropdawon-h .dd-button {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid var(--Colors-Place-Holder, #ababab);
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  white-space: nowrap;
  color: var(--Colors-Place-Holder, #ababab);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.slider-Dropdawon-h .dd-button:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ababab;
}

.slider-Dropdawon-h .dd-button:hover {
  background-color: #fff;
}

.slider-Dropdawon-h .dd-input {
  display: none;
}

.slider-Dropdawon-h .dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.slider-Dropdawon-h .dd-input + .dd-menu {
  display: none;
}

.slider-Dropdawon-h .dd-input:checked + .dd-menu {
  right: 0px;
  display: block;
  border: none;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.08);
}

.slider-Dropdawon-h .dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  color: #ababab;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.slider-Dropdawon-h .dd-menu li:hover {
  background-color: #f6f6f6;
}

.slider-Dropdawon-h .dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.slider-Dropdawon-h .dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

/* ===========Dropdawon css end========== */

.Dream-Hero-owl-caroual #sync1.owl-theme .owl-prev,
.Dream-Hero-owl-caroual #sync1.owl-theme .owl-next {
  /* display: none; */
  color: #ffffff !important;
}

#sync2 .owl-nav,
.servise-Card-slider .owl-nav {
  display: none;
}

.Dream-Hero-owl-caroual .owl-dots,
.servise-Card-slider .owl-dots {
  display: none;
}

.servise-Card-slider {
  margin-top: 32px !important;
  border-radius: 8px;
  background: var(--Colors-White, #fff);
  /* card Shadow */
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
}

.slider-Dropdawon-h h2 {
  color: var(--Colors-Text-Color, #181818);
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}

.owl-cards {
  padding-top: 28px;
}

/* ============card-slider start here ===================== */

.personal-profile {
  display: flex;
  margin: 0px 0px 48px 0px;
  flex-wrap: wrap;
  padding-bottom: 8px;
  margin-top: 96px;
}
.personal-profile .profile-img img {
  width: 104px;
  height: 104px;
  border-radius: 104px;
  border: 4px solid #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
.personal-profile-detail {
  padding-left: 12px;
}

.personal-profile-detail h4 {
  color: var(--Colors-Text-Color, #181818);
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 4px;
}

.personal-profile-detail p b {
  color: var(--Colors-Light-Text, #7d7d7d);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 8px;
}

.personal-profile-detail p {
  color: var(--Colors-Light-Text, #7d7d7d);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  padding-top: 8px;
}

.profile-dtail-section {
  border-radius: 8px;
  background: var(--Colors-White, #fff);
  /* card Shadow */
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  padding: 24px 32px 0px;
}

.profile-dtail-section p {
  color: var(--Colors-Light-Text, #7d7d7d);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 32px;
}

/* ===================================================== */
/* stickey nav css */
.servise-scroll-section {
  border-radius: 8px;
  background: var(--Colors-White, #fff);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 28px 20px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.scrol-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
}
/* scroll start */
.scrol-nav {
  position: sticky !important;
  top: 0px !important;
}
.servise-scroll-section {
  border-radius: 8px;
  background: var(--Colors-White, #fff);
  /* card Shadow */
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 28px 20px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* sticky-nav" */
}
.servise-scroll-section a {
  text-decoration: none;
}

.servise-scroll-section a:focus {
  text-decoration: none;
}

.servise-scroll-section a:hover {
  text-decoration: none;
}

.servise-scroll-section span {
  color: var(--Colors-Light-Text, #7d7d7d);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}

/* scroll end */

.Underline:hover {
  border-bottom: 4px solid var(--Colors-Logo-Color, #0072b1);
  background: var(--Colors-White, #fff);
  transform: 3s !important;
}

.Underline:focus {
  border-bottom: 4px solid #0072b1;
  background: #fff;
}

/* =============== Hero-slider-section start================= */

#sync1 .item {
  border-radius: 12px;
  /* background: linear-gradient(0deg, rgba(24, 24, 24, 0.32) 0%, rgba(24, 24, 24, 0.32) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat; */
  /* padding: 80px 0px; */
  /* margin-top: 20px; */
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  /* height: 190px; */
  /* width: 190px; */
  /* padding: 10px 0px; */
  margin: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item {
  background: #0c83e7;
}

carousel .owl-item img .owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 40px;
  height: 99%;
  margin-top: 0px;
  position: absolute;
  top: 0% !important;
  border-radius: 12px 0px 0px 12px;
  background-color: rgba(24, 24, 24, 0.35);
}

/* #sync1.owl-theme .owl-next:hover{
  width:40px;
  height: 100%;
  position: absolute;
  top: 0%;
  margin-top: 0px;
}
#sync1.owl-theme .owl-prev:hover{
  width:40px;
  height: 100%;
  position: absolute;
  top: 0%;
  margin-top: 0px;
} */
#sync1.owl-theme .owl-prev {
  left: -4px;
}

.owl-carousel .owl-item {
  border-radius: 100px !important;
}

#sync1.owl-theme .owl-next {
  right: -4px;
  border-radius: 0px 13px 11px 0px;
}
#sync1.owl-theme .owl-next:hover {
  right: -4px;
  border-radius: 0px 13px 11px 0px;
}
.ifrm {
  border: none;
  margin-top: 50px;
}

.faqs-btn {
  border-radius: 4px;
  background: var(--Colors-Logo-Color, #0072b1);
  color: var(--Colors-White, #fff);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 16px;
  box-shadow: none !important;
}
.faqs-btn:hover {
  color: #fff;
}
.buyer {
  padding-bottom: 8px;
}
/* stickey sidebar css */
/* .sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
} */
/* =============== Hero-slider-section end================= */

/* =============== Media Queries Start From Here ================ */

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  .scrol-nav {
    position: static !important;
    top: 0 !important;
  }
  .profile-heading {
    font-size: 18px;
    margin: 40px 0px 24px 0px;
  }

  .profile-heading span {
    font-size: 18px;
  }

  .tab-top-icons svg {
    width: 19px;
    height: 19px;
  }

  .tab-top-icons span {
    font-size: 12px;
  }

  .tab-top-icons p {
    font-size: 12px;
  }
  .servise-scroll-section {
    position: static !important;
  }
  .personal-profile {
    margin-top: 40px;
  }
  .page-title {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .tab-top-icons svg {
    width: 19px;
    height: 19px;
  }

  .tab-top-icons span {
    font-size: 12px;
  }

  .tab-top-icons p {
    font-size: 12px;
  }

  .main-tab .nav-tabs .nav-link {
    font-size: 16px !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (max-width: 768px) {
  .main-tab .data-tab .view .view-btn {
    float: right;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
  .tab-top-icons svg {
    width: 32px;
    height: 32px;
  }

  .tab-top-icons span {
    font-size: 20px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }

  .tab-top-icons span p {
    font-size: 20px;
  }

  .tab-top-icons p {
    font-size: 20px;
  }
}
.con-like {
  position: relative;
  width: 50px;
  height: 50px;
}

.con-like .like {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 20;
  cursor: pointer;
}

.con-like .checkmarks {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-like .outline,
.con-like .filled {
  fill: #0072b1;
  position: absolute;
}

.con-like .filled {
  animation: kfr-filled 0.5s;
  display: none;
}

.con-like .celebrate {
  position: absolute;
  animation: kfr-celebrate 0.5s;
  animation-fill-mode: forwards;
  display: none;
}

.con-like .poly {
  stroke: #0072b1;
  fill: #0072b1;
}

.con-like .like:checked ~ .checkmarks .filled {
  display: block;
}

.con-like .like:checked ~ .checkmarks .celebrate {
  display: block;
}

@keyframes kfr-filled {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes kfr-celebrate {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
    display: none;
  }
}
