.row{
	padding:10px;
}
.btn{
	text-transform: uppercase;
}
.app-sidebar {
	padding-top: 51px;
}

.card-title {
    padding: 20px;
    font-size: 14px;
}
.panel-title{
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background-color: #D4A129;
}
button.close {
    padding: 10px;
    color: #fff;
}
.parsley-required,.parsley-length{
	color: red;
    list-style: none;
    margin-left: -35px;
}

.treeview-item {
    /*padding: 5px 5px 5px 12px;*/
    /*margin-left: 10px;*/
    font-size: 0.9em;
}
.treeview-item.active, .treeview-item:hover, .treeview-item:focus {
    background: rgba(212, 161, 41, 0.5);
}

.treeview-item.active{
    /*border-left: 1px solid #D4A129;*/
}

.header-line {
    background-color: #e5e5e5;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
}

.bootstrap-tagsinput .badge {
    background-color: #D4A129;
    border: 1px solid #035d54;
}
.swal-overlay {
  background-color: rgba(43, 165, 137, 0.45);
}

.select2-container--open .select2-dropdown--below {
    margin-top: 50px;
}

.page-number a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #D4A129;
    background-color: #FFF;
    border: 1px solid #dee2e6;
}


/* ============================================================
   Howyin Streaming Service theme (2026-07-16)
   Palette: gold #F0C420 · gold-dark #D4A129 · ink #1A1614 · cream #FAF7F0
   Base accent (#D4A129 -> #D4A129) is swapped directly in main.css;
   this layer restyles the chrome: gold header, ink sidebar, gold
   primary buttons with ink text, cream content background.
   ============================================================ */

/* Top bar — Howyin gold with ink text/icons */
.app-header {
  background-color: #F0C420;
}
.app-header a,
.app-nav__item,
.app-sidebar__toggle,
.app-header .app-nav .app-nav__item > i {
  color: #1A1614 !important;
}
.app-nav__item:hover,
.app-sidebar__toggle:hover,
.app-nav__item:focus,
.app-sidebar__toggle:focus {
  background: rgba(26, 22, 20, 0.12);
  color: #1A1614;
}

/* Sidebar — ink with gold active accent */
.app-sidebar {
  background: #1A1614;
}
.app-menu__item.active,
.app-menu__item:hover,
.app-menu__item:focus {
  background: #0d0b0a;
  border-left-color: #F0C420;
}

/* Primary buttons — gold with ink text (white-on-gold is unreadable) */
.btn-primary {
  background-color: #F0C420;
  border-color: #F0C420;
  color: #1A1614;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #D4A129;
  border-color: #D4A129;
  color: #1A1614;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #F0C420;
  border-color: #F0C420;
  color: #1A1614;
  opacity: 0.55;
}

/* Content canvas — warm cream instead of grey */
.app-content {
  background-color: #FAF7F0;
}
