/* Begin Global CSS */
html,
body {
  font-family: var(--Typography-Family), sans-serif;
  color: #2A2A27;
}

.black-color {
  color: #2A2A27 !important;
}

.primary-color {
  color: #ff7260;
}

.purple-color{
  color: #5337AE;
}

.secondary-color {
  color: #129793;
}

.dark-grey-color {
  color: #657171;
}

.bg-primary {
  background-color: #ff7260 !important;
  border-color: #ff7260 !important;
}

.bg-secondary {
  background-color: #129793 !important;
  border-color: #129793 !important;
}

.bg-orange {
  background-color: #ff8679;
}

.bg-grey {
  background-color: #f8f8f8;
}

.bg-dark-grey {
  background-color: #f1f1f1;
}

.bg-darker-green {
  background-color: #115255;
}

.bg-light-green {
  background-color: #e8f5f4;
  border-color: #e8f5f4;
}

.bg-dark-green {
  background-color: rgba(5, 45, 47, 0.6);
}

.bg-success {
  background-color: var(--g-green) !important;
}

.bg-pink {
  background-color: #ffeddd !important;
}

.bg-white-gradiant {
  background: transparent linear-gradient(0deg, #ffffff 0%, #f7f7fb 100%) 0% 0%
    no-repeat padding-box;
}

.border-rounded-white {
  border: 1px solid #FFFFFF;
  border-radius: 25px;
}

.border-rounded-light-green {
  border: 2px solid #e8f5f4;
  border-radius: 25px;
}

.border-rounded-light-purple{
  border: 2px solid #EDEBF7;
  border-radius: 25px;
}

.border-light-grey {
  border: 2px solid #eaebed;
}

.body-bonus .border-bottom-light-grey{
  border-bottom: 2px solid #eaebed;
}

.border-bottom-white {
  border-bottom: 2px solid white;
}

.border-primary-color {
  border: 2px solid #ff8679;
}

.border-secondary-color {
  border: 2px solid var(--g-green);
}

.border-radius-0 {
  border-radius: 0 !important;
}

.pill-shape-input {
  border-radius: 20px;
  padding-right: 105px;
  height: 46px;
}

.subscribe-btn {
  right: 5px;
  top: 5px;
}

.link {
  color: var(--g-purple-esx);
}

.font-size-small {
  font-size: small;
}

.border-grey {
  border-color: #eaebed !important;
}

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

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

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

.btn-color{
  background-color: #FFFFFF !important;
  color: black !important;
  border-color: #FFFFFF !important;
}

.text-how-it-works{
  text-wrap: nowrap;
  justify-content: center;
  display: flex;
}

.btn {
  border-radius: 30px;
}

.btn:focus {
  box-shadow: none !important;
}

.btn:hover {
  box-shadow: none !important;
}

.btn.disabled,
.btn:disabled {
  background-color: #f2f2f2 !important;
  color: inherit !important;
  border-color: #f2f2f2 !important;
}

.btn-outline-dark:hover {
  color: #2A2A27;
}

.fb-button {
  background-color: #3c5a99;
  border-color: #3c5a99;
}

.fb-button .fb-div {
  left: 20px;
  top: 5px;
  width: 35px;
  height: 35px;
  /* border-radius: 50%;
  border: 3px solid;
  border-color: white; */
}

.fb-div2 {
  top: 16px !important;
}

.linkedin-button {
  background-color: #0074b2;
  border-color: #0074b2;
}

.linkedin-button .linkedin-div {
  left: 20px;
  top: 8px;
  width: 35px;
  height: 35px;
}

.linkedin-div2 {
  top: 16px !important;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: var(--g-green);
}

a {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}
.sm-shadow {
  box-shadow: 0px 8px 16px #3b191414;
}

/* vertically Center */
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.helper-div {
  white-space: inherit;
  display: grid;
}

.vertical-center {
  vertical-align: middle;
}

.hover:hover {
  color: var(--g-purple-esx) !important;
}

.pointer {
  cursor: pointer;
}

.pill-shape {
  background-color: #f8f8f8;
  border-radius: 16px;
  top: 22px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
  width: fit-content;
  font-size: x-small;
  color: #657171;
}

.notif-counter {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: small;
  top: -15px;
  left: 10px;
  background-color: #ff7260;
}

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

.h-fit-content {
  height: fit-content !important;
}

.badge {
  border: 2px solid #eaebed;
  font-size: 1.2em;
}

.avatar {
  background-color: #eaebed;
}

.opacity-50 {
  opacity: 50%;
}

.opacity-75 {
  opacity: 75%;
}

.opacity-1 {
  opacity: 1;
}

.vh-100 {
  min-height: 100vh;
}

.vh-120 {
  min-height: 120vh;
}

.vh-min-100 {
  min-height: 100vh;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

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

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.h-30 {
  height: 30px;
}

.h-w-70-px {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  padding: 10px;
}

.h-45-px {
  height: 40px;
  margin-top: 5px;
}

.h-100-px {
  height: 100px;
}

.h-250-px {
  height: 250px;
  max-width: 100%;
}

.rounded-top {
  border-top-left-radius: 2.25rem !important;
  border-top-right-radius: 2.25rem !important;
}

.rounded-bottom {
  border-bottom-left-radius: 2.25rem !important;
  border-bottom-right-radius: 2.25rem !important;
}

.rounded-top-small {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-bottom-small {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-all {
  border-radius: 2.25rem !important;
}

.rounded-all-small {
  border-radius: 1rem !important;
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: transparent;
  box-shadow: none;
  font-weight: 800;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: inherit;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.z-index-5 {
  z-index: 5;
}

.z-index-7 {
  z-index: 7;
}

.z-index-10 {
  z-index: 10;
}

.justify-all {
  text-align: justify;
  text-align-last: justify;
}

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

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.border-0 {
  border: 0;
}

.line-through {
  text-decoration: line-through;
}

.btn-outline-secondary {
  border-color: var(--g-green);
  color: var(--g-green);
}

.border-transparent {
  border-color: transparent !important;
}

.form-check-input:checked {
  background-color: var(--g-green);
  border-color: var(--g-green);
}

.alert-danger {
  background-color: #ffe6e2;
  border-color: #ffe6e2;
}

.bg-danger {
  background-color: #ffe6e2 !important;
}

.nav-pills .nav-link {
  border-bottom: 1px solid #eaebed;
  padding: 15px;
  color: #2A2A27 !important;
}

.nav-pills .active {
  border-bottom: 2px solid var(--g-purple-esx);
  border-radius: 0;
  color: var(--g-purple-esx) !important;
  background-color: transparent !important;
}

ol,
ul {
  padding-left: 1rem;
}

.modal .modal-header {
  border: none;
  padding: 2rem;
}

.modal .modal-content {
  border-radius: 2.25rem;
}

.modal {
  background-color: rgba(22, 22, 19, 0.9);
}

.modal input {
  border: 0;
  border-bottom: 2px solid #f2f2f2;
}

.select2-selection {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #ced4da !important;
  text-align: left !important;
}

.select2-results__option--highlighted.select2-results__option--selectable {
  color: var(--g-purple-esx) !important;
  background-color: transparent !important;
}

.w-90 {
  width: 90%;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
  border: 2px solid #eaebed !important;
  border-radius: 2.25rem !important;
  padding-left: 10px;
}

.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: transparent;
}

::-webkit-scrollbar
{
  width: 3px;
}
::-webkit-scrollbar-track
{
  background: #F2F2F2;
  border-radius: 35px;
  margin-top: 10rem;
  margin-bottom: 5rem;
}
::-webkit-scrollbar-thumb
{
  background: #A7ADAD;
  border-radius: 35px;
}

::-webkit-scrollbar-thumb:hover
{
  background: #969e9e;
  border-radius: 35px;
}

.pt-48{
  padding-top: 48px;
}

.pb-24{
  padding-bottom: 24px;
}

.btn-vezi-sali{
  width: 265px;
  max-width: 100%;
}

.body-companii-in-forma .fs-desktop-52{
  font-size: 52px !important;
}

.fs-desktop-46{
  font-size: 46px !important;
}

.fs-desktop-44{
  font-size: 44px !important;
}

.fs-desktop-24{
  font-size: 24px !important;
}

.fs-desktop-20{
  font-size: 20px !important;
}

.body-pret-abonament .pret-abonament-blog{
  color: var(--g-black);
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

/* Mobile Only CSS */
@media only screen and (max-width: 767px) {
  .body-pret-abonament .pret-abonament-blog{
    text-align: center;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 24px !important;
  }

  .body-pret-abonament .articles{
    gap: 24px;
  }

  .body-pret-abonament .text-small{
    display: none;
  }

  .body-pret-abonament .title-category{
    font-weight: 400 !important;
  }

  .pb-mobile{
    padding-bottom: 42px;
  }

  .body-pret-abonament .container-fluid.bg-light-green.py-5 .row > .helper-div:last-child{
    padding-top: 24px !important;
    margin: 0 !important;
  }

  .categories{
    gap: 24px !important;
  }

  #recenzii .col-md-6{
    margin-bottom: 0 !important;
  }

  #testimoniale{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #beneficii .col-md-6.mt-5#mb-mobile {
    margin-bottom: 0 !important;
  }

  .padding-mobile{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .desktop-only {
    display: none !important;
  }

  .no-padding-mobile {
    padding: 0 !important;
  }

  .w3-sidebar {
    display: none;
    z-index: 6;
    right: 0px;
    padding-top: 100px;
    width: 100%;
    height: calc(100vh - 0px);
  }

  .w3-bar-item {
    background: transparent;
  }

  .menu-link {
    border-top: 1px solid #eaebed;
    padding: 20px 10px;
  }

  .download-links {
    bottom: 20px;
  }

  .mx-3-mobile {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .px-1-mobile {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-3-mobile {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-0-mobile {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .my-100 {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-100 {
    padding-top: 60px;
  }

  .pt-mobile-100 {
    padding-top: 50px;
  }

  .mt-100 {
    margin-top: 50px;
  }

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

  .mb-mobile-4 {
    margin-bottom: 1.5rem !important;
  }

  .mt-mobile-4 {
    margin-top: 1.5rem !important;
  }

  .my-mobile-4 {
    margin-top: 1.5rem !important;
  }

  .mx-mobile-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-mobile-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mt-mobile-3 {
    margin-top: 1rem !important;
  }

  .py-mobile-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-mobile-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .fs-mobile-6 {
    font-size: 1rem !important;
  }

  .fs-mobile-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .order-mobile-1 {
    order: 1 !important;
  }

  .order-mobile-0 {
    order: 0 !important;
  }

  .py-100-mobile {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pb-24-mobile{
    padding-bottom: 24px;
  }

  .py-50-mobile {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mobile-fixed-position {
    position: fixed !important;
    background: white;
  }

  .mobile-order-1 {
    order: 1;
  }

  .mobile-order-2 {
    order: 2;
  }

  .w-250-mobile {
    width: 250% !important;
  }

  .mobile-scroll {
    overflow-x: scroll;
  }

  .mobile-disable-y-scrolling {
    overflow-y: hidden !important;
  }
}

/* Desktop Only CSS */
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }

  .fs-desktop-60 {
    font-size: 60px;
  }

  .overflow-desktop-hidden {
    overflow: hidden;
  }

  .h-desktop-100 {
    height: 100%;
  }

  .vh-100-desktop {
    min-height: 100vh;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1400px) {
  .zoom-relative {
    zoom: 0.7;
  }

  .display-4 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1900px) {
  .zoom-relative {
    zoom: 0.85;
  }

  .display-4 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  body {
    font-size: 0.8rem;
  }
}
/* Begin Global CSS */

/* Begin Home CSS */
.home-bg {
  background-image: url('../img/home/city_line.svg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.home-store-div {
  bottom: 0;
  left: calc(var(--bs-gutter-x) * .5);
  right: calc(var(--bs-gutter-x) * .5)
}

.home-map-view {
  background-image: url('../img/home/map-new-purple-1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-map-view-filter {
  background-color: #2A2A27;
  opacity: 40%;
}

.home-map-view-filter ~ img {
  display: none;
  z-index: 1;
}

.home-map-view-filter ~ img:hover {
  display: block;
  z-index: 1;
}

.home-map-view-filter:hover ~ img {
  display: block;
}

.bg-home-group-pic {
  background-image: url('../img/home/bg-effect.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.trial-bg {
  background-image: url('../img/home/7-day-trial-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-members {
  background-image: url('../img/home/members.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
}

.chatbot-bg {
  background-color: var(--g-green);
}

.chatbot-bg a {
  color: var(--g-green) !important;
  padding: 18px 40px !important;
}

.timer {
  top: -55px;
}

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

.display-6-rem {
  font-size: 6rem;
}

.line-height-80 {
  line-height: 80px;
}

.desktop-swiper {
  width: 100%;
  /* height: 150px; */
  overflow: hidden;
}

.nav-icon {
  opacity: 30%;
}

.active-nav {
  opacity: 100%;
}

/* Mobile Only */
@media only screen and (max-width: 768px) {
  .text-how-it-works{
    text-wrap: wrap;
  }

  .trial-bg {
    background-image: url(../img/home/7-day-mobile-bg.png);
  }

  .bg-mobile {
    background-image: url(../img/home/phone-730.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 80%;
  }

  .banner-content-mobile {
    bottom: 0px;
    left: 0px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .home-map-view-filter {
    opacity: 10%;
  }

  .mobile-swiper {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
}

.mobile-row-icons {
  bottom: 20px;
  left: 0px;
  white-space: nowrap;
  width: 100%;
  overflow: scroll;
}
/* End Home CSS */

/* Begin About CSS */
.about-bg {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* Mobile Only CSS */
@media only screen and (max-width: 768px) {
  .about-bg {
    background-size: cover;
    background-position: 73%;
  }
}

/* End About CSS */

/* Begin Subscription CSS */
.hide-title-row > .container-fluid > .container > .row:first-child {
  display: none;
}

.sub-description {
  bottom: 20px;
}

/* End Subscription CSS */

/* Begin Contact CSS */
.contact-us .form-select {
  background-color: transparent;
  border: 0;
  box-shadow: none !important;
}

.contact-us .form-control {
  background-color: transparent;
  border: 0;
  box-shadow: none !important;
  border-radius: 0;
  border-bottom: 1px solid #eeeef0;
}

#triggerUploadBtn:hover,
#triggerUploadBtn:focus {
  color: green;
  background: white;
  border-color: green !important;
}

.success-contact-modal .modal-header {
  border: none;
  padding: 2rem;
}

.success-contact-modal .modal-content {
  border-radius: 2.25rem;
}

.success-contact-modal {
  background-color: #052d2fe6;
}

/* End Contact CSS */

/* Begin Ambassador CSS */
.ambassador-card {
  box-shadow: 0px 8px 22px #0000000f;
  border-radius: 2.25rem;
}

.ambassador-card img {
  border-radius: 50%;
  border: 2px solid var(--g-purple-esx);
}

.ambassador-modal .modal-header {
  border: none;
  padding: 2rem;
}

.ambassador-modal .modal-content {
  border-radius: 2.25rem;
  background-color: transparent;
  border-color: transparent;
}

.ambassador-modal .swiper-close {
  top: 0px;
  right: -30px;
}

.ambassador-modal .swiper-next {
  top: 50%;
  right: -30px;
}

.ambassador-modal .swiper-back {
  top: 50%;
  left: -30px;
}

.ambassador-modal .story-swiper-next {
  top: 50%;
  right: 30px;
  z-index: 2;
}

.ambassador-modal .story-swiper-back {
  top: 50%;
  left: 30px;
  z-index: 2;
}

.ambassador-modal {
  background-color: #052d2fe6;
}

/* End Ambassador CSS */

/* Begin Intl-tel-input */
.iti__flag {
  background-image: url('assets/js/intl-tel-input-17.0.0/img/flags.png');
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('assets/js/intl-tel-input-17.0.0/img/flags@2x.png');
  }
}

#phone {
  border: none !important;
  border-bottom: 2px solid #ff7260 !important;
  background-color: transparent !important;
  width: 100%;
  outline: 0;
}

.selected-flag {
  background: transparent !important;
}

.intl-tel-input {
  width: 100%;
  zoom: 1.5;
}

.otpDiv #partitioned {
  padding-left: 15px;
  letter-spacing: 40px;
  border: 0;
  background-image: linear-gradient(
    to left,
    #ff7260 70%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 305px;
  min-width: 305px;
  zoom: 1.5;
  outline: 0;
  background-color: transparent;
}

.otpDiv #divInner {
  left: 0;
  position: sticky;
}

.otpDiv #divOuter {
  width: 100%;
  overflow: hidden;
}

/* End Intl-tel-input */

/* Begin Login CSS */

.swiper-slide .back-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
}

/* Begin Login CSS */

/* Begin incearca-gratis css */

.incearca-gratis .side-menu {
  background-image: url('../img/incearca-gratis/background.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.incearca-gratis .number-circle {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 5px;
  background-color: #edeff7;
  border: 2px solid transparent;
}

.incearca-gratis .links a {
  background-color: transparent;
  border: 10px solid transparent;
  border-radius: 25px;
}

.incearca-gratis .links .active-tab {
  background-color: white;
  border: 10px solid white;
  border-radius: 25px;
}

.incearca-gratis .links .active-tab .number-circle {
  border: 2px solid #5337AE;
  padding: 5px;
  background: transparent;
  color: #5337AE;
}

.incearca-gratis .links .previous-tab .number-circle {
  background-color: #5337AE;
  color: white;
}

.incearca-gratis .skill-card {
  border: 1px solid #eaebed;
  border-radius: 12px;
}

.incearca-gratis .skill-card:hover {
  border: 1px solid #5337AE;
  background: #EDEBF7;
}

.incearca-gratis .skill-card:focus {
  border: 1px solid #5337AE;
}

.incearca-gratis .nav-pills .nav-link {
  border: 1px solid #eaebed;
  padding: 15px;
  color: #2A2A27;
}

.incearca-gratis .nav-pills .active-link {
  border: 1px solid #5337AE;
  color: #5337AE;
}

.incearca-gratis .nav-pills .nav-link:nth-child(1) {
  border-radius: 12px 0px 0px 12px;
}

.incearca-gratis .nav-pills .nav-link:nth-child(2) {
  border-radius: 0px 12px 12px 0px;
}

.incearca-gratis input {
  border: 0;
  border-bottom: 2px solid #f2f2f2;
}

.incearca-gratis .input-span {
  right: 5px;
  top: 25px;
}

.incearca-gratis .tooltiptext {
  width: 50%;
  background-color: #5337AE;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 57%;
  margin-left: -60px;
}

.incearca-gratis .tooltiptext::after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #5337AE transparent transparent transparent;
}

.incearca-gratis .bodySwiper .tooltiptext {
  visibility: hidden;
}

.incearca-gratis .bodySwiper .swiper-slide-active .tooltiptext {
  visibility: visible;
}

.incearca-gratis .bodySwiper .left-arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #eaebed;
  top: 35%;
  z-index: 4;
  left: 0px;
}

.incearca-gratis .bodySwiper .right-arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #eaebed;
  top: 35%;
  z-index: 4;
  right: 0px;
}

.incearca-gratis .bodySwiper .swiper-slide {
  opacity: 30%;
}

.incearca-gratis .bodySwiper .swiper-slide-active {
  opacity: 100%;
}

.incearca-gratis .bodySwiper img {
  border: 3px solid transparent;
  border-radius: 12px;
}

.incearca-gratis .bodySwiper .swiper-slide-active img {
  border: 3px solid #5337AE;
  border-radius: 12px;
}

/* Mobile Only CSS */
@media only screen and (max-width: 768px) {
  .incearca-gratis .bodySwiper {
    max-width: 300px;
  }

  .incearca-gratis .tooltiptext {
    top: -4px;
    left: 5px;
    margin-left: 0px;
    width: 80%;
  }
}


.two-image {
  height: 200px;
}

.two-image .after {
  left: 20px;
  top: 0px;
  z-index: 2;
}

.two-image .before {
  opacity: 60%;
  right: 70px;
  top: 0px;
}

.transformation-modal .progress {
  height: 5px;
}

.transformation-modal .progress .progress-bar {
  width: 0%;
}

.transformation-modal .modal-header {
  border: none;
  padding: 2rem;
}

.transformation-modal .modal-content {
  border-radius: 2.25rem;
}

.transformation-modal {
  background-color: #052d2fe6;
}

/* End incearca-gratis css */

/* Begin Register css */

.register-component {
  background-image: url('../img/home/bg-effect.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.register-component .left-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.register-component .progress {
  height: 5px;
}

.register-component .progress .progress-bar {
  width: 0%;
}

.register-component .phone-bg {
  background-image: url('../img/register/phone.svg');
  background-size: 100% auto;
  background-position: top;
  min-height: 1000px;
  background-repeat: no-repeat;
}

.register-component .otpDiv #partitioned {
  zoom: 1.2;
}

.register-component .nav-pills .nav-link {
  border: 1px solid #D7D6D5;
  padding: 15px;
  color: #2A2A27;
}

.register-component .nav-pills .active-link {
  border: 1px solid #5337AE;
  color: #5337AE;
  background: var(--Colour-Extension-Background-BrandSecondaryTint, rgba(83, 55, 174, 0.10)) !important;
}

.register-component .nav-pills .nav-link:nth-child(1) {
  border-radius: 24px 0px 0px 24px;
}

.register-component .nav-pills .nav-link:nth-child(2) {
  border-radius: 0px 24px 24px 0px;
}

.register-component .card-number {
  top: 65px;
  left: 50px;
}

.register-component .card-expiry {
  left: 50px;
  top: 200px;
}

.register-component .card-cvv {
  left: 205px;
  top: 200px;
}

.register-component input {
  border: 0;
  border-bottom: 2px solid #f2f2f2;
}

.register-component .input-span {
  right: 5px;
  top: 25px;
}

/* End Register css */

/* Begin Profile CSS */
.profile .icon-circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 5px;
}

.profile .nav-pills .nav-link {
  border-bottom: 1px solid #eaebed;
  padding: 15px;
  color: #2A2A27;
}

.purple-color:focus{
  border-color: var(--g-purple-esx);
}

.profile .nav-pills .active-link {
  border-bottom: 2px solid var(--g-green);
  border-radius: 0;
  color: var(--g-green);
}

.profile .card {
  border: 3px solid white;
  box-shadow: 0px 3px 22px #00000014;
}

.profile .card .fw-normal {
  visibility: hidden;
}

.profile .active-card {
  border: 3px solid #ff7260;
  box-shadow: none;
}

.profile .active-card .fw-normal {
  visibility: visible;
}

.profile .active-card h2 {
  color: #ff7260 !important;
}

.profile .active-card button {
  color: white !important;
  background-color: #ff7260 !important;
  border-color: #ff7260 !important;
}
/* End Profile CSS */

/* begin edit profile css */
.edit-profile input {
  border: 0;
  border-bottom: 2px solid #f2f2f2;
}

.edit-profile .input-span {
  right: 5px;
  top: 25px;
}
/* end edit profile css */

/* Begin Payment-method css */

.remove-card-modal .modal-header {
  border: none;
  padding: 2rem;
}

.remove-card-modal .modal-content {
  border-radius: 2.25rem;
}

.remove-card-modal {
  background-color: #052d2fe6;
}
/* End Payment method css */

/* begin Change Subscripiton css */
.change-subscription .nav-pills .nav-link {
  border-bottom: 1px solid #eaebed;
  padding: 15px;
  color: #2A2A27;
}

.change-subscription .nav-pills .active-link {
  border-bottom: 2px solid var(--g-green);
  border-radius: 0;
  color: var(--g-green);
}

.change-subscription .card {
  border: 3px solid white;
  box-shadow: 0px 3px 22px #00000014;
}

.change-subscription .card .fw-normal {
  visibility: hidden;
}

.change-subscription .active-card {
  border: 3px solid #ff7260;
  box-shadow: none;
}

.change-subscription .active-card .fw-normal {
  visibility: visible;
}

.change-subscription .active-card h2 {
  color: #ff7260 !important;
}

.change-subscription .active-card button {
  color: white !important;
  background-color: #ff7260 !important;
  border-color: #ff7260 !important;
}

/* end Change Subscripiton css */

/* begin feedback css */
.feedback textarea {
  border: 0;
  border-bottom: 2px solid #f2f2f2;
  border-radius: 0;
}

input[type='range']::-webkit-slider-thumb {
  background: var(--g-green);
}
input[type='range']::-moz-range-thumb {
  background: var(--g-green);
}
input[type='range']::-ms-thumb {
  background: var(--g-green);
}
/* end feedback css */

/* Begin workouts CSS */
.workout-bg {
  /* background-image: url('../img/workouts/shape.png'); */
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* End workouts CSS */

/* Begin Video card css */
.video-card .duration {
  right: 10px;
  top: 10px;
}

.video-card .workout-thumbnail {
}

.mt-32{
  margin-top: 32px;
}

.video-card .play-button {
  border-radius: 50%;
  left: 45%;
  top: 40%;
}

/* End Video Card css */

/* begin earn rons css */
.earn-rons-bg {
  /* background-image: url('../img/about/about-bg.png'); */
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* end earn rons css */

/* Begin add room CSS */
.add-room-bg {
  background-image: url('../img/add-room/background.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* End add room CSS */

/* Begin Tic Tac CSS */
.tic-tac-bg {
  background-image: url('../img/tic-tac/background.svg');
  background-position: right 20%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* End Tic Tac CSS */

/* Begin Company Css */

.corporate-bg {
  background-image: url('../img/corporate/shape.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* Mobile Only CSS */
@media only screen and (max-width: 768px) {
  .corporate-bg {
    background-size: cover;
    background-position: 73%;
  }
}

.corporate-form .form-control {
  background-color: transparent;
  border: 0;
  box-shadow: none !important;
  border-radius: 0;
  border-bottom: 1px solid #eeeef0;
}

/* End Company CSS */


/* begin map css */
.sali-partenere .map-card-categories {
  top: 10px;
  left: 10px;
}

.sali-partenere .map-card-categories span {
  background: rgba(255, 255, 255, 0.2);
}

.sali-partenere .locked-div {
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  top: 0;
  left: 0;
}

.sali-partenere .see-full-list {
  box-shadow: 0px -5px 12px #58585838;
}

.sali-partenere .location-close-icon {
  right: 40px;
  top: 20px;
  width: 50px;
  z-index: 2;
  height: 50px;
  border-radius: 50%;
}

.sali-partenere .map-info-col {
  overflow-y: scroll;
  height:100%;
  overflow-x: hidden;
}

.sali-partenere-modal .modal-content {
  background-color: #115255;
}

.sali-partenere .bottom-row {
    width: 92%;
    margin-left: 3.5%;
    bottom: 20px
}

.sali-partenere .location-icon {
  right: 10px;
  bottom: 40px;
  width: 60px;
  height: 60px;
}

.sali-partenere .add-premium {
  background-color: var(--g-green) !important;
  color: white !important;
}

.sali-partenere #iconsRow {
  height: 100px;
  margin-bottom: 15px;
  overflow: hidden;
}

.premium-lock {
  background-color: rgba(242, 242, 242, 0.8);
  bottom: 34px;
  z-index: 2;
}

/* Mobile Only CSS */
@media only screen and (max-width: 767px) {
  .sali-partenere .map-col {
    height: 70% !important;
    margin-top: 25%;
  }

  .sali-partenere .map-info-col {
    /* overflow-y: auto;  */
    transition-duration: 0.5s;
    /* height: auto !important; */
    border-top: 10px solid transparent;
    background: white;
    transform: translateY(-30px);
    z-index: 5;
  }
}
/* End map css */