/* font */

body {
    font-family: "Euclid Circular A", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
a,
li,
ul,
ol,
div,
button {
    font-family: "Euclid Circular A", sans-serif !important;
}
.fz-10 {
    font-size: 10px;
}
.fz-12 {
    font-size: 12px;
}
.fz-14 {
    font-size: 14px;
}
.fz-16 {
    font-size: 16px;
}
.fz-18 {
    font-size: 18px;
}
.fz-20 {
    font-size: 20px;
}
.fz-22 {
    font-size: 22px;
}
.fz-24 {
    font-size: 24px;
}
.fz-26 {
    font-size: 26px;
}
.c-pointer {
    cursor: pointer !important;
}
.vh-100 {
    height: 100vh !important;
}
.bg-gray {
    background-color: #b3b1b1;
}
.bg-green {
    background-color: #0dc143;
}
.bg-outline-green:hover {
    background-color: #0dc143;
    color: white;
}
.text-justify {
    text-align: justify !important;
}
.bg-news-dark {
    background-color: #242424;
}
.bg-green-darker {
    background-color: #8b9a49;
}
.text-green-darker {
    color: #8b9a49;
}

.bg-green-darker-2 {
    background-color: #6b7734;
}

.btn-green-darker {
    background-color: #8b9a49;
    border-color: #7a883e;
    color: #fff;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-green-darker:hover {
    background-color: #7a883e;
    border-color: #6b7734;
}

.btn-green-darker:focus,
.btn-green-darker:active {
    background-color: #6b7734;
    border-color: #5c672a;
    box-shadow: 0 0 0 0.2rem rgba(139, 154, 73, 0.5);
}

.btn-green-darker-outline {
    background-color: transparent;
    border-color: #8b9a49;
    color: #8b9a49;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-green-darker-outline:hover {
    background-color: #8b9a49;
    color: #fff;
}

.btn-green-darker-outline:focus,
.btn-green-darker-outline:active {
    background-color: #7a883e;
    border-color: #6b7734;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(139, 154, 73, 0.5);
}
.input-green-darker-outline {
    border-color: #8b9a49;
    outline: #6b7734;
}
.input-green-darker-outline:focus,
.input-green-darker-outline:active {
    border-color: #8b9a49;
    box-shadow: 0 0 0 0.2rem rgba(139, 154, 73, 0.5);
    outline: #6b7734;
}
/* floating */

.floating-button {
    position: fixed;
    right: 0.7rem;
    z-index: 10;
    bottom: 2rem;
    height: auto;
}

.floating-button .logo {
    width: 60px;
    position: relative;
    object-fit: contain;
    z-index: 3;
    flex-shrink: 0;
    flex-grow: 0;
}

.floating-button .logo2 {
    width: 60px;
    position: relative;
    object-fit: contain;
    z-index: 3;
    flex-shrink: 0;
    flex-grow: 0;
}

.floating-button .logo2 {
    transform: translateX(50%);
}

.logo-body {
    z-index: 2;
    display: none !important;
    height: 60px;
    object-fit: contain;
}

.logo-body img {
    flex-grow: 0;
    flex-shrink: 0;
    width: auto;
    height: 100%;
}

.logo-body span {
    left: 40px;
    color: #fff;
    font-weight: bold;
    position: absolute;
}

.logo-body2 {
    z-index: 2;
    height: 80px;
    object-fit: contain;
}

.logo-body2 img {
    flex-grow: 0;
    flex-shrink: 0;
    width: auto;
    height: 100%;
}
.logo-body2 span {
    left: 40px;
    color: #fff;
    font-weight: bold;
    position: absolute;
}
.wa-bg {
    height: 100%;
    width: 50px;
}
.text-hubungi-kami {
    font-size: 14px;
    margin-left: 10px;
}
.c_pointer {
    cursor: pointer;
}
.pagination .page-item .page-link {
    border: none !important;
    background-color: transparent !important;
    color: rgba(33, 37, 41, 0.75) !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.pagination .page-item.active .page-link {
    color: #7a883e !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.pagination .page-item.disabled .page-link {
    color: #c0c0c0 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.pagination .page-item .page-link:hover {
    color: #7a883e !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
@media (min-width: 992px) {
    .wa-bg {
        height: 100%;
        width: 65px;
    }
    .text-hubungi-kami {
        font-size: 18px;
        margin-left: 40px;
    }
}
@media screen and (min-width: 576px) {
    .logo-body {
        display: flex !important;
    }
    .floating-button img {
        right: 1rem;
    }

    .floating-button .logo {
        transform: translateX(75%);
    }
    .floating-button .logo2 {
        transform: translateX(75%);
    }
}
