/*
* Theme Name: Client
* Style Sheet: Main
* Version: 1.0.1
*/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

[data-theme="dark"] {
  background-color: #111 !important;
  color: #eee;
}

[data-theme="dark"] .bg-black {
  background-color: #fff !important;
}

[data-theme="dark"] .bg-black label {
  color: #000 !important;
}

[data-theme="dark"] label {
  color: #fff !important;
}

[data-theme="dark"] .bg-black .dataTables_info {
  color: #000 !important;
}

[data-theme="dark"] i {
  color: #000 !important;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5 {
  color: #000 !important;
}

[data-theme="dark"] .header-title {
  color: #fff !important;
}

[data-theme="dark"] .bg-dark {
  background-color: #eee !important;
  color: #000 !important;
}

[data-theme="dark"] .modal-title {
  color: #fff !important;
}

[data-theme="dark"] .bg-light {
  background-color: #222 !important;
}

[data-theme="dark"] .bg-white {
  background-color: #222 !important;
}

[data-theme="dark"] #sidebar {
  background-color: #222 !important;
  color: #fff;
}

[data-theme="dark"] #sidebar li a {
  color: #fff;
}

[data-theme="dark"] .sidebar-header {
  color: #111;
}

[data-theme="dark"] .navbar a {
  color: #fff;
}

[data-theme="dark"] .dropdown-menu {
  background-color: #222 !important;
}

[data-theme="dark"] .dropdown-item:hover {
  background: #000;
}

[data-theme="dark"] .fa-folder {
  color: #fff !important;
}

[data-theme="dark"] table td p {
  color: #fff;
}

[data-theme="dark"] table td .fa-download {
  color: #fff !important;
}

[data-theme="dark"] table td h6 {
  color: #fff;
}

[data-theme="dark"] table td {
  color: #fff;
}

[data-theme="dark"] table td a {
  color: #fff;
}

[data-theme="dark"] table th {
  color: #fff;
}

[data-theme="dark"] .page-link {
  background: #eee;
}

*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 18px;
  color: #333;
  scroll-behavior: smooth;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.table>:not(caption)>*>* {
  padding: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.nav-link {
  color: #000000;
}

a {
  color: #000000;
  text-decoration: none;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  min-height: 100vh;
  background: #fff;
  transition: all 0.3s;
  border-right: 1px solid #eee;
  position: fixed;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #fff;
}

#sidebar.active {
  margin-left: -250px;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.top-nav-toggle:after {
  display: none;
}

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }

  #sidebar.active {
    margin-left: 0;
  }
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #000;
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

/* logo */
.logo {
  height: 30px;
  width: 30px;
}

img {
  outline: none;
  max-width: 100%;
  object-fit: cover;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
}

.dropdown li a {
  padding: 5px;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .dropdown-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0;
}

#myTab a {
  text-transform: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
}

.tab-line[selected="true"] {
  opacity: 0 !important;
}

.nav-item a {
  border-radius: 0 !important;
}

.nav-pills .nav-link {
  background: transparent;
}

.btn1 {
  padding: .5rem !important;
}

.btn1, button {
  color: #393939;
  background-color: #fff;
  border: 1px solid #393939;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  width: auto;
  position: relative;
  user-select: none;
  outline: none;
  padding-left: 0;
  -webkit-transition: all, 0.25s, ease-in;
  -moz-transition: all, 0.25s, ease-in;
  transition: all, 0.25s, ease-in;
}

.btn1:hover, button:hover {
  background-color: #eee;
  color: #393939;
  -webkit-transition: all, 0.25s, ease-in;
  -moz-transition: all, 0.25s, ease-in;
  transition: all, 0.25s, ease-in;
}

.btn1:active, button:active {
  background-color: #ccc;
  box-shadow: 0 !important;
  top: 2px;
  -webkit-transition: background-color, 0.2s, linear;
  -moz-transition: background-color, 0.2s, linear;
  transition: background-color, 0.2s, linear;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn1-primary {
  margin: 0 auto;
  display: block;
  margin-top: 25px;
  width: 50%;
}

.img-holder {
  display: block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
}

.img-holder img {
  width: 100%;
  max-width: 100%;
}

.file-wrapper {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 35px;
}

.file-wrapper:hover .btn1 {
  background-color: #eee !important;
}

.file-holder {
  width: 100%;
  text-align: center;
}

.fa-file {
  font-size: 40px;
  padding: 0 !important;
}

.fd {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.card-ext {
  background: #eee;
  color: #000;
  margin-top: 10px;
}

.file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.file-upload {
  background-color: #ffffff;
  margin: 0 auto;
}

.file-upload-btn1 {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #03131f;
  border: none;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn1:hover {
  background: #acd4bf;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn1:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-content img {
  color: #393939;
  font-size: 22px;
  font-weight: bold;
  transition-timing-function: ease-out;
  transition: 0.25s;
  transform: translateY(0);
}

.file-upload-content img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #1b3a62;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #acd4bf;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 300px;
  max-width: 300px;
  margin: auto;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.remove-image {
  margin: 0;
  color: #fff;
  background: #4a4950;
  border: none;
  padding: 10px;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  border: 2px solid transparent;
  font-size: 13px;
  width: 100%;
  white-space: pre-wrap;
}

.remove-image:hover {
  background: #eee;
  color: #393939;
  transition: all .2s ease;
  cursor: pointer;
  border: 2px solid #393939;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

#checkboxid {
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 10px;
}

.checkbox-title {
  display: flex;
  margin-top: 25px;
}

.thumbs {
  width: 100%;
  height: 175px;
}

.image-title {
  word-break: break-all;
}

.thumb-cards button {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #fff;
  background: transparent;
  border: 0;
}

.thumb-cards h6 {
  font-size: 13px;
  text-align: center !important;
  /* word-break: break-all; */
  padding: 10px;
}

#mainClientCenterDataTable tr,
#mainClientCenterFileTable tr,
#mainClientCenterShareTable tr {
  height: 50px;
}

.list {
  background: #eee;
  margin-top: 10px;
}

.list span .fa {
  position: relative;
  top: 10px;
}

.list h6 {
  font-size: 13px;
}

.dash i {
  font-size: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 20px;
  color: #000000;
}

.dash p {
  margin-bottom: 0;
}

#copyInput {
  width: 50%;
  margin-right: 1rem;
}

.user-registration {
  width: 50%;
  display: block;
  margin: 0 auto !important;
  position: relative;
  top: 10rem;
}

#menu-menu-1 {
  padding-left: 0;
}

#menu-menu-1 li {
  list-style-type: none;
}

#menu-menu-1 li a {
  color: #fff;
  background: #1266f1 !important;
}

.dash i {
  padding-top: 45px;
}

.card .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background: transparent;
  color: #000;
  box-shadow: none;
  border: none;
}
