
/*.dxbl-tabs-item {
    background-color: #005fff;   
}

.dxbl-tabs-item > .dxbl-text {
        color: #fff;
    }

.dxbl-active > .dxbl-text {
    color: #ffbc00;
}
*/
.my-pager > .dxbl-btn-group > .dxbl-pager-page-btn {
    background-color: #ffbc00 !important;
}

.my-pager > .dxbl-btn-group > .dxbl-pager-active-page-btn {
    background-color: #005fff !important;
}

.my-pager > .dxbl-btn-group {
    height: 25px;
    margin-bottom: 2px;
}

.my-pager {
    height: 35px;
    align-items: center;
    margin-bottom: 1px;
}

.dropdown {
    position: relative;
    display: inline-block;
    border-radius: 15px;  
}

.dropdown-body {
    background-color: transparent;     
}

.dropbtn {
    width: 100%;
    background-color: transparent
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        background-color: #cde3fc;
        box-shadow: 0px -1px 3px 1px rgba(0, 0, 0, 0.2);
    }

.dropdown-content a:hover {
            background-color: #f1f1f1
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn, .col-ald:hover, .img-with-text:hover {
    background-color: #ffbc00;
    border-radius: 5px;
    opacity: 50%;
}
.dropdown-dvcs {   
    border: none;
    height: 40px;
    outline: none;
    background-color: #fff;
}
.dvcs {
    width:100%;
    padding: 10px 0;
    background-color: #fff;
    border: none;
    font-size:12px;
}
.col-ali {
    display: inline-block;
    width: auto;
    height: 31px;
    border: 1px solid #f8f8ff;
    border-radius: 5px;
    padding: 2px;
    margin: 2px;
    box-shadow: 0 0 3px 0 #CCCCFF;
    outline: none;
    background-color:#fff;
}
.col-ali1 {  
    width:97%;
    height: 38px;
    border: 1px solid #f8f8ff;
    border-radius: 5px;
    margin: 2px 4px;  
    box-shadow: 0 0 3px 0 #CCCCFF;
    outline: none;
    background-color: #fff;
}

.image-container {
    position: relative;
    margin-bottom: auto;
    margin-top: auto;
}

.image-container img {
        display: block;
        width: 40px;
        height: 20px;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: .8rem;
    font-weight: 440;
}

.img-with-text {
    display: inline-block;
    outline: none;
    width: 60px;
    height: 28px;
    margin: 0px;
}

.img-with-text img {
        display: block;
        margin: 0 auto;
        width: 23px;
        height: 16px;
        padding: 0px;
}

.img-with-text p {
        font-size: 0.5rem;
        color: blue;
        text-align: center;
}

.ipicture {
    width: 26px;
    height: 26px;
    padding: 4px;
}

.noti-card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 4px;
    margin-top: 4px;
}

    /* On mouse-over, add a deeper shadow */
.noti-card:hover {
        box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    }

/* Add some padding inside the card container */
.noti-container {
    padding: 4px;
}

.img_link {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 100%;
}

.noti-container {
    color: #1072B9;
}

.noti_noi_dung {
    color: black;
}

.icircle {
    display: inline-block;
    border-radius: 50%;
    background-color: gold;
    color: orangered;
    font-size: 0.8em;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: top;
    margin-left: -2px;
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.icircle1 {
    display: inline-block;
    border-radius: 50%;
    background-color: gold;
    color: orangered;
    font-size: 0.8em;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: top;
    margin-left: -2px;  
}
.icaption {
    color: dodgerblue;
    font-weight: 500;
    font-size: 1rem;
    font-family: SVN-Gilroy;
}

.ismallcaption {
    color: #1072B9;
    font-size: 0.5rem;
    font-family: SVN-Gilroy;
}
.ianimal {   
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes example {
    from {
        background-color: lightskyblue;
    }

    to {
        background-color: gold;
    }
}
