@font-face {
  font-family: 'Gilroy 900';
  src: url("font/Gilroy-Black.eot");
  src: url("font/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("font/Gilroy-Black.woff2") format("woff2"), url("font/Gilroy-Black.woff") format("woff"), url("font/Gilroy-Black.ttf") format("truetype"), url("font/Gilroy-Black.svg#Gilroy-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy 400';
  src: url("font/Gilroy-Regular.eot");
  src: url("font/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("font/Gilroy-Regular.woff2") format("woff2"), url("font/Gilroy-Regular.woff") format("woff"), url("font/Gilroy-Regular.ttf") format("truetype"), url("font/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy 300';
  src: url("font/Gilroy-Light.eot");
  src: url("font/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("font/Gilroy-Light.woff2") format("woff2"), url("font/Gilroy-Light.woff") format("woff"), url("font/Gilroy-Light.ttf") format("truetype"), url("font/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy 800';
  src: url("font/Gilroy-ExtraBold.eot");
  src: url("font/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("font/Gilroy-ExtraBold.woff2") format("woff2"), url("font/Gilroy-ExtraBold.woff") format("woff"), url("font/Gilroy-ExtraBold.ttf") format("truetype"), url("font/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy 700';
  src: url("font/Gilroy-Bold.eot");
  src: url("font/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("font/Gilroy-Bold.woff2") format("woff2"), url("font/Gilroy-Bold.woff") format("woff"), url("font/Gilroy-Bold.ttf") format("truetype"), url("font/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy 600';
  src: url("font/Gilroy-SemiBold.eot");
  src: url("font/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("font/Gilroy-SemiBold.woff2") format("woff2"), url("font/Gilroy-SemiBold.woff") format("woff"), url("font/Gilroy-SemiBold.ttf") format("truetype"), url("font/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy 500';
  src: url("font/Gilroy-Medium.eot");
  src: url("font/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("font/Gilroy-Medium.woff2") format("woff2"), url("font/Gilroy-Medium.woff") format("woff"), url("font/Gilroy-Medium.ttf") format("truetype"), url("font/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  background: #11123b url("../images/top-right-body.png") right top no-repeat;
  font-family: 'Gilroy 500';
  font-weight: 500;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.57);
  text-shadow: none;
  overflow-x: hidden;
}

@media screen and (max-width: 1299px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-size: 120%;
  }
}

@media screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}

.holderPanel {
  float: none !important;
  background: none !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.w-100 {
  width: 100%;
}

h1, h2, h3 {
  font-family: 'Gilroy 700';
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 992px) {
  a:hover {
    color: #b080ff;
  }
}

a:focus {
  color: #fff;
}

b, strong {
  font-family: "Gilroy 700";
}

.ok {
  font-family: 'gilroy 700';
  font-size: 22px;
  font-weight: 700;
  color: #24c724;
}

.wrapper {
  padding: 210px 0 0 0;
  margin: 0;
  background: url("../images/body-bg2.png") 0 0 repeat;
  overflow-x: hidden;
}

@media screen and (max-width: 1199px) {
  .wrapper {
    padding: 180px 0 0 0;
  }
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding: 150px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding: 135px 0 0 0;
  }
}

@media screen and (max-width: 575px) {
  .wrapper {
    padding: 120px 0 0 0;
  }
}

.inner-page .wrapper {
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .inner-page .wrapper {
    padding-bottom: 50px;
  }
}

.home-page .wrapper {
  position: relative;
  padding-bottom: 400px;
}

@media screen and (max-width: 991px) {
  .home-page .wrapper {
    padding-bottom: 250px;
  }
}

@media screen and (max-width: 575px) {
  .home-page .wrapper {
    padding-bottom: 0;
  }
}

.home-page .wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 705px;
  width: 100%;
  background: url("../images/feature-block-bottom-image.png") calc(50% + 100px) bottom no-repeat;
}

@media screen and (max-width: 991px) {
  .home-page .wrapper::after {
    height: 405px;
    background-position: calc(50% + 70px) bottom;
    background-size: contain;
  }
}

@media screen and (max-width: 575px) {
  .home-page .wrapper::after {
    display: block;
    position: static;
    height: 225px;
    background-position: calc(50% + 50px) bottom;
    background-size: cover;
  }
}

@media screen and (max-width: 460px) {
  .home-page .wrapper::after {
    height: 180px;
    background-position: calc(50% + 35px) bottom;
  }
}

.container1, #container {
  position: relative;
  width: 100%;
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 1399px) {
  .container1, #container {
    max-width: 90%;
  }
}

@media screen and (max-width: 1199px) {
  .container1, #container {
    max-width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .container1, #container {
    max-width: 100%;
    padding: 0 35px;
  }
}

#content {
  width: 100%;
}

form {
  text-align: left;
}

form .form-group {
  margin: 0 0 35px 0;
}

@media screen and (max-width: 767px) {
  form .form-group {
    margin: 0 0 25px 0;
  }
}

form label {
  display: block;
  margin: 0;
  line-height: 26px;
  font-family: "Gilroy 700";
  font-size: 21px;
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 991px) {
  form label {
    line-height: normal;
    font-size: 18px;
  }
}

form .myForm {
  position: static;
  height: 45px;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  border: 0;
  background: none;
  border-bottom: 2px solid rgba(112, 36, 236, 0.3);
  font-size: 18px;
  font-family: "Gilroy 400";
  color: #fff;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 575px) {
  form .myForm {
    font-size: 14px;
  }
}

form .myForm::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

form .myForm::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

form .myForm:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

form .myForm:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

form .myForm:focus {
  border-color: #fff;
}

@media screen and (min-width: 992px) {
  form .myForm:hover {
    border-color: #fff;
  }
}

input[type="submit"], input[type="button"], .btn.btn-primary {
  padding: 15px 50px;
  margin: 0;
  background: #7024EC;
  border: 1px solid #7024EC;
  color: #fff;
  font-size: 22px;
  font-family: "Gilroy 600";
  text-align: center;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
}

@media screen and (min-width: 992px) {
  input[type="submit"]:hover, input[type="button"]:hover, .btn.btn-primary:hover {
    background-color: #6214e3;
  }
}

@media screen and (max-width: 991px) {
  input[type="submit"], input[type="button"], .btn.btn-primary {
    padding: 10px 30px;
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  input[type="submit"], input[type="button"], .btn.btn-primary {
    padding: 6px 20px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 575px) {
  input[type="submit"], input[type="button"], .btn.btn-primary {
    font-size: 16px;
  }
}

input[type="submit"]:active, input[type="button"]:active, .btn.btn-primary:active {
  background-color: #6214e3;
  border-color: #6214e3;
}

.has-checkbox input {
  display: none;
}

.has-checkbox label {
  float: none;
  position: relative;
  width: auto;
  min-width: 15px;
  padding: 0 0 0 25px;
  background: none;
  border: 0;
  font-family: "Gilroy 500";
  font-size: 16px;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

.has-checkbox label::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto 0;
  background: url("../images/checked-icon.svg") center center no-repeat;
  background-size: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  border-radius: 3px;
}

.has-checkbox input:checked + label::before {
  background-size: 8px;
}

.dropdown.bootstrap-select {
  display: block !important;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  padding: 0;
}

.dropdown.bootstrap-select.open {
  background: transparent;
}

.dropdown.bootstrap-select .dropdown-toggle {
  padding: 12px 40px 12px 20px;
  background: rgba(40, 41, 75, 0.7) !important;
  border: 1px solid #7024EC;
  opacity: 0.8;
  border-radius: 6px;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 16px;
  font-family: "Gilroy 500";
  color: rgba(255, 255, 255, 0.57);
  text-shadow: none;
}

.dropdown.bootstrap-select .dropdown-toggle .caret {
  top: 0;
  right: 20px;
  bottom: 0;
  width: 15.67px;
  height: 10.02px;
  margin: auto 0;
  border: 0;
  background: url("../images/dropdown-arrow.svg") center center no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.dropdown.bootstrap-select .dropdown-toggle[aria-expanded="true"] .caret {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.dropdown.bootstrap-select .dropdown-menu {
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  min-width: 100% !important;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 100;
}

.dropdown.bootstrap-select .dropdown-menu .inner {
  display: block;
  position: static;
  padding: 0;
  border: 0;
  background: rgba(40, 41, 75, 0.9) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 100;
}

.dropdown.bootstrap-select .dropdown-menu .inner ul li a {
  display: block;
  padding: 10px 20px;
  font-family: "Gilroy 500";
  color: rgba(255, 255, 255, 0.57);
  text-shadow: none;
  outline: none;
}

@media screen and (min-width: 992px) {
  .dropdown.bootstrap-select .dropdown-menu .inner ul li a:hover {
    background: #7024EC;
  }
}

.dropdown.bootstrap-select .dropdown-menu .inner ul li.selected a {
  background: #7024EC;
}

.dropdown.bootstrap-select .dropdown-menu .inner ul li.active a {
  background: #5413bf;
}

.tooltip .tooltip-inner {
  padding: 5px 10px;
  background: #7024EC;
  color: #fff;
}

.tooltip .tooltip-arrow {
  border-top-color: #7024EC !important;
}

.ui-widget-overlay {
  background: rgba(18, 19, 61, 0.9) !important;
}

.ui-dialog {
  padding: 0 !important;
  border: 0 !important;
  background: rgba(40, 41, 75, 0.8) !important;
  overflow: visible !important;
  border-radius: 10px !important;
}

@media screen and (max-width: 991px) {
  .ui-dialog {
    width: calc(100% - 40px) !important;
  }
}

.ui-dialog .ui-dialog-content {
  padding: 47px 30px 40px 30px !important;
}

@media screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-content {
    padding: 30px 10px !important;
  }
}

.ui-dialog .ui-dialog-content b {
  display: block;
  margin: 0 0 -10px 0;
  font-family: "Gilroy 600";
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .ui-dialog .ui-dialog-content b {
    padding-bottom: 16px;
    margin: 0 0 -4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
  }
}

.ui-dialog .ui-dialog-content textarea {
  height: 85px;
  width: 100% !important;
  padding: 15px 20px;
  border: 0;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 16px;
  font-family: "Gilroy 500";
  font-weight: 500;
  outline: none;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-content textarea {
    height: 80px;
    font-size: 14px;
  }
}

.ui-dialog .ui-dialog-titlebar {
  position: absolute !important;
  left: 0;
  right: 0;
  padding: 0 !important;
  border: 0;
  background: none;
  overflow: visible;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  position: relative;
  top: -85px;
  line-height: 90%;
  font-size: 55px;
  font-family: "Gilroy 700";
  color: #fff;
}

@media screen and (max-width: 991px) {
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    top: -65px;
    font-size: 32px;
    text-align: center;
  }
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  left: auto;
  right: 30px;
  width: 35px;
  height: 35px;
  border: 0;
  background: rgba(90, 88, 115, 0.5) url("../images/modal-close-icon.svg") center center no-repeat;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 50%;
  z-index: 2 !important;
}

@media screen and (min-width: 992px) {
  .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
    background-color: #7024EC;
  }
}

@media screen and (max-width: 991px) {
  .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    top: 20px;
    right: 10px;
  }
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span {
  display: none;
}

.ui-dialog .ui-widget-content {
  background: none;
}

.ui-datepicker {
  background: rgba(18, 19, 61, 0.9) !important;
  border: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
  background: #fff;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all {
  background: none !important;
  border: 0 !important;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: 0 !important;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: 0 !important;
}

.ui-datepicker .ui-datepicker-calendar thead tr th {
  background: #7024ec;
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td {
  border: 0;
  background: transparent;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
  background: #7024ec;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  padding: 5px;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
    background: #fff;
    color: #12133D;
  }
}

.err {
  display: block;
  padding: 20px;
  margin: 0 0 15px 0;
  text-align: center;
  background: #eb4d4b;
  color: #fff;
  font-size: 15px;
}

.admin-panel table:not(#files_list) {
  color: #000;
}

.admin-panel table:not(#files_list) input[type="submit"],
.admin-panel table:not(#files_list) input[type="button"],
.admin-panel table:not(#files_list) .btn.btn-primary {
  width: auto !important;
  padding: 10px 30px;
  margin: 10px 0;
  line-height: normal;
  font-size: 18px;
}

.admin-panel table:not(#files_list) .myForm {
  position: relative;
  left: -1px;
  height: 29px;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  color: #838383;
  line-height: 15px;
  padding: 0 0 0 3px;
  font-size: 13px;
  width: auto;
}

.admin-panel table:not(#files_list) a {
  color: #000;
}

.admin-panel .table_border-small table.tbl1 tr td {
  color: #000;
}

.admin-panel .table_border-small table.tbl1 tr td label {
  color: #000;
}

.admin-panel .settings label {
  color: #808080;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .modal-dialog.modal-sm {
    width: 500px;
    margin-top: 100px;
  }
}

.modal-dialog.modal-sm .modal-content {
  background-color: rgba(40, 41, 75, 0.9);
  border-radius: 11px;
}

.modal-dialog.modal-sm .modal-content .modal-header {
  background: #7024EC;
  border: 0;
}

.modal-dialog.modal-sm .modal-content .modal-header .modal-title {
  font-size: 18px;
  font-family: "Gilroy 700";
}

.modal-dialog.modal-sm .modal-content .btn.btn-default {
  padding: 0 15px;
  margin: 0;
  line-height: 35px;
  background: #7024EC;
  border: 1px solid #7024EC;
  color: #fff;
  font-size: 16px;
  font-family: "Gilroy 600";
  text-align: center;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
}

@media screen and (min-width: 992px) {
  .modal-dialog.modal-sm .modal-content .btn.btn-default:hover {
    background-color: #6214e3;
  }
}

@media screen and (max-width: 991px) {
  .modal-dialog.modal-sm .modal-content .btn.btn-default {
    padding: 10px 30px;
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .modal-dialog.modal-sm .modal-content .btn.btn-default {
    padding: 6px 20px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 575px) {
  .modal-dialog.modal-sm .modal-content .btn.btn-default {
    font-size: 16px;
  }
}

.modal-dialog.modal-sm .modal-content .btn.btn-primary {
  padding: 0 15px;
  margin: 0 15px 0 0;
  line-height: 35px;
  font-size: 16px;
  border-radius: 4px;
}

.modal-dialog.modal-sm .modal-content .modal-footer {
  border-color: rgba(255, 255, 255, 0.2);
}

.wrapper {
  min-height: calc(100% - 234px);
}

#wheader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  padding: 45px 0;
  margin: 0;
  background: transparent;
  border: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 100;
}

#header.on-scroll {
  padding: 20px 0;
  background: rgba(18, 19, 61, 0.9);
  z-index: 102;
}

@media screen and (max-width: 991px) {
  #header.on-scroll {
    padding: 15px 0;
  }
}

@media screen and (max-width: 991px) {
  #header {
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 767px) {
  #header {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  #header {
    padding-top: 40px;
  }
}

#header #logo {
  float: none;
  width: 247px;
  height: 40px;
  margin: 0 50px 0 0;
  background: url("../images/logo.svg") 0 0 no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  #header #logo {
    width: 165px;
    height: 27px;
    background-size: contain;
  }
}

@media screen and (max-width: 370px) {
  #header #logo {
    width: 135px;
  }
}

#header .container1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header #mainmenu {
  margin: 0;
}

@media (min-width: 992px) {
  #header .nav-holder .mobile-view {
    display: none;
  }
}

#header .nav-holder .mobile-view {
  padding: 0;
  text-align: center;
  clear: both;
}

#header .nav-holder .mobile-view .login-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .nav-holder .mobile-view .log-out-btn {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  #header .nav-holder {
    position: absolute;
    top: -45px;
    right: -120vw;
    height: calc(100vh + 45px);
    width: 100vw;
    padding: 100px 0 0 0;
    margin: 0 -25px 0 0;
    background: rgba(18, 19, 61, 0.9);
  }
  #header .nav-holder .navbar-nav {
    display: block;
    text-align: center;
  }
  #header .nav-holder .navbar-nav li {
    width: 100%;
    margin: 0 0 40px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #header .nav-holder {
    margin: 0;
  }
}

#header .navbar-nav li {
  margin: 0 95px 0 0;
}

#header .navbar-nav.logged-in-nav li {
  margin: 0 65px 0 0;
}

@media screen and (max-width: 1399px) {
  #header .navbar-nav.logged-in-nav li {
    margin: 0 45px 0 0;
  }
}

#header .navbar-nav.logged-in-nav li.dropdown {
  position: relative;
  padding: 0;
  top: auto;
  left: auto;
  right: auto;
  background: transparent;
}

#header .navbar-nav.logged-in-nav .nav-item.dropdown {
  position: relative;
  padding: 0;
  top: auto;
  left: auto;
  right: auto;
  background: transparent;
}

#header .navbar-nav.logged-in-nav li.dropdown > a {
  position: relative;
  padding: 0 18px 0 0;
  cursor: pointer;
}

#header .navbar-nav.logged-in-nav li.dropdown > a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border: 0;
  background: url(../images/dropdown-arrow.svg) center center no-repeat;
  background-size: 100%;
  filter: brightness(0) invert(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header .navbar-nav.logged-in-nav li.dropdown .dropdown-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  border: 0;
  border-radius: 10px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#header .navbar-nav.logged-in-nav li.dropdown .dropdown-menu li {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  text-align: center;
  border-radius: 10px;
}

#header .navbar-nav.logged-in-nav li.dropdown .dropdown-menu li a {
  color: #280D4A;
  font-family: "Gilroy 600";
  font-size: 16px;
  border-radius: 10px;
}

#header .navbar-nav.logged-in-nav li.dropdown.open > a::before {
  transform: rotate(-180deg);
}

@media screen and (max-width: 991px) {

  #header .navbar-nav.logged-in-nav li.dropdown > a {
    display: inline-block;
  }

  #header .navbar-nav.logged-in-nav li.dropdown .dropdown-menu li a {
    padding: 8px 0;
  }
}

@media screen and (min-width: 992px) {
  #header .navbar-nav.logged-in-nav li.dropdown .dropdown-menu li a:hover {
    color: #ba4f95;
  }
}

#header .navbar-nav.logged-in-nav li.dropdown .dropdown-menu li a::after {
  content: normal;
}


@media screen and (max-width: 1399px) {
  #header .navbar-nav li {
    margin: 0 55px 0 0;
  }
}

@media screen and (max-width: 1199px) {
  #header .navbar-nav li {
    margin: 0 45px 0 0;
  }
}

@media screen and (max-width: 991px) {
  #header .navbar-nav li {
    padding: 0 70px;
  }
}

#header .navbar-nav li a {
  position: relative;
  padding: 5px 0;
  background: none;
  font-size: 20px;
  font-family: 'Gilroy 600';
  color: #fff;
  text-shadow: none;
}

@media screen and (max-width: 1199px) {
  #header .navbar-nav li a {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  #header .navbar-nav li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: background-color 0.6s ease, -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background-color 0.6s ease, -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s ease;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s ease, -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #header .navbar-nav li a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

@media screen and (max-width: 991px) {
  #header .navbar-nav li a {
    display: block;
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  #header .login-links {
    display: none;
  }
}

#header .login-links li {
  margin: 0 15px 0 0;
}

#header .login-links li:last-child {
  margin: 0;
}

#header .login-links li a {
  padding: 15px 52px;
  min-width: 150px;
  background: #fff;
  color: #280D4A;
  font-family: "Gilroy 600";
  font-size: 16px;
  text-align: center;
  border-radius: 16px;
}

@media screen and (min-width: 992px) {
  #header .login-links li a:hover {
    background: #7024EC;
    color: #fff;
  }
}

#header .log-out-btn {
  padding: 15px 52px;
  min-width: 150px;
  background: #fff;
  color: #280D4A;
  font-family: "Gilroy 600";
  font-size: 16px;
  text-align: center;
  border-radius: 16px;
}

@media screen and (max-width: 1199px) {
  #header .log-out-btn {
    padding: 15px 20px;
    min-width: 1px;
  }
}

@media screen and (min-width: 992px) {
  #header .log-out-btn:hover {
    background: #7024EC;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  #header .log-out-btn {
    display: none;
  }
}

#header .mobile-earn-money {
  position: absolute;
  top: 0px;
  right: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 340px) {
  #header .mobile-earn-money {
    top: 4px;
  }
}

#header .mobile-earn-money::before {
  content: '';
  width: 25px;
  height: 25px;
  margin: 0 0 2px 0;
  background: url("../images/earn-money-icon.svg") center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 340px) {
  #header .mobile-earn-money::before {
    width: 30px;
    height: 30px;
  }
}

#header .mobile-earn-money span {
  line-height: 14px;
  color: #fff;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 340px) {
  #header .mobile-earn-money span {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #header .mobile-earn-money {
    display: none;
  }
}

#header .menu-toggle {
  position: relative;
  width: 37px;
  height: 37px;
  margin: 0 0 0 30px;
  border: 1px solid #7024EC;
  background: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 992px) {
  #header .menu-toggle {
    display: none;
  }
}

#header .menu-toggle .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  margin: auto;
  width: 22px;
  height: 3px;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header .menu-toggle .icon::before, #header .menu-toggle .icon::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 22px;
  height: 3px;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header .menu-toggle .icon::before {
  top: -7px;
}

#header .menu-toggle .icon::after {
  top: 7px;
}

#header .menu-toggle.opened .icon {
  background-color: transparent;
}

#header .menu-toggle.opened .icon::before {
  background: #fff;
  transform: rotate(45deg) translate(5px, 6px);
  -o-transform: rotate(45deg) translate(5px, 6px);
  -moz-transform: rotate(45deg) translate(5px, 6px);
  -webkit-transform: rotate(45deg) translate(5px, 6px);
  -ms-transform: rotate(45deg) translate(5px, 6px);
}

#header .menu-toggle.opened .icon::after {
  background: #fff;
  -webkit-transform: rotate(-45deg) translate(4px, -6px);
          transform: rotate(-45deg) translate(4px, -6px);
}

.main-heading {
  max-width: 765px;
  margin: 0 auto 100px;
  line-height: 90%;
  font-size: 80px;
}

@media screen and (max-width: 1499px) {
  .main-heading {
    line-height: 100%;
    font-size: 64px;
  }
}

@media screen and (max-width: 991px) {
  .main-heading {
    font-size: 54px;
    padding: 0 15%;
  }
}

@media screen and (max-width: 767px) {
  .main-heading {
    margin: 0 auto 55px;
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .main-heading {
    padding: 0 8%;
    margin-bottom: 25px;
    font-size: 32px;
  }
}

@media screen and (max-width: 420px) {
  .main-heading {
    padding: 0;
  }
}

.page-heading {
  margin: 0 0 40px 0;
  line-height: 90%;
  font-size: 55px;
}

@media screen and (max-width: 1199px) {
  .page-heading {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .page-heading {
    margin: 0 0 53px 0;
    font-size: 32px;
  }
}

.page-heading.w-70 {
  display: block;
  width: 70%;
  margin: 0 auto 40px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .page-heading.w-70 {
    width: 100%;
  }
}

.upload-form-holder {
  background: none;
  border: 0;
}

.upload-form-section {
  position: relative;
}

@media screen and (min-width: 576px) {
  .upload-form-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.upload-form-section .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  margin: 0 0 40px 0;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background: none;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .upload-form-section .tabs {
    margin: 0 0 25px 0;
  }
}

.upload-form-section .tabs li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  padding: 5px;
  min-width: 250px;
  margin: 0 0 -1px 0;
  background: none;
  line-height: 1;
  font-size: 22px;
  font-family: "Gilroy 600";
  color: rgba(255, 255, 255, 0.58);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 575px) {
  .upload-form-section .tabs li {
    min-width: 1px;
    width: 50%;
    height: 44px;
    padding: 8px;
    font-size: 14px;
  }
}

.upload-form-section .tabs li.current {
  background: #7024EC;
  color: #fff;
}

.upload-form-section .tabs li:first-child {
  padding-left: 5px;
  padding-right: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.upload-form-section .tabs li:first-child::before {
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 25px 0 0;
  background: rgba(255, 255, 255, 0.1) url("../images/turn-on-icon.svg") center center no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  border-radius: 50%;
}

@media screen and (max-width: 575px) {
  .upload-form-section .tabs li:first-child::before {
    width: 31px;
    height: 31px;
    margin-right: 15px;
  }
}

.upload-form-section .tabs li:first-child.current::before {
  background-color: #631ED3;
  -webkit-filter: none;
          filter: none;
}

.upload-form-section .box {
  width: 765px !important;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  border-radius: 21px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.upload-form-section .box .tabcontent {
  padding: 30px;
  border: 2px dashed #7024EC;
  border-radius: 21px;
}

@media screen and (max-width: 767px) {
  .upload-form-section .box .tabcontent {
    padding: 20px;
  }
}

@media screen and (max-width: 991px) {
  .upload-form-section .box {
    width: 100% !important;
  }
}

.upload-form-section .box .uploadfile {
  background: none;
  border: 0;
}

.upload-form-section .box .box-heading {
  font-family: "Gilroy 600";
  font-size: 26px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.upload-form-section .box .box-heading.mobile {
  margin: 0 0 15px 0;
}

@media screen and (min-width: 576px) {
  .upload-form-section .box .box-heading.mobile {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .upload-form-section .box .box-heading.desktop {
    display: none;
  }
}

.upload-form-section .box .separator {
  margin: 18px 115px 25px 115px;
  font-family: "Gilroy 500";
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .upload-form-section .box .separator {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .upload-form-section .box .separator {
    display: none;
  }
}

.upload-form-section .box .separator span {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 22px;
}

.upload-form-section .box .separator span::before, .upload-form-section .box .separator span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  height: 1px;
  width: 400px;
  margin: auto 0;
  background: rgba(255, 255, 255, 0.3);
}

.upload-form-section .box .separator span::after {
  right: auto;
  left: 100%;
}

.upload-form-section .box .uploadfile {
  padding-top: 0;
}

.upload-form-section .box .uploadfile .browsebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 30px;
  min-width: 220px;
  height: auto;
  background: #7024EC;
  color: #fff;
  font-family: "Gilroy 600";
  font-size: 22px;
  cursor: pointer;
  border-radius: 7px;
}

@media screen and (max-width: 575px) {
  .upload-form-section .box .uploadfile .browsebtn {
    max-width: 145px;
    min-width: 1px;
    padding: 2px 0;
    font-size: 14px;
  }
}

.upload-form-section .box .uploadfile .browsebtn input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-indent: -99999px;
}

.upload-form-section .box .uploadfile .browsebtn .btext {
  position: static;
  height: auto;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .upload-form-section .box .uploadfile .browsebtn:hover {
    background-color: #6214e3;
  }
}

.upload-form-section .box table {
  margin: 0;
}

.upload-form-section .box #uploadfile {
  width: 100%;
  background: none;
}

.upload-form-section .box #uploadfile table {
  width: 100%;
  border: 0;
}

.upload-form-section .box #uploadfile table td {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  background: none;
  color: #fff;
}

.upload-form-section .box #uploadfile table td .xfname, .upload-form-section .box #uploadfile table td .xfsize {
  display: inline-block;
  padding-bottom: 20px;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .upload-form-section .box #uploadfile table td .xfname, .upload-form-section .box #uploadfile table td .xfsize {
    fotn-size: 14px;
  }
}

.upload-form-section .box #uploadfile table td .xfname {
  max-width: 70%;
  word-break: break-word;
  white-space: normal;
}

.upload-form-section .box #uploadfile table td .desc-span {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  line-height: 26px;
  font-family: "Gilroy 700";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.upload-form-section .box #uploadfile table td .fdescr {
  float: none;
  height: 50px;
  width: 100% !important;
  max-width: 100%;
  margin: 10px 0 20px 0;
  padding: 15px;
  background: transparent;
  border: 1px solid #7024EC;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
}

.upload-form-section .box #uploadfile table td input[name="file_public"] {
  display: none;
}

.upload-form-section .box #uploadfile table td label.xdescr {
  float: none;
  position: relative;
  width: auto;
  min-width: 15px;
  padding: 0 0 0 25px;
  background: none;
  border: 0;
  font-family: "Gilroy 500";
  font-size: 16px;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

.upload-form-section .box #uploadfile table td label.xdescr::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto 0;
  background: url("../images/checked-icon.svg") center center no-repeat;
  background-size: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  border-radius: 3px;
}

.upload-form-section .box #uploadfile table td input[name="file_public"]:checked + label::before {
  background-size: 8px;
}

.upload-form-section .box #uploadfile table td a[title="Delete"] {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border: 0;
  background: #8d0000 url(../images/modal-close-icon.svg) center center no-repeat;
  background-size: 40%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 50%;
  z-index: 2 !important;
}

.upload-form-section .box #uploadfile table td a[title="Delete"] img {
  display: none;
}

@media screen and (min-width: 992px) {
  .upload-form-section .box #uploadfile table td a[title="Delete"]:hover {
    background-color: #c00000;
  }
}

.upload-form-section .box #uploadfile #show_advanced {
  width: 100% !important;
  padding: 10px 0 20px 0;
}

.upload-form-section .box #uploadfile #show_advanced a {
  position: relative;
  margin: 0;
  padding-right: 18px;
}

.upload-form-section .box #uploadfile #show_advanced a::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 8px;
  background: url("../images/down.gif") center center no-repeat;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.upload-form-section .box #uploadfile #show_advanced a.opened::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.upload-form-section .box #uploadfile #advanced_opts {
  margin-top: 20px;
}

.upload-form-section .box #uploadfile #advanced_opts label {
  line-height: 22px;
  font-size: 18px;
}

.upload-form-section .box #uploadfile #advanced_opts .myForm {
  height: 40px;
}

.upload-form-section .box #uploadfile #advanced_opts .bootstrap-select {
  margin-top: 15px;
}

.upload-form-section .box #uploadfile #upload_controls {
  position: relative;
}

.upload-form-section .box #uploadfile #upload_controls .input-file {
  left: 0 !important;
  top: 0;
  bottom: 0;
  width: 201px;
  height: 62px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .upload-form-section .box #uploadfile #upload_controls .input-file {
    height: 44px;
    width: 130px;
  }
}

@media screen and (max-width: 460px) {
  .upload-form-section .box #uploadfile #upload_controls .input-file {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .upload-form-section .box #uploadfile #upload_controls input {
    float: none !important;
    display: block;
    width: 100%;
  }
  .upload-form-section .box #uploadfile #upload_controls #add_more {
    margin-top: 20px;
  }
}

.upload-form-section .box #uploadurl .leftintab, .upload-form-section .box #uploadurl .advanced {
  float: none;
  display: block;
  width: 100%;
  clear: both;
}

.upload-form-section .box #uploadurl .leftintab {
  margin: 0 0 30px 0;
}

.upload-form-section .box #uploadurl .leftintab textarea {
  float: none;
  width: 100% !important;
  max-width: 100%;
  margin: 25px 0 0 0;
  padding: 15px;
  background: transparent;
  border: 1px solid #7024EC;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
}

.upload-form-section .box #uploadurl .advanced {
  padding: 0;
  border: 0;
  background: none;
}

.upload-form-section .box #uploadurl .advanced > h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 18px 0 0;
  font-size: 20px;
  cursor: pointer;
}

.upload-form-section .box #uploadurl .advanced > h2::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 8px;
  background: url(../images/down.gif) center center no-repeat;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.upload-form-section .box #uploadurl .advanced > h2.opened::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media screen and (max-width: 767px) {
  .upload-form-section .box #uploadurl .advanced > h2 {
    font-size: 18px;
  }
}

.upload-form-section .box #uploadurl .advanced > p {
  display: none;
  height: auto;
}

.upload-form-section .box #uploadurl .advanced > p:nth-child(2) {
  margin-top: 20px;
}

.upload-form-section .box #uploadurl .advanced > p:last-child {
  margin: 0 0 30px 0;
}

.upload-form-section .box #uploadurl .advanced label {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  line-height: 26px;
  font-family: "Gilroy 700";
  font-size: 21px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 991px) {
  .upload-form-section .box #uploadurl .advanced label {
    line-height: normal;
    font-size: 18px;
  }
}

.upload-form-section .box #uploadurl .advanced input {
  height: 45px;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  border: 0;
  background: none;
  border-bottom: 2px solid rgba(112, 36, 236, 0.3);
  font-size: 18px;
  font-family: "Gilroy 400";
  color: #fff;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.upload-form-section .box #uploadurl .advanced input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.upload-form-section .box #uploadurl .advanced input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.upload-form-section .box #uploadurl .advanced input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.upload-form-section .box #uploadurl .advanced input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.upload-form-section .box #uploadurl .advanced input:focus {
  border-color: #fff;
}

@media screen and (min-width: 992px) {
  .upload-form-section .box #uploadurl .advanced input:hover {
    border-color: #fff;
  }
}

.upload-form-section .box #uploadurl .advanced .select-folder label {
  margin: 0 0 10px 0;
}

.upload-form-section .box #uploadurl .uploadbtn {
  height: auto;
  min-width: 100%;
  margin: 0 0 20px 0;
}

.upload-form-section .box .progress_div .progressbar-outer {
  margin: 0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

@media screen and (max-width: 575px) {
  .upload-form-section .box .progress_div .progressbar-outer {
    height: 4px;
    border-radius: 15px;
  }
}

.upload-form-section .box .progress_div .progressbar-outer .progressbar-inner {
  background: #7024EC;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

@media screen and (max-width: 575px) {
  .upload-form-section .box .progress_div .progressbar-outer .progressbar-inner {
    height: 4px;
    border-radius: 15px;
  }
}

.upload-form-section .box .progress_div .progressbar-speed {
  margin-bottom: 15px;
}

.upload-form-section #dropzone {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
  max-width: 765px;
  background: #0f1035;
  border: 3px dashed #7024EC;
}

.upload-form-section #dropzone p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: static;
  height: 100%;
  color: #fff;
}

.using-info {
  display: block;
  max-width: 765px;
  margin-top: 30px !important;
}

@media screen and (max-width: 991px) {
  .using-info {
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .using-info {
    margin-top: 13px !important;
  }
}

.using-info a {
  color: rgba(255, 255, 255, 0.57);
}

@media screen and (min-width: 992px) {
  .using-info a:hover {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .using-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.using-info ul li {
  line-height: 150%;
  color: rgba(255, 255, 255, 0.57);
  font-family: "Gilroy 400";
  font-size: 16px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .using-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px 0 0;
    margin: 0 40px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .using-info ul li:last-child {
    min-width: 27%;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .using-info ul li {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
  }
  .using-info ul li:last-child {
    padding: 0;
    margin: 0;
    border: 0;
  }
}

@media screen and (max-width: 575px) {
  .using-info ul li {
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    font-size: 12px;
  }
  .using-info ul li:first-child {
    text-align: left;
  }
}

.our-features {
  display: none;
  margin-top: 75px;
}

@media screen and (max-width: 575px) {
  .our-features {
    margin-top: 27px;
  }
}

.our-features .heading-holder {
  margin: 0 0 50px 0;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .our-features .heading-holder {
    margin: 0 0 15px 0;
  }
}

.our-features .heading-holder .section-heading {
  margin: 0 0 45px 0;
  font-size: 60px;
}

@media screen and (max-width: 1499px) {
  .our-features .heading-holder .section-heading {
    font-size: 54px;
  }
}

@media screen and (max-width: 767px) {
  .our-features .heading-holder .section-heading {
    margin: 0 0 25px 0;
    font-size: 44px;
  }
}

@media screen and (max-width: 575px) {
  .our-features .heading-holder .section-heading {
    line-height: 90%;
    margin: 0 0 15px 0;
    font-size: 26px;
  }
}

.our-features .heading-holder p {
  line-height: 150%;
  margin: 0;
  padding: 0 20%;
  font-size: 20px;
}

@media screen and (max-width: 1499px) {
  .our-features .heading-holder p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .our-features .heading-holder p {
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .our-features .heading-holder p {
    font-size: 14px;
  }
}

.our-features .feature-block {
  height: 100%;
  padding: 30px 45px 80px 45px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
}

.our-features .feature-block .icon {
  width: 96px;
  height: 96px;
  padding: 0;
  margin: 0 0 35px 0;
  border: 0;
  background: none;
  pointer-events: none;
}

.our-features .feature-block .icon img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.our-features .feature-block .icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/icon-border-image.svg") center center no-repeat;
  background-size: contain;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.our-features .feature-block .heading {
  margin: 0 0 13px 0;
  font-size: 28px;
  font-family: "Gilroy 600";
  color: #fff;
}

@media screen and (max-width: 1299px) {
  .our-features .feature-block .heading {
    font-size: 24px;
  }
}

.our-features .feature-block p {
  margin: 0;
  line-height: 150%;
}

@media screen and (min-width: 992px) {
  .our-features .feature-block:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .our-features .feature-block:hover .icon::before {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media screen and (max-width: 767px) {
  .our-features .features-list {
    display: none;
  }
}

.our-features .features-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

@media screen and (max-width: 1399px) {
  .our-features .features-list .row {
    margin: 0 -15px;
  }
}

.our-features .features-list .row [class*="col-"] {
  float: none;
  padding: 0 25px;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 1399px) {
  .our-features .features-list .row [class*="col-"] {
    padding: 0 15px;
    margin: 0 0 30px 0;
  }
}

@media screen and (min-width: 768px) {
  .our-features .mobile-carousel {
    display: none;
  }
}

.our-features .mobile-carousel .owl-carousel .owl-item img {
  width: auto;
}

.our-features .mobile-carousel .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 37px;
  margin: auto 0;
}

.our-features .mobile-carousel .owl-carousel .owl-nav button {
  position: absolute;
  width: 37px;
  height: 37px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.our-features .mobile-carousel .owl-carousel .owl-nav button.disabled {
  opacity: 0;
}

.our-features .mobile-carousel .owl-carousel .owl-nav button span {
  display: none;
}

.our-features .mobile-carousel .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  background: rgba(112, 36, 236, 0.15) url("../images/slider-arrow-left.svg") center center no-repeat;
  border-radius: 0px 60px 60px 0px;
}

.our-features .mobile-carousel .owl-carousel .owl-nav button.owl-next {
  right: 0;
  background: rgba(112, 36, 236, 0.15) url("../images/slider-arrow-right.svg") center center no-repeat;
  -webkit-border-top-left-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-topleft: 60px;
  -moz-border-radius-bottomleft: 60px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.our-features .mobile-carousel .feature-block {
  height: auto;
  padding: 30px 30px 38px 30px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .our-features .mobile-carousel .feature-block {
    padding: 25px 30px 29px 30px;
  }
}

.our-features .mobile-carousel .feature-block .icon {
  margin: 0 auto 20px;
}

@media screen and (max-width: 575px) {
  .our-features .mobile-carousel .feature-block .icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 13px;
  }
  .our-features .mobile-carousel .feature-block .icon img {
    max-width: 50%;
  }
}

.our-features .mobile-carousel .feature-block .heading {
  margin: 0;
}

@media screen and (max-width: 575px) {
  .our-features .mobile-carousel .feature-block .heading {
    font-size: 18px;
  }
}

.our-features .mobile-carousel .feature-block p {
  display: none;
}

.user-login-form,
.user-registration-form,
.forgot-password,
.contact-us,
.edit-folder-form,
.file-edit-form,
.report-file-form {
  text-align: center;
}

.user-login-form .cont_text,
.user-registration-form .cont_text,
.forgot-password .cont_text,
.contact-us .cont_text,
.edit-folder-form .cont_text,
.file-edit-form .cont_text,
.report-file-form .cont_text {
  max-width: 780px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .user-login-form .cont_text,
  .user-registration-form .cont_text,
  .forgot-password .cont_text,
  .contact-us .cont_text,
  .edit-folder-form .cont_text,
  .file-edit-form .cont_text,
  .report-file-form .cont_text {
    max-width: 100%;
    width: 100%;
  }
}

.user-login-form .cont_text p,
.user-registration-form .cont_text p,
.forgot-password .cont_text p,
.contact-us .cont_text p,
.edit-folder-form .cont_text p,
.file-edit-form .cont_text p,
.report-file-form .cont_text p {
  margin: 0 0 20px 0;
  line-height: 150%;
  font-family: "Gilroy 500";
  color: #B6A8B3;
}

@media screen and (min-width: 992px) {
  .user-login-form .cont_text p,
  .user-registration-form .cont_text p,
  .forgot-password .cont_text p,
  .contact-us .cont_text p,
  .edit-folder-form .cont_text p,
  .file-edit-form .cont_text p,
  .report-file-form .cont_text p {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .user-login-form .cont_text p,
  .user-registration-form .cont_text p,
  .forgot-password .cont_text p,
  .contact-us .cont_text p,
  .edit-folder-form .cont_text p,
  .file-edit-form .cont_text p,
  .report-file-form .cont_text p {
    margin: 0 0 15px 0;
  }
}

.user-login-form .cont_text p a,
.user-registration-form .cont_text p a,
.forgot-password .cont_text p a,
.contact-us .cont_text p a,
.edit-folder-form .cont_text p a,
.file-edit-form .cont_text p a,
.report-file-form .cont_text p a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .user-login-form .cont_text p a:hover,
  .user-registration-form .cont_text p a:hover,
  .forgot-password .cont_text p a:hover,
  .contact-us .cont_text p a:hover,
  .edit-folder-form .cont_text p a:hover,
  .file-edit-form .cont_text p a:hover,
  .report-file-form .cont_text p a:hover {
    text-decoration: none;
  }
}

.user-login-form .cont_text p span,
.user-registration-form .cont_text p span,
.forgot-password .cont_text p span,
.contact-us .cont_text p span,
.edit-folder-form .cont_text p span,
.file-edit-form .cont_text p span,
.report-file-form .cont_text p span {
  display: block;
}

.user-login-form .cont_text p::after,
.user-registration-form .cont_text p::after,
.forgot-password .cont_text p::after,
.contact-us .cont_text p::after,
.edit-folder-form .cont_text p::after,
.file-edit-form .cont_text p::after,
.report-file-form .cont_text p::after {
  content: '';
  display: block;
  margin: 17px auto 0;
  background: rgba(196, 196, 196, 0.7);
  height: 2px;
  width: 40px;
}

.user-login-form .cont_text p:last-child::after,
.user-registration-form .cont_text p:last-child::after,
.forgot-password .cont_text p:last-child::after,
.contact-us .cont_text p:last-child::after,
.edit-folder-form .cont_text p:last-child::after,
.file-edit-form .cont_text p:last-child::after,
.report-file-form .cont_text p:last-child::after {
  content: normal;
}

.user-login-form form,
.user-registration-form form,
.forgot-password form,
.contact-us form,
.edit-folder-form form,
.file-edit-form form,
.report-file-form form {
  display: block;
  max-width: 615px;
  margin: 0 auto;
  padding: 70px 35px 40px 35px;
  background: rgba(18, 19, 61, 0.5);
  border: 3px solid rgba(18, 19, 61, 0.05);
  text-align: left;
  border-radius: 21px;
}

.user-login-form form .be-aware-text,
.user-registration-form form .be-aware-text,
.forgot-password form .be-aware-text,
.contact-us form .be-aware-text,
.edit-folder-form form .be-aware-text,
.file-edit-form form .be-aware-text,
.report-file-form form .be-aware-text {
  position: relative;
  display: block;
  margin: 10px 0 0 0;
  font-size: 12px;
}

.user-login-form form .be-aware-text::before,
.user-registration-form form .be-aware-text::before,
.forgot-password form .be-aware-text::before,
.contact-us form .be-aware-text::before,
.edit-folder-form form .be-aware-text::before,
.file-edit-form form .be-aware-text::before,
.report-file-form form .be-aware-text::before {
  content: '';
  position: relative;
  top: 3px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  background: url(../images/attention-icon.svg) 0 0 no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 991px) {
  .user-login-form form,
  .user-registration-form form,
  .forgot-password form,
  .contact-us form,
  .edit-folder-form form,
  .file-edit-form form,
  .report-file-form form {
    padding: 22px 20px 25px 20px;
  }
}

@media screen and (max-width: 767px) {
  .user-login-form form,
  .user-registration-form form,
  .forgot-password form,
  .contact-us form,
  .edit-folder-form form,
  .file-edit-form form,
  .report-file-form form {
    max-width: 100%;
  }
}

.user-login-form form textarea,
.user-registration-form form textarea,
.forgot-password form textarea,
.contact-us form textarea,
.edit-folder-form form textarea,
.file-edit-form form textarea,
.report-file-form form textarea {
  min-height: 145px;
  max-width: 100% !important;
  padding-top: 10px;
}

.user-login-form form .captcha-holder table,
.user-registration-form form .captcha-holder table,
.forgot-password form .captcha-holder table,
.contact-us form .captcha-holder table,
.edit-folder-form form .captcha-holder table,
.file-edit-form form .captcha-holder table,
.report-file-form form .captcha-holder table {
  width: 100%;
  margin: 0;
}

.user-login-form form .captcha-holder table tbody tr:first-child td b,
.user-registration-form form .captcha-holder table tbody tr:first-child td b,
.forgot-password form .captcha-holder table tbody tr:first-child td b,
.contact-us form .captcha-holder table tbody tr:first-child td b,
.edit-folder-form form .captcha-holder table tbody tr:first-child td b,
.file-edit-form form .captcha-holder table tbody tr:first-child td b,
.report-file-form form .captcha-holder table tbody tr:first-child td b {
  font-family: "Gilroy 400";
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.user-login-form form .captcha-holder table tbody tr td,
.user-registration-form form .captcha-holder table tbody tr td,
.forgot-password form .captcha-holder table tbody tr td,
.contact-us form .captcha-holder table tbody tr td,
.edit-folder-form form .captcha-holder table tbody tr td,
.file-edit-form form .captcha-holder table tbody tr td,
.report-file-form form .captcha-holder table tbody tr td {
  padding: 0;
  vertical-align: bottom;
  text-align: left;
}

.user-login-form form .captcha-holder table tbody tr td:first-child,
.user-registration-form form .captcha-holder table tbody tr td:first-child,
.forgot-password form .captcha-holder table tbody tr td:first-child,
.contact-us form .captcha-holder table tbody tr td:first-child,
.edit-folder-form form .captcha-holder table tbody tr td:first-child,
.file-edit-form form .captcha-holder table tbody tr td:first-child,
.report-file-form form .captcha-holder table tbody tr td:first-child {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .user-login-form form .captcha-holder table tbody tr td:first-child,
  .user-registration-form form .captcha-holder table tbody tr td:first-child,
  .forgot-password form .captcha-holder table tbody tr td:first-child,
  .contact-us form .captcha-holder table tbody tr td:first-child,
  .edit-folder-form form .captcha-holder table tbody tr td:first-child,
  .file-edit-form form .captcha-holder table tbody tr td:first-child,
  .report-file-form form .captcha-holder table tbody tr td:first-child {
    width: 150px;
  }
}

.user-login-form form .captcha-holder table tbody tr td div,
.user-registration-form form .captcha-holder table tbody tr td div,
.forgot-password form .captcha-holder table tbody tr td div,
.contact-us form .captcha-holder table tbody tr td div,
.edit-folder-form form .captcha-holder table tbody tr td div,
.file-edit-form form .captcha-holder table tbody tr td div,
.report-file-form form .captcha-holder table tbody tr td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px !important;
  height: 32px !important;
  background: rgba(112, 36, 236, 0.3) !important;
  font-family: "Gilroy 400" !important;
  font-size: 16px !important;
  letter-spacing: 0.9em;
  color: rgba(255, 255, 255, 0.9);
  text-align: center !important;
  border-radius: 3px;
}

.user-login-form form .captcha-holder table tbody tr td div span,
.user-registration-form form .captcha-holder table tbody tr td div span,
.forgot-password form .captcha-holder table tbody tr td div span,
.contact-us form .captcha-holder table tbody tr td div span,
.edit-folder-form form .captcha-holder table tbody tr td div span,
.file-edit-form form .captcha-holder table tbody tr td div span,
.report-file-form form .captcha-holder table tbody tr td div span {
  padding-top: 0 !important;
}

.user-login-form form .captcha-holder table tbody tr td .captcha_code,
.user-registration-form form .captcha-holder table tbody tr td .captcha_code,
.forgot-password form .captcha-holder table tbody tr td .captcha_code,
.contact-us form .captcha-holder table tbody tr td .captcha_code,
.edit-folder-form form .captcha-holder table tbody tr td .captcha_code,
.file-edit-form form .captcha-holder table tbody tr td .captcha_code,
.report-file-form form .captcha-holder table tbody tr td .captcha_code {
  position: relative;
  bottom: 15px;
  height: 45px;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  border: 0;
  background: none;
  border-bottom: 2px solid rgba(112, 36, 236, 0.3);
  font-size: 18px;
  font-family: "Gilroy 400";
  color: #fff;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .user-login-form form .captcha-holder table tbody tr td .captcha_code,
  .user-registration-form form .captcha-holder table tbody tr td .captcha_code,
  .forgot-password form .captcha-holder table tbody tr td .captcha_code,
  .contact-us form .captcha-holder table tbody tr td .captcha_code,
  .edit-folder-form form .captcha-holder table tbody tr td .captcha_code,
  .file-edit-form form .captcha-holder table tbody tr td .captcha_code,
  .report-file-form form .captcha-holder table tbody tr td .captcha_code {
    font-size: 16px;
  }
}

.user-login-form form .captcha-holder table tbody tr td .captcha_code::-webkit-input-placeholder,
.user-registration-form form .captcha-holder table tbody tr td .captcha_code::-webkit-input-placeholder,
.forgot-password form .captcha-holder table tbody tr td .captcha_code::-webkit-input-placeholder,
.contact-us form .captcha-holder table tbody tr td .captcha_code::-webkit-input-placeholder,
.edit-folder-form form .captcha-holder table tbody tr td .captcha_code::-webkit-input-placeholder,
.file-edit-form form .captcha-holder table tbody tr td .captcha_code::-webkit-input-placeholder,
.report-file-form form .captcha-holder table tbody tr td .captcha_code::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  text-transform: lowercase;
}

.user-login-form form .captcha-holder table tbody tr td .captcha_code::-moz-placeholder,
.user-registration-form form .captcha-holder table tbody tr td .captcha_code::-moz-placeholder,
.forgot-password form .captcha-holder table tbody tr td .captcha_code::-moz-placeholder,
.contact-us form .captcha-holder table tbody tr td .captcha_code::-moz-placeholder,
.edit-folder-form form .captcha-holder table tbody tr td .captcha_code::-moz-placeholder,
.file-edit-form form .captcha-holder table tbody tr td .captcha_code::-moz-placeholder,
.report-file-form form .captcha-holder table tbody tr td .captcha_code::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  text-transform: lowercase;
}

.user-login-form form .captcha-holder table tbody tr td .captcha_code:-ms-input-placeholder,
.user-registration-form form .captcha-holder table tbody tr td .captcha_code:-ms-input-placeholder,
.forgot-password form .captcha-holder table tbody tr td .captcha_code:-ms-input-placeholder,
.contact-us form .captcha-holder table tbody tr td .captcha_code:-ms-input-placeholder,
.edit-folder-form form .captcha-holder table tbody tr td .captcha_code:-ms-input-placeholder,
.file-edit-form form .captcha-holder table tbody tr td .captcha_code:-ms-input-placeholder,
.report-file-form form .captcha-holder table tbody tr td .captcha_code:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  text-transform: lowercase;
}

.user-login-form form .captcha-holder table tbody tr td .captcha_code:-moz-placeholder,
.user-registration-form form .captcha-holder table tbody tr td .captcha_code:-moz-placeholder,
.forgot-password form .captcha-holder table tbody tr td .captcha_code:-moz-placeholder,
.contact-us form .captcha-holder table tbody tr td .captcha_code:-moz-placeholder,
.edit-folder-form form .captcha-holder table tbody tr td .captcha_code:-moz-placeholder,
.file-edit-form form .captcha-holder table tbody tr td .captcha_code:-moz-placeholder,
.report-file-form form .captcha-holder table tbody tr td .captcha_code:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  text-transform: lowercase;
}

.user-login-form form .captcha-holder table tbody tr td .captcha_code:focus,
.user-registration-form form .captcha-holder table tbody tr td .captcha_code:focus,
.forgot-password form .captcha-holder table tbody tr td .captcha_code:focus,
.contact-us form .captcha-holder table tbody tr td .captcha_code:focus,
.edit-folder-form form .captcha-holder table tbody tr td .captcha_code:focus,
.file-edit-form form .captcha-holder table tbody tr td .captcha_code:focus,
.report-file-form form .captcha-holder table tbody tr td .captcha_code:focus {
  border-color: #fff;
}

@media screen and (min-width: 992px) {
  .user-login-form form .captcha-holder table tbody tr td .captcha_code:hover,
  .user-registration-form form .captcha-holder table tbody tr td .captcha_code:hover,
  .forgot-password form .captcha-holder table tbody tr td .captcha_code:hover,
  .contact-us form .captcha-holder table tbody tr td .captcha_code:hover,
  .edit-folder-form form .captcha-holder table tbody tr td .captcha_code:hover,
  .file-edit-form form .captcha-holder table tbody tr td .captcha_code:hover,
  .report-file-form form .captcha-holder table tbody tr td .captcha_code:hover {
    border-color: #fff;
  }
}

.user-login-form form .forgotten-password,
.user-registration-form form .forgotten-password,
.forgot-password form .forgotten-password,
.contact-us form .forgotten-password,
.edit-folder-form form .forgotten-password,
.file-edit-form form .forgotten-password,
.report-file-form form .forgotten-password {
  display: inline-block;
  margin: -6px 0 3px 0;
  font-size: 18px;
  font-family: "Gilroy 400";
  color: #7024EC;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .user-login-form form .forgotten-password:hover,
  .user-registration-form form .forgotten-password:hover,
  .forgot-password form .forgotten-password:hover,
  .contact-us form .forgotten-password:hover,
  .edit-folder-form form .forgotten-password:hover,
  .file-edit-form form .forgotten-password:hover,
  .report-file-form form .forgotten-password:hover {
    color: #fff;
  }
}

.user-login-form form .sign-up-link, .user-login-form form .sign-in-link,
.user-registration-form form .sign-up-link,
.user-registration-form form .sign-in-link,
.forgot-password form .sign-up-link,
.forgot-password form .sign-in-link,
.contact-us form .sign-up-link,
.contact-us form .sign-in-link,
.edit-folder-form form .sign-up-link,
.edit-folder-form form .sign-in-link,
.file-edit-form form .sign-up-link,
.file-edit-form form .sign-in-link,
.report-file-form form .sign-up-link,
.report-file-form form .sign-in-link {
  margin: 20px 0 0 0;
  font-family: "Gilroy 400";
  font-size: 16px;
  color: #707088;
  text-align: center;
  opacity: .9;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.user-login-form form .sign-up-link a, .user-login-form form .sign-in-link a,
.user-registration-form form .sign-up-link a,
.user-registration-form form .sign-in-link a,
.forgot-password form .sign-up-link a,
.forgot-password form .sign-in-link a,
.contact-us form .sign-up-link a,
.contact-us form .sign-in-link a,
.edit-folder-form form .sign-up-link a,
.edit-folder-form form .sign-in-link a,
.file-edit-form form .sign-up-link a,
.file-edit-form form .sign-in-link a,
.report-file-form form .sign-up-link a,
.report-file-form form .sign-in-link a {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .user-login-form form .sign-up-link:hover, .user-login-form form .sign-in-link:hover,
  .user-registration-form form .sign-up-link:hover,
  .user-registration-form form .sign-in-link:hover,
  .forgot-password form .sign-up-link:hover,
  .forgot-password form .sign-in-link:hover,
  .contact-us form .sign-up-link:hover,
  .contact-us form .sign-in-link:hover,
  .edit-folder-form form .sign-up-link:hover,
  .edit-folder-form form .sign-in-link:hover,
  .file-edit-form form .sign-up-link:hover,
  .file-edit-form form .sign-in-link:hover,
  .report-file-form form .sign-up-link:hover,
  .report-file-form form .sign-in-link:hover {
    opacity: 1;
  }
}

.user-login-form form .sign-in-link,
.user-registration-form form .sign-in-link,
.forgot-password form .sign-in-link,
.contact-us form .sign-in-link,
.edit-folder-form form .sign-in-link,
.file-edit-form form .sign-in-link,
.report-file-form form .sign-in-link {
  margin: -10px 0 0 0;
}

.report-file-form textarea {
  min-height: 150px;
}

.InnerHolder {
  line-height: 150%;
}

@media screen and (max-width: 991px) {
  .InnerHolder {
    margin: 0 !important;
  }
}

.InnerHolder > h2 {
  margin: 0 0 40px 0;
  line-height: 90%;
  font-size: 55px;
}

@media screen and (max-width: 1199px) {
  .InnerHolder > h2 {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .InnerHolder > h2 {
    margin: 0 0 48px 0;
    font-size: 32px;
    text-align: center;
  }
}

.InnerHolder p {
  margin: 0 0 30px 0;
}

.InnerHolder h3 {
  font-size: 26px;
  font-family: "Gilroy 600";
  font-weight: 600;
  color: #FFFFFF;
}

.InnerHolder ul li > b {
  font-size: 26px;
  font-family: "Gilroy 600";
  font-weight: 600;
  color: #FFFFFF;
}

@media screen and (min-width: 992px) {
  .my-account-form {
    margin-top: 55px;
  }
}

.my-account-form .user-info-block {
  padding: 23px 30px 23px 20px;
  margin: 0 0 20px 0;
  background-color: rgba(40, 41, 75, 0.8);
  font-size: 16px;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .my-account-form .user-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .my-account-form .user-info-block {
    padding: 25px 20px 21px 20px;
  }
}

.my-account-form .user-info-block strong {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .my-account-form .user-info-block .account-balance,
  .my-account-form .user-info-block .used-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .my-account-form .user-info-block .account-balance,
  .my-account-form .user-info-block .used-space {
    position: relative;
    padding: 0 0 0 45px;
    margin: 0 0 23px 0;
  }
  .my-account-form .user-info-block .account-balance:last-child,
  .my-account-form .user-info-block .used-space:last-child {
    margin: 0;
  }
}

.my-account-form .user-info-block .account-balance::before,
.my-account-form .user-info-block .used-space::before {
  content: '';
}

@media screen and (min-width: 768px) {
  .my-account-form .user-info-block .account-balance::before,
  .my-account-form .user-info-block .used-space::before {
    margin: 0 15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .my-account-form .user-info-block .account-balance::before,
  .my-account-form .user-info-block .used-space::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
  }
}

.my-account-form .user-info-block .account-balance strong,
.my-account-form .user-info-block .used-space strong {
  margin: 0 0 0 5px;
}

.my-account-form .user-info-block .account-balance::before {
  width: 34px;
  height: 34px;
  background: url("../images/wallet-icon.svg") center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .my-account-form .user-info-block .account-balance::before {
    width: 27px;
    height: 27px;
  }
}

.my-account-form .user-info-block .used-space::before {
  width: 39px;
  height: 28px;
  background: url("../images/storage-icon.svg") center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .my-account-form .user-info-block .used-space::before {
    width: 27px;
    height: 27px;
  }
}

.my-account-form .ask-payout {
  margin: 0 0 55px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .my-account-form .ask-payout {
    margin: 0 0 30px 0;
  }
}

.my-account-form .ask-payout .btn {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .my-account-form .blocks-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 25px 40px 25px;
    background: rgba(40, 41, 75, 0.5);
    border-radius: 10px;
  }
}

.my-account-form .blocks-holder .block-heading {
  padding-bottom: 17px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #7024EC;
  font-size: 20px;
  font-family: "Gilroy 600";
  color: #fff;
}

@media screen and (max-width: 991px) {
  .my-account-form .blocks-holder .block-heading {
    margin: 0 0 25px 0;
    font-size: 18px;
  }
}

.my-account-form .blocks-holder .inputs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.my-account-form .blocks-holder .inputs-block .form-group {
  margin: 0 0 20px 0;
}

.my-account-form .blocks-holder .inputs-block .form-group label {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-family: "Gilroy 500";
  color: #fff;
}

.my-account-form .blocks-holder .inputs-block .myForm {
  font-size: 16px;
  border-bottom: 2px solid #3d3e5a;
}

.my-account-form .blocks-holder .inputs-block .myForm:focus {
  border-color: #fff;
}

@media screen and (min-width: 992px) {
  .my-account-form .blocks-holder .inputs-block .myForm:hover {
    border-color: #fff;
  }
}

.my-account-form .blocks-holder .inputs-block .AcctBoxRows {
  float: none;
  width: calc(50% - 20px);
}

@media screen and (max-width: 991px) {
  .my-account-form .blocks-holder .inputs-block .AcctBoxRows {
    width: 100%;
    padding: 20px 20px 40px 20px;
    margin: 0 0 30px 0;
    background: rgba(40, 41, 75, 0.5);
    border-radius: 10px;
  }
  .my-account-form .blocks-holder .inputs-block .AcctBoxRows:last-child {
    margin: 0;
  }
}

.my-account-form .blocks-holder .inputs-block span[name="security_lock_status"] {
  margin: 0 5px 0 0;
  font-family: "Gilroy 500";
  font-weight: 500;
  font-size: 14px;
}

.my-account-form .blocks-holder .inputs-block a[name="enable_lock"], .my-account-form .blocks-holder .inputs-block a[name="disable_lock"] {
  padding: 5px 10px;
  background: #2d8969;
  color: #fff;
  font-size: 14px;
  font-family: "Gilroy 500";
  border-radius: 4px;
}

.my-account-form .blocks-holder .inputs-block a[name="disable_lock"] {
  background: #de280d;
}

.my-account-form .blocks-holder .inputs-block .security-tooltip {
  position: relative;
  top: 4px;
  left: 6px;
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../images/info-icon.svg") center center no-repeat;
  background-size: contain;
}

.my-account-form .submit-form {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .my-account-form .submit-form input[type="submit"] {
    min-width: 160px;
  }
}

.request-money {
  max-width: 900px;
  margin: 0 auto;
  padding: 35px;
  background: rgba(18, 19, 61, 0.5);
  border: 3px solid rgba(18, 19, 61, 0.05);
  text-align: left;
  border-radius: 21px;
}

@media screen and (max-width: 575px) {
  .request-money {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.request-money form {
  text-align: center;
}

.request-money form input:disabled {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: #ddd;
}

.request-money .collected-heading {
  display: block;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 20px;
}

.request-money .collected-heading b {
  color: #fff;
  font-family: "Gilroy 700";
}

.request-money .payment-history-table {
  position: relative;
}

@media screen and (max-width: 767px) {
  .request-money .payment-history-table {
    padding-bottom: 40px;
  }
  .request-money .payment-history-table::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url("../images/scroll-icon.svg") center center no-repeat;
    background-size: contain;
  }
}

.request-money .payment-history-table .heading {
  margin: 0 0 10px 0;
  font-size: 20px;
  text-align: center;
}

.request-money .payment-history-table .table-holder {
  position: relative;
  overflow-x: auto;
  border-radius: 10px;
}

.request-money .payment-history-table table.tbl1 {
  width: 100%;
  min-width: 500px;
  margin: 0;
  border: 0;
  background: rgba(40, 41, 75, 0.8);
  border-radius: 10px;
}

.request-money .payment-history-table table.tbl1 tr th, .request-money .payment-history-table table.tbl1 tr td {
  padding: 20px 10px;
  height: auto;
  border: 0;
  background: none;
  font-family: "Gilroy 500";
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .request-money .payment-history-table table.tbl1 tr th, .request-money .payment-history-table table.tbl1 tr td {
    font-size: 14px;
  }
}

.request-money .payment-history-table table.tbl1 thead tr th {
  padding: 25px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.request-money .payment-history-table table.tbl1 thead tr th:last-child {
  border: 0;
}

.request-money .payment-history-table table.tbl1 tr td {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(40, 41, 75, 0.9) !important;
}

.request-money .payment-history-table table.tbl1 tr td:first-child {
  min-width: 110px;
}

.request-money .payment-history-table table.tbl1 tr td:last-child {
  border-right: 0 !important;
}

.request-money .payment-history-table table.tbl1 tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.request-money .payment-history-table table.tbl1 tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.my-files-form .blocks-holder {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .my-files-form .blocks-holder {
    display: block;
  }
}

.my-files-form .blocks-holder .myForm {
  padding-bottom: 9px;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
  font-size: 16px;
  font-family: "Gilroy 500";
}

.my-files-form .blocks-holder .myForm:focus {
  border-color: #fff;
}

@media screen and (min-width: 992px) {
  .my-files-form .blocks-holder .myForm:hover {
    border-color: #fff;
  }
}

.my-files-form .blocks-holder .left-block {
  width: 29.41%;
  margin: 0 45px 0 0;
}

@media screen and (max-width: 1199px) {
  .my-files-form .blocks-holder .left-block {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.my-files-form .blocks-holder .left-block .createFolder {
  padding: 20px 20px 25px 20px;
  margin: 0 0 20px 0;
  background-color: rgba(40, 41, 75, 0.8);
  border-radius: 10px;
}

.my-files-form .blocks-holder .left-block .createFolder .form-group {
  margin: 0 0 20px 0;
}

.my-files-form .blocks-holder .left-block .createFolder .btn {
  padding: 0 15px;
  line-height: 35px;
  font-size: 16px;
  border-radius: 4px;
}

.my-files-form .blocks-holder .left-block .folders {
  float: none;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  background-color: rgba(40, 41, 75, 0.8);
  border-radius: 10px;
}

.my-files-form .blocks-holder .left-block .folders td {
  width: auto;
  white-space: normal;
  vertical-align: middle;
}

.my-files-form .blocks-holder .left-block .folders td.filename {
  padding-left: 10px !important;
  padding-right: 10px !important;
  word-break: break-all;
}

.my-files-form .blocks-holder .left-block .folders td.filename a {
  font-family: "Gilroy 500";
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.57) !important;
}

@media screen and (min-width: 992px) {
  .my-files-form .blocks-holder .left-block .folders td.filename a:hover {
    color: #fff !important;
  }
}

.my-files-form .blocks-holder .left-block .folders td.howfiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 20px;
  max-width: 40px;
  padding-right: 15px !important;
  font-family: "Gilroy 500";
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.57);
}

.my-files-form .blocks-holder .left-block .folders td.howfiles img {
  position: relative;
  margin-right: 5px;
}

.my-files-form .blocks-holder .left-block .folders td.icontd {
  padding-right: 5px !important;
}

.my-files-form .blocks-holder .left-block .folders td.icontd:last-child {
  padding-right: 0 !important;
}

.my-files-form .blocks-holder .left-block .folders .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.my-files-form .blocks-holder .left-block .folders .paging a, .my-files-form .blocks-holder .left-block .folders .paging span {
  margin-top: 40px;
  font-size: 16px;
}

.my-files-form .blocks-holder .left-block .folders .paging a #triangle-right,
.my-files-form .blocks-holder .left-block .folders .paging a #triangle-left, .my-files-form .blocks-holder .left-block .folders .paging span #triangle-right,
.my-files-form .blocks-holder .left-block .folders .paging span #triangle-left {
  display: none;
}

.my-files-form .blocks-holder .left-block .folders .paging a {
  font-family: "Gilroy 700";
}

.my-files-form .blocks-holder .left-block .folders #folders_list {
  margin: 0 0 -20px 0;
  background: none;
  border: 0;
  font-size: 16px;
}

.my-files-form .blocks-holder .left-block .folders #folders_list tr {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.my-files-form .blocks-holder .left-block .folders #folders_list tr td {
  padding: 0;
  border: 0;
  background: none;
  font-size: 16px;
  font-family: "Gilroy 500";
}

@media screen and (max-width: 1199px) {
  .my-files-form .blocks-holder .left-block .folders #folders_list tr td.howfiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1000px;
  }
  .my-files-form .blocks-holder .left-block .folders #folders_list tr td.icontd {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: 8px;
  }
  .my-files-form .blocks-holder .left-block .folders #folders_list tr td.icontd:first-child {
    max-width: 5px;
  }
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .left-block .folders #folders_list tr td.icontd {
    max-width: 100%;
    padding-left: 10px !important;
  }
  .my-files-form .blocks-holder .left-block .folders #folders_list tr td.icontd:first-child {
    max-width: 20px;
    padding-left: 0 !important;
  }
}

.my-files-form .blocks-holder .right-block {
  width: 67.28%;
}

@media screen and (max-width: 1199px) {
  .my-files-form .blocks-holder .right-block {
    width: 100%;
  }
}

.my-files-form .blocks-holder .right-block .top-block-holder {
  padding: 17.5px 20px;
  margin: 0 0 20px 0;
  background-color: rgba(40, 41, 75, 0.8);
  border-radius: 11px;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .top-block-holder {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}

.my-files-form .blocks-holder .right-block .top-block-holder .search {
  position: relative;
  top: -7px;
  border: 0;
  padding: 0;
  height: auto;
  width: 41.14%;
}

.my-files-form .blocks-holder .right-block .top-block-holder .search input[type="text"] {
  float: none;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .top-block-holder .search {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
  }
}

.my-files-form .blocks-holder .right-block .top-block-holder .search .myForm {
  padding-right: 40px;
}

.my-files-form .blocks-holder .right-block .top-block-holder .search input[type="submit"] {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 35px;
  margin: auto 0;
  padding: 0;
  border: 0;
  background: url("../images/search-icon.svg") center center no-repeat;
  background-size: contain;
  font-size: 0;
  outline: none;
}

.my-files-form .blocks-holder .right-block .top-block-holder .freespace {
  float: none;
  height: auto;
  width: auto;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .top-block-holder .freespace {
    width: 100%;
    margin: 3px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .top-block-holder .freespace ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.my-files-form .blocks-holder .right-block .top-block-holder .freespace ul li {
  margin: 0 90px 0 0;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .my-files-form .blocks-holder .right-block .top-block-holder .freespace ul li {
    margin: 0 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .top-block-holder .freespace ul li {
    margin: 0 30px 0 0;
  }
}

.my-files-form .blocks-holder .right-block .top-block-holder .freespace ul li::before {
  content: '';
  display: inline-block;
}

.my-files-form .blocks-holder .right-block .top-block-holder .freespace ul li b {
  font-family: "Gilroy 500";
  font-weight: 500;
}

.my-files-form .blocks-holder .right-block .top-block-holder .freespace ul li:last-child {
  margin: 0;
}

.my-files-form .blocks-holder .right-block .top-block-holder .freespace ul li.occupied::before {
  width: 20px;
  height: 14px;
  margin: -3px 4px 0 0;
  background: url("../images/storage-sm-icon.svg") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.my-files-form .blocks-holder .right-block .top-block-holder .freespace ul li.files_total::before {
  width: 14px;
  height: 17px;
  margin: -2px 10px 0 0;
  background: url("../images/file-icon.svg") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.my-files-form .blocks-holder .right-block .files .filesInner {
  border: 0;
}

.my-files-form .blocks-holder .right-block .files .filesInner thead {
  position: relative;
}

.my-files-form .blocks-holder .right-block .files .filesInner thead::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list {
  background-color: rgba(40, 41, 75, 0.8);
  border: 0;
  font-size: 16px;
  border-radius: 11px;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr {
  background: none;
  border: 0;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr td, .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th {
  height: auto;
  width: auto;
  padding: 15px;
  background: none;
  border: 0;
  font-family: "Gilroy 500";
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}

@media screen and (max-width: 1399px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr td .has-checkbox, .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th .has-checkbox {
    min-width: 23px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 1200px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr td, .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr td, .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr td, .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th {
    padding: 2px 5px;
    font-size: 14px;
    white-space: normal;
    text-align: left;
  }
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr td a, .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr td.edit img, .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th.edit img {
    max-width: 13px;
  }
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr td.delete img, .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th.delete img {
    max-width: 10px;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr td:first-child, .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th:first-child {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr td:first-child, .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th:first-child {
    padding-left: 25px;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr td b, .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr td strong, .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th b, .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th strong {
  font-family: "Gilroy 500";
  font-weight: 500;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.filerow {
  background: rgba(112, 36, 236, 0.1);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.filerow:last-child {
  border: 0;
}
/* 
.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.filerow::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 20px;
  right: 20px;
  bottom: -5px;
  background: rgba(112, 36, 236, 0.1);
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.filerow::after {
    left: 15px;
    right: 15px;
  }
} */

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.filerow td {
  position: relative;
  z-index: 1;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.filerow td.filename {
  padding-left: 0;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.filerow td.filename a {
  position: relative;
  color: rgba(255, 255, 255, 0.57);
}

@media screen and (min-width: 992px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.filerow td.filename a:hover {
    color: #fff;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.filerow td.edit {
  padding-right: 0;
}

@media screen and (max-width: 1299px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.filerow td.edit {
    width: 20px;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.filerow td:first-child {
  padding-right: 3px;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.filerow td:last-child {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.filerow td:last-child {
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel .d-flex {
    display: block;
    text-align: center;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel td {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel td {
    padding-left: 0;
    padding-bottom: 13px;
    text-align: center !important;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel .dropdown {
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel .dropdown {
    max-width: 270px;
    margin: 0 auto 10px;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel .dropdown .dropdown-toggle {
  padding: 7px 40px 6px 20px;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel .dropdown .dropdown-menu {
  min-width: 100% !important;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"],
.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"] {
  padding: 0 15px;
  margin: 0 10px 0 0;
  line-height: 35px;
  font-size: 16px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"],
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"] {
    padding: 0 10px;
    margin: 0 10px 0 0;
    line-height: 30px;
    font-size: 14px;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"].delete-btn,
.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"].delete-btn {
  position: relative;
  top: -15px;
  right: 5px;
  background: #FF6565;
  border-color: #FF6565;
  min-width: 205px;
}

@media screen and (min-width: 992px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"].delete-btn:hover,
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"].delete-btn:hover {
    background: #ff4c4c;
  }
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"].delete-btn,
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"].delete-btn {
    top: -5px;
    margin: 0 auto;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"]:last-child,
.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"]:last-child {
  margin: 0;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th {
  padding: 20px 15px;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th {
    padding: 15px 5px;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th:first-child {
  padding-right: 0;
  text-align: left;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th:nth-child(2) {
  padding-left: 0;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th a img {
  margin-left: 8px;
}

.my-files-form .blocks-holder .right-block .files .copymove {
  background: none;
  border: 0;
}

.my-files-form .blocks-holder .right-block .files .has-checkbox label {
  padding: 0;
}

.my-reports .chart-holder {
  background: rgba(40, 41, 75, 0.5);
  border-radius: 10px;
}

.my-reports .chart-holder #chart_div {
  font-size: 16px;
}

.my-reports .chart-holder #chart_div svg {
  border-radius: 10px;
}

.my-reports .chart-holder #chart_div svg > rect {
  stroke: #fff;
  fill: rgba(40, 41, 75, 0.8);
}

.my-reports .chart-holder #chart_div svg g rect {
  stroke: #fff;
  fill: rgba(255, 255, 255, 0.3);
}

.my-reports .chart-holder #chart_div text {
  fill: #ffffff;
  color: #000;
}

.google-visualization-tooltip path {
  fill: #232447;
}

.my-reports .report-search-form {
  padding: 25px 0;
  margin: 0 0 10px 0;
  background: rgba(40, 41, 75, 0.8);
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .my-reports .report-search-form {
    padding: 10px 0 25px 0;
    margin: 0;
    text-align: center;
  }
  .my-reports .report-search-form form {
    text-align: center;
  }
  .my-reports .report-search-form form > .d-flex {
    display: block;
  }
  .my-reports .report-search-form .choose-date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 25px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.my-reports .report-search-form .separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pat: 35px;
  font-size: 16px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"],
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"] {
    padding: 0 10px;
    margin: 0 10px 0 0;
    line-height: 30px;
    font-size: 14px;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"].delete-btn,
.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"].delete-btn {
  position: relative;
  top: -15px;
  right: 5px;
  background: #FF6565;
  border-color: #FF6565;
  min-width: 205px;
}

@media screen and (min-width: 992px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"].delete-btn:hover,
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"].delete-btn:hover {
    background: #ff4c4c;
  }
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"].delete-btn,
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"].delete-btn {
    top: -5px;
    margin: 0 auto;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"]:last-child,
.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"]:last-child {
  margin: 0;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th {
  padding: 20px 15px;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th {
    padding: 15px 5px;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th:first-child {
  padding-right: 0;
  text-align: left;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th:nth-child(2) {
  padding-left: 0;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th a img {
  margin-left: 8px;
}

.my-files-form .blocks-holder .right-block .files .copymove {
  background: none;
  border: 0;
}

.my-files-form .blocks-holder .right-block .files .has-checkbox label {
  padding: 0;
}

.my-reports .chart-holder {
  background: rgba(40, 41, 75, 0.5);
  border-radius: 10px;
}

.my-reports .chart-holder #chart_div {
  font-size: 16px;
}

.my-reports .chart-holder #chart_div svg {
  border-radius: 10px;
}

.my-reports .chart-holder #chart_div svg > rect {
  stroke: #fff;
  fill: rgba(40, 41, 75, 0.8);
}

.my-reports .chart-holder #chart_div svg g rect {
  stroke: #fff;
  fill: rgba(255, 255, 255, 0.3);
}

.my-reports .chart-holder #chart_div text {
  fill: #ffffff;
  color: #000;
}

.google-visualization-tooltip path {
  fill: #232447;
}

.my-reports .report-search-form {
  padding: 25px 0;
  margin: 0 0 10px 0;
  background: rgba(40, 41, 75, 0.8);
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .my-reports .report-search-form {
    padding: 10px 0 25px 0;
    margin: 0;
    text-align: center;
  }
  .my-reports .report-search-form form {
    text-align: center;
  }
  .my-reports .report-search-form form > .d-flex {
    display: block;
  }
  .my-reports .report-search-form .choose-date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 25px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.my-reports .report-search-form .separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padd 35px;
  font-size: 16px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"],
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"] {
    padding: 0 10px;
    margin: 0 10px 0 0;
    line-height: 30px;
    font-size: 14px;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"].delete-btn,
.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"].delete-btn {
  position: relative;
  top: -15px;
  right: 5px;
  background: #FF6565;
  border-color: #FF6565;
  min-width: 205px;
}

@media screen and (min-width: 992px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"].delete-btn:hover,
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"].delete-btn:hover {
    background: #ff4c4c;
  }
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"].delete-btn,
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"].delete-btn {
    top: -5px;
    margin: 0 auto;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"]:last-child,
.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"]:last-child {
  margin: 0;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th {
  padding: 20px 15px;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th {
    padding: 15px 5px;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th:first-child {
  padding-right: 0;
  text-align: left;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th:nth-child(2) {
  padding-left: 0;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th a img {
  margin-left: 8px;
}

.my-files-form .blocks-holder .right-block .files .copymove {
  background: none;
  border: 0;
}

.my-files-form .blocks-holder .right-block .files .has-checkbox label {
  padding: 0;
}

.my-reports .chart-holder {
  background: rgba(40, 41, 75, 0.5);
  border-radius: 10px;
}

.my-reports .chart-holder #chart_div {
  font-size: 16px;
}

.my-reports .chart-holder #chart_div svg {
  border-radius: 10px;
}

.my-reports .chart-holder #chart_div svg > rect {
  stroke: #fff;
  fill: rgba(40, 41, 75, 0.8);
}

.my-reports .chart-holder #chart_div svg g rect {
  stroke: #fff;
  fill: rgba(255, 255, 255, 0.3);
}

.my-reports .chart-holder #chart_div text {
  fill: #ffffff;
  color: #000;
}

.google-visualization-tooltip path {
  fill: #232447;
}

.my-reports .report-search-form {
  padding: 25px 0;
  margin: 0 0 10px 0;
  background: rgba(40, 41, 75, 0.8);
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .my-reports .report-search-form {
    padding: 10px 0 25px 0;
    margin: 0;
    text-align: center;
  }
  .my-reports .report-search-form form {
    text-align: center;
  }
  .my-reports .report-search-form form > .d-flex {
    display: block;
  }
  .my-reports .report-search-form .choose-date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 25px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.my-reports .report-search-form .separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-sizpx;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"],
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"] {
    padding: 0 10px;
    margin: 0 10px 0 0;
    line-height: 30px;
    font-size: 14px;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"].delete-btn,
.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"].delete-btn {
  position: relative;
  top: -15px;
  right: 5px;
  background: #FF6565;
  border-color: #FF6565;
  min-width: 205px;
}

@media screen and (min-width: 992px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"].delete-btn:hover,
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"].delete-btn:hover {
    background: #ff4c4c;
  }
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"].delete-btn,
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"].delete-btn {
    top: -5px;
    margin: 0 auto;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="submit"]:last-child,
.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.actionpanel input[type="button"]:last-child {
  margin: 0;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th {
  padding: 20px 15px;
}

@media screen and (max-width: 767px) {
  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th {
    padding: 15px 5px;
  }
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th:first-child {
  padding-right: 0;
  text-align: left;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th:nth-child(2) {
  padding-left: 0;
}

.my-files-form .blocks-holder .right-block .files .filesInner #files_list tr th a img {
  margin-left: 8px;
}

.my-files-form .blocks-holder .right-block .files .copymove {
  background: none;
  border: 0;
}

.my-files-form .blocks-holder .right-block .files .has-checkbox label {
  padding: 0;
}

.my-reports .chart-holder {
  background: rgba(40, 41, 75, 0.5);
  border-radius: 10px;
}

.my-reports .chart-holder #chart_div {
  font-size: 16px;
}

.my-reports .chart-holder #chart_div svg {
  border-radius: 10px;
}

.my-reports .chart-holder #chart_div svg > rect {
  stroke: #fff;
  fill: rgba(40, 41, 75, 0.8);
}

.my-reports .chart-holder #chart_div svg g rect {
  stroke: #fff;
  fill: rgba(255, 255, 255, 0.3);
}

.my-reports .chart-holder #chart_div text {
  fill: #ffffff;
  color: #000;
}

.google-visualization-tooltip path {
  fill: #232447;
}

.my-reports .report-search-form {
  padding: 25px 0;
  margin: 0 0 10px 0;
  background: rgba(40, 41, 75, 0.8);
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .my-reports .report-search-form {
    padding: 10px 0 25px 0;
    margin: 0;
    text-align: center;
  }
  .my-reports .report-search-form form {
    text-align: center;
  }
  .my-reports .report-search-form form > .d-flex {
    display: block;
  }
  .my-reports .report-search-form .choose-date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 25px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.my-reports .report-search-form .separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .my-reports .report-search-form .separator {
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 460px) {
  .my-reports .report-search-form .separator {
    padding: 0 9px 0 0;
  }
}

.my-reports .report-search-form .input-holder {
  position: relative;
}

.my-reports .report-search-form .input-holder input[type="text"] {
  height: 50px;
  max-width: 135px;
  padding: 0 0 0 50px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent url("../images/calendar-icon.svg") left center no-repeat;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.57);
  outline: none;
}

@media screen and (max-width: 767px) {
  .my-reports .report-search-form .input-holder input[type="text"] {
    max-width: 125px;
    padding-left: 40px;
    background-size: 27px;
    border: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 460px) {
  .my-reports .report-search-form .input-holder input[type="text"] {
    max-width: 115px;
  }
}

.my-reports .report-search-form input[type="submit"] {
  padding: 10px 30px;
  margin: 0 0 0 30px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .my-reports .report-search-form input[type="submit"] {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    min-width: 160px;
    line-height: 35px;
    font-size: 16px;
  }
}

.my-reports table.reports-table {
  width: 100%;
  margin: 0;
  border: 0;
  background: rgba(40, 41, 75, 0.8);
  border-radius: 10px;
}

.my-reports table.reports-table tr th, .my-reports table.reports-table tr td {
  padding: 30px 15px;
  width: 33.33%;
  height: auto;
  border: 0;
  background: none;
  font-family: "Gilroy 500";
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .my-reports table.reports-table tr th, .my-reports table.reports-table tr td {
    padding: 25px 10px;
    font-size: 14px;
  }
}

.my-reports table.reports-table thead tr th {
  padding: 38px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 991px) {
  .my-reports table.reports-table thead tr th {
    padding: 37px 10px;
  }
}

.my-reports table.reports-table thead tr th:last-child {
  border: 0;
}

.my-reports table.reports-table td {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(40, 41, 75, 0.9) !important;
}

.my-reports table.reports-table td:last-child {
  border-right: 0 !important;
}

.my-reports table.reports-table tr.hdr.total {
  background: #141541;
}

.my-reports table.reports-table tr.hdr.total td {
  background: none;
}

.download-file {
  color: #fff;
}

.download-file .notice-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px 0;
}

.download-file .notice-message span {
  padding: 20px;
  line-height: 1.5;
  background: rgba(255, 254, 0, 0.6);
  font-size: 17px;
  color: #131438;
  text-align: center;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .download-file .notice-message span {
    font-size: 14px;
  }
}

.download-file .file-name {
  margin: -7px 0 23px 0;
  font-family: "Gilroy 500";
  font-size: 28px;
  color: #D74C95;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .download-file .file-name {
    line-height: normal;
    font-size: 22px;
  }
}

.download-file .a-spot.full-width {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .download-file .a-spot.full-width {
    display: none;
  }
}

.download-file .download-file-block {
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .download-file .download-file-block {
    display: block;
    margin: 20px 0;
  }
}

.download-file .download-file-block .block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: rgba(40, 41, 75, 0.5);
  text-align: left;
  border-radius: 10px;
}

@media screen and (min-width: 1200px) {
  .download-file .download-file-block .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.download-file .download-file-block .how-to {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 30px 40px 30px;
  word-break: break-all;
}

@media screen and (min-width: 1200px) {
  .download-file .download-file-block .how-to {
    border-right: 0.5px solid rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 1199px) {
  .download-file .download-file-block .how-to {
    margin: 0 30px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 991px) {
  .download-file .download-file-block .how-to {
    margin: 0 15px;
  }
}

@media screen and (max-width: 575px) {
  .download-file .download-file-block .how-to {
    padding-bottom: 20px;
  }
}

.download-file .download-file-block .how-to .block-heading {
  margin: 0 0 40px 0;
  font-family: "Gilroy 500";
  font-weight: 500;
  font-size: 24px;
}

@media screen and (max-width: 1199px) {
  .download-file .download-file-block .how-to .block-heading {
    padding-bottom: 15px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 991px) {
  .download-file .download-file-block .how-to .block-heading {
    line-height: normal;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .download-file .download-file-block .how-to .block-heading {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .download-file .download-file-block .how-to .block-heading {
    margin: 0 0 20px 0;
  }
}

.download-file .download-file-block .how-to .steps {
  counter-reset: steps-counter;
}

.download-file .download-file-block .how-to .steps li {
  position: relative;
  counter-increment: steps-counter;
  margin: 0 0 72px 0;
  padding: 0 0 0 70px;
  font-size: 16px;
  word-break: break-word;
}

@media screen and (max-width: 1399px) {
  .download-file .download-file-block .how-to .steps li {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 1199px) {
  .download-file .download-file-block .how-to .steps li {
    margin: 0 0 50px 0;
  }
}

@media screen and (max-width: 575px) {
  .download-file .download-file-block .how-to .steps li {
    margin: 0 0 33px 0;
    font-size: 14px;
  }
}

.download-file .download-file-block .how-to .steps li:last-child {
  margin: 0;
}

.download-file .download-file-block .how-to .steps li::before {
  content: counter(steps-counter);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 51.55px;
  height: 51.55px;
  background: url("../images/step-circle-image.svg") center center no-repeat;
  background-size: contain;
  font-size: 18px;
  font-family: "Gilroy 500";
  color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 575px) {
  .download-file .download-file-block .how-to .steps li::before {
    width: 39px;
    height: 39px;
    font-size: 14px;
  }
}

.download-file .download-file-block .download-file-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 45px;
}

@media screen and (max-width: 1199px) {
  .download-file .download-file-block .download-file-button {
    padding: 15px 0;
  }
}

.download-file .download-file-block .download-file-button .rightcol {
  margin: 0;
}

.download-file .download-file-block .download-file-button .downseclft {
  display: none;
}

.download-file .download-file-block .download-file-button .downloadbtn {
  min-width: 255px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1299px) {
  .download-file .download-file-block .download-file-button .downloadbtn {
    min-width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .download-file .download-file-block .download-file-button .downloadbtn {
    min-width: 160px;
    font-size: 16px;
  }
}

.download-file .download-file-block .a-spot {
  margin: 0 0 0 25px;
}

@media screen and (max-width: 767px) {
  .download-file .download-file-block .a-spot {
    margin-top: 20px;
    margin-left: 0;
  }
}

.download-file .file-info-block {
  margin: 0 0 30px 0;
  background: rgba(40, 41, 75, 0.5);
  border-radius: 10px;
}

.download-file .file-info-block ul li {
  padding: 32px 35px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
  font-size: 19.12px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .download-file .file-info-block ul li {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 575px) {
  .download-file .file-info-block ul li {
    display: block;
    padding: 20px 15px;
  }
}

.download-file .file-info-block ul li:last-child {
  border: 0;
}

.download-file .file-info-block ul li span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .download-file .file-info-block ul li span {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .download-file .file-info-block ul li span {
    display: block;
    width: 100%;
  }
  .download-file .file-info-block ul li span:first-child {
    margin-bottom: 18px;
  }
}

.download-file .file-info-block ul li span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (min-width: 576px) {
  .download-file .file-info-block ul li span.has-file-icon {
    max-width: 70%;
  }
}

.download-file .file-info-block ul li span.has-file-icon::before {
  width: 19px;
  height: 23px;
  background: url(../images/file-icon.svg) center center no-repeat;
  background-size: contain;
}

.download-file .file-info-block ul li span.has-size-icon::before {
  width: 28px;
  height: 20px;
  background: url(../images/storage-sm-icon.svg) center center no-repeat;
}

@media screen and (max-width: 575px) {
  .download-file .file-info-block ul li span.has-size-icon::before {
    background-position: left center;
  }
}

@media screen and (max-width: 575px) {
  .download-file .file-info-block ul li span.has-user-icon {
    margin: 0;
  }
}

.download-file .file-info-block ul li span.has-user-icon::before {
  width: 19px;
  height: 22px;
  background: url(../images/user-icon.svg) center center no-repeat;
}

.download-file .about-apk {
  margin: 30px 0 0 0;
  padding: 35px 30px 45px 30px;
  background: rgba(40, 41, 75, 0.5);
  line-height: 28.8px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 16px;
  font-family: "Gilroy 400";
  font-weight: 400;
  border-radius: 10px;
}

@media screen and (max-width: 575px) {
  .download-file .about-apk {
    margin: 20px 0 0 0;
    padding: 15px 15px 25px 15px;
    line-height: 21px;
    font-size: 14px;
  }
}

.download-file .about-apk .block-heading {
  margin: 0 0 27px 0;
  font-size: 24px;
  font-family: "Gilroy 500";
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .download-file .about-apk .block-heading {
    margin: 0 0 13px 0;
    font-size: 16px;
  }
}

.download-file .about-apk ul {
  margin: 0 0 25px 0;
}

.download-file .about-apk ul li {
  margin: 0 0 5px 0;
}

@media screen and (max-width: 575px) {
  .download-file .about-apk ul li {
    margin: 0;
  }
}

.download-file .about-apk ul li:last-child {
  margin: 0;
}

.download-file .about-apk ul li::before {
  content: '-';
  margin: 0 5px 0 0;
}

.download-file .about-apk a {
  color: #7024EC;
}

@media screen and (min-width: 992px) {
  .download-file .about-apk a:hover {
    color: #fff;
  }
}

.download-file .sharetabs {
  margin: 0;
  background: #131438;
  border-radius: 10px;
}

.download-file .sharetabs .section {
  margin: 0;
  padding: 0;
  border: 0;
}

.download-file .sharetabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  height: auto;
  line-height: normal;
  border: 0;
  border-radius: 10px;
}

.download-file .sharetabs .tabs li {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 20px 45px;
  border: 0;
  border-right: 0.5px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  font-size: 19.12px;
  font-family: "Gilroy 500";
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 1199px) {
  .download-file .sharetabs .tabs li {
    padding: 15px 30px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .download-file .sharetabs .tabs li {
    padding: 13.5px 12px;
    font-size: 14px;
    line-height: normal;
    text-align: left;
  }
}

@media screen and (max-width: 410px) {
  .download-file .sharetabs .tabs li {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
  }
}

.download-file .sharetabs .tabs li:first-child {
  border-top-left-radius: 10px;
}

@media screen and (min-width: 768px) {
  .download-file .sharetabs .tabs li:first-child {
    padding-left: 30px;
  }
}

.download-file .sharetabs .tabs li:last-child {
  border: 0;
}

.download-file .sharetabs .tabs li.current {
  background: rgba(40, 41, 75, 0.5);
  border-color: rgba(40, 41, 75, 0.5);
  color: #fff;
}

.download-file .sharetabs .box {
  padding: 30px;
  border: 0;
  background: rgba(40, 41, 75, 0.5);
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media screen and (max-width: 767px) {
  .download-file .sharetabs .box {
    padding: 20px 12px;
  }
}

.download-file .sharetabs .box textarea {
  min-height: 85px;
  max-width: 100%;
  min-width: 100%;
  padding: 20px 30px;
  line-height: normal;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.7);
  font-size: 19.12px;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 10px;
}

@media screen and (max-width: 1199px) {
  .download-file .sharetabs .box textarea {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .download-file .sharetabs .box textarea {
    padding: 20px;
    font-size: 14px;
  }
}

.download-file .sharetabs .box textarea:focus {
  border-color: #fff;
}

@media screen and (min-width: 992px) {
  .download-file .sharetabs .box textarea:hover {
    border-color: #fff;
  }
}

.download-file.upload-results .file-info-block {
  margin: 60px 0;
}

.download-file.upload-results .file-info-block.loop {
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .download-file.upload-results .file-info-block.loop:first-child {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .download-file.upload-results .file-info-block.loop:last-child {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .download-file.upload-results .file-info-block {
    margin: 40px 0 20px 0;
  }
  .download-file.upload-results .file-info-block.loop {
    margin: 20px 0;
  }
}

.download-file table[name="more_files"] {
  display: none;
}

@media screen and (max-width: 767px) {
  .download-file.step-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .download-file.step-1 .a-spot .first-spot {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .download-file.step-1 .a-spot.full-width {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 20px 0 0 0;
  }
  .download-file.step-1 .file-info-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .download-file.step-1 .file-info-block .a-spot {
    margin: 20px 0;
  }
  .download-file.step-1 .download-file-block {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .download-file.step-1 .sharetabs {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .download-file.step-1 .about-apk {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.download-file.step-2 .text {
  margin: 40px 0 0 0;
}

.download-file.step-2 .text .heading {
  margin: 0 0 20px 0;
  font-size: 26px;
}

.download-file.step-2 .text a {
  color: #b080ff;
}

@media screen and (min-width: 992px) {
  .download-file.step-2 .text a:hover {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .earn-money-page > .row {
    display: block;
  }
}

.earn-money-page .block {
  padding: 30px 50px;
  background: rgba(18, 19, 61, 0.5);
  border: 3px solid rgba(18, 19, 61, 0.05);
  text-align: left;
  border-radius: 21px;
}

@media screen and (min-width: 992px) {
  .earn-money-page .block {
    min-height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .earn-money-page .block {
    padding: 30px;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .earn-money-page .block {
    padding: 30px 20px;
  }
}

.earn-money-page .block .block-heading {
  display: block;
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #b64c8a;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .earn-money-page .block .block-heading {
    line-height: normal;
    font-size: 23px;
  }
}

.earn-money-page .block p {
  margin: 0 0 20px;
  line-height: 1.7;
  text-align: justify;
  font-family: 'Gilroy 400';
}

.earn-money-page .block p:last-child {
  margin: 0;
}

.earn-money-page .block.rules-block {
  min-height: 1px;
}

.earn-money-page table.tbl1 {
  border: 0;
}

.earn-money-page table.tbl1 thead th {
  padding: 20px;
  border: 0;
  background: rgba(18, 19, 61, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 17px;
  font-family: 'Gilroy 700';
}

.earn-money-page table.tbl1 thead th:first-child {
  text-align: center;
}

.earn-money-page table.tbl1 thead th:last-child {
  border: 0;
}

@media screen and (max-width: 991px) {
  .earn-money-page table.tbl1 thead th {
    padding: 15px 10px;
    font-size: 15px;
  }
}

.earn-money-page table.tbl1 tbody tr td {
  padding: 15px 20px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #fff;
}

.earn-money-page table.tbl1 tbody tr td:last-child {
  border-right: 0;
}

@media screen and (max-width: 991px) {
  .earn-money-page table.tbl1 tbody tr td {
    padding: 15px 10px;
  }
}

.earn-money-page table.tbl1 tbody tr td .points {
  display: inline-block;
  padding: 5px 15px;
  background: #2ECD83;
  text-align: center;
  border-radius: 15px;
}

.earn-money-page table.tbl1 tbody tr:last-child td {
  border-bottom: 0;
}

.earn-money-page .points-notice {
  padding: 50px;
  margin: 50px 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 21px;
}

.earn-money-page .points-notice p {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .earn-money-page .points-notice {
    padding: 50px 30px;
  }
}

.earn-money-page .points-notice h2,
.earn-money-page .points-notice h3,
.earn-money-page .points-notice h4 {
  display: block;
  font-size: 32px;
  font-weight: 500;
  color: #2ECD83;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .earn-money-page .points-notice h2, .earn-money-page .points-notice h3, .earn-money-page .points-notice h4 {
    font-size: 30px;
  }
}

.earn-money-page .rules-block .block-heading {
  margin: 0 0 25px 0;
  color: #e50027;
}

.earn-money-page .rules-block ul li {
  position: relative;
  margin: 0 0 25px 0;
  padding: 0 0 0 35px;
  line-height: 1.7;
}

.earn-money-page .rules-block ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/warning-icon.svg") center center no-repeat;
  background-size: contain;
}

.earn-money-page .rules-block ul li:last-child {
  margin: 0;
}

.no-file-reasons {
  max-width: 615px;
  margin: 0 auto;
  padding: 35px;
  background: rgba(18, 19, 61, 0.5);
  border: 3px solid rgba(18, 19, 61, 0.05);
  text-align: left;
  border-radius: 21px;
}

.no-file-reasons ul {
  margin: 15px 0 0 0;
}

.no-file-reasons ul li {
  margin: 0 0 5px 0;
  line-height: normal;
}

.no-file-reasons ul li:last-child {
  margin: 0;
}

.no-file-reasons ul li::before {
  content: '-';
  margin: 0 5px 0 0;
}

#footer {
  position: relative;
  padding: 50px 0 0 0;
  background: #12133D;
  border: 0;
  font-family: "Gilroy 400";
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 35px 0 0 0;
  }
}

#footer .container1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #footer .f-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#footer .f-menu li {
  margin: 0 35px 0 0;
}

@media screen and (max-width: 767px) {
  #footer .f-menu li {
    margin: 5px 30px 5px 0;
  }
}

#footer .f-menu li:last-child {
  margin: 0;
}

#footer .f-menu li a {
  line-height: 19px;
  font-size: 16px;
  font-family: "Gilroy 400";
}

@media screen and (max-width: 767px) {
  #footer .f-menu li a {
    line-height: normal;
    font-size: 12px;
  }
}

#footer .flogo {
  position: static;
  float: none;
  width: 100%;
  height: auto;
  margin: 42px 0 7px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #footer .flogo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 15px;
  }
}

#footer .flogo img {
  display: inline-block;
  max-width: 165px;
}

#footer .copyright {
  display: block;
  position: static;
  margin: 22px 0 0 0;
  padding: 24px 20px 22px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 17px;
  font-family: "Gilroy 400";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
  #footer .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 25px 0 0 0;
    padding: 15px 0;
    list-style: normal;
    font-size: 12px;
  }
}

.dropdown.bootstrap-select .dropdown-menu .inner ul li a {
  white-space: normal;
}

@media screen and (max-width: 991px) {
  .payment-type .dropdown .dropdown-menu {
    display: none;
  }

  .payment-type .dropdown.open .dropdown-menu {
    display: block;
  }

  .payment-type .dropdown-menu {
    min-height: 215px !important;
  }



  .my-files-form .blocks-holder .right-block .files .filesInner #files_list tr.filerow td.filename {
    padding-left: 0;
    max-width: 90px;
    white-space: normal;
    word-break: break-all;
  }
}

@media screen and (max-width: 991px) {
  button, input, a, .dropdown, li {
    cursor: pointer;
  }
}

.dropdown-backdrop {
  display: none !important;
}