@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Oswald:wght@300;400;500;700&display=swap');

:root {
  --red: rgb(250, 73, 66);
  --darkRed: rgb(55, 23, 22);
  --offWhite: #D2D2D3;
  --grayFont: #707070;
  --color-fg-accent: rgba(0,0,0,0) !important;
  --color-overlay: rgba(0,0,0,0) !important;
  --color-bg-3: rgba(0,0,0,0) !important;
  --color-fg-accent: rgb(250, 73, 66) !important;
  --color-bg-2: #1D1D1D !important;
  --color-bg-1: #1D1D1D !important;
}

body {
  background-color: #0F0F0F !important;
  color: #fff;
  font-family: 'Lato', sans-serif;
  cursor: default;
  height:100%;
}
input[type='file'] {
  height: auto;
  background-color: #0F0F0F !important;
}
input:disabled, select:disabled {
  background-color: #2d2626;
}
input[type='radio'] {
  cursor: pointer;
}
a {
  text-decoration: none;
}
select:focus, input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.page-link:focus {
  outline: none !important;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.active>.page-link, .page-link.active {
  z-index: 0 !important;
}
h1 a {
  color: var(--red) !important;
}
/* Login  */

#login {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#login h1 {
  border-bottom: 8px solid #1A1A1A;
  color: var(--red);
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 30px;
  margin: 0;
  font-size: 28px;
}
#login form > div {
  display: flex;
  margin-top: 45px;
  height: 45px;
}
#login label {
  color: var(--offWhite);
  background-color: rgba(56, 56, 56, .6);
  padding: 5px 10px;
  border: 2px solid #2F2F2F;
  border-right: none;
  width: 130px;
  padding-top: 8px;
  height: 45px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#login input {
  border: 2px solid #2F2F2F;
  border-left: none;
  background-color: #101010;
  width: 100%;
  outline: none;
  padding-left: 10px;
  color: #D2D2D3;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.small-action, .logout button{
  background-color: var(--darkRed);
  color: #FA4942;
  border: none;
  border-radius: none !important;
  padding: 15px 55px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  margin: 45px 0 0 0;
  font-weight: bold;
}
.logout {
  width: 100%;
  margin-top: 0;
}
.dataTables_wrapper .row:nth-child(2) {
  overflow-x: auto;
}
/* Navigation  */
#sidebar-wrapper {
  overflow: hidden;
  border-right: 1px solid #434142;
  background-color: #0F0F0F;
}
.sub-li {
  position: relative;
}
.sub-li:before {
  content: '-';
  position: absolute;
  color: var(--red);
}
.sub-li a {
  padding-left: 28px !important;
}
/* .sub-header {
  color: var(--offWhite);
  padding-left: 7px;
  cursor: default;
} */
#sidebar-wrapper {
  display: flex;
  flex-direction: column;
}
.sidebar-riser {
  min-height: 0px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
}
#sidebar-wrapper button {
  margin-top:0;
  position: relative;
  max-height: 51px;
  align-items: center;
  display: flex;
}
#sidebar-wrapper a {
  color: var(--offWhite);
  font-weight: 400;
  font-size: 15px;
}
.sidebar-nav {
  display: flex;
  flex-direction: column;
  flex-shrink:  1;
  flex-grow: 1;
  overflow-y: auto;
  position: relative;
}
.sidebar-nav > li > a:hover,
.sidebar-nav > li.active > a {
  border-left: 3px solid var(--red);
  background: #080808;
}
.sidebar-nav > a {
  position: absolute;
  bottom: 5px;
  margin-left: 15px;
}
.sidebar-nav li a {
  padding-left: 7px;
}
.active-nav {
  background-color: #000 !important;
  border-left: 3px solid var(--red);
}
@media (max-height: 820px) {
  .sidebar-nav {
    height: 88%;
  }
}
@media (max-height: 660px) {
  .sidebar-nav {
    height: 86%;
  }
}
@media (max-height: 615px) {
  .sidebar-nav {
    height: 84%;
  }
  #sidebar-wrapper a {
    line-height: 37px;
  }
}

@media (max-height: 615px) {
  #sidebar-wrapper a {
    line-height: 33px;
  }
  #sidebar-wrapper a {
    font-size: 14px;
  }
}

/* Sets */
.editButton{
  background-color: #277D69;
  color: black;
  margin: 0;
  padding: 10;
  font-size: 14px;
}

.groupRow td {
  overflow-wrap: anywhere;
}

.groupsTable td {
  max-width: 200px;
}

td.remove {
  min-width: 100px;
}

td.edit {
  min-width: 65px;
}


.existingThumbnail {
  max-width: 200px;
}

/* Table */
th:before, th:after {
  opacity: .4 !important;
}
tr:hover {
  cursor: pointer !important;
}
.table {
  --bs-table-color: var(--grayFont);
  --bs-table-border-color: #000;
  border-collapse: collapse !important;
}

.dataTables_scrollHeadInner, .table {
  min-width: 100% !important;
}
thead tr {
  border-bottom: 2px solid #631b19 !important;
}
tbody tr {
  background-color: #181818 !important;
  border-radius: 5px;
}
table.dataTable {
  margin-top: 30px !important;
}
.table-striped tbody tr * {
  color: var(--grayFont) !important;
}

.pagination li button {
  background-color: var(--darkRed) !important;
  color: var(--red) !important;
  border: none;
  border-radius: 0 !important;
  padding: 10px;
}

.pagination li:first-child button, .pagination li:last-child button {
  width: 115px;
}

.pagination li {
  /* border: none; */
  margin: 0 4px;
}

.pagination li.disabled {
  opacity: .3;
}

.pagination li button {
  text-align: center;
  border: none;
}

.pagination {
  margin-top: 30px !important;
}

.pagination li.active button {
  background-color: var(--red) !important;
  color: var(--darkRed) !important;
}

.dataTables_filter label {
  color: transparent;
}
.dataTables_filter input {
  background-color: #1f1f1f;
  border: none;
  padding: 7px 7px 7px 35px;
  width: 300px !important;
  color: white;
  outline: none;
}
#userTable_wrapper > div, #tableView > div {
  margin: 20px 0;
}

.dataTables_length select {
  background-color: #1f1f1f;
  border: none;
  color: var(--red);
  margin: 0 10px;
  text-align: center;
  outline: none;
}
.dataTables_length select {
  color: var(--red) !important;
}
#notificationsTable td:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
#userTable td:nth-child(4) {
  max-width: 300px;
  overflow: hidden;
}
/* Buttons  */
.btn:hover {
  background-color: var(--darkRed);
}
.btn-check:focus+.btn, .btn:focus {
  background-color: var(--red);
}
.btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:active {
  background-color: var(--red);
}
.btn-whitelist {
  background-color: var(--darkRed) !important;
}
#set-generic {
  background-color: var(--darkRed) !important;
  margin-right: 20px !important;
}
.navRow button, .form-btn {
  background-color: var(--red);
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}
.form-btn {
  width: auto;
  margin-top: 30px;
  /* padding: 27px 32px; */
  font-size: 15px;
  min-width: 200px;
}
.sec-form-btn {
  width: auto;
  margin-top: 30px !important;
  padding: 17px 32px;
  font-size: 15px;
  border-radius: 0 !important;
  min-width: 200px;
  text-transform: uppercase;
}
.navRow button {
  margin-right: 20px !important;
}
.navRow button:hover {
  background-color: var(--darkRed);
}
.plus:before {
  content: '+';
  font-size: 21px;
  margin-right: 7px;
}
.plus {
  padding: 10px 30px 12px 30px !important;
}
/* Form */
.form-title {
  border-bottom: 5px solid #0F0F0F;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}
.form-title a {
  margin-left: auto;
}
.form-control:focus {
  background-color: #1f1f1f !important;
  border-color: initial !important;
  color: #fff !important;
}
.form-select, .form-control {
  background-color: #1f1f1f !important;
  color: #fff !important;
  border: none !important;
}
#selectFileContainer a:first-child {
  margin-left: 11px;
}
#selectFileContainer a:hover {
  color: #fff;
}
#selectFileContainer .row:nth-child(2) button {
  margin-top: 34px;
}
#nft-transfer-form input[type='file'] {
  margin-top: 7px;
  background-color: #1f1f1f !important;
}
.back-btn {
  background-color: var(--red);
  width: 50px;
  font-size: 33px;
  margin-top: 30px !important;
  margin-right: 10px;
  height: 53px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: auto;
  cursor: pointer;
}
.back-btn:hover {
  background-color: var(--darkRed);
}
.back-btn .bi:hover {
  color: #fff;
}
.ml {
  margin-left: 20px;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #0F0F0F;
}
.checkbox input ~ .checkmark {
  background-color: #000;
  border: 1px solid var(--red);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 8px;
  top: 6px;
  width: 7px;
  height: 10px;
  border: solid var(--red);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox input:checked ~ .checkmark {
  background-color: #000;
  border: 1px solid var(--red);
}
.checkbox input.white:checked ~ .checkmark:after {
  border: solid var(--red);
  border-width: 0 3px 3px 0;
}

#mainFileForm input[type='radio'], #mainFile input[type='radio'] {
  width: 20px;
  height: 20px;
  margin: 0 15px 20px 0;
  border: 1px solid var(--red);
  appearance: none;
  border-radius: 50%;
}

#mainFileForm input[type='radio']:checked, #mainFile input[type='radio']:checked  {
  background: radial-gradient(circle at center, var(--red) .6ex, #0f0f0f .7ex);
}
.main-file {
  width: 100px;
  margin-top: 17px;
}
#mainFileForm p {
  margin-top: 10px;
}

.toggle-display {
  position: absolute;
  margin-top: -37px;
  right: 63px;
  cursor: pointer;
}
#submit-update {
  height: 55px;
  padding: 10px 62px;
}
.confirm-modal button {
  width: 200px;
  padding: initial !important;
}
/* Modal */
.modal-content {
  background-color: #1D1D1D;
  padding: 10px 15px;
}
.modal-header {
  border-bottom: none !important;
}
.modal-footer {
  border-top: none !important;
  justify-content: center;
  gap: 20px;
}
.modal-content .close {
  border: none !important;
  --bs-modal-bg: none !important;
  color: #fff;
  background-color: #1D1D1D;
}
.modal-footer button {
  border-radius: 0 !important;
  padding: 10px 30px;
}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.btn-success {
  box-shadow: none !important;
  --bs-btn-hover-bg: var(--red) !important;
  --bs-btn-border-color: none !important;
}
.btn-success:focus {
  border: none !important;
}
thead {
  background-color: #37171699;
}
#uploadFileContainer button:first-child {
  margin: 0 !important;
}
#uploadFileContainer button:last-child {
  margin: 20px 0 !important;
}

/* Gallery */
#galleryView {
  margin-bottom: 30px;
}
#nft-transfer-form {
 width: 50%;
}
.icon-selectable {
  margin-top: 10px;
}
/* .navRow .col:nth-child(2) button {
  margin-right: 0 !important;
} */
.imgInfoCont .otherText {
  word-break: break-all;
}

/* Users */
.header-option h1 {
  width: 120px;
  border-bottom: 5px solid var(--red);
  text-align: center;
  margin-right: 40px;
  padding-bottom: 15px;
  font-weight: 300;
  font-size: 22px;
}
.header-option h1.not-active {
  border-bottom: 5px solid var(--darkRed);  
}
.header-option h1.not-active a {
  color: #fff !important;
}
#userTable_wrapper {
  margin-left: -13px;
}

/* Notifications */
#notification-preview .arrows {
  justify-content: space-between;
  margin-top: auto;
}
#notification-preview a {
  overflow-x: hidden;
}
#notification-preview p, #notification-preview h3 {
  color: #D6D6D6;
}
#notification-preview h3 {
  font-family: 'Oswald', sans-serif;
  margin: 30px 0 20px 0;
  font-size: 35px;
}
#notification-preview img.banner {
  height: 180px;
  object-fit: cover;
  width: 100%;
}
#notification-preview img.full-size {
  object-fit: contain;
  width: 100%;
}
#preview-btn {
  margin: auto;
  font-weight: bold;
  height: 60px;
  align-items: center;
  display: flex;
  cursor: pointer;
}
#notification-preview .preview-box {
  background-color: #050505;
  border: 2px solid #303030;
  padding: 0;
  height: 450px;
  overflow: hidden;
  overflow-x: hidden;
}
#notification-preview .preview-box .content {
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  height: 246px;
}
.preview-box p.small {
  height: 150px;
  overflow: scroll;
}
.preview-box p.tall {
  height: 100%;
  overflow: scroll;
}
.height {
  height: 100% !important;
}

.tile-selected {
  border: 2px solid var(--red) !important;
}

.btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 0 20px;
}

.text-wrapper {
  padding-top: 40px;
}

/* NFT list  */

.options-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width:200px;
  height:220px;
  margin: 10px;
}

.view-options {
  height: inherit;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  background-color: rgba(250, 73, 66, .3);
  transition: .5s ease;
  display: none;
}

.view-options a {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  border: none;
  padding: 15px 10px;
  margin: 0 20px;
}

.view-options a:first-child {
  color: white;
  background-color: rgba(217, 62, 57, 0.8);
}

.view-options a:first-child:hover {
  color: white;
  background-color: rgb(217, 62, 57);
}

.view-options a:nth-child(2) {
  color: var(--red);
  background-color: rgba(55, 23, 22, 0.8);
}

.view-options a:nth-child(2):hover {
  background-color: rgb(55, 23, 22);
}

@media (min-width: 450px) {
  .options-container:hover .view-options {
    display: flex;
  }
}
/* Connect Wallet- NFT list  */

.btn {
  border-radius: 0 !important;
}
.custom-red {
  background-color: var(--red) !important;
  border: none;
  text-transform: uppercase;
}
.red:hover {
  background-color: var(--red);
  border: none;
}
.dark-red {
  background-color: var(--darkRed);
  color: var(--red);
}
.dark-red:hover {
  border-color: var(--darkRed);
}
#connect-crossmint.btn {
  background-color: var(--darkRed) !important;
  color: var(--red) !important;
}
#connect-crossmint.btn:hover {
  filter: none !important;
}
.top-spacing {
  margin-top: 20px;
}
a#\#connect {
  text-transform: uppercase !important;
}

/* Download links */

#upload p {
  font-family: 'Oswald', sans-serif;
  color: var(--red);
  font-size: 18px;
}

#upload span {
  font-family: 'Lato', sans-serif;
  color: white;
  font-size: 15px;
}

#new-upload p {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
}

#platform {
  appearance: none;
  border-right: 10px solid black;
}

/* toogle style  */
.toggle-vis {
  padding-right:15px;
  color:red;
  
}
.toggle-vis.left-pad {
  padding-left:15px;
}
a.is-selected {
  text-decoration: line-through;
  color: var(--darkRed);
}
.toggle-vis:hover {
  color:white;
  cursor:pointer;
}

#errors {
  background: #0F0F0F;
  padding: 20px;
}

#errors ul {
  list-style: none;
  padding: 0;
}

#errors ul li {
  padding-left: 20px;
}

.error-table {
  width: 100%;
}

.error-table td,
.error-table th {
  padding: 0 5px;
}