body {
  background-color: #fffcef !important;
  font-family: "RocknRoll One", sans-serif !important;
}

* {
  color: rgb(188, 15, 15) !important;
  border-color: rgb(188, 15, 15) !important;
}

.logo img {
  width: 120px;
}

.btn,
.btn > i,
.btn > a,
.swal2-actions button {
  color: #fffcef !important;
  border-color: #fffcef !important;
}

input::-moz-placeholder {
  color: rgb(188, 15, 15) !important;
}

input::placeholder {
  color: rgb(188, 15, 15) !important;
}

input,
select {
  background-color: #fffcef !important;
}

#submitFileForm {
  color: rgb(188, 15, 15) !important;
  background-color: transparent;
  border-color: rgb(188, 15, 15) !important;
}

#submitFileForm:hover {
  background-color: rgb(188, 15, 15);
  color: #fffcef !important;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 10px;
}

.header-login i, .header-logout i {
  font-size: 30px;
  cursor: pointer;
  transition: all 0.3s;
}

.header-login i:hover,
.header-logout i:hover {
  color: #0F9FBC;
}

.error-content {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-status {
  font-size: 50px;
  font-weight: 500;
}

.error-description {
  margin: 10px 0;
  font-size: 18px;
}

#loginModal .modal-footer {
  border: 0;
}
#loginModal .modal-header {
  border: 0;
}

.file-upload-form {
  max-width: 600px;
  margin: auto;
}

.header-left {
  display: flex;
  align-items: center;
}

.nav-links {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.mobile-menu-item a {
  color: black;
  font-size: 25px;
  text-decoration: none;
  transition: all 0.3s;
}

.mobile-menu-item a:hover {
  color: #0F9FBC;
}

.nav-link a {
  color: black;
  font-size: 25px;
  text-decoration: none;
  transition: all 0.3s;
}

.nav-link a:hover {
  color: #0F9FBC;
}

footer {
  padding: 25px 0;
  text-align: center;
  font-weight: 500;
  color: #0F9FBC;
  font-size: 16px;
  border-top: 2px solid #0F9FBC;
  margin-top: 25px;
}

.toggle-admin-mobile-menu {
  display: none;
  font-size: 30px;
}

.mobile-menu-item {
  margin: 10px 0;
}

.mobile-menu {
  flex-direction: column;
  position: absolute;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  background: #FFF;
  align-items: center;
  z-index: 99;
  left: -100vw;
  transition: all 1s;
}

.close-mobile-menu {
  position: absolute;
  top: 30px;
  display: flex;
  right: 40px;
  font-size: 20px;
}

.mobile-menu.open {
  left: 0;
}

.home-container {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .toggle-admin-mobile-menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header-logout {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nav-links-desktop {
    display: none;
  }
}
.password-list-item > div {
  margin-right: 20px;
}

.password-list-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.edit-password, .delete-password {
  font-size: 20px;
  cursor: pointer;
}

.pagination-next {
  margin-left: 10px;
}

.pagination-prev {
  margin-right: 10px;
}

.delete-file {
  margin-top: 5px;
}

.open-file-modal {
  margin-top: 5px;
}

.pagination-to, .pagination-from, .pagination-max, .pagination-current {
  font-size: 18px;
}

.pagination-next a, .pagination-prev a {
  font-size: 18px;
  color: black;
  transition: all 0.3s;
}
.pagination-next a:hover, .pagination-prev a:hover {
  color: #0F9FBC;
}

.original-file-button {
  margin-top: 5px;
}

.original-file-button a, .original-file-button a:hover {
  color: #FFF;
  text-decoration: none;
}

.files-pagination {
  justify-content: center;
}

.pagination {
  margin-top: 25px;
}

.file-filter {
  display: inline-block;
  margin: 0.5rem;
}

.filter-files {
  margin: 0.5rem;
}

.clear-filters {
  margin: 0.5rem;
}

.file-card {
  width: calc(33% - 1rem);
}

.files-table td {
  vertical-align: middle;
}

.copy-to-clipboard {
  box-shadow: none !important;
  margin-top: 5px;
}

.copy-to-clipboard.copied {
  background: #198754 !important;
}

.download-file {
  margin-top: 5px;
}

.file-modal-media img, .file-modal-media video {
  width: 100%;
}

.file-card-document-link {
  padding-top: 40px;
  text-align: center;
}

.file-card-document-link i {
  font-size: 40px;
}

.file-card-signed-file {
  padding-top: 40px;
  text-align: center;
}

.file-card-signed-file i {
  font-size: 40px;
}

.file-card-presentation {
  padding-top: 40px;
  text-align: center;
}

.file-card-presentation i {
  font-size: 40px;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .file-card {
    width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 767px) {
  .file-card {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cell-actions button, .cell-actions a {
    margin: 10px 0;
  }
}
