.img-mini {
  height: 50px;
  width: 80px;
  object-fit: cover;
  object-position: center center;
}

.object-fit-cover {
  object-fit: cover;
  object-position: 20% 50%;
}

.object-fit-contain {
  object-fit: contain;
  object-position: top center;
}

.def-bg {
  background-image: url("../images/default_bg-JitLOf0.jpg");
  background-size: cover;
}

.image-border-top-rounded {
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-topright: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.img-wrapper {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  padding-bottom: 20px;
}
.img-wrapper__item {
  position: absolute;
  top: 0;
  left: 0;
}
.img-wrapper-info {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  z-index: 3;
  color: #4FBAD1;
}
.img-wrapper-file-icon {
  position: absolute;
  top: 27%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 30px;
  max-width: 70px;
}
.img-wrapper-file-icon.folder-icon {
  top: 19%;
}

.clear-icon-box {
  background-color: #F8F9FA;
  border: 1px dashed #d9e5f5;
  padding: 10px 14px;
}
.clear-icon-box .box-image img {
  position: absolute;
  top: -4px;
  left: 0;
}
.clear-icon-box:hover {
  transition: all 0.4s;
}
.clear-icon-box:hover .box-image {
  opacity: 5%;
  transition: all 0.4s;
}
.clear-icon-box i {
  font-size: 30px;
  margin-right: 0;
}

.image-info-buttons {
  position: absolute;
  background: rgba(255, 255, 255, 0.55);
  width: 100%;
  bottom: 0;
}
.image-info-buttons * {
  text-decoration: none;
}

.image-select {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  padding: 2px 5px;
}
.image-select i {
  border-radius: 50%;
  color: #20c997;
}
.image-select i.f-not-selected {
  -webkit-box-shadow: 1px 1px 6px 0 rgba(85, 95, 115, 0.55);
  -moz-box-shadow: 1px 1px 6px 0 rgba(85, 95, 115, 0.55);
  box-shadow: 1px 1px 6px 0 rgba(85, 95, 115, 0.55);
  color: #fff;
  border: 1px solid #9c9da3;
}

@media (max-width: 500px) {
  .selected-image {
    max-height: 90px;
    border-radius: 0 !important;
  }
}
.dropzone-preview-image {
  font-size: 35px;
}

.file-manager {
  position: relative;
  border-bottom: 1px solid #A0AEC0;
  border-top: 1px solid #A0AEC0;
}
.file-manager .file-menu {
  border-right: 1px solid #A0AEC0;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 762px) {
  .file-manager .file-menu {
    width: 290px;
  }
}
.file-manager .file-menu-list {
  z-index: 11;
  width: inherit;
}
@media (min-width: 762px) {
  .file-manager .file-menu-list {
    width: 290px;
  }
}
.file-manager .file-menu-list li {
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 5px;
}
.file-manager li.divider {
  background: #A0AEC0;
  padding: 0;
}
.file-manager .search-box .form-control {
  border-radius: 10px;
  padding-left: 40px;
}
.file-manager .search-box .search-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #545965;
  width: 16px;
  height: 16px;
}
.file-manager .card {
  -webkit-box-shadow: 0 2px 3px #e4e8f0;
  box-shadow: 0 2px 3px #e4e8f0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eff0f2;
  border-radius: 1rem;
}
@media (min-width: 1400px) {
  .file-manager .card {
    width: 200px;
  }
}
@media (min-width: 2400px) {
  .file-manager .card {
    width: 190px;
  }
}
.file-manager .me-3 {
  margin-right: 1rem !important;
}
.file-manager .font-size-24 {
  font-size: 24px !important;
}
.file-manager .bg-soft-info {
  background-color: rgba(87, 201, 235, 0.25) !important;
}
.file-manager .bg-soft-primary {
  background-color: rgba(59, 118, 225, 0.25) !important;
}
.file-manager .avatar-xs {
  height: 1rem;
  width: 1rem;
}
.file-manager .avatar-sm {
  height: 2rem;
  width: 2rem;
}
.file-manager .avatar {
  height: 3rem;
  width: 3rem;
}
.file-manager .avatar-md {
  height: 4rem;
  width: 4rem;
}
.file-manager .avatar-lg {
  height: 5rem;
  width: 5rem;
}
.file-manager .avatar-xl {
  height: 6rem;
  width: 6rem;
}
.file-manager .avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b76e1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.file-manager .avatar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 8px;
}
.file-manager .avatar-group .avatar-group-item {
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.file-manager .avatar-group .avatar-group-item:hover {
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.file-manager .fw-medium {
  font-weight: 500;
}
.file-manager .folder-info {
  width: 20%;
  height: 20%;
  bottom: 8%;
  left: 2%;
}
.file-manager .folder-info .btn {
  outline: none;
  text-decoration: none;
}
.file-manager .folder-link {
  width: 20%;
  height: 20%;
  bottom: 13%;
  right: 2%;
  opacity: 0.7;
}
.file-manager .folder-link svg {
  fill: #bf7002;
}
.file-manager .image-select .unselect-file {
  border-radius: 100%;
  background: #fff;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
}
.file-manager .image-select .unselect-file:active {
  outline: none;
  border: transparent;
  background: #fff;
}
.file-manager .image-select .unselect-file i {
  color: #2D3748;
}
.file-manager .image-select:active {
  outline: none;
  border: transparent;
}

.files-module .file-menu {
  padding: 10px 0;
  position: relative;
}
@media (min-width: 762px) {
  .files-module .file-menu {
    width: 240px;
  }
}
.files-module .file-menu-list {
  z-index: 11;
  width: inherit;
}
@media (min-width: 762px) {
  .files-module .file-menu-list {
    width: 240px;
  }
}
.files-module .file-menu-list li {
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 5px;
}
.files-module li.divider {
  background: #A0AEC0;
  padding: 0;
}
.files-module .files-card .dropdown-toggle::after {
  display: none;
}
@media (min-width: 1400px) {
  .files-module .files-card {
    width: 246px;
  }
}
@media (min-width: 1600px) {
  .files-module .files-card {
    width: 240px;
  }
}
@media (min-width: 2000px) {
  .files-module .files-card {
    width: 250px;
  }
}
.files-module .files-card .unselect-file i {
  color: red;
}
.files-module .files-card__image-select {
  flex: 0 0 auto;
  width: auto;
  border: 0;
}
.files-module .files-card.selected {
  border-color: #4FBAD1;
}
.files-module .files-card__image-container {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  position: relative;
}
.files-module .files-card__img {
  padding: 0;
}
.files-module .files-card__folder-icon {
  max-width: 110px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.files-module .files-card__folder-icon svg {
  max-width: 100%;
}
.files-module .files-card__image-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 30px;
  max-width: 70px;
}
.files-module .files-card__icon-extension {
  width: 14px;
}
.files-module .files-card__icon-extension svg {
  width: 28pt;
  max-height: 100%;
}
.pagination span {
  margin: 0 0.3em;
}
.pagination span .pagination-button {
  margin: 0 0.2em;
}
.pagination .pagination-button {
  padding: 0.4em 0.7em;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #555F73;
}
.pagination .pagination-button.current {
  background: #555F73;
  color: #ffffff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination .pagination-button.disabled {
  color: #A0AEC0;
  cursor: initial;
  *cursor: initial;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/Inter-Thin-GZaddhD.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/Inter-ThinItalic-m9ZBCrt.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("fonts/Inter-ExtraLight-5L2vhlu.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("fonts/Inter-ExtraLightItalic-pcssplN.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/Inter-Light-NVLth-z.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/Inter-LightItalic-c-Q5J8c.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Inter-Regular-ofDvCin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Inter-Italic-bTYYD79.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Inter-Medium-A6fsSHA.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Inter-MediumItalic-FaH7TRJ.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Inter-SemiBold-GyZPrHn.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Inter-SemiBoldItalic-0-CJGoU.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Inter-Bold-ZKGpacb.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Inter-BoldItalic-rKRfl93.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/Inter-ExtraBold-U4z6YF9.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/Inter-ExtraBoldItalic-o3i74Pg.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/Inter-Black-8GMFCeW.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/Inter-BlackItalic-2jdnZCx.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/InterDisplay-Thin-ufnqUPp.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/InterDisplay-ThinItalic-Y1DThTW.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("fonts/InterDisplay-ExtraLight-oZDjbRl.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("fonts/InterDisplay-ExtraLightItalic-PtF8wwW.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/InterDisplay-Light-gVzQqKH.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/InterDisplay-LightItalic-72oNC15.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/InterDisplay-Regular-CS5RUme.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/InterDisplay-Italic-4FiRBsy.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/InterDisplay-Medium-Gk4bSlM.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/InterDisplay-MediumItalic-oSIzFDi.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/InterDisplay-SemiBold-vBUwhbq.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/InterDisplay-SemiBoldItalic-2iTTQnX.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/InterDisplay-Bold-IcX_yuG.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/InterDisplay-BoldItalic-wpck2rk.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/InterDisplay-ExtraBold-KcQS-AE.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/InterDisplay-ExtraBoldItalic-97VES3U.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/InterDisplay-Black-v3FpB3v.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/InterDisplay-BlackItalic--tG0kXn.woff2") format("woff2");
}
html, body {
  /*height: 100vh;*/
  background: #F1F5FB;
  font-family: "Inter", sans-serif;
}

.divider {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #555F73;
  margin: 30px 0;
}

.divider-light {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  margin: 10px 0;
}

.text-color-link {
  color: #4FBAD1;
}
.text-color-link svg {
  fill: #4FBAD1;
}
.text-color-link:hover, .text-color-link.active {
  color: #555F73;
}
.text-color-link:hover svg, .text-color-link.active svg {
  fill: #555F73;
}

a {
  text-decoration: none !important;
}

.card-section .card {
  border: 0 transparent;
  height: 100%;
}
.card-section .card .card-title {
  font-size: 13pt;
  padding-bottom: 10px;
  font-weight: 700;
  height: 64px;
}
@media (max-width: 500px) {
  .card-section .card .card-title {
    height: auto;
    margin-bottom: 10px;
  }
}
.card-section .card .card-text {
  font-size: 11pt;
}
.card-section .card .card-footer {
  border: 0 transparent;
  background: transparent;
}

.mini-logo {
  -webkit-mask: url("../images/logo/logo-mini-WujRhds.svg") no-repeat center;
  mask: url("../images/logo/logo-mini-WujRhds.svg") no-repeat center;
  width: 25px;
  height: 36px;
  background-color: #2D3748;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  color: #2D3748;
  padding-right: 10px;
}

.pc {
  padding: 0 30px;
}

.section-header {
  font-size: 16pt;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -5%;
  font-family: "InterDisplay", sans-serif;
}

.section-text {
  color: #0F0F0F;
  font-weight: 400;
  font-size: 24pt;
  line-height: 100%;
  letter-spacing: -5%;
}
.section-text span {
  color: #107EEA;
}

@media (max-width: 500px) {
  .section-header {
    font-size: 12pt;
    text-align: center;
  }
  .section-text {
    font-size: 16pt;
    text-align: center;
  }
}
.intro {
  background: linear-gradient(125.6deg, #4CA6FF 0%, #173AF1 100%);
  border-radius: 12px;
  opacity: 1;
  padding-top: 50px;
}
.intro_container {
  max-width: 520px;
}
.intro_container-header {
  font-weight: 700;
  font-size: 28px;
  line-height: 116%;
}
@media (max-width: 500px) {
  .intro_container-header {
    font-size: 18pt;
  }
}
.intro_button {
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 500px) {
  .intro_button {
    font-size: 10pt;
  }
}
.intro_button-demo {
  background: #FFFFFF;
  color: #107EEA;
}
.intro_promo {
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
}

.evolution .card {
  border-radius: 18px;
}

.step-number {
  font-weight: 200;
  font-size: 13pt;
  line-height: 100%;
  color: #107EEA;
  margin-bottom: 8px;
}

.learn .card .card-title {
  font-size: 12pt;
  padding-bottom: 5px;
  height: 44px;
}
@media (max-width: 500px) {
  .learn .card .card-title {
    margin-bottom: 5px;
  }
}
.learn-item:last-child .card {
  background: linear-gradient(125.6deg, #4CA6FF 0%, #173AF1 100%);
  color: #FAFAFA;
}
.learn-item:last-child .card svg {
  fill: #FAFAFA;
}
.learn-text {
  font-weight: 300;
  font-size: 15pt;
  line-height: 100%;
  margin: 25px 0;
  letter-spacing: -5%;
}

.choice .intro_button {
  border: 1px solid #107EEA;
  background: #107EEA;
  color: #FAFAFA;
}
.choice .intro_button:hover {
  background: #FAFAFA;
  color: #107EEA;
}

/*# sourceMappingURL=sav.css-7cdqPM1.map */
