.quan-muctieu {
    color: yellow;
    background: #585858;
    padding: 1px 10px;
    border-radius: 4px;
    font-weight: normal;
    float: right;
}

h4.title span.stt {
    color: #fff;
    background: #585858;
    padding: 1px 10px;
    border-radius: 4px;
}

.item-modal .btn-copy-single:focus i {
    color: #666;
    /* sau khi click, icon đổi sang xám */
}

.button-muctieuhot {
    position: relative;
    z-index: 0;
    display: inline-block;
    margin-bottom: 15px;
}

.button-muctieuhot-ph-circle-fill {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000000;
    z-index: -1;
    border-radius: 5px;
}

.btn-muctieuhot {
    transform: translateX(6px) translateY(-6px);
    animation: moving 0.6s infinite ease-in-out;
    background: #FF2000;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.btn-muctieuhot .shining {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: calc(100% + 15px);
    width: 32px;
    display: block;
    opacity: 0.4;
    background: #FFF;
    transform: skewX(-32deg);
    animation-name: shining;
    animation-duration: 2.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes shining {

    0%,
    20% {
        right: calc(100% + 15px);
    }

    40%,
    60%,
    80%,
    100% {
        right: calc(-20% - 15px);
    }

}

@keyframes moving {
    0% {
        transform: translateX(6px) translateY(-6px);
    }

    50% {
        transform: translateX(10px) translateY(-10px);
    }

    100% {
        transform: translateX(6px) translateY(-6px);
    }
}

#modalMuctieuHot {
    z-index: 100000;
}

#modalMuctieuHot .modal-body {
    max-height: 100%;
}

#modalMuctieuHot .close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ff2000;
    color: #FFF;
    width: 32px;
    aspect-ratio: 1/1;
    font-size: 16px;
    border-radius: 50%;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalMuctieuHot .close:hover {
    opacity: 1;
}

#modalMuctieuHot .modal-body {
    background: linear-gradient(#FFDE9F 0%, #bc8d50 100%);
    border-radius: 5px;
}

#modalMuctieuHot .list-muctieuhot {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.item-modal {
    position: relative;
    z-index: 1;
    background: #252525;
    padding: 20px;
    color: #FFF;
    border-radius: 5px;
}

.item-modal .btn-copy-single {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: inherit;
}

.item-modal .btn-copy-single i {
    color: #FFF;
}

.item-modal .title {
    color: #ffc107;
    text-transform: uppercase;
}

.item-modal .title .stt {
    color: #FFF;
}

.item-modal .hightlight {
    color: lime;
    font-weight: 800;
}

#modalMuctieuHot .title-muctieuhot {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

#modalMuctieuHot .contact-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding-top: 10px;
}

#modalMuctieuHot .contact-info {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 0px;
}

#modalMuctieuHot .contact-buttons .btn-call,
#modalMuctieuHot .contact-buttons .btn-zalo,
#modalMuctieuHot .contact-buttons .btn-copy,
#modalMuctieuHot .contact-buttons .btn-copy-partical {
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    color: #FFF;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

#modalMuctieuHot .contact-buttons .btn-call {
    background: linear-gradient(#ed306c 10%, #CB2027);
    text-decoration: none;
}

#modalMuctieuHot .contact-buttons .btn-zalo {
    background: linear-gradient(#0dccea, #0d70ea);
    text-decoration: none;

}

#modalMuctieuHot .contact-buttons .btn-call:hover,
#modalMuctieuHot .contact-buttons .btn-zalo:hover {
    font-weight: normal;
}

#modalMuctieuHot .contact-buttons .btn-copy {
    opacity: 0.8;
    background: #0866FF;
}

#modalMuctieuHot .contact-buttons .btn-copy-partical {
    opacity: 0.8;
    background: #00AEEF;
}

#modalMuctieuHot .contact-buttons .btn-copy-partical:active,
#modalMuctieuHot .contact-buttons .btn-copy:active {
    opacity: 1;
}

#modalMuctieuHot .btn-copy i.fa.fas,
#modalMuctieuHot .btn-copy-partical i.fa.fas {
    color: #FFF;
}

@media (min-width: 900px) {

    #modalMuctieuHot .contact-buttons .btn-call,
    #modalMuctieuHot .contact-buttons .btn-zalo {
        font-size: 20px;
    }

    #modalMuctieuHot .list-muctieuhot {
        max-height: 75vh;
    }
}

@media screen and (max-width: 900px) {
    .item-modal .title {
        font-size: 2.1rem;
    }

    .item-modal {
        font-size: 2rem;
    }
}