body {
  background-color: #f8f9fa;
  min-width: 320px;
}

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;
  }
}
.logo_light {
  max-width: 255px;
  height: auto;
}
@media (max-width: 992px) {
  .logo_light {
    margin-top: -15px;
  }
}
@media (max-width: 500px) {
  .logo_light {
    max-width: 200px;
    height: auto !important;
  }
}
@media (max-width: 400px) {
  .logo_light {
    max-width: 160px;
    height: auto !important;
    margin-top: -8px;
  }
}

.header {
  left: 0;
  border-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

main {
  padding-left: 0;
}

.hero-title h1 {
  font-size: 54px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .hero-title h1 {
    font-size: 40px;
  }
}
.hero-title h2 {
  font-size: 26px;
  font-weight: normal;
}
@media (max-width: 500px) {
  .hero-title h2 {
    font-size: 22px;
  }
}

.nav-link {
  font-size: 16px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.upload-form {
  background-image: url(/images/upload-form-bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -152px;
  border-radius: 14px;
}
@media (max-width: 1199px) {
  .upload-form {
    background-position: center -90px;
  }
}
@media (max-width: 992px) {
  .upload-form {
    background-size: auto;
    background-position: center -200px;
  }
}
@media (max-width: 575px) {
  .upload-form {
    border-radius: 0;
  }
}

.upload-form__inner {
  padding-top: 8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.upload-form--active .upload-form__inner {
  padding-top: 2rem;
}
.upload-form__inner .block-tabs {
  justify-content: flex-end;
  box-shadow: none !important;
}
.upload-form__inner .block {
  background: transparent;
}
.upload-form__inner .tab-pane {
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  border-top-right-radius: 0;
}
.upload-form__inner .dropbox {
  margin-bottom: 0;
  padding: 2rem 1rem;
}
.upload-form__inner .dropbox:hover, .upload-form__inner .dropbox:active {
  background-color: #f8f9fa;
  border-color: #c0c5cd;
}
.upload-form--active .upload-form__inner .dropbox {
  padding: 0.5rem 1rem;
}
.upload-form__inner .nav-link {
  background-color: #ECECEC;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #182137;
  border-bottom: 0;
  padding: 5px 2rem 5px 1.5rem;
  position: relative;
  font-weight: normal;
}
@media (max-width: 400px) {
  .upload-form__inner .nav-link {
    font-size: 12px;
    padding: 5px 0.8rem 5px 0.5rem;
  }
}
.upload-form__inner .nav-link.active {
  background-color: #FFF;
  color: #182137;
  font-weight: 600;
}
.upload-form__inner .nav-link.active:hover {
  color: #182137;
}
.upload-form__inner .nav-link:hover {
  color: #f25e3d;
}
.upload-form__inner #select_url {
  border-top-right-radius: 0;
}
.upload-form__inner #select_file {
  border-top-left-radius: 0;
}
.upload-form__inner #select_file:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 31px solid #ECECEC;
  border-left: 20px solid transparent;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 0;
}
@media (max-width: 400px) {
  .upload-form__inner #select_file:before {
    border-bottom: 28px solid #ECECEC;
    left: -15px;
    border-left: 15px solid transparent;
  }
}
.upload-form__inner #select_file.active:before {
  border-bottom: 31px solid #fff;
}
@media (max-width: 400px) {
  .upload-form__inner #select_file.active:before {
    border-bottom: 28px solid #fff;
  }
}
.upload-form__inner .upload-form__text {
  color: #182137;
}
.upload-form__inner .uploadItem {
  min-height: inherit !important;
  padding: 0.6rem 0;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border: 0;
  border-bottom: 1px solid #c9ced5;
  border-radius: 0;
}
.upload-form__inner .upload-form__upload-icon {
  margin-bottom: 1rem;
}
.upload-form--active .upload-form__inner .upload-form__upload-icon {
  margin-bottom: 0;
}
.upload-form--active .upload-form__inner .upload-form__upload-icon svg {
  width: 40px;
  height: auto;
}
.upload-form__inner .uploadItem-icon {
  fill: #f25e3d;
  width: 15px;
  min-width: 15px;
}
.upload-form__inner .text-end {
  margin-top: 1rem;
}
.upload-form__inner .upload-form__result {
  justify-content: center;
  border-bottom: 0;
}
.upload-form--active .upload-form__inner .upload-form__result {
  margin-top: 0;
  padding-top: 0;
}
.upload-form__inner .upload-form__result textarea.copy-source {
  padding-right: 2rem;
  border-radius: 10px !important;
  background-color: #f1f1f1;
  min-height: 6rem;
}
@media (max-width: 767px) {
  .upload-form__inner .upload-form__result textarea.copy-source {
    border-radius: 5px !important;
  }
}
.upload-form__inner .upload-form__result svg {
  fill: #36ABD9;
  margin-right: 0.5rem;
  width: 21px;
  height: auto;
  min-width: 21px;
}
.upload-form__inner .upload-form__result .tab-pane {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.upload-form__inner .upload-form__result .upload-form__message {
  border-bottom: 1px solid #ececec;
  padding-bottom: 1rem;
}
.upload-form__inner .upload-form__result .upload-form__text-message {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .upload-form__inner .upload-form__share-tabs {
    flex-direction: column;
  }
}
.upload-form__inner .upload-form__share-tabs .nav-link {
  background-color: #fff;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .upload-form__inner .upload-form__share-tabs .nav-link {
    margin-right: 0;
    border-radius: 5px !important;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.upload-form__inner .upload-form__share-tabs .nav-link.active {
  background-color: #f1f1f1;
}
.upload-form__inner #uploadurl .url-upload-rules {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .upload-form__inner #uploadurl .url-upload-rules {
    flex-direction: column;
  }
}
.upload-form__inner #uploadurl .submit-btn {
  height: inherit;
  font-size: inherit;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-lang .dropdown-item img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.navigation .reg-btn {
  font-size: 15px;
}
.navigation .reg-btn svg {
  margin-right: 5px;
  margin-top: -2px;
}
.navigation #mainmenu .btn {
  font-size: 15px;
}
.navigation #mainmenu .btn svg {
  margin-right: 5px;
  margin-top: -2px;
}
.navigation .header-lang {
  margin-right: -10px;
}

.why-us h2 {
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-size: 40px;
}
.why-us .why-us__heading span {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .why-us .why-us__heading span {
    font-size: 18px;
    text-align: left;
  }
}
.why-us .why-us__box {
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
}
.why-us .why-us__text {
  font-size: 15px;
}

.footer {
  margin-top: 4rem;
  padding: 1rem 0;
}
.footer .footer-col-title {
  color: #182137;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.7rem;
  margin-top: 2rem;
}
.footer .nav-link {
  color: #182137;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.footer .nav-link:hover, .footer .nav-link:focus {
  color: #36ABD9;
}
.footer .footer-logo {
  margin-top: 2rem;
}

.earn-money h1 {
  font-size: 40px;
}
.earn-money .earn-money__benefits {
  padding-bottom: 3rem;
  border-radius: 10px;
}
.earn-money .earn-money__benefits .earn-money__benefit .earn-money__benefit-title {
  margin-top: 1rem;
  font-weight: 700;
}
.earn-money .earn-money__benefits .earn-money__benefit .earn-money__benefit-text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.earn-money .money-rate__box {
  font-size: 15px;
  border-radius: 10px;
  height: 100%;
}
.earn-money .money-rate__amount-comment {
  color: #808080;
  font-size: 14px;
}
.earn-money .money-rate__amount {
  font-weight: 700;
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.earn-money .money-rate:nth-child(1) .money-rate__amount {
  font-size: 70px;
}
.earn-money .money-rate:nth-child(2) .money-rate__amount {
  font-size: 60px;
}
.earn-money .money-rate:nth-child(3) .money-rate__amount {
  font-size: 50px;
}
.earn-money .money-rate:nth-child(4) .money-rate__amount {
  font-size: 40px;
}
.earn-money .money-rates .btn-start-earning {
  min-width: 300px;
}
.earn-money .earn-money__payment {
  padding: 2rem;
}
.earn-money .earn-money__payment .bottom-text {
  font-size: 15px;
}
.earn-money .earn-money__payment .border-right {
  border-right: 1px solid #ececec;
}
@media (max-width: 767px) {
  .earn-money .earn-money__payment .border-right {
    border-right: 0;
  }
}
.earn-money .earn-money__payment-title {
  font-weight: 700;
  color: #182137;
  font-size: 18px;
  margin-bottom: 1rem;
}
.earn-money .earn-money__payment-info p {
  margin-bottom: 3px;
  font-size: 15px;
}
.earn-money .btn-contact {
  font-size: 15px;
}

.account-stats h1 {
  font-size: 40px;
  padding-bottom: 2rem;
}
.account-stats .account-stat {
  margin-bottom: 2rem;
}
.account-stats .account-stat-bg {
  padding: 2rem 1.5rem 1rem 1.5rem;
  display: flex;
  border-radius: 10px;
  height: 100%;
}
.account-stats .account-stat__icon-bg {
  border-radius: 8px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5rem;
}
.account-stats .account-stat__icon {
  display: flex;
}
.account-stats .account-stat__info {
  padding-left: 1rem;
}
.account-stats .account-stat__info .account-stat__line1 {
  color: #AEAEAE;
  font-size: 16px;
  font-weight: 500;
}
.account-stats .account-stat__info .account-stat__line2 {
  color: #182137;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.account-stats .account-stat__info .account-stat__line3 {
  color: #182137;
  font-size: 15px;
}
.account-stats .account-stat__info .btn-request-money {
  margin-top: 5px;
}

.btn-outline-account {
  border: 1px solid #d9d9d9;
  color: #808080;
}
.btn-outline-account svg {
  margin-right: 0.5rem;
}
.btn-outline-account.btn-sm {
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.btn-outline-account.btn-sm span {
  font-size: 14px;
}
.btn-outline-account:hover, .btn-outline-account:focus {
  border: 1px solid #b1b1b1;
  color: #7f7f7f;
}

.user-settings .block {
  border: 0;
}
.user-settings .block-tabs .nav-link.active {
  color: #36ABD9;
  border-color: #36ABD9;
}
.user-settings .block-tabs .nav-link:hover {
  color: #36ABD9;
}
.user-settings .tab-pane label {
  color: #182137;
}
.user-settings .submit-btn {
  box-shadow: none !important;
}

.modal-header.bg-success h4 {
  color: white;
}

.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;
}

.my-files .top-bar {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 10px;
  border-bottom: 0;
}
.my-files .top-bar .search {
  width: auto !important;
}
.my-files .top-bar .search input[type=text] {
  max-width: 250px;
  margin-left: auto;
  color: #182137;
}
.my-files .top-bar .search input[type=text]::-moz-placeholder {
  color: #808080;
}
.my-files .top-bar .search input[type=text]::placeholder {
  color: #808080;
}
.my-files .top-bar .stats {
  color: #182137;
}
.my-files h1 {
  font-size: 40px;
  padding-bottom: 3rem;
}
.my-files .files {
  padding: 1rem;
  border-radius: 10px;
}
.my-files .files table {
  color: #182137;
}
.my-files .files table a {
  color: #182137;
}
.my-files .files table th {
  background-color: #f5f5f5;
  color: #808080;
  border-bottom: 0;
}
.my-files .files table th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.my-files .files table th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.my-files .files table th a {
  color: #808080;
}
.my-files .files table td {
  color: #182137;
  border-bottom: 1px solid #ececec;
}
.my-files .paging {
  padding-top: 1rem;
}
.my-files .control-buttons {
  position: inherit;
}

.my-reports h1 {
  font-size: 40px;
  padding-bottom: 3rem;
}
.my-reports .top-bar {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 10px;
  border-bottom: 0;
}
.my-reports .top-bar .btn-outline-account svg {
  margin-top: -2px;
}
.my-reports .top-bar h5 {
  font-size: 16px;
}
.my-reports .top-bar .hasDatepicker {
  width: 150px;
}
.my-reports .block {
  border-radius: 10px;
  border: 0;
}
.my-reports .table-statistics {
  padding: 1rem;
  border-radius: 10px;
}
.my-reports .table-statistics table {
  color: #182137;
  border-radius: 10px;
}
.my-reports .table-statistics table a {
  color: #182137;
}
.my-reports .table-statistics table tfoot td {
  font-weight: 700;
}
.my-reports .table-statistics table th {
  background-color: #f5f5f5;
  color: #808080;
  border-bottom: 0;
}
.my-reports .table-statistics table th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.my-reports .table-statistics table th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.my-reports .table-statistics table th a {
  color: #808080;
}
.my-reports .table-statistics table td {
  color: #182137;
  border-bottom: 1px solid #ececec;
}

.submit-btn {
  box-shadow: none !important;
  height: auto !important;
  font-size: 16px;
}

.captcha_code {
  border-radius: 6px;
  border: 1px solid #c9ced5;
  margin-left: 5px;
}

.download-first h1 {
  font-size: 40px;
  padding-bottom: 1rem;
}
.download-first .download-heading .file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-first .download-heading span {
  font-size: 18px;
}
.download-first .download-info {
  padding: 1.5rem;
  border-radius: 10px;
}
.download-first .download-info p {
  text-align: justify;
  border-bottom: 1px solid #ececec;
  padding-bottom: 1rem;
}
.download-first .download-info__file {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}
.download-first .download-info__file .file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-first .download-details {
  padding: 1.5rem;
  border-radius: 10px;
}
.download-first .download-details .file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-first .download-details p {
  text-align: justify;
  border-bottom: 1px solid #ececec;
  padding-bottom: 1rem;
}
.download-first .articles h2 {
  font-size: 36px;
}
.download-first .articles p {
  color: #182137;
}

.share-file .block {
  border: 0;
  border-radius: 10px;
}
.share-file .block .codes-textarea {
  padding: 1rem;
}
.share-file .block .codes-textarea .btn {
  bottom: 1rem;
  right: 1rem;
}
.share-file .block .codes-textarea textarea {
  background-color: #fff;
  border: 1px solid #ececec !important;
  border-radius: 8px;
}

.block-tabs .nav-link:hover, .block-tabs .nav-link:focus {
  color: #36ABD9;
}

.block-tabs .nav-link.active {
  color: #36ABD9;
  border-color: #36ABD9;
}

.request-money .top-bar {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 10px;
  border-bottom: 0;
}
.request-money .block {
  border: 0;
}

.file-form .block {
  border: 0;
}
.file-form .settings-table td {
  border-color: #ececec !important;
}
.file-form .settings-table tr {
  border-color: #ececec !important;
}

.notfound h2 {
  color: #f25e3d;
  font-size: 20px;
  margin-top: 1.5rem;
}

.report-abuse textarea {
  resize: vertical !important;
  min-height: 160px !important;
}

#add_folder h1 {
  padding-bottom: 0;
}
#add_folder .form-control {
  color: #182137;
}
#add_folder .form-control::-moz-placeholder {
  color: #808080;
}
#add_folder .form-control::placeholder {
  color: #808080;
}

.files-uploaded .download-heading {
  margin-bottom: 1rem;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 0.5rem;
}
.files-uploaded .download-heading a {
  color: #4e5567;
}
.files-uploaded .download-heading .file-name-top {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.files-uploaded .download-heading .file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.files-uploaded .download-heading span {
  font-size: 18px;
}

.guarded-file {
  display: flex;
  align-items: center;
  justify-content: center;
}
.guarded-file input {
  width: 300px;
  padding-left: 35px;
}
.guarded-file svg {
  margin-right: -30px;
  position: relative;
}

.modal-header.rounded-top.text-white.bg-primary .modal-title {
  color: white !important;
}/*# sourceMappingURL=new-style.css.map */