.page-loading * {
  transition: none !important;
}

.page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

.page-loading .page-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-loader.page-loader-non-block {
  background: transparent;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
}

.page-loading-non-block .page-loader.page-loader-non-block {
  display: inline-block;
}

.page-loader.page-loader-logo {
  flex-direction: column;
  align-items: center;
}

.page-loader.page-loader-logo img {
  display: block;
}

.page-loader.page-loader-logo .spinner {
  margin-top: 3rem;
}

.page-loader.page-loader-logo .spinner:before {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
}

.spinner {
  position: relative;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  border: 2px solid #4dc4e6;
  border-right: 2px solid transparent;
}

.spinner:before {
  -webkit-animation: animation-spinner 0.5s linear infinite;
          animation: animation-spinner 0.5s linear infinite;
}

.spinner.spinner-track:before {
  -webkit-animation: animation-spinner 0.5s linear infinite;
          animation: animation-spinner 0.5s linear infinite;
}

.spinner-grow {
  vertical-align: sub;
}

.spinner-border {
  vertical-align: sub;
}

@-webkit-keyframes animation-spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes animation-spinner {
  to {
    transform: rotate(360deg);
  }
}

* {
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.right-side {
  display: none !important;
}

.resume {
  display: none !important;
}

.desktop-view {
  display: block !important;
}

.mobile-view {
  display: none !important;
}

@media (max-width: 767px) {
  .rc-content .rc-lg-container .rc-right-content-mobile {
    display: none;
    width: 100%;
  }

  .rc-content .rc-lg-container .rc-menu-container {
    display: flex;
    flex: 0 0 100% !important;
    padding-right: 16px;
  }

  .rc-content .rc-lg-container .rc-left-content {
    padding: 16px 16px 35px 16px !important;
    width: 90%;
    padding-right: 30px;
  }

  .rc-content .rc-lg-container .rc-right-content-wrap {
    padding: 16px !important;
  }

  .rc-content .rc-lg-container .rc-right-content-inner .rc-right-content-wrap {
    display: none;
    width: 100%;
  }

  .rc-links-wrapper .rc-form-wrapper .rc-links-form .rc-form-group {
    margin-right: 20px;
  }

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

  .mobile-view {
    display: block !important;
  }
}

.right-side .templates-choose {
  margin: 20px 0 40px 0;
}

.template-color-wrap {
  display: none;
}

.download-wrap {
  display: none;
}

@media (max-width: 767px) {
  .resume {
    display: block !important;
  }

  .show-section {
    display: block !important;
  }

  .hide-section {
    display: none !important;
  }

  .download-wrap {
    display: block;
    padding: 20px 0;
  }

  .download-wrap .download-cv {
    display: flex;
    justify-content: space-between;
  }

  .button {
    display: flex;
  }

  .button .pre-icon,
  .button .next-icon {
    padding: 9px 13.5px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.24);
  }

  .button .pre-icon:active,
  .button .pre-icon:hover,
  .button .next-icon:active,
  .button .next-icon:hover {
    border: 1px solid #2396F3;
  }

  .button .pre-icon svg,
  .button .next-icon svg {
    vertical-align: middle;
  }

  .button .pre-icon svg path,
  .button .next-icon svg path {
    color: rgba(0, 0, 0, 0.24);
  }

  .button .pre-icon svg path:active,
  .button .pre-icon svg path:hover,
  .button .next-icon svg path:active,
  .button .next-icon svg path:hover {
    color: #2396F3;
  }

  .button .pre-icon {
    margin-right: 16px;
  }

  .top-style {
    display: inline-block;
    background: #2396F3;
    color: #fff;
    padding: 12px 16px;
    margin-right: 3rem;
    text-decoration: none;
    border-radius: 2px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.4em;
  }

  .top-style svg {
    margin-left: 4px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }

  .top-style svg path {
    fill: #fff;
  }

  .resume {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 16px;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
  }

  .resume .sajilo-cv {
    display: flex;
    justify-content: space-between;
  }

  .right-side {
    display: block !important;
  }

  .right-side .close-popup {
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    min-height: auto;
    color: inherit;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
  }

  .right-side .close-popup::before,
  .right-side .close-popup::after {
    content: "";
    background: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .right-side .close-popup::before {
    transform: rotate(45deg);
  }

  .right-side .close-popup::after {
    transform: rotate(-45deg);
  }

  .right-side .template-color-wrap {
    display: block;
    margin-top: 16px;
    padding: 24px 18px 48px 18px;
    background: #D8DFEE;
  }

  .right-side .template-color-wrap .select-color {
    margin-top: 20px;
  }

  .right-side .template-color-wrap .select-color .colors .top-colors {
    text-align: center;
    font-size: 15px;
    color: #98A1B3;
  }

  .right-side .template-color-wrap .select-color .cv-colors-lists {
    display: flex;
    margin-top: 17px;
    justify-content: center;
  }

  .right-side .template-color-wrap .select-color .cv-colors-lists .colors-lists {
    margin-bottom: 10px;
  }

  .right-side .template-color-wrap .select-color .cv-colors-lists .colors-lists input[type=radio] {
    display: none;
  }

  .right-side .template-color-wrap .select-color .cv-colors-lists .colors-lists label {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 31px;
    margin-right: 15px;
    width: 49px;
  }

  .right-side .template-color-wrap .select-color .cv-colors-lists .colors-lists label span {
    border-radius: 5px;
    display: block;
    height: 100%;
    transition: transform 0.2s ease-in-out;
    width: 100%;
  }

  .right-side .template-color-wrap .select-color .cv-colors-lists .colors-lists label span.red {
    background: #ce0b24;
  }

  .right-side .template-color-wrap .select-color .cv-colors-lists .colors-lists label span.green {
    background: #42c3b1;
  }

  .right-side .template-color-wrap .select-color .cv-colors-lists .colors-lists label span.yellow {
    background: #e8a429;
  }

  .right-side .template-color-wrap .select-color .cv-colors-lists .colors-lists label span.blue {
    background: #1689db;
  }

  .right-side .template-color-wrap .select-color .cv-colors-lists .colors-lists label span.pink {
    background: #fda397;
  }

  .right-side .template-color-wrap .select-template .templates-choose h2 {
    font-size: 18px;
    font-weight: 600;
    color: #00004A;
    text-align: center;
  }

  .right-side .template-color-wrap .select-template button {
    outline: none;
    border: none;
    background: none;
    font-size: 18px;
    padding: 10px 20px;
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    font-size: 16px !important;
  }

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    font-size: 16px !important;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #popup {
    display: block;
  }
}

#popup {
  display: none;
}

.right-side {
  padding: 20px 20px 0 20px;
}

.swiper-button-next,
.swiper-button-prev {
  top: unset !important;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal {
  overflow: hidden;
}

.resume {
  z-index: 1;
}

@media (max-width: 767px) {
  .floating-button {
    bottom: 80px !important;
    z-index: 1;
  }
}


