﻿body {
}

.certificate {
    border: 1px solid #c3c3c3;
    border-radius: 10px;
}

    .certificate .text-area {
        text-align: center;
        border-top: 1px solid #c3c3c3;
    }

.bg-secondary {
    background-color: #f7eae2 !important;
}

.text-dark-green {
    color: #F64316 !important;
}

.bg-dark-green {
    background-color: #F64316 !important;
}

button.morphing-btn {
    border-color: #F64316 !important;
    color: #F64316 !important;
}

.btn:hover {
    color: #fff !important;
    background-color: #F64316 !important;
    border-color: #F64316 !important;
}

.btn-dark-green {
    border-color: #F64316 !important;
    color: #F64316 !important;
    background-color: #fff;
}

.bg-navy {
    background-color: #F64316 !important;
}

.text-navy {
    color: #F64316 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #FFF !important;
}

.morphing-btn-clone {
    background: #F64316 !important;
}

.morphing-btn-clone_visible {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

button.morphing-btn_circle, button.morphing-btn_circle > * {
    background-color: #F64316 !important;
}

.bg-gray {
    --bs-bg-opacity: 1;
    background-color: #C2C2C2 !important;
}

.breadcrumb {
    --bs-breadcrumb-bg: #F64316 !important;
}

.text-semi-black {
    color: #474747;
}
header.site-head nav > ul > li.mega-menu > ul > li > ul > li > *:last-child {
    padding-bottom:0.75rem;
}
.content-detail h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
.content-detail p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.content-detail ul {
    list-style-type: disc;
    padding-left: 20px;
}
.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.font-bold {
    font-weight: 700;
}
.text-lg {
    font-size: 1.125em;
}
.text-sm {
    font-size: 0.875em;
}
.info-area svg {
    color: #f64316;
}
.info-area i {
    color: #f64316;
}