:root {
  --bs-primary: #0891B2;
  --gl-star-size: 32px !important;
  font-size: 14px;
}
body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased !important;
}
.ez-top-navbar {
  height: 64px;
}
.small {
  font-size: 13px;
}
.smaller {
  font-size: 12px;
}
.tiny {
  font-size: 11px;
}
.smallest {
  font-size: 10px;
}
.bg-gray {
  background: #F8FAFC;
}
.bg-primary {
  background: var(--bs-primary) !important;
}
.cursor-pointer {
  cursor: pointer;
}
::placeholder {
  color: #9CA3AF !important;
}
.object-fit-contain {
  object-fit: contain;
}
.object-fit-cover {
  object-fit: cover;
}
.lead {
  font-weight: inherit !important;
  font-size: 1.15rem;;
}
b {
  font-weight: 600 !important;
}
.fw-sbold {
  font-weight: 500 !important;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.disabled {
  opacity: .6;
  cursor: default;
  pointer-events: none;
}
.text-calm {
  color: #1F2937;
}
button {
  background: none;
  border: none;
  padding: 0;
}
button.background {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  overflow: hidden;
}
.form-check {
  display: flex;
  align-items: center;
}
.form-check-input {
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 4px;
  float: none;
  margin: 0 6px 0 0;
  padding-left: 3px;
}
.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.form-check-input:checked,
.form-check-input[type="checkbox"]:indeterminate {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}
#main_content {
  min-height: calc(var(--vh, 1vh) * 100 - 60px);
}
.min-height-100vh {
  min-height: calc(var(--vh, 1vh) * 100 - 60px);
}
.min-height-100 {
  min-height: 100%;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}

.nav-tabs .nav-item .nav-link {
  position: relative;
  border: none !important;
  padding: 1rem 1.5rem;
  color: #212529;
}
.nav-tabs li {
  position: relative;
}
.nav-tabs .active,
.nav-tabs .nav-item .nav-link:hover {
  color: var(--bs-primary) !important;
}

.nav-tabs a,
.nav-tabs button {
  color: inherit;
  text-decoration: none;
  padding: 10px 16px;
  display: block;
  border-bottom: 2px solid transparent;
}
.dropdown-toggle::after {
  margin-left: 12px;
}
.nav-tabs .active {
  border-color: var(--bs-primary) !important;
}
.nav-tabs .active a,
.nav-tabs .active button {
  pointer-events: none;
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

#container {
  min-height: 100%;
}
.btn-outline-secondary {
  background: #fff;
  border: 1px solid #DEE4EB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  background-color: #fff;
  opacity: 1;
}

.form-control {
  padding: .65rem .75rem;
}
.form-control-xs {
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  padding: 0 4px;
}
textarea {
  resize: none;
}
a,
a:hover {
  color: #0891B2;
}
.rotate-180 {
  transform: rotate(180deg);
}
.dropdown.open > .dropdown-menu {
  display: block;
}
.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-toggle.no-icon::after {
  display: none;
}
.dropdown-menu {
  white-space: nowrap;
  top: 100%;
}
.btn {
  display: inline-flex;
  height: 44px;
  align-items: center;
  font-size: 14px;
}
.btn-sm {
  height: 36px;
  border-radius: 4px;
}
.btn-xs {
  border-radius: 3px;
  height: 32px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-xxs {
  border-radius: 4px;
  height: 24px;
  font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff !important;
}
.btn-outline-primary,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled  {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  background: transparent;
}
.btn-outline-secondary {
  color: #020617;
  background: #fff;
  border-color: #E2E8F0;
}
.btn-outline-secondary:hover {
  background: #fff;
  color: #020617;
  border-color: #49494a;
}

:not(.modal-backdrop).fade.in {
  opacity: 1;
}
.modal-backdrop.fade.in {
  opacity: .7;
}

.hidden {
  display: none !important;
}

.card {
  border-radius: 6px;
}

.VueCarousel-pagination {
  margin-top: 20px !important;
}
.VueCarousel-dot {
  padding: 2px !important;
}
.VueCarousel-dot-button {
  width: 15px !important;
  height: 2px !important;
  border-radius: 0 !important;
}
.VueCarousel-dot--active .VueCarousel-dot-button {
  background-color: var(--bs-primary) !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 16px;
  }
  
  input[type="range"]::-webkit-slider-runnable-track {
    height: 12px;
    background: #ccc;
    border-radius: 16px;
  }
  
  input[type="range"]::-moz-range-track {
    height: 12px;
    background: #ccc;
    border-radius: 16px;
  }
  
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid var(--bs-primary);
    box-shadow: -407px 0 0 400px var(--bs-primary);
  }
  
  
  /* Thumb: Firefox */
  input[type="range"]::-moz-range-thumb {
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--bs-primary);
    box-shadow: -407px 0 0 400px var(--bs-primary);
  }
}

.dropdown-item {
  padding: .5rem 1rem;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: var(--bs-primary);
}
.table {
  background: #FFF;
  border: 1px solid #DEE4EB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  border-collapse: separate;
  border-spacing: 0;
}
.table>:not(:last-child)>:last-child>* {
  border-bottom-color: #DEE4EB;
}
.table>:not(caption)>*>* {
  padding: 1rem;
}
.table th {
  font-weight: normal;
}
.table thead {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
}
.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
  color: inherit;
  border-color: inherit;
  background-color: inherit;
}
.btn-orange {
  background: radial-gradient(535.68% 535.68% at 100% -109.64%, #F9B54A 0%, #FF451E 100%);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  color: white;
}
.btn-orange:hover {
  color: white;
  background: radial-gradient(535.68% 535.68% at 100% -109.64%, #f68935 0%, #FF451E 100%);
}
.search-wrapper {
  position: relative;
  width: 100%;
  max-width: 330px;
}
.search-wrapper button {
  position: absolute;
  top: -1px;
  right: 3px;
}

@media (max-width: 991px) {
  .search-wrapper {
    max-width: 100%;
    margin-bottom: 8px;
  }

  .library-folders {
    display: none;
  }
}

.profile-img {
  width: 32px;
  height: 32px;
}
hr {
  background-color: #CBD5E1;
  opacity: 1;
}
.form-label,
.btn {
  font-weight: 500;
}
.time-check {
  padding-left: 0;
  justify-content: space-between;
}
.time-check .form-check-label {
  flex-grow: 1;
}
.time-check .form-check-input {
  float: none;
  margin: 0;
  padding: 0;
  border: 2px solid #64748B;
  border-radius: 16px;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
.custom-dropdown.custom-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  right: 0;
  left: auto;
}
.border-gray {
  border-color: #D1D5DB !important;
}
.page-link {
  color: var(--bs-primary);
}
.page-item.active .page-link {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.selected {
    outline: 3px solid var(--bs-primary);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.widescreen-padding {
  padding-top: 56%;
}
mark, .mark {
  padding: 0;
  background: #ffe768;
}
.text-muted {
  color: #6B7280 !important;
}

#addModal div.griddedAd {
    float: left;
    width: 185px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d3d3d3;
    height: 150px;
}

#addModal div.griddedAd:hover {
    background-color: #fff8c0;
}

.ad-actions {
  background: rgba(0,0,0,.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.ad-media:hover .ad-actions {
  opacity: 1;
  pointer-events: all;
}

#main_content {
  padding-left: 64px;
}

#mainSidebar {
  z-index: 600;
}

#mainSidebar .navbar {
  overflow: hidden;
  width: 64px;
}

#mainSidebar .navbar .menu-text {
  text-wrap: nowrap;
}

#mainSidebar .navbar .menu-text,
#mainSidebar .navbar .ezai-card,
#mainSidebar .navbar .badge {
  opacity: 0;
  transition: 100ms ease-in-out;
}

#mainSidebar .navbar hr {
  width: 24px;
}

#mainSidebar .navbar .active {
  width: 63px;
}

#mainSidebar .navbar .fa-lock {
  opacity: 0;
}

#mainSidebar:hover .navbar .fa-lock {
  opacity: 1;
}

#mainSidebar:hover .navbar {
  width: unset;
}

#mainSidebar:hover .navbar .menu-text,
#mainSidebar:hover .navbar .ezai-card,
#mainSidebar:hover .navbar .badge {
  opacity: 1;
}

#mainSidebar:hover .navbar hr {
  width: unset;
}

#mainSidebar:hover .navbar .active {
  width: unset;
}

.rateus-btn, .rateus-btn:hover {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}

.rateus-btn img {
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 5px;
}

.discount-badge {
  background: #ECFDF5;
  border: 0.5px solid #059669;
  border-radius: 4px;
  color: #059669;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 6px;
  font-size: 1rem;
}

.btn-silver {
  background: linear-gradient(231.11deg, #9FA0A4 17.31%, #F0F0F0 41.67%, #DEDFE1 66.45%, #A9A9AB 98.53%);
  border-radius: 6px;
}

.btn-gold {
  background: linear-gradient(98.75deg, #E5B547 15.43%, #FFEB5F 54.48%, #D9A842 117.67%);
  border-radius: 6px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}