:root {
    --theme-color: #093d6c;
    --theme-color2: #de8500;
    /* --theme-color2: #d61334; */
}

.navbar-brand img {
    width: 100%;
    height: 47px;
}

.navbar-brand .title-app {
    line-height: 1.2em;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-brand .title-top {
    color: var(--theme-color);
}

.navbar-brand .title-bottom {
    color: var(--theme-color2);
    font-size: 12pt;
}

.theme-btn {
    border-radius: 8px;
}

.subscribe-form .form-control {
    border-radius: 8px;
}

.navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "";
}

.feature-item {
    border-radius: 8px;
    height: 100%;
}

.feature-icon {
    line-height: 80px;
}

.footer-shape {
    width: 100%;
    top: 0%;
    left: 0%;
    transform: none;
    inset: 0;
}

.footer-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.footer-logo {
    justify-content: center;
}
.footer-logo img {
    width: 70px !important;
    height: auto;
    margin-bottom: 0;
}
.footer-logo .name-app {
    line-height: 1.2em;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: bold;
}
.footer-logo .name-top {
    color: var(--color-white);
}
.footer-logo .name-bottom {
    color: var(--theme-color2);
    font-size: 12pt;
} 
.footer-contact li i {
    border-radius: 8px;
}
.footer-social {
    justify-content: center;
}
.footer-social li a i {
    border-radius: 8px;
}
.histats_custom {
    display: flex;
    justify-content: center;
}
.portfolio-info {
    border-radius: 8px 50px 50px 8px;
    padding: 10px 10px 10px 20px;
}
.prodi a {
    /* border: 2px solid var(--theme-color2); */
    padding: 12px 20px;
    margin-bottom: 20px;
    font-weight: 600;
    transition: var(--transition);
    --bs-text-opacity: 1;
    /* color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important; */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    background: var(--theme-bg-light);
}
.prodi a:hover {
  background-color: var(--theme-color2);
  color: var(--color-white);
}
.prodi a span {
    width: 30%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--theme-color2);
    color: var(--color-white);
    margin: -10px;
    border-radius: 8px;
    border: 1px solid var(--theme-bg-light);
}
.gallery-img img {
    border-radius: 8px;
}
.gallery-content::before {
    border-radius: 8px;
}
.video-content {
    border-radius: 8px;
}
.video-content::before {
    border-radius: 8px;
}
.play-btn-custom i::after {
    animation: none;
}
.blog-item {
    border-radius: 8px;
    height: 100%;
}
.blog-date {
    border-radius: 8px;
}
.blog-item-img {
    border-radius: 8px;
    height: 220px;
}
.blog-item-img img {
    max-width: none;
    border-radius: 8px;
    height: 220px;
    background-position: center;
    background-size: cover;
}
.img, img:not([style]) {
    width: 100%;
}
.blog-single-content img {
    border-radius: 8px;
}
.widget {
    border-radius: 8px;
}
.widget .tag-list a {
    border-radius: 8px;
}
.widget .recent-post-img {
    margin-right: auto;
}
.widget .recent-post-img img {
    border-radius: 8px;
}
.blog-details-tags {
    flex-direction: unset;
    align-items: center;
}
.contact-info {
    border-radius: 8px;
    height: 100%;
    padding: 30px 20px 20px 20px;
    margin-bottom: 5px;
}
.contact-info-icon {
    margin-top: 15px;
}
.contact-social li a i {
    width: 60px;
    height: 60px;
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
    text-align: center;
    border-radius: 60px;
    line-height: 56px;
    font-size: 24px;
    transition: var(--transition);
}
.contact-social li a i:hover {
    background: var(--theme-color);
    color: var(--color-white);
    border-color: var(--theme-color);
}
.faq-area .accordion-item {
    border-radius: 8px !important;
    margin-bottom: 17px;
}
.team-item {
    border-radius: 8px !important;
}
.team-img img {
    border-radius: 8px !important;
    width: 100%;
    aspect-ratio: 3 / 4;
    /* height: 300px; */
}

@media (min-width: 992px) {
    .navbar .nav-item .nav-link {
        font-size: 12pt;
    }
    .navbar .nav-item .dropdown-menu {
        width: auto;
        min-width: 220px;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item {
        text-transform: none;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        padding-left: 25px;
    }
    .contact-social {
        gap: 25px;
    }
}

@media (max-width: 991px) {
    .navbar .dropdown-menu {
        border-radius: 8px;
    }
    .navbar-collapse {
        max-height: 375px;
    }
    .footer-widget-wrapper {
        padding-top: 50px;
    }
    .footer-logo {
        justify-content: start;
    }
    .footer-social {
        justify-content: start;
    }
    .histats_custom {
        justify-content: start;
    }
    .contact-social {
        justify-content: center;
    }
    .footer-widget .feedback {
        justify-content: start !important;
    }
}

/* ==============================
   BASE TINYMCE CONTENT STYLE
   ============================== */
.content-editor {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Reset list agar tidak hilang karena Bootstrap/AdminLTE */
.content-editor ol,
.content-editor ul {
  list-style: revert !important;
  margin: 0 0 1rem 1rem;
  padding-left: 1rem;
}

/* Spacing antar item */
.content-editor li {
  margin-bottom: 6px;
  list-style: revert !important;
  margin-left: 1rem;
  padding-left: 1rem;
}

/* Marker styling */
.content-editor ol li::marker,
.content-editor ul li::marker {
  font-weight: 600;
}

.info-prodi-inline {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.info-prodi-inline li {
  display: flex;
  align-items: center;
}

/* Bullet hanya untuk item ke-2 dst */
.info-prodi-inline li:not(:first-child)::before {
  content: "•";
  margin-right: 8px;
  color: var(--body-text-color);
}

/* Link style */
.info-prodi-inline a {
  text-decoration: none;
  font-size: 14px;
  color: var(--body-text-color);
  font-weight: 500;
}

.info-prodi-inline a:hover {
  color: var(--theme-color);
}

.department-slider .owl-dots {
    margin-top: 3px;
}


/* ==============================
   ORDERED LIST STYLE SUPPORT
   ============================== */
.content-editor ol {
  list-style-type: decimal;
}

.content-editor ol.lower-alpha,
.content-editor ol[style*="lower-alpha"] {
  list-style-type: lower-alpha !important;
}

.content-editor ol.upper-alpha,
.content-editor ol[style*="upper-alpha"] {
  list-style-type: upper-alpha !important;
}

.content-editor ol.lower-roman,
.content-editor ol[style*="lower-roman"] {
  list-style-type: lower-roman !important;
}

.content-editor ol.upper-roman,
.content-editor ol[style*="upper-roman"] {
  list-style-type: upper-roman !important;
}

/* ==============================
   UNORDERED LIST STYLE SUPPORT
   ============================== */
.content-editor ul {
  list-style-type: disc;
}

.content-editor ul.square,
.content-editor ul[style*="square"] {
  list-style-type: square !important;
}

.content-editor ul.circle,
.content-editor ul[style*="circle"] {
  list-style-type: circle !important;
}

/* ==============================
   NESTED LIST (SUB LIST)
   ============================== */
.content-editor ol ol {
  list-style-type: lower-alpha;
}

.content-editor ol ol ol {
  list-style-type: lower-roman;
}

.content-editor ul ul {
  list-style-type: circle;
}

.content-editor ul ul ul {
  list-style-type: square;
}

.floating-container {
    position: fixed;
    right: 30px;
    bottom: 70px;
    text-align: center;
    z-index: 9995;
}

.floating-container a {
    display: block;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: var(--color-white);
    background-color: var(--theme-color2);
    border-radius: 50px;
    box-shadow: var(--box-shadow2);
    line-height: 50px;
    font-size: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}

.footer-widget .feedback {
    display: flex;
    justify-content: center;
}

.footer-widget .feedback a {
    background: var(--theme-color2);
    color: var(--color-white);
    padding: 2px;
    width: 194px;
    text-align: left;
    border-radius: 3px;
    font-size: 11pt;
    font-weight: 500;
}

.footer-widget .feedback a span {
    margin-left: 1px;
    margin-right: 3px;
    padding: 4px;
    background: var(--color-white);
    color: var(--theme-color2);
    border-radius: 3px;
    border: 1px solid var(--theme-color2);
}

.footer-widget .feedback a:hover {
    background: var(--color-white);
    color: var(--theme-color2); 
}

@media (min-width: 768px) and (max-width: 1199px) {
    .floating-container {
        bottom: 150px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu .dropdown-item:focus {
        background: var(--theme-color);
        color: var(--theme-color2);
    }
}
