* {
  outline: none !important;
}
.form-control:focus {
  box-shadow: none;
}
.folders .tbl1 input[type="button"] {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 25px;
  color: #f7527c;
  margin-right: 10px;
  border: 0;
  border-color: #56506C;
  cursor: pointer;
  display: inline-block;
}
input[type="submit"] {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 25px;
  color: #f7527c;
  margin-right: 10px;
  border: 0;
  border-color: #56506C;
  cursor: pointer;
  display: inline-block;
}
input[type="button"] {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 25px;
  color: #f7527c;
  margin-right: 10px;
  border: 0;
  border-color: #56506C;
  cursor: pointer;
  display: inline-block;
}
.wh .folders .tbl1 input[type="button"] {
  background: #fff;
  color: #267ef0;
}
.wh input[type="submit"] {
  background: #fff;
  color: #267ef0;
}
.wh input[type="button"] {
  background: #fff;
  color: #267ef0;
}
.wh a {
  color: #267ef0;
}
.wh::-webkit-scrollbar-thumb {
  background-color: #267ef0;
}
.wh .sidebar .nav-link {
  color: #8da3bf;
}
.wh .sidebar .nav-link:hover {
  color: #555;
}
.wh .sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
}
.wh .nav-pills .nav-link.active {
  color: #267ef0 !important;
}
.wh .navbar-dark .navbar-brand .logo {
  color: #8da3bf;
}
.wh .navbar-dark .navbar-toggler {
  border-color: transparent;
}
.wh .navbar-dark .navbar-nav .nav-link {
  color: #8da3bf;
}
.wh .navbar .form-inline .btn-search {
  color: #8da3bf;
  border-bottom: 2px solid #8da3bf;
}
.wh .navbar .form-inline .form-control {
  border-bottom: 2px solid #8da3bf !important;
}
.wh .userdrive-nav .dropdown-menu.show {
  background: #267ef0;
  border: 0;
}
.wh .bg-dark {
  background: #fff !important;
}
.wh .profile.dropdown {
  background: #267ef0;
}
.wh .container-fluid main {
  background: #e3e7ea;
}
.wh .container-fluid main .content {
  background: #fff;
}
.wh main .upload .goo h3.text label {
  color: #267ef0;
}
.wh main .upload .files .content {
  background: #e3e7ea;
}
.wh main .upload .files::-webkit-scrollbar-thumb {
  background-color: #267ef0;
}
.wh .fmanager .fm-folder {
  background: #fff;
}
.wh .fmanager .fm-folder::-webkit-scrollbar-thumb {
  background-color: #267ef0;
}
.wh .fmanager .fm-folder .list .input-group .btn-secondary {
  background: #267ef0;
  border-color: #267ef0;
}
.wh .fmanager .fm-folder .list ul li .btn-group .btn-secondary {
  background: rgba(0, 0, 0, 0.02);
  color: #8da3bf;
}
.wh .fmanager .fm-folder .list ul li .btn-group .btn-secondary:hover {
  color: #777;
}
.wh .fmanager .fm-folder .list ul li .btn-group .dropdown-menu {
  background: #f9f9f9;
}
.wh .fmanager .fm-folder .list ul li .btn-group .dropdown-menu a.dropdown-item {
  color: #8da3bf;
}
.wh .fmanager .fm-folder .list ul li .btn-group .dropdown-menu a.dropdown-item:hover {
  color: #777;
}
.wh .fmanager .fm-folder .list ul li a {
  color: #8da3bf;
}
.wh .fmanager .fm-folder .list ul li a:hover {
  color: #777;
  background: rgba(0, 0, 0, 0.02);
}
.wh .fmanager .fm-folder .bottom {
  background: rgba(0, 0, 0, 0.01);
}
.wh .fmanager .fm-folder .bottom .out {
  background: #ccc;
}
.wh .fmanager .fm-folder .bottom .out .in {
  background: #267ef0;
}
.wh .fmanager .fm-folder .bottom span {
  color: #aaa !important;
}
.wh .fmanager .fm-files {
  background: #fff;
}
.wh .fmanager .fm-files::-webkit-scrollbar-thumb {
  background-color: #267ef0;
}
.wh .fmanager .fm-files .flist .paging.bottom {
  color: #777;
  background: rgba(0, 0, 0, 0.02);
}
.wh .fmanager .fm-files .flist .paging.bottom span {
  background: #267ef0;
}
.wh .fmanager .fm-files .flist .paging.bottom a {
  background: #8da3bf;
}
.wh .fmanager .fm-files .fileactions {
  color: #777;
  background: rgba(0, 0, 0, 0.02);
}
.wh .fmanager .fm-files .fileactions .btn {
  background: #8da3bf;
  border: 1px solid #8da3bf;
}
.wh .fmanager .fm-files .fileactions .btn.del {
  background: #dc3545;
  border-color: #dc3545;
}
.wh .fmanager .fm-files table.table.table-responsive.table-striped thead th {
  color: #555;
}
.wh .fmanager .fm-files table.table.table-responsive.table-striped thead th a {
  color: #555 !important;
}
.wh .fmanager .fm-files table.table.table-responsive.table-striped tbody tr td {
  color: #777;
}
.wh .checkbox label::before {
  border: 1px solid #267ef0;
}
.wh .checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #267ef0;
  border-color: #267ef0;
}
.wh .radio-primary label::before {
  border: 2px solid #267ef0;
}
.wh .radio-primary input[type="radio"] + label::after {
  background-color: #267ef0;
  margin-top: 2px;
}
.wh .radio-primary input[type="radio"]:checked + label::before {
  border-color: #267ef0;
}
.wh .radio-primary input[type="radio"]:checked + label::after {
  background-color: #267ef0;
  margin-top: 2px;
}
.wh .nice-select {
  border: 0 !important;
  border-bottom: 1px solid #8da3bf !important;
  color: #8da3bf !important;
  border-width: 1px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.wh .nice-select .list {
  background: #267ef0;
}
.wh .modal-content {
  background: #fff;
  border: 0;
  color: #8da3bf;
}
.wh .modal-content .modal-header.bg-danger {
  border-color: #dc3545;
  color: #fff;
}
.wh .modal-content .modal-footer {
  border-color: #fff;
}
.wh .datepicker td.active:hover {
  background: #267ef0;
}
.wh .datepicker td {
  color: #555;
}
.wh .datepicker td span.active:hover {
  background: #267ef0;
}
.wh .datepicker td span:hover {
  color: #777;
}
.wh .datepicker th {
  color: #555;
}
.wh .datepicker thead tr:first-child th:hover {
  color: #777;
}
.wh .datepicker td.day:hover {
  color: #777;
}
.wh .datepicker:before {
  border-bottom: 7px solid #fff;
  border-bottom-color: #fff;
}
.wh .datepicker:after {
  border-bottom: 6px solid #fff;
}
.wh .pricing .bg-first {
  background: #e3e7ea;
}
.wh .pricing .bg-first .buy-first {
  background: #fff;
}
.wh .pricing .bg-first .pay a.btn.btn-buy {
  background: #fff;
  color: #555;
}
.wh .pricing .col-8 {
  background: #e3e7ea;
}
.wh .settings .links {
  background: #fff;
  padding: 15px;
  min-width: 300px;
  width: 300px;
  margin-right: 15px;
  position: relative;
}
.wh .settings .links .icon i {
  border: 4px solid #267ef0;
  color: #267ef0;
}
.wh .settings .links .act a.btn.btn-default {
  color: #8da3bf;
  background: rgba(0, 0, 0, 0.07);
  border-color: rgba(0, 0, 0, 0.07);
}
.wh .settings .links .act a.btn.btn-default:hover {
  color: #267ef0;
  background: rgba(0, 0, 0, 0.07);
  border-color: rgba(0, 0, 0, 0.07);
}
.wh .settings .infor {
  background: #fff;
}
.wh .settings .infor ul#pills-tab li.nav-item a:hover {
  color: #8da3bf !important;
  border-bottom-color: #8da3bf;
}
.wh .settings .infor ul#pills-tab li.nav-item a.active {
  border-bottom-color: #267ef0;
  color: #267ef0 !important;
}
.wh .settings table.table.table-responsive.table-striped tbody tr td {
  color: #777;
}
.wh .settings .table input[type="button"] {
  box-shadow: none !important;
  color: #fff !important;
  background: #267ef0 !important;
}
.wh .reward .section2 .more .behind {
  background: #e3e7ea;
}
.wh .reward .section2 .more .behind .top {
  background: #fff;
}
.wh .reward .section2 .more .behind .top h5 {
  color: #555;
}
.wh .reward .section2 .info table.table.table-responsive tbody tr td {
  color: #8da3bf;
}
.wh .reward .section .info p {
  color: #8da3bf;
}
.wh .reward .section .more table.table.table-responsive tbody tr td {
  color: #8da3bf;
}
.wh .btn.btn-start {
  background: #fff;
  color: #8da3bf;
}
.wh .faq .menu {
  background: #e3e7ea;
}
.wh .faq .menu ul li.active a {
  background: #267ef0;
  border-color: #267ef0 !important;
}
.wh .faq .menu ul li a {
  color: #555;
}
.wh .faq .menu ul li a:hover {
  color: #267ef0;
}
.wh .faq .under {
  background: #e3e7ea;
}
.wh .faq .under .contentFaq {
  background: #fff;
}
.wh .faq .under .links a {
  color: #8da3bf;
}
.wh .faq .under .links a i {
  color: #555;
}
.wh .faq .under .links a:hover {
  color: #555;
}
.wh .progressbar-outer.progress {
  background: #e3e7ea;
}
.wh .progressbar-inner {
  background: #267ef0;
}
.wh .u-result .content .content {
  background: #e3e7ea;
}
.wh .u-result ul#pills-tab li.nav-item a:hover {
  color: #267ef0;
}
.wh .u-result ul#pills-tab li.nav-item a.active {
  background: #267ef0;
}
.wh .btn-back {
  background: #e3e7ea;
  color: rgba(0, 0, 0, 0.4) !important;
}
.wh .btn-back:hover {
  color: #555 !important;
}
.wh .btn-secondary {
  background: #8da3bf;
  border: 1px solid #8da3bf;
}
.wh .payment .radio {
  background: #fff;
}
.wh .payment .radio label {
  color: #8da3bf;
}
.wh .page .first {
  background: #e3e7ea;
}
.wh .page .first .second {
  background: #fff;
}
.wh .page .first .second h2.title {
  color: #267ef0;
}
.wh .page .first .second .input-group-addon {
  background: transparent !important;
  color: #8da3bf !important;
  border: 0 !important;
  border-bottom: 1px solid #8da3bf !important;
}
.wh .page .first .second .input-group {
  box-shadow: none !important;
}
.wh .page .first .go .btn.btn-start {
  color: #267ef0;
}
.wh .download .first {
  background: #e3e7ea;
}
.wh .download .first .second {
  background: #fff;
}
.wh .download .first .second .flex .share .addthis_inline_share_toolbox div#atstbx .at4-count {
  color: #8da3bf !important;
}
.wh .download .first .second .flex .share .addthis_inline_share_toolbox div#atstbx .at4-title {
  color: #8da3bf !important;
}
.wh .download .first .second .flex .share .addthis_inline_share_toolbox div#atstbx td.at4-count-container {
  border-right: 1px solid #e3e7ea !important;
}
.wh .download .first .second .flex .share .addthis_inline_share_toolbox .at-style-responsive .at-share-btn {
  background: #fff !important;
}
.wh .download .first .second .flex .share .addthis_inline_share_toolbox .at-style-responsive .at-share-btn span.at-label {
  color: #e3e7ea !important;
}
.wh .download .first .second .flex .share .addthis_inline_share_toolbox .at-style-responsive .at-share-btn span.at-icon-wrapper svg.at-icon {
  fill: #8da3bf !important;
}
.wh .download .first .second .flex .share .addthis_inline_share_toolbox .at-style-responsive .at-share-btn:hover span.at-label {
  color: #8da3bf !important;
}
.wh .download .first .second .flex .icon {
  color: #e3e7ea;
}
.wh .download .first .second .flex .name span.size {
  color: #aaa;
}
.wh .download .first .second .flex .name span.extra {
  color: #aaa;
}
.wh .download .first .second .flex .name h4 {
  color: #8da3bf;
}
.wh .download .first .second .dl h1 {
  color: #e3e7ea;
}
.wh .download .first .second .dl span {
  color: #e3e7ea;
}
.wh .download .first .second .report .btn.btn-report {
  border-color: #8da3bf;
  color: #8da3bf !important;
}
.wh .download .first .second .report .btn.btn-report:hover {
  color: #fff !important;
  background: #8da3bf;
}
.wh .download .first .down p {
  color: #8da3bf;
}
.wh .download .sonijs .content {
  background: #e3e7ea;
}
.wh .download .sonijs .content .nav-tabs li .nav-link {
  background: #fff;
  color: rgba(0, 0, 0, 0.4);
}
.wh .download .sonijs .content .nav-tabs li .nav-link:hover {
  color: #8da3bf;
}
.wh .download .sonijs .content .nav-tabs li .nav-link.active {
  color: #267ef0 !important;
  background: #fff;
}
.wh .download .sonijs .content .form-control {
  background: #e3e7ea;
  border-color: #e3e7ea;
  border: 0 !important;
  border-color: #fff !important;
}
.wh .btn-download {
  color: #267ef0;
  background: #fff;
}
.wh .btn-download:hover {
  color: #267ef0;
}
.wh #progress span.seconds {
  color: #fff;
}
.wh #progress i {
  color: #267ef0;
}
.wh #progress svg path:first-child {
  stroke: #fff !important;
}
.wh #progress svg path:nth-child(2) {
  stroke: #267ef0 !important;
}
.wh .form-control {
  border: 0 !important;
  border-bottom: 1px solid #8da3bf !important;
  color: #8da3bf !important;
  border-width: 1px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.wh .datepicker.dropdown-menu {
  background: #fff;
  border: 1px solid #eee;
}
.wh table.table.table-responsive.table-striped thead th {
  color: #555;
}
.wh table.table.table-responsive.table-striped tbody tr td {
  color: #777;
}
.wh .btn-news {
  color: #267ef0 !important;
  border-color: #267ef0;
}
.wh .tos .first {
  background-color: #e3e7ea;
}
.wh .tos .first .second {
  background-color: #fff;
}
.wh .tos .first .second p {
  color: #8da3bf;
}
.wh div.x {
  background: #8da3bf;
}
.wh div.y {
  background: #8da3bf;
}
.wh div.z {
  background: #8da3bf;
}
.wh .tooltip-inner {
  background: #267ef0;
  border: 4px solid #e3e7ea;
}
.wh .tbl1 {
  background: #fff;
}
.wh .tbl1 tr td {
  color: #777;
}
.wh .tbl1 tr.hdr td {
  color: #555;
}
.wh .tbl1 tr.hdr td a {
  color: #555;
}
.wh .tbl1 input[type="text"] {
  border: 0 !important;
  border-bottom: 1px solid #8da3bf !important;
  color: #8da3bf !important;
  border-width: 1px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.wh .tbl1 input[type="password"] {
  border: 0 !important;
  border-bottom: 1px solid #8da3bf !important;
  color: #8da3bf !important;
  border-width: 1px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.wh .tbl1 textarea {
  border: 0 !important;
  border-bottom: 1px solid #8da3bf !important;
  color: #8da3bf !important;
  border-width: 1px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.wh .sharetabs .tabs li {
  background: #fff;
  color: rgba(0, 0, 0, 0.4);
  border-color: #fff;
}
.wh .sharetabs .tabs li.current {
  color: #267ef0 !important;
  background: #fff;
}
.wh .settingsAD .tabs li:hover {
  color: #777;
}
#search-dialog {
  display: none;
}
.hide2 {
  display: none;
}
.tbl1 {
  width: 100% !important;
  background: #383152;
  max-width: 100% !important;
  box-shadow: 0px 42px 76px 0px rgba(1, 1, 1, 0.53);
  margin-bottom: 50px;
  position: relative;
  overflow: auto;
}
.tbl1 input[type="text"] {
  position: relative;
  margin: 3px;
  background: #69657a;
  border: #69657a;
  color: #fff;
  border-radius: 1px;
  outline: 0 !important;
  box-shadow: none !important;
  height: 38px;
  width: 60%;
  float: left;
  padding: 0 12px;
  margin-right: 10px;
}
.tbl1 input[type="password"] {
  position: relative;
  margin: 3px;
  background: #69657a;
  border: #69657a;
  color: #fff;
  border-radius: 1px;
  outline: 0 !important;
  box-shadow: none !important;
  height: 38px;
  width: 60%;
  float: left;
  padding: 0 12px;
  margin-right: 10px;
}
.tbl1 textarea {
  position: relative;
  margin: 3px;
  background: #69657a;
  border: #69657a;
  color: #fff;
  border-radius: 1px;
  outline: 0 !important;
  box-shadow: none !important;
  height: 38px;
  width: 60%;
  float: left;
  padding: 0 12px;
  margin-right: 10px;
  height: auto;
}
.tbl1 tr td {
  padding: 10px 15px;
  font-size: 14px;
  color: #f0f0f0;
}
.tbl1 tr.hdr td {
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}
.tbl1 tr.hdr td a {
  color: #fff;
  font-weight: 500;
}
.tbl1 tbody tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.06);
}
.paging {
  text-align: center;
  margin: 15px 0;
  text-transform: uppercase;
}
.paging span {
  padding: 5px;
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.paging a {
  padding: 5px;
  position: relative;
  display: inline-block;
  font-weight: 500;
}
body {
  padding-top: 3.5rem;
  padding-bottom: 80px;
  background: #282240;
  overflow-x: hidden;
  color: #f5f5f5;
  font-family: 'Ubuntu', sans-serif !important;
}
body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}
body::-webkit-scrollbar-thumb {
  background-color: #f7527c;
}
body .container-fluid {
  padding-left: 80px;
}
body .nice-select {
  background: #69657a;
  border: 1px solid #69657a;
  width: 100%;
  border-radius: 1px;
  padding-top: 0;
  padding-bottom: 0;
}
body .nice-select .list {
  background: #69657a;
  border-radius: 1px;
  position: absolute;
  width: 100%;
}
body .nice-select .option {
  color: rgba(255, 255, 255, 0.7);
  padding: 0.2rem 1.1rem;
}
body .nice-select .option:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
body .nice-select .option.focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
body .nice-select .option.selected.focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
body .nice-select span.current {
  vertical-align: middle;
  line-height: 40px;
  display: block;
}
body .fmanager .fm-folder .form-control {
  color: #fff;
  min-height: 44px;
  background: #69657a;
  border: 1px solid #69657a;
  border-radius: 1px;
}
body .modal-content {
  color: #69657a;
  background: #383152;
  border: 0;
}
body .modal-content .modal-header.bg-danger {
  color: #fff;
  border-radius: 1px !important;
  border-color: #383152;
}
body .modal-content .modal-header.bg-danger h4 i {
  font-size: 35px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
body .modal-content .modal-body {
  font-size: 20px;
}
body .modal-content .modal-footer {
  border-color: #383152;
}
body .modal-content .modal-footer .btn {
  border-radius: 1px;
  cursor: pointer;
}
body .datepicker.dropdown-menu {
  background: #69657a;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 1px;
  min-width: 250px;
}
body .datepicker:before {
  border-bottom: 7px solid #69657a;
  border-bottom-color: #69657a;
}
body .datepicker:after {
  border-bottom: 6px solid #69657a;
}
body .datepicker td.active:hover {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
}
body .datepicker td.active:hover:hover {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td.active:hover:focus {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td.active:hover:active {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td.active:focus {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td.active:active {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td.active:hover.active {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td.active:hover.disabled {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td.active:hover[disabled] {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td.active.active {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td.active.disabled {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td.active[disabled] {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td span.active:hover {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
}
body .datepicker td span.active:focus {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td span.active:active {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td span.active.active {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td span.active.disabled {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td span.active[disabled] {
  background: #f7527c;
  border-radius: 1px;
  color: #fff;
  background: #267ef0;
}
body .datepicker td span:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 1px;
  cursor: pointer;
}
body .datepicker thead tr:first-child th:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 1px;
  cursor: pointer;
}
body .datepicker td.day:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 1px;
  cursor: pointer;
}
body .report .form-control {
  background: #322C4A;
  color: #69657a;
  height: 45px;
  border: 1px solid #322C4A;
  border-radius: 1px;
}
body table.table.table-responsive.table-striped {
  margin-bottom: 0;
}
body table.table.table-responsive.table-striped thead th {
  border: 0;
  color: #fff;
  font-weight: 500;
  padding: 13px;
  text-align: center;
  vertical-align: middle;
}
body table.table.table-responsive.table-striped thead th a {
  color: #fff !important;
  text-decoration: none !important;
}
body table.table.table-responsive.table-striped thead th i {
  font-size: 25px;
  position: relative;
  top: 5px;
}
body table.table.table-responsive.table-striped tbody tr td {
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  padding: 13px;
  text-align: center;
  vertical-align: middle;
}
body table.table.table-responsive.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.06);
}
body .settings table.table.table-responsive.table-striped tbody tr td {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  padding-left: 50px;
  font-weight: 500;
}
body .settings table.table.table-responsive.table-striped tbody tr td b {
  font-weight: 500;
}
body .settings table.table.table-responsive.table-striped tbody tr td:first-child {
  text-align: left;
  padding-left: 50px;
  max-width: 300px;
  width: 300px;
  font-weight: 400;
  color: #69657a;
}
body .settings table.table.table-responsive.table-striped tbody tr td .form-control {
  position: relative;
  margin-bottom: -7px;
  margin-top: -7px;
  background: #69657a;
  border: #69657a;
  color: #fff;
  border-radius: 1px;
  outline: 0 !important;
  box-shadow: none !important;
  height: 42px;
}
body .settings table.table.table-responsive.table-striped tbody tr td .nice-select {
  width: 48%;
  margin-left: 15px;
  position: relative;
  margin-bottom: -7px;
  margin-top: -7px;
  display: inline-block;
  float: right;
}
body .files .form-group label {
  text-align: left;
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 500;
  font-size: 12px;
  color: #69657a;
}
body .files .form-group .form-control {
  position: relative;
  background: #69657a;
  border: #69657a;
  color: #fff;
  border-radius: 1px;
  outline: 0 !important;
  box-shadow: none !important;
  height: 42px;
}
#notifications {
  color: #777;
}
body.wh {
  background: #e3e7ea;
  color: #4d4d4d;
}
a {
  color: #f7527c;
  transition: 0.3s all !important;
}
* {
  outline: 0 !important;
}
h1 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}
select {
  display: none;
}
.sidebar {
  position: fixed;
  top: 62px;
  bottom: 0;
  left: 0;
  z-index: 300;
  overflow-x: hidden;
  overflow-y: auto;
  width: 80px;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
}
.sidebar .nav {
  margin-bottom: 20px;
  text-align: center;
  position: fixed;
  left: 0;
  width: 80px;
}
@media all and (max-width: 798px) {
  .sidebar .nav {
    width: 100%;
    position: relative;
  }
}
.sidebar .nav-item {
  width: 100%;
}
.sidebar .nav-item + .nav-item {
  margin-left: 0;
}
.sidebar .nav-link {
  border-radius: 0;
  color: #69657a;
  font-size: 31px;
}
.sidebar .nav-link:hover {
  color: #fff;
}
.sidebar .nav-link span {
  display: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  left: 10px;
  line-height: 14px;
  top: -6px;
}
.sidebar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.sidebar::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(0, 0, 0, 0);
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
}
.sidebar .nav-item.has-sub {
  position: relative;
}
.sidebar .nav-item.has-sub ul {
  display: none;
  position: absolute;
  left: 82px;
  z-index: 1000;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 250px;
  background: #383152;
  text-align: left;
  transition: width 0.3s linear;
  top: 0;
}
@media all and (max-width: 798px) {
  .sidebar .nav-item.has-sub ul {
    display: block;
    position: relative;
    left: 0;
  }
}
.sidebar .nav-item.has-sub ul li .nav-link {
  color: #69657a;
}
.sidebar .nav-item.has-sub ul li .nav-link:hover {
  color: #ffffff;
}
.sidebar .nav-item.has-sub ul li .nav-link span {
  display: inline-block;
}
.wh .nav-item.has-sub ul {
  background: #ffffff;
}
.wh .nav-item.has-sub ul li .nav-link {
  color: #8da3bf;
}
.wh .nav-item.has-sub ul li .nav-link:hover {
  color: #555;
}
.nav-pills .nav-link.active {
  background-color: transparent;
  color: #f7527c !important;
}
.show > .nav-pills .nav-link {
  background-color: transparent;
  color: #f7527c !important;
  color: #267ef0 !important;
}
.show > .btn-secondary.dropdown-toggle {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.navbar-dark .navbar-brand img {
  position: relative;
  margin-top: -8px;
  margin-bottom: -8px;
}
.navbar-dark .navbar-brand .logo {
  color: #69657a;
  margin-right: 20px;
}
.navbar-dark .navbar-toggler {
  border-color: transparent;
}
.navbar .form-inline {
  margin: 0 auto;
}
.navbar .form-inline .btn-search {
  cursor: pointer;
  background: transparent;
  color: #69657a;
  font-size: 20px;
  border-bottom: 2px solid #69657a;
  border-radius: 0;
  margin-right: -1px;
}
.navbar .form-inline .form-control {
  border: 0;
  border-bottom: 2px solid #69657a;
  border-radius: 0;
  background: transparent;
  color: #69657a;
  height: 45px;
}
.userdrive-nav .dropdown-menu.show {
  right: 0;
  left: auto;
  border-radius: 0;
  margin-top: -2px;
  background: #69657a;
  border-top: 0;
  padding: 0;
}
.userdrive-nav .dropdown-menu.show a.dropdown-item {
  color: rgba(255, 255, 255, 0.7);
  padding: 0.7rem 1.7rem;
}
.userdrive-nav .dropdown-menu.show a.dropdown-item i {
  font-size: 25px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.userdrive-nav .dropdown-menu.show a.dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.userdrive-nav .dropdown-menu.show a.dropdown-item:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.userdrive-nav .dropdown-menu.show a.dropdown-item:active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.userdrive-nav .dropdown-menu.show a.dropdown-item.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.placeholders {
  padding-bottom: 3rem;
}
.placeholder img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.bg-dark {
  background: #383152 !important;
}
.navbar-expand-md {
  line-height: 30px;
  padding-right: 0;
}
.dropdown-toggle::after {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  content: "\f110";
  font: normal normal normal 16px/1 LineAwesome;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: relative;
  vertical-align: middle;
  top: -2px;
  transition: 0.3s all;
}
.dropdown.show .dropdown-toggle::after {
  content: "\f113";
  transition: 0.3s all;
}
.menu-top > .nav-item {
  position: relative;
}
.menu-top > .nav-item > .nav-top {
  color: #69657a;
  font-size: 28px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.menu-top .nav-item .how {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 110, 110, 0.4);
  width: 28px;
  height: 28px;
  top: -3px;
  text-align: center;
  left: 30px;
  color: #fff;
  z-index: 1;
}
.menu-top .nav-item .how span {
  z-index: 20;
  position: absolute;
  color: #fff;
  background: #ff6e6e;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  font-size: 10px;
  border-radius: 10px;
  line-height: 20px;
  vertical-align: middle;
}
.menu-top .nav-item .dot {
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  background: #ecda41;
  border-radius: 5px;
  top: 10px;
  right: 25px;
}
.menu-top > .nav-item.profile.dropdown > .nav-link {
  color: #fff;
}
.profile.dropdown {
  background: #69657a;
  margin-top: -8px;
  margin-bottom: -8px;
  padding: 8px 15px;
}
.profile img {
  margin-bottom: -8px;
  margin-top: -8px;
  margin-right: 15px;
  border: 2px solid #fff;
  border-radius: 20px;
  background: #fff;
}
.container-fluid main {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
  background: #282240;
  padding: 60px;
  padding-left: 80px;
}
.container-fluid main .content {
  width: 100% !important;
  background: #383152;
  max-width: 100% !important;
  flex: 0 0 90%;
  padding: 15px;
}
main .upload {
  position: relative;
  padding: 15px;
  text-align: center;
}
@media all and (max-width: 798px) {
  main .upload {
    height: auto !important;
  }
}
main .upload .goo .icon {
  padding: 15px;
  position: relative;
  display: block;
  cursor: pointer;
}
main .upload .goo .icon img {
  width: auto;
}
main .upload .goo h3.text {
  margin-top: 50px;
  font-size: 2rem;
  color: #69657a;
  font-weight: 400;
}
main .upload .goo h3.text label {
  color: #f7527c;
  font-weight: 600;
  margin: 0 10px;
  cursor: pointer;
}
main .upload .goo h3.text label:hover {
  text-decoration: underline;
}
main .upload .goo input#file_0 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 30%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
}
main .upload .files {
  position: relative;
  display: block;
  overflow: scroll;
  overflow-x: hidden;
  margin-left: -15px;
  margin-right: -32px;
  padding-right: 17px;
  margin-top: -30px;
  margin-bottom: -30px;
}
main .upload .files .col-md-4 {
  margin: 15px 0;
}
main .upload .files .content {
  display: flex;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  background: #282240;
  position: relative;
}
main .upload .files .content .icon {
  width: 60px;
  line-height: 60px;
  font-size: 65px;
  color: #69657a;
  min-width: 60px;
}
main .upload .files .content .name {
  width: 100%;
  margin-left: 20px;
  position: relative;
  text-align: left;
}
main .upload .files .content .name h4 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  max-width: 70%;
  text-overflow: ellipsis;
  margin-right: 20px;
  display: block;
  overflow: hidden;
  margin: 0;
  line-height: 32px;
}
main .upload .files .content .name span.size {
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
}
main .upload .files .content a.del {
  display: block;
  position: absolute;
  top: 0;
  font-size: 25px;
  right: 5px;
  font-weight: 600;
  color: #D71F2D;
}
main .upload .files::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}
main .upload .files::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(0, 0, 0, 0.2);
}
main .upload .files::-webkit-scrollbar-thumb {
  background-color: #f7527c;
}
main .upload_form .plus {
  position: absolute;
  width: 100px;
  border-radius: 40px;
  line-height: 100px;
  text-align: center;
  height: 100px;
  bottom: -40px;
  right: -40px;
  cursor: pointer;
}
main .upload_form .plus .circle1 {
  background: rgba(176, 254, 248, 0.451);
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 80px;
  border-radius: 40px;
  z-index: 10;
  mix-blend-mode: overlay;
}
main .upload_form .plus .circle2 {
  background: rgba(176, 254, 248, 0.161);
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 2px;
  right: 18px;
  border-radius: 40px;
  z-index: 20;
  height: 80px;
  mix-blend-mode: overlay;
}
main .upload_form .plus .circle3 {
  background: rgba(176, 254, 248, 0.922);
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 18px;
  right: 2px;
  border-radius: 40px;
  z-index: 30;
  height: 80px;
  mix-blend-mode: overlay;
}
main .upload_form .plus .circle {
  background-image: -moz-linear-gradient(90deg, #209ac8 0%, #47cec5 100%);
  background-image: -webkit-linear-gradient(90deg, #209ac8 0%, #47cec5 100%);
  background-image: -ms-linear-gradient(90deg, #209ac8 0%, #47cec5 100%);
  display: block;
  position: relative;
  top: 16px;
  bottom: 4px;
  left: 10px;
  right: 10px;
  border-radius: 40px;
  z-index: 100;
  box-shadow: 0px 3px 0px 0px rgba(12, 134, 180, 0.59);
  color: rgba(255, 255, 255, 0.7);
  mix-blend-mode: normal;
  line-height: 80px;
  width: 80px;
  font-size: 35px;
  transition: 0.3s all !important;
}
main .upload_form .plus .circle:hover {
  color: #fff;
  box-shadow: 0px 5px 0px 0px rgba(12, 134, 180, 0.59);
  transition: 0.3s all !important;
}
.upload-menu {
  width: 250px;
  float: right;
  background: #69657a;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1400;
  bottom: 160px;
  margin-bottom: -160px;
  position: absolute;
  right: 0;
  display: none;
}
.wh .upload-menu {
  background: #267ef0;
}
.upload-menu a {
  display: block;
  padding: 0.7rem 1.7rem;
  font-size: 1.1rem;
  border-radius: 2px;
  cursor: pointer;
}
body .upload-menu a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.upload-menu a i {
  position: relative;
  font-size: 1.8rem;
  top: 6px;
  margin-right: 15px;
}
.upload-menu a:hover,
.upload-menu a:focus,
.upload-menu a:active,
.upload-menu a.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  text-decoration: none;
}
.fmanager {
  position: relative;
  display: flex;
}
.fmanager .fm-folder {
  width: 300px;
  min-width: 300px;
  background: #383152;
  position: relative;
  padding-bottom: 79px;
}
.fmanager .fm-folder .list {
  position: relative;
  display: block;
}
.fmanager .fm-folder .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
}
.fmanager .fm-folder .list ul li {
  position: relative;
  display: block;
}
.fmanager .fm-folder .list ul li a {
  padding: 0 15px;
  display: block;
  font-size: 18px;
  line-height: 57px;
  height: 57px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none !important;
  background: transparent;
}
.fmanager .fm-folder .list ul li a i {
  font-size: 25px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.fmanager .fm-folder .list ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.fmanager .fm-folder .list ul li a span.how {
  font-size: 12px;
  text-align: right;
  float: right;
  color: #555;
  font-weight: 600;
  margin-right: 60px;
}
.fmanager .fm-folder .list ul li a span.how i {
  font-size: 15px;
  top: 1px;
  margin-right: 0px;
}
.fmanager .fm-folder .list ul li .btn-group {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.fmanager .fm-folder .list ul li .btn-group .btn-secondary {
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: #69657a;
  font-weight: 700;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 0;
}
.fmanager .fm-folder .list ul li .btn-group .btn-secondary:hover {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.fmanager .fm-folder .list ul li .btn-group .btn-secondary:active {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.fmanager .fm-folder .list ul li .btn-group .btn-secondary:focus {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.fmanager .fm-folder .list ul li .btn-group .dropdown-toggle::after {
  content: "\f1c4";
  font-weight: 700;
  font-size: 30px;
}
.fmanager .fm-folder .list ul li .btn-group .btn-secondary.active {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.fmanager .fm-folder .list ul li .btn-group .dropdown-menu {
  background: #322C4A;
  border-radius: 1px;
  min-width: 200px;
  padding: 0;
  border: 0;
}
.fmanager .fm-folder .list ul li .btn-group .dropdown-menu a.dropdown-item {
  line-height: 45px;
  height: 45px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.fmanager .fm-folder .list ul li .btn-group .dropdown-menu a.dropdown-item i {
  font-size: 22px;
}
.fmanager .fm-folder .list ul li .btn-group .dropdown-menu a.dropdown-item:hover {
  color: #fff;
}
.fmanager .fm-folder .list ul li .btn-group .dropdown-menu a.dropdown-item.del {
  color: #dc3545;
  background: rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.fmanager .fm-folder .list .input-group {
  margin-top: 25px;
  padding: 0 15px;
}
.fmanager .fm-folder .list .input-group .btn-secondary {
  border-radius: 1px;
  line-height: 42px;
  padding: 0 15px;
  background: #f7527c;
  color: rgba(255, 255, 255, 0.7);
  border-color: #f7527c;
  cursor: pointer;
}
.fmanager .fm-folder .list .input-group .btn-secondary i {
  font-size: 25px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.fmanager .fm-folder .list .input-group .btn-secondary:hover {
  color: #fff;
  box-shadow: none;
}
.fmanager .fm-folder .list .input-group .btn-secondary:focus {
  color: #fff;
  box-shadow: none;
}
.fmanager .fm-folder .list .input-group .btn-secondary:active {
  color: #fff;
  box-shadow: none;
}
.fmanager .fm-folder .list .input-group .btn-secondary.active {
  color: #fff;
  box-shadow: none;
}
.fmanager .fm-folder::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}
.fmanager .fm-folder::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(0, 0, 0, 0.2);
}
.fmanager .fm-folder::-webkit-scrollbar-thumb {
  background-color: #f7527c;
}
.fmanager .fm-folder .copy-move {
  margin-top: 15px;
  position: relative;
  display: block;
  padding-top: 15px;
}
.fmanager .fm-folder .copy-move label {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.fmanager .fm-folder .copy-move .copymove {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 10px;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
.fmanager .fm-folder .copy-move .copymove input.btn {
  border-radius: 1px;
  font-size: 14px;
  padding: 10px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.fmanager .fm-folder .copy-move .copymove input.btn:hover,
.fmanager .fm-folder .copy-move .copymove input.btn:focus,
.fmanager .fm-folder .copy-move .copymove input.btn:active {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: none;
}
.fmanager .fm-folder .bottom {
  padding: 20px 15px;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.fmanager .fm-folder .bottom span.storage {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  float: left;
  color: #ddd;
}
.fmanager .fm-folder .bottom span.total {
  display: inline-block;
  float: right;
  font-size: 10px;
  color: #ddd;
  text-transform: uppercase;
  font-weight: 500;
}
.fmanager .fm-folder .bottom .out {
  margin-top: 10px;
  width: 100%;
  height: 5px;
  background: #69657a;
  display: inline-block;
  position: relative;
}
.fmanager .fm-folder .bottom .out .in {
  background: #f7527c;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.fmanager .fm-files {
  width: 100%;
  background: #383152;
  margin-left: 20px;
  padding-bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
.fmanager .fm-files::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}
.fmanager .fm-files::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(0, 0, 0, 0.2);
}
.fmanager .fm-files::-webkit-scrollbar-thumb {
  background-color: #f7527c;
}
.fmanager .fm-files table.table.table-responsive.table-striped {
  margin-bottom: 0;
}
.fmanager .fm-files table.table.table-responsive.table-striped thead th {
  border: 0;
  color: #fff;
  font-weight: 500;
  padding: 13px;
  text-align: center;
  vertical-align: middle;
}
.fmanager .fm-files table.table.table-responsive.table-striped thead th a {
  color: #fff !important;
  text-decoration: none !important;
}
.fmanager .fm-files table.table.table-responsive.table-striped thead th:nth-child(2) {
  text-align: left;
}
.fmanager .fm-files table.table.table-responsive.table-striped thead th i {
  font-size: 25px;
  position: relative;
  top: 5px;
}
.fmanager .fm-files table.table.table-responsive.table-striped thead tr th .checkbox {
  vertical-align: middle;
  top: 5px;
  position: relative;
}
.fmanager .fm-files table.table.table-responsive.table-striped tbody tr td {
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  padding: 13px;
  text-align: center;
  vertical-align: middle;
}
.fmanager .fm-files table.table.table-responsive.table-striped tbody tr td:nth-child(2) {
  text-align: left;
}
.fmanager .fm-files table.table.table-responsive.table-striped tbody tr td i {
  font-size: 25px;
}
.fmanager .fm-files table.table.table-responsive.table-striped tbody tr td i.la-edit {
  color: #69657a;
}
.fmanager .fm-files table.table.table-responsive.table-striped tbody tr td i.la-trash {
  color: #dc3545;
}
.fmanager .fm-files table.table.table-responsive.table-striped tbody tr td .checkbox {
  vertical-align: middle;
  top: 5px;
  position: relative;
}
.fmanager .fm-files table.table.table-responsive.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.06);
}
.fmanager .fm-files .fileactions {
  position: relative;
  display: block;
  padding: 15px;
  text-align: right;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}
.fmanager .fm-files .fileactions .btn {
  border-radius: 1px;
  background: #69657a;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #69657a;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 25px;
}
.fmanager .fm-files .fileactions .btn:hover {
  box-shadow: none;
  color: #fff;
}
.fmanager .fm-files .fileactions .btn:active {
  box-shadow: none;
  color: #fff;
}
.fmanager .fm-files .fileactions .btn:focus {
  box-shadow: none;
  color: #fff;
}
.fmanager .fm-files .fileactions .btn.del {
  background: #dc3545;
  border-color: #dc3545;
  float: left;
}
.fmanager .fm-files .fileactions .btn.active {
  box-shadow: none;
  color: #fff;
}
.fmanager .fm-files .flist {
  position: relative;
  padding-bottom: 109px;
}
.fmanager .fm-files .flist .paging.bottom {
  cursor: auto !important;
  line-height: 79px;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.fmanager .fm-files .flist .paging.bottom a {
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.7);
  border: 0;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  border-radius: 20px;
  text-decoration: none !important;
  background: #69657a;
  vertical-align: middle;
  font-weight: 500;
  cursor: pointer;
}
.fmanager .fm-files .flist .paging.bottom a:hover {
  color: #fff;
  box-shadow: none;
  text-decoration: none;
}
.fmanager .fm-files .flist .paging.bottom a:focus {
  color: #fff;
  box-shadow: none;
  text-decoration: none;
}
.fmanager .fm-files .flist .paging.bottom a:active {
  color: #fff;
  box-shadow: none;
  text-decoration: none;
}
.fmanager .fm-files .flist .paging.bottom span {
  background: #f7527c;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  border-radius: 20px;
  font-weight: 500;
  border: 0;
  cursor: pointer;
}
.checkbox {
  padding-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: transparent;
  border-radius: 1px;
  border: 1px solid #f7527c;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  cursor: pointer;
  outline: none !important;
  margin-top: 1px;
}
.checkbox label::after {
  color: #2b3d51;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 1.5px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 1px;
  width: 16px;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #818a91;
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: '\f26b';
  font-family: 'Material-Design-Iconic-Font';
  font-weight: bold;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single label {
  height: 17px;
  text-align: left;
}
.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #f7527c;
  border-color: #f7527c;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ff5d48;
  border-color: #ff5d48;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #3db9dc;
  border-color: #3db9dc;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f1b53d;
  border-color: #f1b53d;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #1bb99a;
  border-color: #1bb99a;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #9261c6;
  border-color: #9261c6;
}
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #ff7aa3;
  border-color: #ff7aa3;
}
.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #2b3d51;
  border-color: #2b3d51;
}
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.radio {
  padding-left: 20px;
  vertical-align: middle;
  position: relative;
  line-height: 22px;
}
.radio label {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 5px;
  position: relative;
}
.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  border-radius: 50%;
  border: 2px solid #f7527c;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  outline: none !important;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  margin-top: 4px;
}
.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #24747d;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 5px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.payment .radio-primary label::before {
  border: 2px solid #eec966;
}
.payment .radio-primary input[type="radio"] + label::after {
  background-color: #eec966;
  margin-top: 2px;
}
.payment .radio-primary input[type="radio"]:checked + label::before {
  border-color: #eec966;
}
.payment .radio-primary input[type="radio"]:checked + label::after {
  background-color: #eec966;
  margin-top: 2px;
}
.payment .radio-custom label::before {
  border: 2px solid #cf67ee;
}
.payment p {
  font-size: 20px;
  padding: 15px;
  margin-bottom: 10px;
  color: #69657a;
}
.payment .radio {
  padding: 10px 25px;
  margin: 10px;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  background: #40395b;
  display: inline-block;
}
.payment .radio label {
  color: #69657a;
  cursor: pointer;
  font-weight: 500;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio.radio-single label {
  height: 17px;
}
.radio-custom input[type="radio"] + label::after {
  background-color: #cf67ee;
  margin-top: 2px;
}
.radio-custom input[type="radio"]:checked + label::before {
  border-color: #cf67ee;
}
.radio-custom input[type="radio"]:checked + label::after {
  background-color: #cf67ee;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #f7527c;
  margin-top: 2px;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #f7527c;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #f7527c;
  margin-top: 2px;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #ff5d48;
  margin-top: 2px;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ff5d48;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ff5d48;
}
.radio-info input[type="radio"] + label::after {
  background-color: #3db9dc;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #3db9dc;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #3db9dc;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f1b53d;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f1b53d;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f1b53d;
}
.radio-success input[type="radio"] + label::after {
  background-color: #6ed3cf;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #6ed3cf;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #6ed3cf;
}
.radio-purple input[type="radio"] + label::after {
  background-color: #9261c6;
}
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #9261c6;
}
.radio-purple input[type="radio"]:checked + label::after {
  background-color: #9261c6;
}
.radio-pink input[type="radio"] + label::after {
  background-color: #ff7aa3;
}
.radio-pink input[type="radio"]:checked + label::before {
  border-color: #ff7aa3;
}
.radio-pink input[type="radio"]:checked + label::after {
  background-color: #ff7aa3;
}
.btn-secondary.active {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.btn-secondary:active {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.report h2 {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 25px;
  display: block;
  position: relative;
}
.report .btn-toolbar .input-group {
  margin-right: 15px;
  align-items: center;
}
.report .btn-toolbar .input-group .input-group-addon {
  border-color: transparent;
  background: transparent;
  color: #69657a;
  font-weight: 500;
  margin-right: 10px;
}
.report .btn-toolbar .btn-group-vertical > .btn {
  border-radius: 1px;
  background: #69657a;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #322C4A;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  padding: 0 25px;
}
.report .btn-toolbar .btn-group-vertical > .btn:hover {
  box-shadow: none;
  color: #fff;
}
.report .btn-toolbar .btn-group-vertical > .btn:focus {
  box-shadow: none;
  color: #fff;
}
.report .btn-toolbar .btn-group > .btn:hover {
  box-shadow: none;
  color: #fff;
}
.report .btn-toolbar .btn-group > .btn:focus {
  box-shadow: none;
  color: #fff;
}
.btn-group > .btn {
  border-radius: 1px;
  background: #69657a;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #322C4A;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  padding: 0 25px;
}
.pro {
  text-align: center;
  padding-bottom: 50px;
  height: auto;
}
.pro h2 {
  font-size: 28px;
  padding-top: 50px;
  display: block;
}
.pro p {
  color: #69657a;
  font-size: 14px;
  font-weight: 500;
  padding-top: 5px;
  display: block;
  margin-bottom: 30px;
}
.pro .container-fluid {
  padding-left: 25px;
}
.pricing {
  padding-top: 70px;
}
.pricing .bg-first {
  background: #282240;
  padding: 10px;
  position: relative;
  margin: 0 15px;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  display: block;
  height: 100%;
}
.pricing .bg-first .buy-first {
  -webkit-box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  background: #40395b;
  padding: 10px 25px;
  position: relative;
  top: -30px;
  left: -30px;
  height: 100%;
}
.pricing .bg-first .buy-first .amount {
  padding: 15px 0;
  font-size: 3.5rem;
  font-weight: 500;
}
.pricing .bg-first .buy-first .amount span {
  font-size: 2rem;
  line-height: 45px;
  position: relative;
  vertical-align: top;
  margin-left: 5px;
  font-weight: 600;
  top: 12px;
}
.pricing .bg-first .buy-first .type {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: -15px;
  margin-bottom: 30px;
}
.pricing .bg-first .buy-first .inside {
  padding: 0;
  text-align: left;
}
.pricing .bg-first .buy-first .inside ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0;
  position: relative;
}
.pricing .bg-first .buy-first .inside ul li {
  color: #69657a;
  font-weight: 500;
  padding: 10px 0;
}
.pricing .bg-first .buy-first .inside ul li i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-weight: normal;
  color: #fff;
}
.pricing .bg-first .pay {
  padding: 15px 0;
  padding-bottom: 5px;
  text-align: right;
  padding-top: 0;
  position: relative;
}
.pricing .bg-first .pay a.btn.btn-buy {
  background: #383152;
  border-radius: 1px;
  color: #fff;
  padding: 0 25px;
  font-weight: 500;
  vertical-align: middle;
  margin-right: -30px;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  line-height: 45px;
  cursor: pointer;
  transition: 0.3s all !important;
}
.pricing .bg-first .pay a.btn.btn-buy i {
  font-weight: 400;
  position: relative;
  margin-left: 5px;
  font-size: 25px;
  top: 2px;
  transition: 0.3s all !important;
}
.pricing .bg-first .pay a.btn.btn-buy:hover i {
  margin-left: 15px;
  transition: 0.3s all !important;
}
.pricing .bg-first.free .buy-first .amount {
  color: #02b8eb;
}
.pricing .bg-first.free .buy-first .inside ul li i {
  color: #02b8eb;
  transition: 0.3s all !important;
}
.pricing .bg-first.free .pay a.btn.btn-buy {
  color: #02b8eb;
  transition: 0.3s all !important;
}
.pricing .bg-first.standart .buy-first .amount {
  color: #eec966;
}
.pricing .bg-first.standart .buy-first .inside ul li i {
  color: #eec966;
  transition: 0.3s all !important;
}
.pricing .bg-first.standart .pay a.btn.btn-buy {
  color: #eec966;
}
.pricing .bg-first.professional .buy-first .amount {
  color: #cf67ee;
}
.pricing .bg-first.professional .buy-first .inside ul li i {
  color: #cf67ee;
  transition: 0.3s all !important;
}
.pricing .bg-first.professional .pay a.btn.btn-buy {
  color: #cf67ee;
}
.pricing .goback {
  padding: 15px 0;
  padding-bottom: 5px;
  text-align: right;
  padding-top: 0;
  position: absolute;
  bottom: 10px;
  left: -20px;
}
.pricing .col-8 {
  background: #282240;
  padding: 10px;
  position: relative;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  display: block;
}
.settings {
  display: flex;
  position: relative;
  width: 100%;
}
.settings .links {
  background: #383152;
  padding: 15px;
  min-width: 300px;
  width: 300px;
  margin-right: 15px;
  position: relative;
}
.settings .links .icon {
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
}
.settings .links .icon i {
  background: transparent;
  width: 200px;
  height: 200px;
  line-height: 192px;
  font-size: 80px;
  border-radius: 100px;
  border: 4px solid #f7527c;
  text-align: center;
  color: #f7527c;
}
.settings .links .info {
  text-align: center;
  padding: 15px 0;
  position: relative;
}
.settings .links .info h5 {
  color: #69657a;
  font-size: 1.7rem;
  font-weight: 600;
  display: block;
}
.settings .links .info span {
  display: block;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
}
.settings .links .act {
  text-align: center;
  padding: 15px 0;
  display: block;
  position: relative;
}
.settings .links .act a.btn.btn-default {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 25px;
  color: #f7527c;
  margin-right: 10px;
  border-color: #56506C;
  cursor: pointer;
}
.settings .links .act a.btn.btn-default:hover {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
  border-color: #4C4664;
}
.settings .links .act a.btn.btn-default:focus {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
  border-color: #4C4664;
}
.settings .links .act a.btn.btn-primary {
  border-radius: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 25px;
  color: #fff;
  margin-right: 10px;
}
.settings .infor {
  background: #383152;
  width: 100%;
  position: relative;
  display: block;
}
.settings .infor ul#pills-tab li.nav-item a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
  color: #69657a !important;
  border-bottom: 2px solid #69657a;
  font-weight: 500;
  padding: 10px;
  background: rgba(0, 0, 0, 0.02);
  color: #aaa !important;
  border-bottom-color: #aaa;
}
.settings .infor ul#pills-tab li.nav-item a:hover {
  color: #fff !important;
  border-bottom-color: #fff;
}
.settings .infor ul#pills-tab li.nav-item a.active {
  border-bottom-color: #f7527c;
  color: #f7527c !important;
}
.settings .infor .tab-content {
  padding: 15px 0;
  padding-top: 0;
}
.settings .infor .btn.btn-start {
  right: -30px;
  bottom: 15px;
}
.reward {
  padding: 15px 30px;
  position: relative;
  height: 100% !important;
  padding-bottom: 80px;
}
.reward .section {
  display: flex;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}
.reward .section .info {
  width: 100%;
  position: relative;
  display: block;
}
.reward .section .info h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.reward .section .info p {
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-right: 25px;
  color: #69657a;
}
.reward .section .more {
  width: 600px;
  min-width: 510px;
  margin-left: 50px;
  position: relative;
  display: block;
}
.reward .section .more h4 {
  color: #02b8eb;
  margin: 20px 5px;
  font-size: 20px;
}
.reward .section .more table.table.table-responsive tbody tr td {
  border: 0;
  padding: 8px 5px !important;
  font-size: 14px;
  font-weight: 500;
  color: #69657a;
}
.reward .section .more table.table.table-responsive tbody tr td i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  color: #02b8eb;
}
.reward .section2 {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 140px;
}
.reward .section2 .info {
  width: 100%;
  position: relative;
  display: block;
  padding-right: 50px;
}
.reward .section2 .info h4 {
  color: #eec966;
  font-weight: 600 !important;
  display: block;
  margin-bottom: 20px;
  font-size: 28px;
  padding: 5px;
}
.reward .section2 .info table.table.table-responsive tbody tr td {
  border: 0;
  padding: 8px 5px !important;
  font-size: 14px;
  font-weight: 500;
  color: #69657a;
}
.reward .section2 .info table.table.table-responsive tbody tr td i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  color: #eec966;
}
.reward .section2 .more {
  min-width: 400px;
  margin: auto;
}
.reward .section2 .more .behind {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background: #28223f;
  box-shadow: 0px 42px 76px 0px rgba(1, 1, 1, 0.53);
  width: 320px;
  height: 250px;
}
.reward .section2 .more .behind .top {
  position: relative;
  display: block;
  width: 320px;
  background: #383152;
  top: 50px;
  right: 30px;
  padding: 60px 80px;
  box-shadow: 0px 42px 76px 0px rgba(1, 1, 1, 0.53);
  height: 250px;
}
.reward .section2 .more .behind .top h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.reward .section2 .more .behind .top p {
  color: #69657a;
  margin: 15px 0;
  font-size: 14px;
  font-weight: 500;
}
.reward .section2 .more .behind .top span {
  color: #eec966;
  font-weight: 500;
  font-size: 14px;
}
.reward .section2 .more .behind .top .line {
  background: #3e69f6;
  position: absolute;
  height: 5px;
  top: 0;
  left: 50px;
  right: 50px;
}
.reward .table thead th {
  border-color: rgba(0, 0, 0, 0.1);
}
.reward .tos {
  padding: 0;
}
.reward .tos .table td {
  border: 0;
}
.reward .tos .table td i {
  color: #E33636;
  position: relative;
  margin-right: 5px;
}
.reward .tos .countries {
  margin: 100px 0 0;
}
.reward .tos .info {
  margin: 40px 0 0;
}
.btn.btn-start {
  position: absolute;
  right: 30px;
  background: #383152;
  padding: 15px 25px;
  margin-top: -50px;
  border-radius: 1px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #cf67ee;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s all !important;
  cursor: pointer;
}
.btn.btn-start i {
  font-weight: 400;
  position: relative;
  margin-left: 5px;
  font-size: 20px;
  top: 2px;
  transition: 0.3s all !important;
}
.btn.btn-start:hover {
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  outline: 0;
}
.btn.btn-start:hover i {
  margin-left: 15px;
  transition: 0.3s all !important;
}
a.btn.btn-start:focus {
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  outline: 0;
}
a.btn.btn-start:focus i {
  margin-left: 15px;
  transition: 0.3s all !important;
}
a.btn.btn-start:active {
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  outline: 0;
}
a.btn.btn-start:active i {
  margin-left: 15px;
  transition: 0.3s all !important;
}
.faq {
  display: flex;
  position: relative;
  padding: 40px 15px;
  width: 100%;
}
.faq .menu {
  min-width: 300px;
  width: 300px;
  position: relative;
  padding: 10px 0;
  display: block;
  background: #282240;
  box-shadow: 0px 42px 76px 0px rgba(1, 1, 1, 0.53);
}
.faq .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq .menu ul li {
  position: relative;
  z-index: 1000;
}
.faq .menu ul li a {
  color: #e5e5e5;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px;
  padding-left: 50px;
  font-size: 16px;
  display: block;
  text-decoration: none !important;
}
.faq .menu ul li a:hover {
  color: #f7527c;
}
.faq .menu ul li.active a {
  background: #f7527c;
  font-weight: 500;
  color: #fff !important;
  border-left: 8px solid #fff;
  z-index: 1000;
  box-shadow: 0px 42px 76px 0px rgba(1, 1, 1, 0.53);
  position: relative;
  left: -15px;
}
.faq .under {
  background: #282240;
  box-shadow: 0px 42px 76px 0px rgba(1, 1, 1, 0.53);
  z-index: 102;
  display: block;
  position: relative;
  left: -20px;
  top: 60px;
  width: 100%;
}
.faq .under .contentFaq {
  padding: 80px;
  padding-bottom: 20px;
  background: #383152;
  box-shadow: 0px 42px 76px 0px rgba(1, 1, 1, 0.53);
  height: 100%;
  top: -100px;
  position: relative;
  display: block;
  right: 25px;
}
.faq .under .contentFaq .panel-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none !important;
}
.faq .under .contentFaq .panel-title a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none !important;
}
.faq .under .contentFaq .panel-title a:before {
  font: normal normal normal 16px/1 LineAwesome;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f28e";
  color: #eec966;
  font-size: 25px;
  position: relative;
  top: 4px;
  font-weight: 600;
  margin-right: 15px;
  transition: all 0.3s linear !important;
}
.faq .under .contentFaq .panel-title a.collapsed:before {
  font: normal normal normal 16px/1 LineAwesome;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f2c2";
  color: #eec966;
  font-size: 25px;
  position: relative;
  top: 4px;
  font-weight: 600;
  margin-right: 15px;
  transition: 0.3s all !important;
}
.faq .under .contentFaq .panel.panel-default {
  margin-bottom: 25px;
}
.faq .under .contentFaq .panel-body {
  padding: 20px;
  color: #69657a;
  padding-left: 50px;
}
.faq .under .links {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
}
.faq .under .links a {
  color: #69657a;
  margin: 0 40px;
  font-size: 20px;
}
.faq .under .links a i {
  position: relative;
  font-size: 30px;
  color: #fff;
  top: 4px;
  margin-right: 10px;
}
.faq .under .links a:hover {
  text-decoration: none;
  color: #fff;
}
.news {
  padding: 60px;
}
.news h2.title {
  color: #69657a;
  font-size: 25px;
  padding: 15px;
  margin-bottom: 30px;
  line-height: 45px;
  font-weight: 400;
}
.news h2.title small {
  display: block;
  font-size: 70%;
  font-weight: 500;
}
.news .content {
  padding: 35px 25px !important;
}
.news .content h4 {
  font-size: 16px;
}
.news .content p {
  color: #989898;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 4.2em;
  line-height: 1.2em;
  text-overflow: ellipsis;
  text-align: justify;
}
.news .content a.link {
  text-decoration: none !important;
  color: #4da1ff;
  font-size: 14px;
}
.news .content span.badge {
  position: absolute;
  top: 10px;
  right: 25px;
  background: #4da1ff;
  padding: 5px 15px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 2px;
}
.news .col-md-3 {
  margin: 15px 0;
}
.btn-news {
  color: #69657a !important;
  border: 2px solid #69657a;
  border-radius: 2px;
  margin-top: 30px;
  margin-left: -15px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 15px;
}
.tos .first {
  background-color: #282240;
  box-shadow: 0px 42px 76px 0px rgba(1, 1, 1, 0.53);
  padding: 30px;
}
.tos .first h2.title {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}
.tos .first .second {
  background-color: #383152;
  box-shadow: 0px 42px 76px 0px rgba(1, 1, 1, 0.53);
  position: relative;
  top: 20px;
  right: 40px;
  margin-left: -50px;
  margin-bottom: -60px;
}
.tos .first .second p,
.tos .first .second ul {
  font-size: 20px;
  color: #69657a;
  padding: 20px 60px;
  margin: 0;
}
.tos .first .second > span {
  font-size: 20px;
  padding: 0 60px;
}
.tos .first .second .line {
  position: absolute;
  top: 0;
  left: 100px;
  height: 6px;
  width: 150px;
  background: #406cff;
}
div#upload_controls {
  padding: 0;
}
div#upload_controls .btn-start {
  margin: 0 !important;
  right: 0 !important;
  float: right;
  position: relative;
}
div#upload_controls label.btn-add {
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s all !important;
  cursor: pointer;
  padding: 15px 25px;
  border-radius: 1px;
  font-weight: 500;
  float: left;
  font-size: 14px;
}
div#upload_controls label.btn-add i {
  font-weight: 400;
  position: relative;
  margin-right: 5px;
  font-size: 20px;
  top: 2px;
  transition: 0.3s all !important;
}
div#upload_controls label.btn-add:hover i {
  margin-right: 15px;
  transition: 0.3s all !important;
}
.progress_div .progressbar-completed {
  position: relative;
  display: inline-block;
  text-align: left;
  float: left;
  padding: 0;
  margin: 0;
  top: 15px;
  font-size: 12px;
  color: #69657a;
}
.progress_div .progressbar-speed {
  position: relative;
  display: inline-block;
  float: right;
  font-size: 12px;
  padding: 0;
  margin: 0;
  top: 15px;
  color: #69657a;
}
.progress_div a {
  position: absolute;
  top: -2px;
  text-transform: uppercase;
  right: 15px;
  font-size: 11px;
  font-weight: 600;
  color: #D71F2D !important;
}
.progressbar-outer.progress {
  border-radius: 1px;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  display: block;
  background: #282240;
  height: 26px;
}
.progressbar-inner {
  background: #f7527c;
  height: 20px;
  border-radius: 1px;
  margin: 3px;
  width: 0;
}
.upload_form {
  position: relative;
}
.upload_form .tab-content {
  display: none;
}
.upload_form .tab-content.current {
  display: inherit;
}
.reurlupload .text {
  text-align: left;
  font-size: 18px;
  color: #69657a;
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.reurlupload textarea.form-control {
  position: relative;
  background: #69657a;
  border: #69657a;
  color: #fff;
  border-radius: 1px;
  outline: 0 !important;
  box-shadow: none !important;
}
.reurlupload label {
  text-align: left;
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 500;
  font-size: 12px;
  color: #69657a;
}
.reurlupload input.form-control {
  position: relative;
  background: #69657a;
  border: #69657a;
  color: #fff;
  border-radius: 1px;
  outline: 0 !important;
  box-shadow: none !important;
  height: 42px;
}
.reurlupload .btn.btn-start {
  margin: 0;
  right: 15px;
}
.copyfiles textarea.form-control {
  position: relative;
  background: #69657a;
  border: #69657a;
  color: #fff;
  border-radius: 1px;
  outline: 0 !important;
  box-shadow: none !important;
}
.copyfiles .btn.btn-start {
  margin: 0;
  right: 15px;
  margin-top: 25px;
}
.copyfiles label {
  text-align: left;
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 500;
  font-size: 12px;
  color: #69657a;
}
.u-result .content .content {
  display: flex;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  background: #282240;
  position: relative;
}
.u-result .content .content .icon {
  width: 60px;
  line-height: 60px;
  font-size: 65px;
  color: #69657a;
  min-width: 60px;
}
.u-result .content .content .name {
  width: 100%;
  margin-left: 20px;
  position: relative;
  text-align: left;
}
.u-result .content .content .name h4 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  max-width: 70%;
  text-overflow: ellipsis;
  margin-right: 20px;
  display: block;
  overflow: hidden;
  margin: 0;
  line-height: 32px;
}
.u-result .content .content .name h4 a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
.u-result .content .content .name h4 a:hover {
  color: #fff;
  text-decoration: none !important;
}
.u-result .content .content .name span.size {
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
}
.u-result .content .content .edit {
  min-width: 40px;
  text-align: center;
  width: 40px;
}
.u-result .content .content .edit a {
  font-size: 35px;
  line-height: 65px;
  color: #4da1ff;
  text-decoration: none !important;
  opacity: 0.5;
}
.u-result .content .content .edit a:hover {
  color: #4da1ff;
  text-decoration: none !important;
  opacity: 1;
}
.u-result ul#pills-tab {
  position: relative;
  margin: 50px 0;
}
.u-result ul#pills-tab li.nav-item a {
  color: #e5e5e5;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 20px;
}
.u-result ul#pills-tab li.nav-item a:hover {
  color: #f7527c;
}
.u-result ul#pills-tab li.nav-item a.active {
  background: #f7527c;
  font-weight: 500;
  color: #fff !important;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 42px 76px 0px rgba(1, 1, 1, 0.53);
}
.u-result .tab-content {
  padding-top: 30px;
}
.u-result .tab-content .form-control {
  position: relative;
  background: #69657a;
  border: #69657a;
  color: #fff;
  border-radius: 1px;
  outline: 0 !important;
  box-shadow: none !important;
}
.standart_payment {
  position: relative;
  top: -70px;
}
.pro_payment {
  position: relative;
  top: -50px;
}
.btn-back {
  background: #282240;
  border-radius: 1px;
  color: rgba(255, 255, 255, 0.5) !important;
  padding: 0 25px;
  font-weight: 500;
  vertical-align: middle;
  margin-right: -30px;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  line-height: 45px;
  cursor: pointer;
  transition: 0.3s all !important;
}
.btn-back i {
  font-weight: 400;
  position: relative;
  margin-right: 5px;
  font-size: 25px;
  top: 2px;
  transition: 0.3s all !important;
}
.btn-back:hover {
  color: #fff !important;
}
.btn-back:hover i {
  margin-right: 15px;
  transition: 0.3s all !important;
}
.page .first {
  padding: 20px;
  background: #282240;
  position: relative;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  display: block;
  height: 100%;
  margin-top: 50px;
}
.page .first .second {
  -webkit-box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  background: #40395b;
  padding: 10px 25px;
  position: relative;
  top: -40px;
  left: -50px;
  padding-bottom: 40px;
}
.page .first .second h2.title {
  color: #f7527c;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
}
.page .first .second label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  margin-top: 15px;
  color: #69657a;
}
.page .first .second .input-group {
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.15);
}
.page .first .second .input-group .form-control {
  box-shadow: none !important;
}
.page .first .second .input-group-addon {
  background: #322C4A;
  color: #69657a;
  height: 45px;
  border: 1px solid #322C4A;
  border-radius: 1px;
}
.page .first .second .input-group-addon i {
  font-size: 28px;
}
.page .first .second .form-control {
  background: #322C4A;
  color: #69657a;
  height: 45px;
  border: 1px solid #322C4A;
  border-radius: 1px;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.15);
}
.page .first .second textarea.form-control {
  height: auto;
}
.page .first .second .checkbox {
  padding-left: 10px;
  margin: 0;
}
.page .first .go {
  padding: 15px;
  display: block;
  position: relative;
  bottom: -15px;
}
.page .first .go .btn-back {
  padding: 16px 40px;
  height: 52px;
  font-size: 18px;
  position: relative;
  left: -60px;
}
.page .first .go .btn-back:hover {
  color: #267ef0 !important;
  text-decoration: none !important;
}
.page .first .go .btn.btn-start {
  padding: 12px 40px;
  font-size: 18px;
  color: #f7527c;
  right: -60px;
}
.page .first .go .btn.btn-start i {
  font-size: 25px;
  top: 3px;
}
.page .first .go a.link {
  color: #69657a;
  margin: 0;
  font-size: 20px;
  position: relative;
  top: -35px;
  float: left;
  display: inline-block;
  width: 100%;
}
.page .first .go a.link:hover {
  color: #fff;
  text-decoration: none;
}
.download {
  margin-top: 30px;
  position: relative;
}
.download .first {
  background: #282240;
  padding: 10px;
  position: relative;
  margin: 0 15px;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  display: block;
  height: 100%;
}
.download .first .second {
  -webkit-box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  background: #40395b;
  padding: 10px 25px;
  position: relative;
  top: -30px;
  left: -30px;
}
.download .first .second .flex {
  position: relative;
  display: flex;
  width: 100%;
}
.download .first .second .flex .icon {
  display: block;
  width: 100px;
  min-width: 100px;
  line-height: 100px;
  position: relative;
  font-size: 80px;
  margin-right: 15px;
  color: #69657a;
}
.download .first .second .flex .name {
  position: relative;
  width: 100%;
  display: block;
  padding: 22px 0;
}
.download .first .second .flex .name h4 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  max-width: 70%;
  text-overflow: ellipsis;
  margin-right: 20px;
  display: block;
  overflow: hidden;
  margin: 0;
  line-height: 32px;
}
.download .first .second .flex .name span.size {
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
}
.download .first .second .flex .name span.extra {
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #777;
  position: relative;
  top: -1px;
}
.download .first .second .flex .share {
  min-width: 600px;
  position: relative;
  line-height: 100px;
  display: block;
  padding: 9px 0;
  width: 100%;
  margin-right: auto;
}
.download .first .second .flex .share .addthis_inline_share_toolbox div#atstbx .at4-count {
  color: #282240 !important;
}
.download .first .second .flex .share .addthis_inline_share_toolbox div#atstbx .at4-title {
  color: #282240 !important;
}
.download .first .second .flex .share .addthis_inline_share_toolbox div#atstbx td.at4-count-container {
  border-right: 1px solid #282240 !important;
}
.download .first .second .flex .share .addthis_inline_share_toolbox .at-style-responsive .at-share-btn {
  background: #383152 !important;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  margin: 5px;
  transition: 0.3s all !important;
}
.download .first .second .flex .share .addthis_inline_share_toolbox .at-style-responsive .at-share-btn span.at-label {
  color: #69657a !important;
  font-size: 14px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 500 !important;
  transition: 0.3s all !important;
}
.download .first .second .flex .share .addthis_inline_share_toolbox .at-style-responsive .at-share-btn:hover {
  transform: none !important;
  transition: 0.3s all !important;
}
.download .first .second .flex .share .addthis_inline_share_toolbox .at-style-responsive .at-share-btn:hover span.at-label {
  color: #fff !important;
  transition: 0.3s all !important;
}
.download .first .second .flex .share .addthis_inline_share_toolbox .at-style-responsive .at-share-btn:focus {
  transform: none !important;
  transition: 0.3s all !important;
}
.download .first .second .flex .share .addthis_inline_share_toolbox .at-style-responsive .at-share-btn:focus span.at-label {
  color: #fff !important;
  transition: 0.3s all !important;
  color: #8da3bf !important;
}
.download .first .second .dl {
  position: relative;
  min-width: 300px;
  text-align: center;
  width: 300px;
  margin-left: auto;
  padding: 10px 0;
}
.download .first .second .dl h1 {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 50px;
  font-weight: 700;
  color: #282240;
}
.download .first .second .dl span {
  color: #282240;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}
.download .first .second .report {
  min-width: 200px;
  width: 200px;
  position: relative;
  line-height: 100px;
  text-align: right;
}
.download .first .second .report .btn.btn-report {
  color: #69657a !important;
  border: 2px solid #69657a;
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 15px;
}
.download .first .second .report .btn.btn-report:hover {
  color: rgba(255, 255, 255, 0.7) !important;
  background: #69657a;
}
.download .first .down {
  position: relative;
  bottom: 10px;
  text-align: right;
  display: block;
}
.download .first .down p {
  position: relative;
  display: inline-block;
  text-align: left;
  float: left;
  line-height: 52px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
  top: 5px;
  color: rgba(255, 255, 255, 0.3);
}
.download .sonijs {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-left: -15px;
}
.download .sonijs .content {
  background: #282240;
  padding: 10px;
  position: relative;
  margin: 0 15px;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  display: block;
  height: 100%;
}
.download .sonijs .content .nav-tabs {
  border: 0;
  padding: 0;
  position: relative;
  top: -30px;
  left: -30px;
}
@media all and (max-width: 798px) {
  .download .sonijs .content .nav-tabs {
    left: 0;
  }
}
@media all and (max-width: 798px) {
  .download .sonijs .content .nav-tabs li {
    width: 100%;
    display: block;
  }
}
.download .sonijs .content .nav-tabs li .nav-link {
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  background: #383152;
  margin-right: 15px;
  padding: 10px 45px;
  border: 0;
  border-radius: 1px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
}
@media all and (max-width: 798px) {
  .download .sonijs .content .nav-tabs li .nav-link {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.download .sonijs .content .nav-tabs li .nav-link:hover {
  color: #fff;
}
.download .sonijs .content .nav-tabs li .nav-link.active {
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  background: #40395b;
  padding: 10px 45px;
  border: 0;
  border-radius: 1px;
  font-size: 18px;
  font-weight: 500;
  color: #f7527c !important;
}
.download .sonijs .content .form-control {
  background: #282240;
  border-color: #282240;
  color: #69657a;
  font-size: 18px;
  font-weight: 500;
}
.btn-download {
  padding: 12px 40px;
  font-size: 18px;
  color: #f7527c;
  right: -40px;
  position: relative;
  border-radius: 1px;
  font-weight: 500;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  background: #383152;
  cursor: pointer;
  transition: 0.3s all !important;
  outline: 0 !important;
}
.btn-download i {
  transition: 0.3s all !important;
  font-size: 25px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.btn-download:hover {
  color: #f7527c;
}
.btn-download:hover i {
  transition: 0.3s all !important;
  margin-left: 15px;
}
#progress {
  width: 250px;
  height: 250px;
  margin: 20px auto;
  position: relative;
  display: block;
  line-height: 250px;
}
#progress span.seconds {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #40395b;
  font-size: 70px;
  font-weight: 600;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
#progress i {
  position: absolute;
  left: 0;
  line-height: 250px;
  right: 0;
  text-align: center;
  font-size: 120px;
  color: #f7527c;
}
a.btn.disabled {
  cursor: no-drop !important;
  pointer-events: all;
}
a.btn.disabled:hover i {
  margin-left: 5px !important;
}
fieldset[disabled] a.btn {
  cursor: no-drop !important;
  pointer-events: all;
}
fieldset[disabled] button.btn {
  cursor: no-drop !important;
  pointer-events: all;
}
button.btn.disabled {
  cursor: no-drop !important;
  pointer-events: all;
}
button.btn.disabled:hover i {
  margin-left: 5px !important;
}
.dl {
  text-align: center;
}
.dl .downloadbtn {
  right: auto !important;
  left: auto;
  text-align: center;
  margin: 0 auto;
}
div.burger {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 3px;
  cursor: pointer;
  right: 0;
}
div.x {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  height: 3px;
  width: 26px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
div.y {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  height: 3px;
  width: 26px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  top: 18px;
}
div.z {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  height: 3px;
  width: 26px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  top: 37px;
}
div.y.squize {
  width: 0;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
div.open div.x {
  top: 19px;
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
div.open div.z {
  top: 19px;
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
div.rotate30 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
div.rotate150 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
div.rotate45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
div.rotate135 {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.tooltip {
  font-family: 'Ubuntu', sans-serif !important;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  content: none !important;
}
.tooltip.bs-tooltip-right .arrow::before {
  content: none !important;
}
.tooltip-inner {
  padding: 6px 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  border-radius: 20px;
  margin-left: -20px;
  z-index: 1000;
  background: #f7527c;
  color: #fff;
  border: 4px solid #282240;
}
.alert.al-diss {
  position: absolute;
  z-index: 1000;
  padding: 15px 25px;
  border-radius: 1px;
  top: 20px;
  right: 10px;
}
.alert.al-diss button.close {
  padding: 0 10px;
  font-size: 30px;
  font-weight: 400;
}
.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
  left: 54px;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 20px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  content: "ON";
  padding-left: 10px;
  background-color: #28B463;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  content: "OFF";
  padding-right: 10px;
  background-color: #E33636;
  color: #fff;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 25px;
  margin: 5px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 54px;
  left: 0;
  border: 0;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.tab-pane {
  padding: 0 15px;
  padding-bottom: 15px;
}
.tab-pane .page p.sec {
  color: #8da3bf;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  margin: 5px;
}
.web-del {
  background: #dc3545;
  border-color: #dc3545;
  padding: 8px 25px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none !important;
}
.web-del i {
  position: relative;
  color: #fff;
  font-size: 25px;
  top: 4px;
  margin-right: 5px;
}
.web-del:hover {
  color: #fff;
  text-decoration: none;
}
.table .input-group-btn {
  margin-top: -7px;
  margin-bottom: -7px;
  height: 42px;
}
.table .input-group-btn .btn {
  border-radius: 1px;
  height: 42px;
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  padding: 0 25px;
}
.table .input-group-btn .btn:hover {
  color: #fff;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
}
.sidebar.openD {
  left: -80px;
  -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
}
.sidebar.dol {
  left: -80px;
  -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
}
.sidebar.dol.openD {
  left: 0;
  overflow: hidden;
  height: 62px;
  -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
}
.sharetabs ul.tabs {
  line-height: 25px;
  margin: 20px 0 0;
  display: block;
  width: 100% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sharetabs .tabs li {
  float: left;
  display: inline;
  margin: 0 0px 0px 0;
  padding: 13px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  border: 2px solid #383152;
  position: relative;
  line-height: 25px;
  background: #383152;
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s all !important;
}
.sharetabs .tabs li:first-child {
  border-left: 2px solid #383152;
}
.sharetabs .tabs li.current {
  color: #f7527c;
  border-bottom-color: #f7527c;
  transition: 0.3s all !important;
}
.settingsAD ul.tabs {
  margin-left: auto;
  margin-right: auto;
}
.settingsAD .tabs li {
  border-bottom: 2px solid transparent;
}
.settingsAD .tabs li:hover {
  color: #f7527c;
  transition: 0.3s all !important;
}
.mods {
  background: #282240;
  padding: 10px;
  position: relative;
  margin: 0 15px;
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  display: block;
  margin-bottom: 25px;
}
.mods .inside {
  webkit-box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  background: #40395b;
  padding: 10px 25px;
  position: relative;
  top: -30px;
  left: -30px;
}
.ui-widget-overlay {
  z-index: 1100 !important;
  background: #fff !important;
  opacity: 0.3 !important;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
  border: 0;
  border-radius: 1px;
  background: #383152;
  z-index: 1101 !important;
  padding: 0;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 1px;
  padding: 15px;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle .ui-dialog-title {
  color: #ffffff;
  font-weight: 500;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle .ui-dialog-titlebar-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  font: normal normal normal 16px/1 LineAwesome;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 20px;
  color: #ffffff;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle .ui-dialog-titlebar-close::before {
  content: "\f342";
}
.ui-dialog-content b {
  color: #ffffff;
}
.ui-dialog-content textarea {
  width: 100%;
  position: relative;
  display: block;
  margin: 15px 0 0;
  background: #69657a;
  border: 1px solid #69657a;
  border-radius: 1px;
  color: #ffffff;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .userdrive-nav .navbar-nav {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .form-inline .form-control {
    display: inline-block;
    width: 300px;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .sidebar {
    width: 320px;
    margin-left: -320px;
    opacity: 0;
    bottom: 0;
    z-index: 10000;
    -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    overflow: auto;
  }
  .sidebar .nav-link {
    padding-left: 50px;
  }
  .sidebar .nav-link span {
    display: inline-block;
  }
  .sidebar .nav {
    text-align: left;
  }
  .dol {
    display: none !important;
  }
  .tooltip {
    display: none !important;
  }
  .navbar-expand-md {
    margin: 0;
    padding-right: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .container-fluid {
    padding-left: 15px !important;
    position: relative;
  }
  .container-fluid .row {
    margin: 0;
  }
  .container-fluid .row > .col {
    padding: 0;
  }
  .container-fluid main {
    display: block;
    padding: 0;
    margin: 20px 0;
    position: relative;
    left: 0;
    -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  }
  .container-fluid main.animate {
    -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  }
  .sidebar.animate {
    margin-left: -20px;
    box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
    opacity: 1;
    -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  }
  main .upload {
    padding: 0;
    padding-top: 15px;
  }
  main .upload .goo .icon img {
    width: 100% !important;
    height: auto !important;
  }
  main .upload .files {
    margin-top: -15px !important;
  }
  main .upload_form .plus {
    right: -20px;
  }
  .btn-toolbar {
    display: block;
  }
  .report .btn-toolbar .input-group {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .report .btn-toolbar .input-group .input-group-addon {
    text-align: right !important;
    min-width: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .report .btn-toolbar .btn-group {
    width: 100%;
  }
  .report .btn-toolbar .btn-group .btn {
    padding: 10px 25px;
    display: block;
    width: 100%;
    float: right;
  }
  .fmanager {
    display: block;
  }
  .fmanager .fm-folder {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .fmanager .fm-files {
    margin: 0;
    width: 100%;
    display: block;
  }
  .fmanager .fm-files .fileactions {
    text-align: center;
  }
  .fmanager .fm-files .fileactions .btn {
    width: 45%;
    display: inline-block;
    float: initial !important;
  }
  .page .first {
    margin-top: 20px;
  }
  .page .first .second {
    left: -35px;
    margin-right: -70px;
    padding: 10px 15px;
  }
  .page .first .go .btn.btn-start {
    right: -35px;
  }
  .download .first {
    margin-top: 20px;
  }
  .download .first .second {
    left: -30px;
    margin-right: -60px;
    padding: 10px 15px;
    top: -45px;
  }
  .download .first .second .flex {
    display: block;
  }
  .download .first .second .flex .share {
    min-width: 100%;
    display: block;
  }
  .download .first .second .flex .share .addthis_inline_share_toolbox div#atstbx table {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .download .first .second .flex .share .addthis_inline_share_toolbox div#atstbx td.at4-count-container {
    display: block !important;
    border: 0 !important;
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #282240 !important;
  }
  .download .first .second .flex .icon {
    display: inline-block;
    width: auto;
    min-width: auto;
  }
  .download .first .second .flex .name {
    display: inline-block;
    width: 70%;
    padding: 0;
    float: right;
  }
  .download .first .down p {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
  }
  .download .btn-download {
    right: -30px;
  }
  .at4-jumboshare .at4-share-container {
    display: block !important;
    padding: 0 !important;
  }
  .pricing .bg-first {
    margin: 0;
    margin-right: -25px;
    margin-bottom: 100px;
    height: auto;
  }
  .pricing .bg-first .buy-first {
    padding: 10px;
    margin-right: -20px;
  }
  .pricing .bg-first .pay a.btn.btn-buy {
    margin-right: -20px;
  }
  .payment {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 30px;
  }
  .payment .radio {
    padding: 15px;
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .standart_payment .btn-back {
    display: none !important;
  }
  .standart_payment .pricing .bg-first {
    margin-top: 50px;
  }
  .standart_payment .pricing .bg-first .buy-first .inside {
    display: none;
  }
  .pro_payment .btn-back {
    display: none !important;
  }
  .pro_payment .pricing .bg-first {
    margin-top: 50px;
  }
  .pro_payment .pricing .bg-first .buy-first .inside {
    display: none;
  }
  .upload_form .content {
    padding: 0 !important;
  }
  .reurlupload .btn.btn-start {
    position: relative;
    margin: 15px;
    width: 100%;
  }
  .copyfiles .btn.btn-start {
    position: relative;
    margin: 15px;
    width: 100%;
  }
  div#upload_controls label.btn-add {
    position: relative;
    margin: 15px 0;
    display: block;
    width: 100%;
    float: none;
  }
  div#upload_controls .btn-start {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 15px 0 !important;
    right: auto !important;
  }
  .progress_div {
    position: relative;
    height: 200px;
  }
  .u-result .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    width: 100%;
    text-align: center;
  }
  .u-result > .content {
    padding: 0 !important;
    padding-top: 15px !important;
  }
  .settings {
    display: block;
  }
  .settings .links {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .settings .infor {
    padding: 15px;
  }
  .settings .infor ul#pills-tab {
    margin-left: -15px;
    margin-right: -15px;
  }
  .settings .infor ul#pills-tab li.nav-item {
    display: block;
    width: 100%;
  }
  .settings .infor .tab-content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .settings .infor .btn.btn-start {
    right: 0;
    width: 100%;
    display: block;
    position: relative;
  }
  .news {
    padding: 0;
  }
  .btn-news {
    margin: 0;
  }
  .tos .container {
    padding: 0;
  }
  .tos .first {
    padding: 15px;
  }
  .tos .first .second {
    margin-left: -35px;
    margin-bottom: -40px;
    right: 0;
  }
  .reward {
    height: auto !important;
    padding: 0;
  }
  .reward .section {
    display: block;
  }
  .reward .section .info p {
    margin: 0;
    padding: 10px;
  }
  .reward .section .more {
    margin: 0;
    width: 100%;
    min-width: auto;
  }
  .reward .section2 {
    display: block;
    padding-bottom: 100px;
  }
  .reward .section2 .info p {
    margin: 0;
    padding: 10px;
  }
  .reward .section2 .more {
    padding: 30px 0;
    width: 100%;
    min-width: auto;
    margin: 0;
  }
  .reward .section2 .more .behind {
    width: 100%;
  }
  .reward .section2 .more .behind .top {
    top: 30px;
    box-shadow: none;
    right: 10px;
  }
}
.widthBuy {
  padding-right: 10px !important;
}
.widthBuy .plans .paybox {
  box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.25);
  background: #40395b;
  margin: 0 0 50px;
}
.widthBuy .plans .paybox .days {
  display: block;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  background: #282240;
}
.widthBuy .plans .paybox .price {
  padding: 10px 15px;
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  background: #f7527c;
  margin: 0 0 20px;
}
.widthBuy .plans .paybox a {
  padding: 10px;
  display: block;
}
.table thead th {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  border-top: 0;
}
.table tbody td {
  border: 0;
}
.table tbody td .nice-select {
  width: 45%;
  margin-right: 10px;
  height: 44px;
  line-height: 42px;
}
.table .checkbox {
  padding-left: 0;
}
.table .checkbox input[type=checkbox] {
  position: absolute;
}
.table .checkbox label {
  margin: 0;
}
.table .checkbox label:before,
.table .checkbox label:after {
  margin-left: 0;
}
.form-control {
  min-height: 44px;
  background: #69657a;
  border: 1px solid #69657a;
  border-radius: 1px;
  color: #ffffff;
}
.form-control:focus {
  border-color: #f7527c;
  background: #69657a;
}
.g-recaptcha > div {
  margin: 20px auto;
}
#news_last {
  background: #383152;
  padding: 15px;
  display: block;
  margin: 0 0 30px;
  font-size: 16px;
  color: #69657a;
}
.profile.dropdown.language {
  background: transparent;
}
.profile.dropdown.language .nav-link {
  font-size: 16px;
  color: #69657a !important;
}
.profile.dropdown.language .nav-link:hover,
.profile.dropdown.language .nav-link:focus {
  content: rgba(255, 255, 255, 0.75) !important;
}
.profile.dropdown.language.show {
  background: #69657a;
}
.profile.dropdown.language.show .nav-link {
  color: #ffffff !important;
}
.btn-primary {
  border-radius: 0;
  border: 0;
  background: #f7527c;
  color: #ffffff;
  height: auto;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #f52157;
}
.socialmedia {
  position: absolute;
  display: flex;
  padding: 15px;
  margin: 20px 0 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  left: 0;
  right: 0;
  bottom: -80px;
}
.socialmedia a {
  display: inline-block;
  margin-right: 15px;
  font-size: 25px;
  text-decoration: none;
  color: #69657a;
}
.socialmedia a:hover,
.socialmedia a:focus {
  color: #f7527c;
}
.wh .socialmedia a {
  color: #8da3bf;
}
.wh .socialmedia a:hover,
.wh .socialmedia a:focus {
  color: #267ef0;
}
.wh .btn-primary {
  border-radius: 0;
  border: 0;
  background: #267ef0;
  color: #ffffff;
  height: 45px;
}
.wh .btn-primary:hover,
.wh .btn-primary:focus,
.wh .btn-primary:active {
  background: #0f65d4;
}
.wh #news_last {
  background: #ffffff;
  color: #8da3bf;
}
.wh .profile.dropdown.language .nav-link {
  color: #8da3bf !important;
}
.wh .profile.dropdown.language.show {
  background: #267ef0;
}
.wh .profile.dropdown.language.show .nav-link {
  color: #ffffff !important;
}
.trf {
  background-image: url(../images/flags.png);
  height: 11px;
  width: 16px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.langname {
  margin-left: 3px;
}
.trf-za {
  background-position: -24px 0;
}
.trf-al {
  background-position: -48px 0;
}
.trf-arabic {
  background-position: -72px 0;
}
.trf-by {
  background-position: -96px 0;
}
.trf-bg {
  background-position: -120px 0;
}
.trf-catalonia {
  background-position: -144px 0;
}
.trf-cn {
  background-position: -168px 0;
}
.trf-tw {
  background-position: -192px 0;
}
.trf-hr {
  background-position: -216px 0;
}
.trf-cz {
  background-position: -240px 0;
}
.trf-dk {
  background-position: -264px 0;
}
.trf-dutch {
  background-position: -288px 0;
}
.trf-ee {
  background-position: -312px 0;
}
.trf-fi {
  background-position: -336px 0;
}
.trf-french {
  background-position: -360px 0;
}
.trf-galicia {
  background-position: -384px 0;
}
.trf-german {
  background-position: -408px 0;
}
.trf-gr {
  background-position: -432px 0;
}
.trf-hebrew {
  background-position: -456px 0;
}
.trf-in {
  background-position: -480px 0;
}
.trf-hungary {
  background-position: -504px 0;
}
.trf-indonesia {
  background-position: -528px 0;
}
.trf-it {
  background-position: -552px 0;
}
.trf-is {
  background-position: -576px 0;
}
.trf-ie {
  background-position: -600px 0;
}
.trf-japan {
  background-position: -624px 0;
}
.trf-kr {
  background-position: -648px 0;
}
.trf-lv {
  background-position: -672px 0;
}
.trf-lt {
  background-position: -696px 0;
}
.trf-mk {
  background-position: -720px 0;
}
.trf-my {
  background-position: -744px 0;
}
.trf-mt {
  background-position: -768px 0;
}
.trf-no {
  background-position: -792px 0;
}
.trf-ir {
  background-position: -816px 0;
}
.trf-polish {
  background-position: -840px 0;
}
.trf-pt {
  background-position: -864px 0;
}
.trf-ro {
  background-position: -888px 0;
}
.trf-russian {
  background-position: -912px 0;
}
.trf-rs {
  background-position: -936px 0;
}
.trf-sk {
  background-position: -960px 0;
}
.trf-sl {
  background-position: -984px 0;
}
.trf-spanish {
  background-position: -1008px 0;
}
.trf-ke {
  background-position: -1032px 0;
}
.trf-se {
  background-position: -1056px 0;
}
.trf-ph {
  background-position: -1080px 0;
}
.trf-thai {
  background-position: -1104px 0;
}
.trf-turkish {
  background-position: -1128px 0;
}
.trf-ua {
  background-position: -1152px 0;
}
.trf-vn {
  background-position: -1176px 0;
}
.trf-wales {
  background-position: -1200px 0;
}
.trf-europeanunion {
  background-position: -1224px 0;
}
/*# sourceMappingURL=dashboard.css.map */