body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Texturina" !important;
}

.font-family-Texturina {
    font-family: "Texturina" !important;
}

.background-caro {
    position: relative;
}

.background-caro::before {
    content: "";
    position: absolute;
    background: url(../img/caro.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    opacity: 0.1;
    inset: 0;
}

.list .group-title {
    background-color: #a51d1d;
    padding: 7px 0px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    color: #fff
}

.list .list-group .list-group-item {
    background: none;
    border: none;
    padding: 0.25rem 1.25rem;
    margin: 0;
    width: 100%;
}

.list .list-group .list-group-item .item-name {
    color: #333333;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.list .list-group .list-group-item .item-name::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: orange;
    transition: all ease 0.2s;
}

.list .list-group .list-group-item .item-name:hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: orange;
    opacity: 0.4;
    z-index: -1;
}

.list .list-group .list-group-item .item-name:hover {
    color: #333333;
    text-decoration: none;
}

.list .h1-title {
    font-size: 20px;
    font-weight: bold;
    display: inline;
    background: linear-gradient(to top, #92c3ff 40%, transparent 40%)
}

.list .h2-title {
    font-size: 18px;
    font-weight: bold;
    display: inline;
    background: linear-gradient(to top, #92c3ff 40%, transparent 40%)
}

/* Modal */
.modal {
    top: 5%;
}

.modal-body {
    background-color: #fff;
}

.modal-header {
    position: relative;
}

.modal-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #f2fbff;
    background-image: url(../img/stylish-flower-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.7;
}

.modal-header .modal-title,
.modal-header .close {
    color: #000;
    z-index: 1;
}

.list-anchor {
    display: inline-flex;
    list-style: none;
}

.list-anchor .anchor-item {
    margin-right: 10px;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.5);

    display: none;
    justify-content: center;
    align-items: center;

    z-index: 9999;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

html {
    scroll-behavior: smooth;
}

#chuc-ban-ngon-mieng {
    font-size: 20px;
    font-weight: bold;
    display: inline;
    background: linear-gradient(to top, #f57575 40%, transparent 40%)
}

.select2-dropdown {
    margin-top: 45px;
}
