/*
Theme Name: upload18
Author: Max Palamarchuk
Telegram: https://t.me/avdb_api
Url: https://upload18.net/
*/
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-control:focus::-moz-placeholder {
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea {
  resize: none;
}

.mw-0 {
  min-width: 0;
}

.xsmall {
  font-size: 80%;
}

.text-muted {
  color: #999 !important;
text-align: center;
}

a.text-muted:hover {
  color: #D5D5D5 !important;
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn, .btn:focus {
  -webkit-box-shadow: none  !important;
          box-shadow: none  !important;
}

.submit-btn {
  padding: .75rem 2.5rem;
  border-radius: 6px;
  font-size: 1.15em;
  letter-spacing: .5px;
}

.icon-btn {
  width: 32px;
  height: 32px;
  border: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-btn-sm {
  width: 24px;
  height: 24px;
}

.dropdown-menu {
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.5);
}

.section {
  margin-bottom: 6rem;
}

@media (max-width: 1199px) {
  .section {
    margin-bottom: 3rem;
  }
}

.block {
  padding: 1.5rem;
  border-radius: 8px;
  background-color: #222222;
  margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .block {
    padding: 2rem;
  }
}

.text-content {
  line-height: 2;
}

.text-content blockquote, .text-content p, .text-content ul, .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6, .text-content table {
  margin-bottom: 2rem;
}

.table-head th {
  border-width: 0;
  background-color: #222222;
  white-space: nowrap;
  color: #7F7F7F;
}

.table-light .table-head th {
  background-color: #2f2f2f;
}

.table-justify {
  text-align: center;
}

.table-justify td:last-child,
.table-justify th:last-child {
  text-align: right;
}

.table-justify td:first-child,
.table-justify th:first-child {
  text-align: left;
}

.table-fixed {
  table-layout: fixed;
}

.admin-menu {
  background: #040404;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

.admin-menu .nav-link {
  font-size: 11px;
  font-weight: 500;
  padding: .25rem .5rem;
  white-space: nowrap;
  height: 34px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.avatar {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}

.upload-tabs {
  padding: 4px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 8px;
  border: 1px solid var(--purple-color);
}

@media (max-width: 767px) {
  .upload-tabs {
    white-space: nowrap;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    border: 0;
    padding: 0;
    font-size: 1.1em;
  }
}

.upload-tabs .nav-link {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 6px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
}

.upload-tabs .nav-link.active {
  background-color: var(--purple-color) !important;
  color: #fff;
}

.paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: .5rem;
}

.paging a,
.paging b {
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 38px;
  padding-left: .75rem;
  padding-right: .75rem;
  border: 1px solid #B4B4B4;
  border-radius: 6px;
  color: #7F7F7F;
  font-size: 14px;
}

.paging a:hover {
  background-color: #222222;
}

.paging b {
  background-color: #FC6710;
  border-color: #FC6710;
  color: #fff;
}

.paging small {
  color: #7F7F7F;
}

.form-switcher {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
  vertical-align: middle;
}

.form-switcher label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: .75rem;
  color: #7F7F7F;
}

.form-switcher input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 38px;
  width: 38px;
  height: 22px;
  border-radius: 25px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
  outline: 0 !important;
  background: #323232 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23999999'/%3E%3C/svg%3E") no-repeat 3px 50%;
}

.form-switcher input:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23E7E7E7'/%3E%3C/svg%3E");
  background-color: var(--purple-color);
  background-position: calc(100% - 3px) 50%;
}

.form-switcher input:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.form-switcher input:disabled ~ label {
  opacity: .5;
  cursor: not-allowed;
}

.form-check-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
}

.form-check-radio label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.form-check-radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid transparent;
  -webkit-transition: background-color .25s, border-color .25s;
  -o-transition: background-color .25s, border-color .25s;
  transition: background-color .25s, border-color .25s;
}

.form-check-radio input[type="radio"] {
  border-color: #B4B4B4;
  border-radius: 50%;
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.form-check-radio input[type="radio"]:checked {
  border-color: #FC6710;
  background-color: #FC6710;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'%3E%3Cpath fill-rule='evenodd' fill='%23181A20' d='M9.5 0A9.5 9.5 0 0 1 19 9.5 9.5 9.5 0 0 1 9.5 19 9.5 9.5 0 0 1 0 9.5 9.5 9.5 0 0 1 9.5 0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
}

.form-check-radio input[type="checkbox"] {
  border-color: #B4B4B4;
  border-radius: 3px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.form-check-radio input[type="checkbox"]:checked {
  border-color: var(--purple-color);
  background-color: var(--purple-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' viewBox='0 0 10 9' fill='none'%3E%3Cpath d='M3.8998 5.4999L1.6998 3.2999L0.299805 4.6999L4.0998 8.4999L9.7998 1.6999L8.2998 0.399902L3.8998 5.4999Z' fill='%23181A20'/%3E%3C/svg%3E");
}

.text-list {
  list-style: none;
  padding-left: 0;
}

.text-list li {
  padding-left: 2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23FC6710' d='M9 0C4 0 0 4 0 9s4 9 9 9 9-4 9-9-4-9-9-9ZM7.6 13.2 3.5 9l1.6-1.6L7.6 10 13 4.6l1.6 1.6-7 7Z'/%3E%3C/svg%3E") no-repeat 0 50%;
  margin-bottom: .5rem;
}

.text-list li:last-child {
  margin-bottom: 0;
}

.button-tabs {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: .25rem;
  border: 1px solid #424242;
  border-radius: 10px;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .button-tabs {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.button-tabs .nav-link {
  color: #C1C1C1;
  border-radius: 6px;
  font-size: .875rem;
  padding: .5rem 1.5rem;
  font-weight: 500;
}

.button-tabs .nav-link.active {
  background-color: #424242;
  color: #fff;
}

.section-tabs {
  margin-bottom: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border-bottom: 2px solid var(--purple-color);
}

.section-tabs .nav-link {
  color: #C1C1C1;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  background-color: #1A1A1A;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 2px;
  white-space: nowrap;
}

.section-tabs .nav-link.active {
  background-color: var(--purple-color);
  color: #fff;
}

.pill-tabs {
  margin-bottom: 1rem;
  gap: .25rem;
}

.pill-tabs .nav-link {
  color: #C1C1C1;
  border-radius: 6px;
  padding: .5rem 1.25rem;
  font-weight: 500;
  background-color: #1A1A1A;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pill-tabs .nav-link.active {
  background-color: #FC6710;
  color: #fff;
}

.tab-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.topblock .table td {
  padding: .5rem 0;
  line-height: 24px;
  vertical-align: middle;
}

.search {
  margin-left: 1rem;
}

.search .form-control {
  padding: 0;
  padding-left: 1.5rem;
  border: 0;
  height: 37px;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none'%3E%3Cpath fill='%23fff' d='m14.325 12.6-3.15-3.15c.787-1.05 1.137-2.275 1.137-3.5A5.863 5.863 0 0 0 6.45.087C3.212.087.5 2.625.5 5.862a5.863 5.863 0 0 0 5.862 5.863 5.976 5.976 0 0 0 3.5-1.138l3.15 3.15c.35.35.875.263 1.226-.087.35-.263.35-.7.087-1.05ZM2.163 5.862c0-2.362 1.925-4.2 4.2-4.2 2.274 0 4.2 1.925 4.2 4.2 0 2.275-1.926 4.2-4.2 4.2-2.276 0-4.2-1.837-4.2-4.2Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.search .form-control::-webkit-input-placeholder {
  color: #fff;
}

.search .form-control::-moz-placeholder {
  color: #fff;
}

.search .form-control:-ms-input-placeholder {
  color: #fff;
}

.search .form-control::-ms-input-placeholder {
  color: #fff;
}

.search .form-control::placeholder {
  color: #fff;
}

.videoItem {
  margin-bottom: 1.5rem;
}

@media (max-width: 575px) {
  .videoItem {
    margin-bottom: 1rem;
  }
}

.videoItem-title {
  font-size: .8125rem;
  overflow: hidden;
  font-weight: bold;
  max-height: 2rem;
  line-height: 1.2;
  margin-bottom: .25rem;
}

.videoItem-details {
  font-size: .65em;
  color: #7F7F7F;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-between span;
  -webkit-justify-content: space-between span;
      -ms-flex-pack: space-between span;
          justify-content: space-between span;
  justify-content-display: inline-flex;
  justify-content-align-items: center;
}

.videoItem-cover {
  padding-top: 56.25%;
  position: relative;
}

.videoItem-cover a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.videoItem-cover .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  border-radius: 6px;
}

.videoItem-cover .icon {
  height: 56px;
}

.videoItem-addto, .videoItem-added {
  position: absolute;
  top: .5rem;
  right: .5rem;
  width: 24px;
  height: 24px;
  border-radius: 5px;
}

.videoItem-added {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.videoItem-addto {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
}

.videoItem-addto:focus, .videoItem-addto:hover {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.videoItem-time {
  padding: .25px .35rem;
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  line-height: 19px;
}

.information {
  max-height: 260px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 1200px) {
  #modal-notification .modal-dialog {
    margin-right: 60px;
    margin-top: 60px;
  }
}

html {
  height: 100%;
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

body {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.is-admin {
  padding-top: 34px;
}

body.dashboard {
  padding-top: 5.5rem;
}

@media (min-width: 1200px) {
  body.dashboard {
    padding-left: 250px;
  }
}

@media (min-width: 1600px) {
  body.dashboard {
    padding-left: 280px;
  }
}

body main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  background-color: #222222;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-row {
  height: 68px;
}

body.dashboard .header {
  background-color: #222222;
}

@media (min-width: 1200px) {
  body.dashboard .header {
    left: 250px;
    border-left: 1px solid #323232;
  }
}



.header .nav .nav-link {
  color: inherit;
  font-weight: 500;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: .875rem;
}

.header .nav .nav-link.active, .header .nav .nav-link:hover {
  color: #FC6710;
}

@media (max-width: 767px) {
  .header .logo img {
    height: 38px;
  }
}

.header .dropdown-menu {
  min-width: 210px;
}

.footer {
  font-size: .875rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #222222;
  color: #ccc;
}

.footer .nav-link {
  color: inherit;
  padding-left: 0;
  padding-right: 0;
}

.footer .nav-link:hover {
  color: #fff;
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.index {
  padding-bottom: 4rem;
  position: relative;
}

@media (min-width: 1200px) {
  .index {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1400px) {
  .index .row {
    min-height: 50vh;
  }
}

.index h1 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 992px) {
  .index h1 {
    font-size: 3.5rem;
  }
}

.index h1 span {
  display: block;
}

.index-content {
  font-size: 1.125rem;
  width: 100%;
  max-width: 90%;
  display: inline-block;
}

@media (min-width: 1200px) {
  .index-content {
    max-width: 100%;
  }
}

.index-image {
  max-width: 100%;
}

@media (max-width: 991px) {
  .index-image {
    max-width: 300px;
  }
}

@media (max-width: 575px) {
  .index-image {
    max-width: 250px;
  }
}

.features {
  overflow: hidden;
}

.features-item {
  margin-bottom: 0;
  min-height: 100%;
  padding: 0;
  background-color: #303030;
}

.features-icon {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--purple-color)!important;
}

.features-text {
  background: #222222;
  border-radius: 8px;
}

.get-start {
  background-color: #222222 !important;
  padding: 3rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media (min-width: 1200px) {
  .get-start {
    background: url("../images/get-start.png") no-repeat 0 100%;
    background-size: 1600px auto;
    min-height: 376px;
    text-align: left;
  }
}

@media (min-width: 1600px) {
  .get-start {
    background-size: 1920px auto;
  }
}

.premium-section {
  background: url("../images/strip.svg") no-repeat center 0/cover;
  margin-bottom: 0;
  padding-bottom: 3rem;
}

.faqItem {
  border-bottom: 1px solid #323232;
}

.faqItem-header {
  padding: 1.25rem;
  margin-bottom: 0;
  padding-right: 2.5rem;
  position: relative;
  font-size: 1.375em;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
}

.faqItem-header:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath fill='%23CCC' d='m8.75 6.625 6.813-6.5c.187-.188.437-.188.624 0l1.188 1.188c.188.187.188.437 0 .625L9.062 9.875A.477.477 0 0 1 8.75 10a.477.477 0 0 1-.313-.125l-8.312-8c-.188-.188-.188-.438 0-.625L1.313.062c.187-.187.437-.187.625 0L8.75 6.625Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  content: "";
}

.faqItem-header.collapsed:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.faqItem-body {
  padding: 1rem;
  padding-left: 2.5rem;
}

.login {
  width: calc(460px + 1.5rem);
  max-width: 100%;
  padding: 0.75rem;
  margin: auto;
}

@media (min-width: 992px) {
  .login-form {
    padding: 2.5rem;
  }
}

.download-btn {
  padding: 1rem 3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.download-item {
  padding: .75rem 1.25rem;
  border-radius: .5rem;
  background: #101010;
  margin-bottom: 1rem;
  display: block;
  font-size: .85rem;
}

.download-item:hover {
  color: #FC6710;
}

.btn-rate {
  padding: 0 .75rem;
  border: 1px solid #323232;
  font-size: .75rem;
  height: 30px;
}

.btn-rate:hover, .btn-rate.active {
  border-color: #FC6710;
  color: #FC6710;
}

.file-info {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #323232;
}

.premiumPlan {
  padding: 1.5rem 2rem;
}

@media (max-width: 767px) {
  .premiumPlan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.premiumPlan .btn {
  font-size: 1rem;
  padding: .5rem 2rem;
}

.premiumTable {
  border: 1px solid #323232;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 2rem;
  text-align: center;
  font-size: .875rem;
}

.premiumTable .col {
  padding: 1rem;
  border-left: 2px solid #323232;
  background-color: #222222;
}

.premiumTable .col.premium {
  background-color: var(--purple-color);
}

.premiumTable .col:first-child {
  max-width: 440px;
  -webkit-flex-basis: 440px;
      -ms-flex-preferred-size: 440px;
          flex-basis: 440px;
  border-left: 0;
  color: #D5D5D5;
}

@media (max-width: 1399px) {
  .premiumTable .col:first-child {
    max-width: 300px;
    -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px;
  }
}

@media (max-width: 991px) {
  .premiumTable .col:first-child {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .premiumTable .col:nth-child(2) {
    border-left: 0;
  }
}

.premiumTable .premiumTable-heading {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .premiumTable .premiumTable-heading {
    font-size: .75rem;
  }
}

.upload-form {
  height: 400px;
  border: 2px dashed #B4B4B4 !important;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.upload-form:hover {
  border-color: #B4B4B4;
}

.upload-form input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-url {
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.upload-url .form-control {
  height: 100%;
}

.upload-progress {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-height: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .manager {
    padding-left: 280px;
  }
}

@media (min-width: 1600px) {
  .manager {
    padding-left: 320px;
  }
}

.files-search {
  width: 300px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' fill='none'%3E%3Cpath fill='%23fff' d='m15.6 14.713-3.4-3.4c.7-1.1 1.1-2.3 1.1-3.7 0-3.7-3-6.7-6.7-6.7S0 4.012 0 7.712c0 3.7 3 6.7 6.7 6.7 1.4 0 2.6-.4 3.7-1.1l3.4 3.4c.5.5 1.4.5 1.9 0 .4-.6.4-1.5-.1-2Zm-13.6-7c0-2.6 2.1-4.7 4.7-4.7s4.7 2.1 4.7 4.7-2.1 4.7-4.7 4.7-4.7-2.2-4.7-4.7Z'/%3E%3Cpath stroke='%23fff' stroke-opacity='.04' d='m11.778 11.044-.215.338.283.284 3.4 3.4c.285.284.335.88.066 1.325-.313.272-.865.262-1.158-.032l-3.4-3.4-.284-.284-.338.216c-1.028.654-2.136 1.021-3.432 1.021a6.2 6.2 0 0 1-6.2-6.2c0-3.443 2.695-6.3 6.1-6.3a6.2 6.2 0 0 1 6.2 6.2c0 1.296-.368 2.404-1.022 3.432ZM6.7 2.512a5.195 5.195 0 0 0-5.2 5.2c0 2.77 2.317 5.2 5.2 5.2 2.876 0 5.2-2.323 5.2-5.2 0-2.876-2.324-5.2-5.2-5.2Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 1rem 50%;
  padding-left: 3rem;
}

@media (max-width: 575px) {
  .files-search {
    width: 100%;
  }
}

.files-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.files-list .table {
  text-align: center;
}

.files-list .table thead th {
  color: #525358;
}

.files-list .table thead th img {
  opacity: .5;
  vertical-align: middle;
}

.files-list .table th, .files-list .table td {
  color: #7F7F7F;
}



.files-list .table .icon-btn {
  opacity: .25;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.files-list .table .icon-btn:hover {
  opacity: .75;
}

.files-list .table .form-switcher input {
  width: 30px;
  min-width: 30px;
  height: 18px;
  background-position: 2px 50%;
  background-size: 14px;
}

.files-list .table .form-switcher input:checked {
  background-position: calc(100% - 2px) 50%;
}

.files-list .files-name {
  min-width: 200px;
}

.files-controls {
  background-color: #222222;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

@media (min-width: 1200px) {
  .files-controls {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
    margin-bottom: 2rem;
  }
}

.files-controls .more-btn {
  padding: 0;
  width: 39px;
  height: 39px;
}

@media (max-width: 991px) {
  .files-controls .more-btn {
    width: 34px;
    height: 34px;
  }
}

.files-controls.disabled {
  display: none;
}

.files-controls.disabled ~ .control-space {
  display: none;
}

@media (max-width: 575px) {
  .files-controls .btn, .files-controls .more-btn {
    width: 100%;
  }
}

.addfolder {
  border: 1px solid #B4B4B4;
  border-radius: 6px;
  padding: 5px;
}

.addfolder .form-control {
  border: 0;
  background-color: transparent;
  font-size: 14px;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.addfolder .btn {
  text-transform: uppercase;
  font-weight: bold;
  height: 31px;
  padding: 0 .75rem;
}

.folders {
  max-height: 400px;
  padding: 1rem;
  background-color: #1A1A1A;
  margin-bottom: 1.5rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 1200px) {
  .folders {
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    height: calc(100% + 1.5rem);
    min-height: calc(100% + 1.5rem);
    width: 280px;
    left: 0;
  }
}

@media (min-width: 1600px) {
  .folders {
    width: 320px;
  }
}

.folders .folder-name {
  max-width: 150px;
  opacity: .75;
}

@media (min-width: 1600px) {
  .folders .folder-name {
    max-width: 200px;
  }
}

.folders .folder-name svg {
  position: relative;
  top: -2px;
  opacity: .25;
}

.folders tr.active .folder-name {
  opacity: 1;
}

.folders tr.active .folder-name svg {
  opacity: 1;
}

.folders-controls {
  padding: 1rem;
}

.folders-controls.disabled {
  display: none;
}

.folders-controls.disabled ~ .control-space {
  display: none;
}

@media (min-width: 1200px) {
  .folders-list .table td:first-child {
    padding-left: 1.5rem;
  }
  .folders-list .table td:last-child {
    padding-right: 1.5rem;
  }
}

.folders-list .table .icon-btn {
  opacity: .25;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.folders-list .table .icon-btn:hover {
  opacity: .75;
}

.control-space {
  height: 62px;
}

@media (max-width: 991px) {
  .control-space {
    height: 82px;
  }
}

.perpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.perpage .btn {
  border: 1px solid #B4B4B4;
  color: #B4B4B4;
}

.perpage .btn:hover, .page-link:hover {
  border-color: var(--purple-color);
}
a:hover{
  color: var(--purple-color);
}

.perpage input:checked ~ .btn {
  border-color: var(--purple-color);
  background-color: var(--purple-color);
  color: #fff;
}

.navpanel {
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  background: #222222;
}

@media (min-width: 1600px) {
  .navpanel {
    width: 280px;
  }
}

body.is-admin .navpanel {
  padding-top: 34px;
}
  
@media (max-width: 1199px) {
  .navpanel {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    z-index: 1001;
  }
  .navpanel.open {
    opacity: 1;

    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .navpanel-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.25);
  }
}

.navpanel-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.navpanel-logo {
  margin: 0 1rem;
  height: 68px;
  min-height: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navpanel-logo img {
  max-width: 100%;
  max-height: 100%;
}

.navpanel-nav .nav-item {
  margin-bottom: 1px;
}

.navpanel-nav .nav-item > .nav-link {
  padding: .75rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.75rem;
  position: relative;
}

.navpanel-nav .nav-item > .nav-link:hover, .navpanel-nav .nav-item > .nav-link.active {
  background-color: #101010;
}

.navpanel-nav .nav-item > .nav-link svg {
  color: #7F7F7F;
}

.navpanel-nav .nav-item > .nav-link.active svg {
  color: var(--purple-color) !important;
}

.navpanel-nav .has-submenu > .nav-link.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath fill='%23fff' d='M7 5.28 12.44 0c.16 0 .32 0 .48.16l.96.96c.16.16.16.32 0 .48L7.16 8H7c-.16 0-.16 0-.32-.16L.12 1.6a.487.487 0 0 1 0-.64L1.08 0s.32 0 .48.16L7 5.28Z' opacity='.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
}

.navpanel-nav .nav {
  padding-left: 2.5rem;
  display: none;
}

.navpanel-nav .nav .nav-link {
  color: #7F7F7F;
}

.navpanel-nav .nav .nav-link:hover, .navpanel-nav .nav .nav-link.active {
  color: #fff;
}

.navpanel-nav .active ~ .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navpanel-icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: .5rem;
}

.navpanel .storage {
  padding: 1rem 1.5rem;
  background-color: #222222;
  margin-right: 1px;
}
.upload_div{
  cursor: pointer;
}
.webuploader-pick{
  text-align: center;
}

.custom-form{
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-text-color{
  color: var(--purple-color) !important;
}
.table th{
  text-align: center;
}

.btn:hover {
  background-color: #101010 !important;
  color: #fff;
  border: 1px solid var(--purple-color);
}

.limited-width {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.limited-width-max {
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table td{
  text-align: center;
  vertical-align: middle;
}
.ml-2{
  margin-left: 20px;
}

.ml-1{
  margin-left: 10px;
}
.layui-layer-title{
  background-color: #222222 !important;
  color: #fff !important;
}
.layui-layer-content{
  background-color: #222222!important;
  color: #fff !important;
}
.layui-layer-btn{
  background-color: #222222!important;
}
.layui-layer{
  background-color: #222222!important;
  border-radius: 50%;
  border: 1px solid var(--purple-color) !important;
}
#page {
  margin-left: auto;
}
.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.bg-warning {
  background-color: #ffc107 !important;
}
.text-bg-success{
  opacity: 0.9;
}
.btn-primary{
  background-color: var(--purple-color) !important;
}
.layui-layer {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.layui-layer-title {
  background-color: #0d6efd; /* Màu tiêu đề giống Bootstrap */
  color: #fff;
  font-size: 1.25rem;
  padding: 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.layui-layer-content {
  padding: 1.5rem;
  font-size: 1rem;
  color: #212529;
}

.layui-layer-btn {
  text-align: right;
  padding: 1rem;
}

.layui-layer-btn a {
  background-color: #0d6efd; /* Màu nút 'Có' */
  color: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  margin-left: 10px;
  text-decoration: none;
  border: 1px solid transparent;
}
.swal2-modal{
  background: #222;
  color: #fff;
}
.btn-light{
  background-color: #FAFAFA !important;
  color: #000 !important;
}
.btn-dark{
  background-color: #212529 !important;
  color: #FAFAFA !important;
}
.light-mode .header {
  background-color: #FFFFFF !important;
  color: #000 !important;
}
.light-mode .text-white{
  color: #09090B !important;
}
.light-mode .navpanel {
  background-color: #FAFAFA !important;
  color: #000 !important;
}
.light-mode .navpanel-nav .nav-item > .nav-link{
  color: #000;
}
.light-mode .navpanel-nav .nav-item > .nav-link.active{
  color: #FAFAFA;
}
.light-mode .navpanel-nav .nav .nav-link:hover,.light-mode .navpanel-nav .nav .nav-link.active{
  color: #000;
}
.light-mode{
  background: #FAFAFA;
  color: #000;
}
.light-mode .block{
  background-color: #FFFFFF;
}
.light-mode .table-light{
  background-color: #FFFFFF;
}
.light-mode .nav-link{
  color:#000;
}
.light-mode .folders{
  background-color: #FAFAFA;
}
.light-mode .addfolder{
  border: 1px solid #000;
}
.light-mode .form-control{
  color: #000;
  background-color: #FAFAFA;
  border: var(--bs-border-width) solid #000;
}
.light-mode .form-check-radio input[type="checkbox"] {
  border-color: #000;
}
.light-mode .files-search {
  color: #000;
}
.light-mode input::placeholder {
  color: #000;
}
.light-mode a{
  color: #000;
}

.light-mode .files-controls{
  background-color: #FFFFFF;
}
.light-mode * {
  color: #09090B;
}
.light-mode .active svg path{
  color: var(--purple-color);
}

.light-mode .btn-danger{
  background-color: #D12222 !important;
}
.light-mode .text-muted{
  color: #000 !important;
}
.light-mode .files-list .table thead th {
  background: #FAFAFA;
}
.light-mode .files-search{
  width: 300px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' fill='none'%3E%3Cpath fill='%23000' d='m15.6 14.713-3.4-3.4c.7-1.1 1.1-2.3 1.1-3.7 0-3.7-3-6.7-6.7-6.7S0 4.012 0 7.712c0 3.7 3 6.7 6.7 6.7 1.4 0 2.6-.4 3.7-1.1l3.4 3.4c.5.5 1.4.5 1.9 0 .4-.6.4-1.5-.1-2Zm-13.6-7c0-2.6 2.1-4.7 4.7-4.7s4.7 2.1 4.7 4.7-2.1 4.7-4.7 4.7-4.7-2.2-4.7-4.7Z'/%3E%3Cpath stroke='%23000' stroke-opacity='.04' d='m11.778 11.044-.215.338.283.284 3.4 3.4c.285.284.335.88.066 1.325-.313.272-.865.262-1.158-.032l-3.4-3.4-.284-.284-.338.216c-1.028.654-2.136 1.021-3.432 1.021a6.2 6.2 0 0 1-6.2-6.2c0-3.443 2.695-6.3 6.1-6.3a6.2 6.2 0 0 1 6.2 6.2c0 1.296-.368 2.404-1.022 3.432ZM6.7 2.512a5.195 5.195 0 0 0-5.2 5.2c0 2.77 2.317 5.2 5.2 5.2 2.876 0 5.2-2.323 5.2-5.2 0-2.876-2.324-5.2-5.2-5.2Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 1rem 50%;
  padding-left: 3rem;
}
.light-mode .navpanel-nav .nav-item > .nav-link:hover,.light-mode .navpanel-nav .nav-item > .nav-link.active {
  background-color: #101010;
  color: #FAFAFA;
}
.light-mode .section-tabs .nav-link{
  background-color: #FFFFFF;
  color: #000;
}
.light-mode .section-tabs .nav-link.active {
  background-color: var(--purple-color);
  color: #fff;
}
.light-mode .perpage .btn{
  border: 1px solid #000;
  color: #000;
}
.light-mode .dropdown-menu{
  background: #FFFFFF;
  color: #000;
}
.light-mode th{
  background-color: #FAFAFA;
  color: #000;
}
.light-mode .form-select{
  background-color: #FAFAFA;
  border: 1px solid #000;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.light-mode .form-check-input{
  --bs-form-check-bg: #FAFAFA;
  
}
.light-mode .form-floating > :disabled ~ label::after,.light-mode .form-floating > .form-control:disabled ~ label::after{
  background-color: #FAFAFA;
}
.light-mode .form-floating > .form-control:focus ~ label::after, .light-mode .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .light-mode .form-floating > .form-control-plaintext ~ label::after, .light-mode .form-floating > .form-select ~ label::after {
  background-color: #FAFAFA;
}
.light-mode .form-floating > .form-control:focus ~ label, .light-mode .form-floating > .form-control:not(:placeholder-shown) ~ label, .light-mode .form-floating > .form-control-plaintext ~ label, .light-mode .form-floating > .form-select ~ label{
  color: #000;
}
.light-mode .upload-form{
  border: 2px dashed #000;
}
.light-mode .table > :not(caption) > * > *{
  color: #000;
}
.light-mode .footer{
  background-color: #FFFFFF;
  color:#000;
}
input {
  color-scheme: dark;
}
.btn-dark-light-function{
  background: none !important;
}
.btn-dark-light-function:hover{
  background: none !important;
}
.light-mode .btn{
  color: #DEE5E0;
}
.light-mode button{
  color: #fff;
}
.light-mode .btn-info{
  background-color: #0d6efd;
}
.light-mode .icon-btn svg path{
  fill: #000;
}
.light-mode .icon-btn{
  background: none !important;
}
ul.pagination {
  column-gap: 3px;
}
.light-mode path{
  color: #fff;
}
.light-mode .btn:hover{
  color: #fff !important; 
}
.light-mode .table{
  background-color: #fff;
}
.files-list .table thead th {
  color: #fff;
}
.bg-custom-50{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}
.text-custom-600{
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}
.w-4 {
  width: 1rem;
}
.h-4 {
  height: 1rem;
}

.text-danger-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-warning-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}
.bg-warning-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}
.bg-danger-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
.bg-gold-50{
  --tw-bg-opacity: 1;
  background-color: #FFD700;
}
.text-premium{
  color: #FFD700 !important;
}