/* Brand palette override (was patched directly into bootstrap.css) */
:root {
  --bs-primary: #33da8c;
  --bs-primary-rgb: 51, 218, 140;
  --bs-secondary: #fac661;
  --bs-secondary-rgb: 250, 198, 97;
  --bs-offcanvas-width: 300px;
}

body {
  min-width: 320px;
  background: #172331;
  color: #e3e9f1;
  font-weight: 300;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

body.admin {
  margin-top: 38px;
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  body.offcanvas-fix.admin {
    margin-left: 300px;
    transform: all ease 0.8s;
  }
}
.btn-admin {
  position: absolute;
  top: -38px;
  left: 0;
  z-index: 1100;
  background-color: #182137;
  border-color: #182137 !important;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  width: 100%;
}
.btn-admin:hover, .btn-admin:active, .btn-admin:focus {
  background-color: #182137 !important;
  border-color: #182137 !important;
  color: #b1b1b1 !important;
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
    margin-left: 1rem;
  }
}
.navbar .navbar-brand img {
  max-width: 150px;
  height: auto;
}
.navbar .navbar-toggler .hamburger-closed {
  display: none;
}
.navbar .navbar-toggler .hamburger-opened {
  display: block;
}
.navbar .navbar-toggler.collapsed .hamburger-closed {
  display: block;
}
.navbar .navbar-toggler.collapsed .hamburger-opened {
  display: none;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #b6bfc9;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active {
  color: #33da8c;
}
.navbar .navbar-nav .nav-item .nav-link svg {
  margin-top: -3px;
}
@media (max-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #505050;
    color: white;
    padding: 15px 5px;
  }
}
.navbar .navbar-nav .nav-item.nav-item-important {
  font-weight: 500;
}

.user-navbar {
  border-bottom: 1px solid #24374d;
}
.user-navbar .user-navbar__menu li a {
  color: #fff;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.user-navbar .user-navbar__menu li a:hover, .user-navbar .user-navbar__menu li a:active {
  color: #33da8c;
}

.bg-shape {
  background-image: url(/images/page-header-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom center;
  position: absolute;
  width: 100%;
  height: 80vh;
  top: 0;
  z-index: -1;
}
.bg-shape.bg-shape__page {
  height: 300px;
}
.bg-shape.bg-shape--custom {
  height: 500px;
}
.bg-shape.bg-shape--myfiles {
  height: 400px;
}

main {
  padding-top: 2rem;
}

.upload-file h1 {
  position: relative;
  max-width: 70%;
  margin: 50px 0 70px 0;
  line-height: 65px;
  font-weight: 400;
  font-size: 50px;
  color: #e3e9f1;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 1399px) {
  .upload-file h1 {
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  .upload-file h1 {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .upload-file h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
.upload-file h1 strong {
  font-weight: 700;
}
.upload-file .upload-form .upload-form__block {
  background: #253850;
  border: 0;
  border-bottom: 8px solid #203248;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .upload-file .upload-form .upload-form__block {
    flex-direction: column;
  }
}
.upload-file .upload-form .upload-form__block .upload-form__tabs {
  background-color: #203248;
  box-shadow: none;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  border-top-right-radius: 80px;
  width: 230px;
}
@media (max-width: 767px) {
  .upload-file .upload-form .upload-form__block .upload-form__tabs {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.upload-file .upload-form .upload-form__block .upload-form__tabs .nav-link {
  background-color: #253850;
  border: 0;
  margin: 0.5rem 1.5rem;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 68px;
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: inherit;
  width: auto;
}
@media (max-width: 767px) {
  .upload-file .upload-form .upload-form__block .upload-form__tabs .nav-link {
    justify-content: center;
  }
  .upload-file .upload-form .upload-form__block .upload-form__tabs .nav-link br {
    display: none;
  }
}
.upload-file .upload-form .upload-form__block .upload-form__tabs .nav-link svg {
  fill: #2c8dd4;
  margin-right: 0.5rem;
}
.upload-file .upload-form .upload-form__block .upload-form__tabs .nav-link:hover {
  background-color: #2e435e;
}
.upload-file .upload-form .upload-form__block .upload-form__tabs .nav-link.active {
  background-color: #fac661;
}
.upload-file .upload-form .upload-form__block .upload-form__tabs .nav-link.active svg {
  fill: #fff;
}
.upload-file .upload-form .upload-form__block .tab-parent {
  width: calc(100% - 230px);
  padding: 2rem;
}
@media (max-width: 767px) {
  .upload-file .upload-form .upload-form__block .tab-parent {
    width: 100%;
  }
}
.upload-file .upload-form .upload-form__block .tab-content .dropbox {
  margin-bottom: 0;
  margin-top: 0.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-color: #405266;
}
.upload-file .upload-form .upload-form__block .tab-content .dropbox:hover, .upload-file .upload-form .upload-form__block .tab-content .dropbox:active {
  background-color: #2a3e58;
}
.upload-file .upload-form .upload-form__block .tab-content .dropbox:hover .btn-upload, .upload-file .upload-form .upload-form__block .tab-content .dropbox:active .btn-upload {
  border: 2px solid #f8ab17;
  outline: 1px solid #a97209;
  outline-offset: -3px;
}
.upload-file .upload-form .upload-form__block .tab-content .dropbox__content .dropbox__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #e3e9f1;
}
.upload-file .upload-form .upload-form__block .tab-content .dropbox__content .dropbox__title.dropbox__title--unlogged {
  font-size: 16px;
  font-weight: 500;
  text-transform: inherit;
}
.upload-file .upload-form .upload-form__block .tab-content .dropbox__content .dropbox__or {
  font-weight: 700;
  color: #6c83a1;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 14px;
}
.upload-file .upload-form .upload-form__block .tab-content .dropbox__content .dropbox__info {
  font-size: 12px;
  margin-top: 1rem;
  color: #e3e9f1;
}
.upload-file .upload-form .upload-form__block .tab-content .dropbox__content .dropbox__icon {
  margin-bottom: 0.5rem;
}
.upload-file .upload-form .upload-form__block .tab-content .reurlupload textarea {
  background-color: #172331;
  border: 0;
  border-radius: 10px;
  color: #e3e9f1;
}
.upload-file .upload-form .upload-form__block .tab-content .reurlupload .check-radio {
  font-size: 13px;
}
.upload-file .upload-form .upload-file__terms {
  text-align: center;
  font-size: 14px;
  color: #b6bfc9;
}
.upload-file .upload-form .upload-file__terms a {
  color: #b6bfc9;
}
.upload-file .upload-form .upload-file__terms a:hover {
  color: #33da8c;
}
.upload-file .upload-form__uploaded-tabs .block-tabs {
  flex-direction: column;
}
.upload-file .upload-form__uploaded-tabs .block-tabs .nav-link {
  margin: 0.25rem 1.5rem;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: inherit;
}
.upload-file .btn-cancel {
  border-color: #ff5555;
  color: #ff5555;
}
.upload-file .btn-cancel:hover {
  color: #253850;
}

.btn-primary {
  padding: 15.5px 35px;
  border: 0;
  line-height: normal;
  background: #fac661;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 33px;
  box-shadow: 0 0 6px 0 rgba(250, 198, 97, 0.61);
  transition: all 0.2s ease-in-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #f8ab17 !important;
}
.btn-primary:disabled {
  background-color: #976f22;
}

.btn-secondary {
  padding: 15.5px 35px;
  border: 0;
  line-height: normal;
  background: #2c8dd4;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 33px;
  box-shadow: 0 0 6px 0 rgba(44, 141, 212, 0.6);
  transition: all 0.2s ease-in-out;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #186faf;
}

.btn-upload {
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  outline: 1px solid transparent;
  outline-offset: -3px;
  padding-left: 3rem;
}
.btn-upload svg {
  position: absolute;
  left: -10px;
  bottom: -10px;
  transform: rotate(45deg);
}

.modal .modal-content {
  background: #253850;
}
.modal .modal-content h1 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1rem;
}
.modal .modal-content .btn-close {
  margin-top: -17px;
  background-image: none !important;
}
.modal .modal-content .modal-header {
  border-bottom: 1px solid #455d7b;
}
.modal .modal-content .modal-body label {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.modal .modal-content .modal-body input.form-control, .modal .modal-content .modal-body select.form-select {
  background-color: #172331 !important;
  border: none;
  color: #e3e9f1;
}
.modal .modal-content .modal-footer {
  border-top: 1px solid #455d7b;
  background: #253850;
}

.illustration-image {
  position: absolute;
  top: -200px;
  right: 0;
  height: 453.32px;
  width: 502.48px;
  background: url(../images/form-illustration-image.svg) center center no-repeat;
  background-size: contain;
  z-index: 10;
}
@media (max-width: 1399px) {
  .illustration-image {
    top: -50px;
    right: 150px;
    height: 300px;
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .illustration-image {
    top: 50px;
    right: 60%;
    height: 250px;
    width: 200px;
  }
}
.illustration-image .image {
  position: absolute;
  transition: all 0.3s ease-in-out;
  animation-name: imageMovementTopBottom;
  animation-iteration-count: infinite;
  animation-duration: 7s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0.3;
}
.illustration-image .image.image-1 {
  left: 70px;
  bottom: 88px;
  width: 144.1px;
  height: 270.56px;
  background: url(../images/form-illustration-image-1.svg) bottom center no-repeat;
  background-size: contain;
  z-index: 2;
}
.illustration-image .image.image-2 {
  left: 280px;
  bottom: 94px;
  width: 111.39px;
  height: 209.12px;
  background: url(../images/form-illustration-image-2.svg) bottom center no-repeat;
  background-size: contain;
  animation-delay: 0.5s;
  z-index: 2;
}
.illustration-image .image.image-3 {
  left: 291px;
  bottom: 310px;
  width: 97.89px;
  height: 183.8px;
  background: url(../images/form-illustration-image-3.svg) bottom center no-repeat;
  background-size: contain;
  animation-delay: 1s;
  z-index: 1;
}

@keyframes imageMovementTopBottom {
  0% {
    opacity: 0.3;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0.3;
    transform: translateY(0);
  }
}
.uploadItem {
  min-height: inherit !important;
}

.why-choose-header {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .why-choose-header {
    margin-top: 6rem;
  }
}
.why-choose-header h2 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .why-choose-header h2 {
    margin-bottom: 1rem;
  }
}
.why-choose-header h2 strong {
  color: #33da8c;
}

@media (max-width: 992px) {
  .why-choose ul.why-choose__features {
    background: #253850;
    border-radius: 20px;
    border-bottom: 10px solid #203248;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.why-choose ul.why-choose__features strong {
  font-weight: 700;
}
@media (max-width: 992px) {
  .why-choose ul.why-choose__features strong {
    color: #33da8c;
  }
}
.why-choose ul.why-choose__features li {
  padding: 1rem 1.5rem;
  text-align: right;
}
@media (max-width: 992px) {
  .why-choose ul.why-choose__features li {
    text-align: center;
    padding: 0.7rem 1.5rem;
  }
}
.why-choose .illustration-image {
  position: relative;
  display: block;
  height: 266.7px;
  width: 442.78px;
  margin: 0 auto;
  top: 0;
  left: 0;
  background: url(../images/why-us-main-image.svg) center center no-repeat;
}
@media (max-width: 992px) {
  .why-choose .illustration-image {
    margin-bottom: 2rem;
    transform: scale(0.8);
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .why-choose .illustration-image {
    transform: scale(0.6);
    margin-bottom: 0;
  }
}
.why-choose .illustration-image .image {
  position: absolute;
  transition: all 0.3s ease-in-out;
  animation-name: imageMovement;
  animation-iteration-count: infinite;
  animation-duration: 7s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0.3;
}
.why-choose .illustration-image .image-1 {
  left: 108px;
  bottom: 83px;
  width: 74.37px;
  height: 178.16px;
  background: url(../images/why-us-image-1.png) bottom center no-repeat;
  background-size: contain;
  z-index: 2;
}
.why-choose .illustration-image .image-2 {
  left: 174px;
  bottom: 0;
  width: 111.93px;
  height: 251.57px;
  background: url(../images/why-us-image-2.png) bottom center no-repeat;
  background-size: contain;
  animation-delay: 0.5s;
  z-index: 2;
}
.why-choose .illustration-image .image-3 {
  left: 252px;
  bottom: 119px;
  width: 100.31px;
  height: 228px;
  background: url(../images/why-us-image-3.png) bottom center no-repeat;
  background-size: contain;
  animation-delay: 1s;
  z-index: 1;
}
.why-choose .action {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .why-choose .action {
    margin-top: 1rem;
  }
}

@keyframes imageMovement {
  0% {
    opacity: 0.3;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0.3;
    transform: translateX(0);
  }
}
.aboutus-frontpage {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.aboutus-frontpage .aboutus-frontpage__bg {
  background-color: #0070c2;
  padding: 3rem 5rem;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .aboutus-frontpage .aboutus-frontpage__bg {
    padding: 2rem 3rem;
  }
}
.aboutus-frontpage .aboutus-frontpage__bg::before {
  content: "";
  background: rgba(0, 112, 194, 0.5);
  position: absolute;
  width: calc(100% - 15px);
  bottom: -7px;
  height: 100%;
  left: 50%;
  z-index: -1;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.aboutus-frontpage .aboutus-frontpage__bg::after {
  content: "";
  background: rgba(0, 112, 194, 0.5);
  position: absolute;
  width: calc(100% - 30px);
  bottom: -14px;
  height: 100%;
  left: 50%;
  z-index: -1;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.aboutus-frontpage .aboutus-frontpage__bg h3 {
  text-transform: uppercase;
  font-size: 28px;
  padding: 0 1rem;
  margin-bottom: 1.5rem;
}
.aboutus-frontpage .aboutus-frontpage__bg p {
  font-size: 18px;
  padding: 0 1rem;
}
.aboutus-frontpage .aboutus-frontpage__bg p.important {
  color: #fac661;
  font-weight: 700;
  text-transform: uppercase;
}
.aboutus-frontpage .aboutus-frontpage__bg strong {
  font-weight: 600;
}

.footer {
  margin-top: 5rem;
  background-color: #172331 !important;
}
.footer .footer__heading {
  font-size: 32px;
  font-weight: 700;
  color: #33da8c;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
@media (max-width: 576px) {
  .footer .footer__heading {
    padding-left: 1rem;
  }
}
.footer ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .footer ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
    display: block;
  }
}
@media (max-width: 576px) {
  .footer ul {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.footer ul li a {
  color: #e3e9f1;
  font-size: 15px;
}
@media (max-width: 767px) {
  .footer ul li a {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.footer ul li a:hover {
  color: #33da8c;
}
.footer .copyrights {
  margin-bottom: 2rem;
  font-size: 13px;
  color: #b6bfc9;
}
.footer .copyrights img {
  width: 150px;
  height: auto;
}
@media (max-width: 767px) {
  .footer .copyrights img {
    margin-top: 1.5rem;
  }
}

.page h1 {
  font-weight: 400;
  font-size: 44px;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.make-money .make-money__about {
  background-color: #131e2a;
  border-radius: 20px;
  padding: 2rem 3rem;
  line-height: 1.8rem;
}
.make-money .make-money__about .make-money__about-title {
  font-weight: 700;
  font-size: 24px;
  color: #33da8c;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.make-money .make-money__profit-rates .title {
  margin-top: 4rem;
  font-size: 28px;
}
@media (max-width: 576px) {
  .make-money .make-money__profit-rates .title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.make-money .make-money__profit-rates .make-money__conversion {
  border: 2px solid #1d2d40;
  padding: 2rem 2rem;
  margin-top: 3rem;
}
.make-money .make-money__profit-rates .make-money__conversion-title {
  color: #33da8c;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.make-money .make-money__profit-rates .make-money__conversion-text {
  font-size: 16px;
}
.make-money .make-money__profit-rates .make-money__rules {
  background-color: #131e2a;
  border-radius: 20px;
  margin-top: 5rem;
  padding: 3rem;
}
.make-money .make-money__profit-rates .make-money__rules .make-money__rules-heading {
  color: #e50027;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.make-money .make-money__profit-rates .make-money__rules ul {
  font-size: 16px;
}
.make-money .make-money__profit-rates .make-money__rules ul li {
  padding: 0.8em 0;
}
.make-money .make-money__profit-rates .make-money__rules ul li svg {
  margin-right: 8px;
}

.table {
  font-size: 15px;
}
.table thead th {
  background-color: #131e2a;
  color: white;
  border: 1px solid #1d2d40;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px;
}
.table tbody tr {
  border-color: #1d2d40;
}
.table tbody td {
  background-color: #172331;
  color: white;
  border: 1px solid #1d2d40;
  padding: 15px 20px;
}
.table tbody td .points {
  padding: 5px 15px;
  background: #33da8c;
  text-align: center;
  border-radius: 15px;
  font-weight: 500;
}
.table tfoot tr td {
  background-color: #131e2a;
  color: white;
  border: 1px solid #1d2d40;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px;
}

strong {
  font-weight: 600;
}

.contactus .contactus__text a {
  color: #e3e9f1;
}
.contactus .contactus__text a:hover {
  color: #33da8c;
}
.contactus .contactus__form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.contactus .illustration-image {
  top: 0;
}
@media (max-width: 1400px) {
  .contactus .illustration-image {
    top: 150px;
  }
}

input.form-control, textarea.form-control, .form-select {
  background: #1d2d40;
  border: 0;
  border-radius: 15px;
  color: #e3e9f1;
}

.form-floating input:disabled, .form-floating select:disabled, .form-floating textarea:disabled {
  background: #1d2d40;
  border: 0;
  border-radius: 15px;
  color: #e3e9f1;
}
.form-floating label {
  color: #92b4dd !important;
}
.form-floating svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.form-control:focus,
.form-select:focus {
  background-color: #293d55;
  color: #e3e9f1;
}
.form-control:focus label,
.form-select:focus label {
  color: #e3e9f1;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  background-color: #1d2d40;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: #1d2d40;
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-select:focus ~ label::after {
  background-color: #293d55;
}

.my-account .my-account__stats-stats {
  margin-top: -3rem;
  display: flex;
  border-bottom: 1px solid #253850;
  padding-bottom: 1rem;
}
@media (max-width: 600px) {
  .my-account .my-account__stats-stats {
    flex-direction: column;
  }
}
.my-account .my-account__stats-stats svg {
  margin-right: 1rem;
}
@media (max-width: 600px) {
  .my-account .my-account__storage {
    margin-top: 1rem;
  }
}
.my-account .my-account__balance {
  margin-right: 3rem;
}
.my-account .btn-request-money {
  margin-top: 2rem;
}
.my-account .illustration-image {
  right: 85px;
  bottom: -30px;
  height: 385.96px;
  width: 474.6px;
  background: url(../images/my-account-illustration-image.svg) center bottom no-repeat;
  background-size: contain;
  transform: scale(0.9);
}
@media (max-width: 1199px) {
  .my-account .illustration-image {
    top: -200px;
    bottom: auto;
    right: -100px;
  }
}
.my-account .illustration-image .image-1 {
  left: 0;
  bottom: 80px;
  width: 137.96px;
  height: 215.36px;
  background: url(../images/my-account-illustration-image-1.svg) center bottom no-repeat;
  background-size: contain;
}
.my-account .illustration-image .image-2 {
  left: 195px;
  bottom: 120px;
  width: 177.22px;
  height: 264.28px;
  background: url(../images/my-account-illustration-image-2.svg) center bottom no-repeat;
  background-size: contain;
  animation-delay: 0.5s;
}
.my-account .my-account-form {
  margin-top: 6rem;
}
.my-account .my-account-form__title {
  color: #33da8c;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.my-account .form-floating {
  margin-bottom: 1.8rem;
}
.my-account .form-switch {
  padding-left: 0;
}
@media (max-width: 767px) {
  .my-account .form-switch {
    padding-bottom: 1.5rem;
  }
}
.my-account .form-switch label {
  font-size: 14px;
  padding-right: 0.5rem;
  color: #92b4dd;
}
.my-account .form-switch .form-switcher input:checked {
  background-color: #c70000;
}
.my-account .card-body {
  background: #1d2d40;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  font-size: 14px;
}
.my-account .question-mark svg {
  fill: #fac661;
}
.my-account .question-mark.collapsed svg {
  fill: #92b4dd;
}
.my-account .question-mark:hover svg {
  fill: #fac661;
}
.my-account .account-notification-warning {
  text-align: center;
}
.my-account .account-notification-warning .account-notification-warning__text {
  color: #da3333;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 17px;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid rgba(218, 51, 51, 0.5);
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.my-account .account-notification-warning .account-notification-warning__text p {
  margin-bottom: 0;
}
.my-account .account-notification-warning .account-notification-warning__text p small {
  color: #e3e9f1;
  font-weight: 400;
}
.my-account .account-notification-warning .account-notification-warning__text p small a {
  color: #e3e9f1;
}
.my-account .account-notification-warning .account-notification-warning__text p small a:hover {
  text-decoration: underline;
}

.login-page .illustration-image {
  top: 0;
}
.login-page .login-buttons {
  display: flex;
  justify-content: space-between;
}
.login-page .login-buttons .forgot-password {
  font-size: 15px;
}
.login-page .sign-up-link {
  font-size: 15px;
  margin-top: 2rem;
  color: #b6bfc9;
}
.login-page .sign-up-link a {
  font-weight: 600;
}

a {
  color: #b6bfc9;
}
a:hover {
  color: #33da8c;
}

.forgotpass .illustration-image {
  top: 0;
}

.register .illustration-image {
  top: 0;
}

.uploaded-file .uploaded-file__info .uploaded-results .uploaded-result {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #344255;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .uploaded-file .uploaded-file__info .uploaded-results .uploaded-result .uploaded-result__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .uploaded-file .upload-item-tabs {
    overflow: hidden;
  }
}
.uploaded-file .block-tabs {
  box-shadow: none;
  margin-top: 2rem;
}
.uploaded-file .block-tabs .nav-link {
  color: #e3e9f1;
  padding: 0.5rem 1.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 14px;
}
.uploaded-file .block-tabs .nav-link:hover {
  color: #33da8c;
}
.uploaded-file .block-tabs .nav-link.active {
  border-color: #33da8c;
  color: #33da8c;
  background-color: #1d2d40;
}
.uploaded-file .tab-content textarea {
  background-color: #1d2d40;
}
.uploaded-file .tab-content .copylinks {
  position: absolute;
  right: 15px;
  bottom: 5px;
}

.copylinks {
  display: inline-block;
  position: relative;
}
.copylinks:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.copylinks button {
  background: transparent;
  border: 0;
}
.copylinks .tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: #2f4765;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
}
@media (max-width: 767px) {
  .copylinks .tooltiptext {
    margin-left: -140px;
  }
}
.copylinks .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2f4765 transparent transparent transparent;
}

.request-money .tgrp {
  font-weight: 600;
}
.request-money .payments-history .payments-history__title {
  font-weight: 700;
  font-size: 24px;
  color: #33da8c;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.request-money .payment-requirements .payment-requirements__title {
  font-weight: 700;
  font-size: 24px;
  color: #33da8c;
  text-transform: uppercase;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .request-money .payment-requirements .payment-requirements__title {
    margin-top: 2rem;
  }
}

.my-files h1 {
  margin-bottom: 2rem;
}
.my-files .illustration-image {
  position: absolute;
  top: -50px;
  left: -30%;
  width: 328.68px;
  height: 263.97px;
  background: url(../images/my-files-illustration-image.svg) center bottom no-repeat;
  background-size: contain;
  z-index: 10;
}
.my-files .illustration-image .image.image-1 {
  left: 0;
  bottom: 54px;
  width: 96.626px;
  height: 147.13px;
  background: url(../images/my-files-illustration-image-1.svg) center bottom no-repeat;
  background-size: contain;
}
.my-files .illustration-image .image.image-2 {
  left: 133px;
  bottom: 83px;
  width: 124.43px;
  height: 180.55px;
  background: url(../images/my-files-illustration-image-2.svg) center bottom no-repeat;
  background-size: contain;
  animation-delay: 0.5s;
}
.my-files .files {
  background: #203146;
  padding: 1rem;
  border-radius: 20px;
}
.my-files .files tbody td {
  background-color: #203146;
  border-bottom: 1px solid #2f4765;
}
.my-files .files .fld-name span {
  color: #e3e9f1;
}
.my-files .files .file-name span {
  color: #e3e9f1;
}
.my-files .files .paging {
  margin-top: 2rem;
}
.my-files .files .paging .prev, .my-files .files .paging .next {
  color: white;
}
.my-files .files .paging span {
  background-color: #fac661;
}
.my-files .file-folders {
  background: #203146;
  padding: 1rem;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}
.my-files .file-folders tbody td {
  background-color: #203146;
  border-bottom: 1px solid #2f4765;
  padding: 15px 5px;
}
.my-files .file-folders .file-folders__controls {
  min-width: 90px;
}
.my-files .file-folders .fld-name {
  font-weight: 400;
  display: flex;
  align-items: center;
}
.my-files .file-folders .fld-name .fld-name__text {
  max-width: 180px;
}
@media (max-width: 1400px) {
  .my-files .file-folders .fld-name .fld-name__text {
    max-width: 140px;
  }
}
@media (max-width: 1199px) {
  .my-files .file-folders .fld-name .fld-name__text {
    max-width: 90px;
  }
}
@media (max-width: 992px) {
  .my-files .file-folders .fld-name .fld-name__text {
    max-width: 250px;
  }
}
.my-files .file-folders .fld-name a {
  color: #fff;
  display: flex;
  align-items: center;
}
.my-files .file-folders .fld-name svg {
  margin-right: 5px;
}
.my-files .file-folders .file-folders__total {
  font-weight: 400;
  min-width: 50px;
}
.my-files .file-folders .file-folders__total svg {
  margin-right: 5px;
}
.my-files .file-folders .file-folders__back a {
  color: #fff;
  font-weight: 600;
}
.my-files .file-folders .file-folders__add {
  margin-bottom: 1.5rem;
  position: relative;
}
.my-files .file-folders .file-folders__add input.form-control {
  height: 50px;
  background-color: #2f4765;
  border-radius: 50px;
}
.my-files .file-folders .file-folders__add input.form-control::-moz-placeholder {
  color: #85a4ca;
}
.my-files .file-folders .file-folders__add input.form-control::placeholder {
  color: #85a4ca;
}
.my-files .file-folders .file-folders__add .file-folders__title {
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
}
.my-files .file-folders .file-folders__add-btn {
  width: 50px;
  height: 50px;
  padding: 0 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.my-files .my-files__header .my-files__used-space {
  margin-bottom: 2rem;
}
.my-files .my-files__header .my-files__used-space section {
  padding: 0.5rem 0;
}
.my-files .my-files__header .my-files__used-space section svg {
  margin-right: 6px;
}
.my-files .control-buttons select {
  background-color: #172331;
}
.my-files .my-files__files .table thead th {
  background-color: #203146;
  padding: 8px 6px;
}
.my-files .my-files__files .table tbody td {
  color: #fff;
  padding: 14px 6px;
}
.my-files .my-files__files .table .file-name a {
  display: flex;
}
.my-files .my-files__files .table .file-name svg {
  margin-right: 6px;
}
.my-files .my-files__files .table .file-name span {
  font-weight: 400;
}
.my-files .my-files__files .my-files__search {
  position: relative;
}
.my-files .my-files__files .my-files__search .search-field {
  background-color: #203146;
  border-bottom: 1px solid #2f4765;
  border-radius: 0;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
}
.my-files .my-files__files .my-files__search .search-field::-moz-placeholder {
  color: #85a4ca;
}
.my-files .my-files__files .my-files__search .search-field::placeholder {
  color: #85a4ca;
}
.my-files .my-files__files .my-files__search svg {
  position: absolute;
  left: 0;
  top: 13px;
}

.btn-dark {
  background-color: #2e3e53;
}
.btn-dark:hover, .btn-dark:focus {
  background-color: #38475b;
}

.my-reports .my-reports__filter-title {
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .my-reports .my-reports__filter-title {
    justify-content: center;
  }
}
.my-reports .my-reports__filter-title svg {
  margin-right: 5px;
}
.my-reports .my-reports__filter svg {
  position: absolute;
  right: 8px;
  top: 15px;
}
.my-reports .my-reports__filter input[type=text] {
  max-width: inherit;
  width: 150px;
  padding-right: 15px;
  min-height: 50px;
}
@media (max-width: 575px) {
  .my-reports .my-reports__filter input[type=text] {
    width: 100%;
    text-align: center;
  }
}
.my-reports .my-reports__filter button {
  margin-left: 0.5rem;
}
@media (max-width: 575px) {
  .my-reports .my-reports__filter .my-reports__button {
    text-align: center;
  }
}

.download h1 {
  margin-bottom: 2rem;
}
.download .illustration-image {
  position: absolute;
  top: -50px;
  right: 25%;
  width: 328.68px;
  height: 263.97px;
  background: url(../images/my-files-illustration-image.svg) center bottom no-repeat;
  background-size: contain;
  z-index: 10;
}
.download .illustration-image .image.image-1 {
  left: 0;
  bottom: 54px;
  width: 96.626px;
  height: 147.13px;
  background: url(../images/my-files-illustration-image-1.svg) center bottom no-repeat;
  background-size: contain;
}
.download .illustration-image .image.image-2 {
  left: 133px;
  bottom: 83px;
  width: 124.43px;
  height: 180.55px;
  background: url(../images/my-files-illustration-image-2.svg) center bottom no-repeat;
  background-size: contain;
  animation-delay: 0.5s;
}
.download .download__header {
  margin-bottom: 4rem;
}
.download .download__content {
  margin-top: 3rem;
}
.download .download__content .download-btn {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.download #countdown .countdown {
  color: #fff;
}
.download .download__file-details .bg {
  background-color: #223245;
  color: #e3e9f1;
  padding: 1.5rem;
  border-radius: 20px;
  color: #e3e9f1;
}
.download .download__file-details .bg a {
  color: #e3e9f1;
}
.download .download__file-details .bg section {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .download .download__file-details .bg section {
    justify-content: center;
    padding: 0.5rem 0.5rem;
  }
}
.download .download__file-details .bg section svg {
  margin-right: 6px;
  flex-shrink: 0;
}
.download .download__file-details .bg section strong {
  margin-left: 5px;
}
.download .download__file-details .bg section span {
  white-space: nowrap;
}
.download .download__file-details .file-details__right section {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .download .download__file-details .file-details__right section {
    justify-content: center;
  }
}

.report-file textarea {
  height: auto !important;
  min-height: 180px !important;
}

.modal-content .btn.btn-outline-light {
  padding: 15.5px 20px;
  border: 0;
  line-height: normal;
  background: #2e3e53;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 33px;
  transition: all 0.2s ease-in-out;
}
.modal-content .btn.btn-outline-light:hover, .modal-content .btn.btn-outline-light:focus, .modal-content .btn.btn-outline-light:active {
  background-color: #38475b;
}

.guarded-file {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.guarded-file svg {
  position: absolute;
  left: 8px;
  bottom: 9px;
  fill: #fac661;
}
.guarded-file input[type=password] {
  padding-left: 35px;
}
.guarded-file p {
  color: #fac661;
}

.container-admin .top-bar {
  background-color: #26374b;
}

.uploaded-results-url .uploaded-result {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #344255;
  margin-bottom: 0.5rem;
}

.wrong-password {
  text-align: center;
  color: #ff3e3e;
  margin-bottom: 5px;
  font-weight: 600;
}

.uploaded-results-page textarea {
  min-height: 110px !important;
  resize: vertical !important;
  max-height: none !important;
}

.notfound .illustration-image {
  top: 0;
}
@media (max-width: 1199px) {
  .notfound .illustration-image {
    top: 200px;
  }
}

.alert-form-success {
  color: #33da8c;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 17px;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid rgba(51, 218, 140, 0.5019607843);
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#active_sessions {
  border: 0;
}

.container-fluid-admin-files {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container-fluid-admin-files .table thead td {
  padding: 15px 5px !important;
}
.container-fluid-admin-files .table tbody td {
  padding: 15px 5px !important;
}
.container-fluid-admin-files .table tfoot td {
  padding: 15px 5px !important;
}

.container-admin .table {
  background: #172331 !important;
}

.folders-warning-text {
  color: #fac661;
}
.folders-warning-text a {
  color: #fac661;
  text-decoration: underline;
}

#lastPayment .payments-history__title {
  margin-top: 0;
}
@media (max-width: 991px) {
  #lastPayment .payments-history__title {
    margin-top: 2rem;
    text-align: center;
  }
}

.file-format-error {
  margin-left: 1.4rem;
  color: #ff5555;
  font-weight: 600;
  font-size: 13px;
}

#extensionErrorNotification:not(:empty) {
  color: #ff5555;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0.5rem;
}/*# sourceMappingURL=new_style.css.map */