
.content_right {
    padding-top: 30px;
}
.right_header input{
    width: 85%;
    display: inline-block;
}
.right_header .btn-primary{
    width: 13%;
    display: inline-block;
    /* background-color: #FF8C00; */
    --bs-btn-bg: #FF8C00;
    --bs-btn-border-color: #FFA500;
    --bs-btn-hover-bg: #FFA500;
    --bs-btn-hover-border-color: #FF8C00;
    --bs-btn-active-bg: #FFDEAD;
    --bs-btn-active-border-color: #FFDEAD;
}
.result_header {
    padding: 5px 10px;
    margin-top: 15px;
}

.hit_all {
    font-weight: bold;
    font-size: 25px;
    color: red;
}

.sub_container {
    border-radius: 5px;
    border: 1px solid #C0C0C0;
    margin-top: 20px;
}
.top_color {
    background-color: orange;
    height: 10px;
}
.position_header {
    display: flex;
    margin: 15px;
}
.position_img {
    width: 180px;
    height: 130px;
}
.img_container {
    
}
.position_header_right {
    width: 580px;
    height: 130px;
    padding: 30px;
}
.position_name {
    font-size: 25px;
    font-weight: bold;
}

.position_content {
    margin: 15px;
    
}
.position_content hr {
    margin: 2px 0;
}
.content_table {
    width: 100%;
}

.content_table th {
    padding: 5px 10px;
    width: 150px;
    background-color: #F5F5DC;
}
.content_table td {
    padding: 5px 10px;
}

.content_icon {
    height: 24px;
    width: 24px;
    border-radius: 12px;
    margin-right: 10px;
    margin-top: -3px;
}
.position_footer {
    height: 80px;
    background-color: #F5F5DC;
    padding: 10px 20px;
}
.font1 {
    color: red;
    font-size: 20px;
    font-weight: bold;
}
.font2 {
    font-size: 14px;
    font-weight: bold;
}
.btn_container {
    padding-top: 5px;
    text-align: right;
}

.custom_btn2 {
    padding-left: 50px;
    padding-right: 50px;
}

.start_icon {
    height: 28px;
    width: 28px;
    border-radius: 14px;
    margin-right: 10px;
    margin-top: -3px;
}

#submit {
    width: 96px;
}

/* .pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination li {
    margin: 0 5px;
    list-style: none;
    display: inline-block;
}

.pagination .page-link {
    padding: 5px 10px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
}

.pagination .page-link:hover {
    background-color: #e0e0e0;
}

.pagination .active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
} */

.pagination-container {
    margin-top: 30px;
    text-align: center;
}
.pagination-container nav>div:nth-child(1)  {
    display: none;
}
.pagination-container nav>div>div:nth-child(1) {
    display: none;
}
.pagination-container svg {
    width: 20px;
    height: 20px;
}
.pagination-container a {
    text-decoration: none;
}

.pagination-container a {
    padding-right: 10px !important;
    padding-left: 10px !important;
    /* width: 20px; */
}
.pagination-container span.relative  {
    padding-right: 18px !important;
    padding-left: 18px !important;
    /* width: 20px; */
}