.box-source-two {
   width: 95%;
   margin: 0 auto;
   background: white;
   border-radius: 11px;
   padding: 0px 0px 15px 0px;
   border: solid 1px rgba(0, 90, 205, 1);
   margin-bottom: 10px;
}
.img-hmanh-source {
   height: auto;
   width: 100%;
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
}
.image-container {
    position: relative;
    display: inline-block; 
}
.overlay-text {
    position: absolute;
    top: 5px; 
    left: -10px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background: rgba(255, 50, 0, 1);
    padding: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 5px; 
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.access-hmanh-source {
    padding: 10px;
    font-size: 15px;
    background: rgba(0, 44, 200, 0.81);
    border-radius: 25px;
    margin: 0 auto;
    width: 40%;
    margin-top: 15px;
    text-align: center;
}

.text-title-source {
   padding: 8px 10px;
   border-radius: 5px;
   color: rgba(57, 163, 255, 1);
   background: rgba(57, 163, 255, 0.27);
   font-size: 14px;
   width: 50%;
}

.tam-hmanh-source {
   background: rgba(255, 100, 100, 0.81);
   padding: 8px 10px;
   color: white;
   border-radius: 5px;
   font-size: 14px;
   margin-right: 5px;
   display: flex;
   align-items: center;
   width: 50%;
   justify-content: center;
}

.free-hmanh-source {
   background: rgba(13, 181, 74, 0.23);
   color: rgba(13, 181, 74, 1);
   padding: 5px 10px;
   border-radius: 5px;
   font-size: 14px;
   margin-right: 5px;
   width: 50%;
   justify-content: center;
   display: flex;
   align-items: center;
}

.flex-gia-source {
   user-select: none;
   display: flex;
   justify-content: center;
   width: 100%;
   white-space: nowrap;
}

.title-hmanh-source {
   font-size: 15px;
   font-weight: bold;
}
.box-noidung-source {
   padding: 20px;
}




.box-hmanh {
   background: white;
   border-radius: 10px;
   width: 22%;
   box-sizing: border-box;
   padding: 7px;
   margin: 5px;
   
}
.img-hmanh{
   width: 100%;
   height: 100px;
   border-radius: 12px;
}

.active-hmanh {
   background-image: linear-gradient(to right, rgba(39, 245, 199, 0.8), rgba(82, 204, 253, 0.8), rgba(255, 110, 241, 0.8)) ! important;
}

.tab-hmanh {
   width: 95%;
   padding: 10px;
   margin-left: 15px;
}

.page {
   background: white;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
   border-radius: 6px;
   margin: 4px;
   width: 36px;
   height: 36px;
   display: flex;
   align-items: center;
   text-align: center;
   justify-content: center;
}

.page-right {
   background: white;
   padding: 9px;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
   border-radius: 6px;
   margin: 4px;
   width: 36px;
   height: 36px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
}

.page-left {
   background: white;
   padding: 9px;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
   border-radius: 6px;
   margin: 4px;
   width: 36px;
   height: 36px;
   display: flex;
   align-items: center;
   text-align: center;
   justify-content: center;
}

@media only screen and (max-width: 600px) {
.box-hmanh {
   background: white;
   border-radius: 10px;
   width: 45%;
   box-sizing: border-box;
   margin: 5px;
}
.img-hmanh{
   width: 100%;
   height: 85px;
   border-radius: 12px;
}
}
.flex-hmanh {
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   justify-content: center;
}
.hmanh-css {
   width: 0;
   height: 0;
   padding: 5px;
   border-radius: 50%; 
   margin: 4px 4px 7px 4px;
}
.flex-css {
   display: flex;
}

.title-hmanh {
   font-weight: bold;
   font-size: 13px;
   user-select: none;
   margin-top: 5px;
}
.title-hmanh:hover {
   font-weight: bold;
   font-size: 13px;
   color: red;
   user-select: none;
   margin-top: 5px;
}
.flex-gia {
   user-select: none;
   display: flex;
   white-space: nowrap;
   overflow-x: auto;
   overflow-y: hidden;
   text-overflow: ellipsis;
}
.flex-gia::-webkit-scrollbar {
    display: none;
}

.money-hmanh {
   background-image: linear-gradient(to right, rgba(198, 173, 60, 0.72), rgba(237, 189, 44, 0.8), rgba(198, 173, 60, 0.72));
   padding: 3px;
   border-radius: 5px;
   font-size: 11px;
   margin-right: 3px;
}

.tam-hmanh {
   background-image: linear-gradient(to right, rgba(237, 41, 41, 0.74), rgba(237, 41, 41, 1));
   padding: 3px;
   border-radius: 5px;
   font-size: 11px;
   color: white;
   margin-right: 3px;
}

.free-hmanh {
   background: rgba(13, 181, 74, 0.23);
   color: rgba(13, 181, 74, 1);
   padding: 3px;
   border-radius: 5px;
   font-size: 11px;
   margin-right: 3px;
}

.text-title {
   padding: 3px;
   border-radius: 5px;
   color: rgba(57, 163, 255, 1);
   background: rgba(57, 163, 255, 0.27);
   font-size: 11px;
}
.access-hmanh {
   border-radius: 15px;
   padding: 6px;
   background-image: linear-gradient(to right, rgba(0, 63, 255, 0.8), rgba(28, 162, 255, 0.8));
   margin: 0 auto;
   width: 90%;
   color: white;
   text-align: center;
   margin-top: 7px;
   margin-bottom: 7px;
}


#tabs {
    margin: 0 !important;
    padding: 0;
    border: none;
    background: transparent;
}

#tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent; 
    border: none;
}

#tabs ul li {
    margin: 5px ! important;
    padding: 0;
    display: inline-block;
    background: transparent; 
    border: none;
    font-size: 14px ! important;
    
}

#tabs ul li a {
    padding: 4px !important;
    text-decoration: none;
    color: black;
    background: transparent; 
    font-weight: normal;
    border: none;
    border-radius: 15px !important;
}

.ui-tabs .ui-tabs-active {
    background: rgba(255, 0, 72, 0.8) !important; 
    border: none !important;
    border-radius: 15px !important;
    margin: 5px !important;
}

.ui-tabs .ui-tabs-active a {
    color: white !important; 
    background: rgba(255, 0, 72, 0.8) !important; 
    padding: 4px !important;
    border: none !important; 
    border-radius: 15px !important;
}

#tab-1, #tab-2 {
    padding: 0;
    border: none;
    border-radius: 15px !important;
    background: transparent; 
}

#tabs .ui-tabs-nav {
    border-bottom: none;
    padding: 0;
    background: transparent;
}

#tabs .ui-tabs-panel {
    padding: 20px 0;
    background: transparent;
    border: none;
    border-radius: 13px !important;
}

.ui-widget-content {
    background: transparent !important;
    border: none !important;
}