/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    accent-color: #7a5131;
}

body {
    scroll-behavior: smooth;
}

.font-baloo {
    font-family: 'Baloo Thambi 2', ui-rounded, cursive, sans-serif;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

a,
button {
    cursor: pointer;
}

::-moz-selection {
    color: #ffffff;
    background: #7a5131;
}

::selection {
    color: #ffffff;
    background: #7a5131;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type='number'] {
    appearance: textfield;
}

.fl-wrapper {
    z-index: 9999 !important;
}

/*--------------------------------------------------------------
# Comment
--------------------------------------------------------------*/
.comment:not(.comment .comment) {
    border: 1px solid #e5e7eb;
    padding: 15px;
    border-radius: 0.5rem;
}

.comment-body .ml-4 {
    margin-left: 30px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .comment-body .ml-4 {
        margin-left: 5px;
        padding-left: 7px;
    }
}

/*--------------------------------------------------------------
# Box Shadows
--------------------------------------------------------------*/
.bx-style1 {
    box-shadow:
        inset 0 0.0625em 0 0 #f4f4f4,
        0 0.0625em 0 0 #efefef,
        0 0.125em 0 0 #ececec,
        0 0.25em 0 0 #e0e0e0,
        0 0.3125em 0 0 #dedede,
        0 0.375em 0 0 #dcdcdc,
        0 0.425em 0 0 #cacaca,
        0 0.425em 0.5em 0 #cecece;
    transition: 0.15s ease;
}
