.main{
    /* padding-top:60px; */
    background-color: #fff;
    min-height: 100vh;
}
.item_box{
    padding-top: 20px;
}
.search_template {
    width: 100%;
    height: calc(100vh - 60px);
    display: flex
;
    justify-content: space-between;
}
.hide_map{
    height: auto;
    max-width: 1250px;
    margin-left: 210px;
}
.search-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 750px;
    max-width: initial;
    margin: 0;
    padding: 10px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.search_item {
    /* border: 1px solid #ededed; */
    border-radius: 8px;
    padding: 5px 15px;
    /* margin-bottom: 10px; */
}   
.item_content {
    display: flex;
    justify-content: space-between;
}
.item_c_text {
    width: 100%;
}
.search_box{
    width: 100%;
    padding: 0;
    margin-top: 0;
}
.item_title {
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    color: #180ea4;
    word-break: break-word;
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 5px;
}
.search_des {
    color: #474747;
    font-size: 13px;
    line-height: 18px;
}
.search_des span {
    margin: 4px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}
.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.pagination a {
    margin: 0 5px;
    padding: 8px 16px;
    text-decoration: none;
    color: #007BFF;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
}

.pagination a.active {
    background-color: #007BFF;
    color: white;
    border: 1px solid #007BFF;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination span {
    margin: 0 5px;
    padding: 8px 16px;
    color: #666;
}
.page-link {
    text-decoration: none;
    color: #007bff; 
    padding: 5px 10px;
    border: 1px solid #007bff;
    border-radius: 5px; 
    margin: 0 5px;
    transition: background-color 0.3s, color 0.3s; 
}
.page-link:hover {
    background-color: #007bff;
    color: white;
}
.current-page {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px; 
    margin: 0 5px; 
    background-color: #f0f0f0; 
}
.item_top:hover{
    text-decoration: none;
    color: transparent;
}
.a_top_t{
    color: #202124;
    font-size: 14px;
    padding: 0;
}
.a_top_url{
    font-size: 12px;
    line-height: 18px;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #4d5156;
}
.item_top{
    margin-bottom: 10px;
}
.search_left{
    padding: 0 8px;
}
.top-a .pdf-all{
    height: 23px;
}
.tops-r{
    border: none;
    height: 45px;
}
.top-a .margin-auto{
    height: 45px;
}
.logo_icon img{
    height: 30px;
    width: auto;
}
.search_package {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 650px;
    height: 40px;
    position: relative;
}

#s_p_ipt {
    padding: 0 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    flex-grow: 1;
    height: 100%;
    font-size: 13px;
}

#s_p_ipt:focus {
    border-color: #007BFF;
    outline: none;
}

#s_pack {
    display: inline-block;
    margin-left: 10px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    height: 100%;
}

#s_pack:hover {
    background-color: #0056b3;
}
#clear_input{
    position: absolute;
    right: 109px;
    font-size: 21px;
    cursor: pointer;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

th, td {
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 13px;
}

th {
    background-color: #4CAF50; /* Green background */
    color: white; /* White text */
}

tr:nth-child(even) {
    background-color: #f2f2f2; /* Light grey background for even rows */
}

tr:hover {
    background-color: #ddd; /* Highlight row on hover */
}

/* Optional: Add some responsiveness */
@media (max-width:1250px) {
    .hide_map{
        margin: 0 auto;
    }
}
@media (max-width: 600px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }
    th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        margin-bottom: 15px;
    }
    td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
    }
    tr:nth-child(even){
        background-color: #fff;
    }
}
@media (max-width:500px) {
    #clear_input{
        right: 90px;
    }
    .logo_icon img{
        display: none;
    }
    .search_package{
        height: 30px;
        width: 98%;
        margin-left: 2px;
    }
    #s_pack{
        padding: 5px 10px;
    }
    .pagination a {
        padding: 4px 12px;
        margin: 0 3px;
    }
    .top-a .pdf-all{
        display: none;
    }
}