.navbar {
    background: #5A82D0;
}

.nav-link {
    /*color:white!important;*/

    background: url('../img/nav-left.png') left,
    url('../img/nav-right.png') right;
    background-repeat: no-repeat;
}

.buddha_icon {
    color: white !important;
}

.alert {
    right: 0;
}

.dropdown-menu {
    text-align: center;
    min-width: 9rem;
}

.dropdown-item {
    color: #6E7480;
    text-decoration: underline !important;
}

.dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: auto !important;
}

.navbar-brand {
    font-size: 1rem;
}

.buddha_icon {
    color: #5A82D0;
}

.search-bg {
    width: 100%;
    border: 1px solid #5A82D0;
    background: #F7FAFF;
    border-radius: 4px;
}

.search-label {
    border: 0;
    background: 0;

    background: url('../img/search-tl.png') top left,
    url('../img/search-bl.png') bottom left;
    background-repeat: no-repeat;
}

.search-input {
    border: 0;
    color: black !important;

    background: url('../img/search-tr.png') top right,
    url('../img/search-br.png') bottom right;
    background-repeat: no-repeat;
}

.search-button {
    background: #5A82D0;
    border-radius: 4px;
    height: 100%;
}

.search-tag {
    color: #3E6ABC;
}

.search-tag a {
    color: #3E6ABC;
    text-decoration: none !important;
}

.detail-title {
    color: black;
}

.card-text {
    justify-content: center;
    display: flex;
}

.carousel button {
    display: none
}

.carousel:hover button {
    display: block
}

.detail-text {
    color: #666E80;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
}

.section-hidden {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}


input, input:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: #F7FAFF !important;
}

.carousel-item{
    position: relative;
}

.carousel {
    padding:0px;
}

.img-icon{
    /*    height: 28px;*/
    /*width: 28px;*/
}

.tag {
    position: absolute;
    right: 15px;
    padding:0 5px;
    font-size: 14px;
    bottom: 15px;
    background: #000000;
    border-radius: 4px;
    opacity: 0.8;
    color:#fff;

}
