.NumGazetteYearControl .div-container-main {
        display: grid;
        grid-template-columns: 1fr 3fr;
        gap: 20px;
}

.NumGazetteYearControl .number {
    min-width: 300px;
    height: 300px;
    background: #005ba0;
    position: relative;
    overflow: hidden;
}

.NumGazetteYearControl .number .number-items a {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

.NumGazetteYearControl  .Title {
        background: #1e73be;
        padding: 10px;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        
        background-image: url(https://storage-vnportal.vnpt.vn/gov-tnn/7350/icons/title_trong-dong.png);
    background-position: right top;
    background-repeat: no-repeat;
    text-align: left;
}
.NumGazetteYearControl .div-container-main  .number-detail {
        max-height: 250px;
        overflow: auto;
        scrollbar-width: none;
}


.NumGazetteYearControl .number-viewnext a {
  font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    text-decoration: none; 
    text-align: center;
}

.NumGazetteYearControl .number-viewnext {
    text-align: center;
        position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 10px);
    background: #005ba0;
    box-sizing: border-box;
    margin-right: 4px;
    border-top: 1px solid rgba(238, 238, 238, 0.1);
    padding: 6px 12px;
}



.NumGazetteYearControl .div-container-main .number-items {
        /* padding: 10px 16px; */
}

.NumGazetteYearControl .div-container-main .TitleMonth {
        display: none;
}
.NumGazetteYearControl .div-container-main .div-document-data {
        max-height: 270px;
        overflow: auto;
        scrollbar-width: thin;
}


.NumGazetteYearControl .div-document-data .doc-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.NumGazetteYearControl .div-document-data .doc-item .date {
    /*padding-top: 5px*/
}

.NumGazetteYearControl .div-header-doc {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    color: #182940;
    font-family: Arial, Tahoma;
    text-transform: uppercase;
}

.NumGazetteYearControl .doc-item a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #337ab7;
    text-decoration: none;
    font-family: Arial, Tahoma;
}

.NumGazetteYearControl. .div-document-data .doc-item a {
    flex: 1;                
    color: #337ab7;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;

}

.NumGazetteYearControl .div-document-data .doc-item a:hover {
    
    text-decoration: none;
}
