/*----------------- all css ------------------------*/
/*----------------- end all css ------------------------*/


/*----------------------- header ----------------------*/
.header .afula_header a.navbar-brand img {
    height: 64px;
    width: auto;
}

.header .afula_header a.navbar-brand {
    padding: 0;
}

.header .afula_header ul.navbar-nav {
    width: 100%;
    justify-content: flex-end;
    column-gap: 10px;
}

.header .afula_header ul.navbar-nav li a {
    font-size: 16px;
    color: #535862;
    font-weight: 600;
    line-height: 24px;
    padding: 0 19px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.header .afula_header ul.navbar-nav li a img {
    top: -2px;
    position: relative;
}

/*-------------- end header ------------------*/

/*------------ footer ---------------------*/
.footer .logo a.navbar-brand img {
    height: 64px;
    width: auto;
}

.footer .logo a.navbar-brand {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.footer .copy_content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 26px;
}

.footer .copy_content p {
    margin: 0;
    font-size: 14px;
    color: #717680;
    font-weight: 400;
    line-height: 20px;
}

.footer .copy_content a {
    font-size: 14px;
    font-weight: 600;
    color: #535862;
    text-decoration: none;
    line-height: 20px;
}

.footer .footer_top_sec .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer .footer_top_sec {
    padding: 25px 0;
}

/*----------------- footer end -------------------*/
/*-------------------- umpiresassociation banner ---------------------*/
.umpires_association {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 113px 0;
    position: relative;
    z-index: 1;
    background-position: center;
}

.umpires_association .overlay_bacground {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
}

.umpires_association .banner_content {
    max-width: 604px;
    margin: 0 auto;
    text-align: center;
}

.umpires_association .banner_content h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    color: #f7f7f7;
    margin: 0;
    padding: 0 0 24px;
}
.umpires_association .banner_content p {
    text-align: center;
    font-size: 20px;
    color: #f7f7f7;
    line-height: 30px;
}

.umpires_association .banner_content .search-amp {
    padding-top: 30px;
}

.umpires_association .banner_content .search-amp input[type="submit"] {
    line-height: 24px;
    width: 163px;
    padding: 13px 15px 13px 35px;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    background: #099250;
    font-weight: 600;
}

.umpires_association .banner_content .search-amp input[type="search"] {
    width: 100%;
    padding: 12px 14px;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    color: #717680 !important;
    font-weight: 400;
    line-height: 24px;
    height: 48px;
}
.umpires_association .banner_content .search-amp input[type="search"]::placeholder {
    font-weight: 400 !important;
}


.umpires_association .banner_content .search-amp input::placeholder {
    color: #717680 !important;
    font-size: 16px !important;
}

.umpires_association .banner_content .search-amp input[type="search"]::placeholder {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}


.umpires_association .banner_content .search-amp form.gsearch_form_cls {
    display: flex;
    align-items: center;
    position: relative;
}


.umpires_association .banner_content .search-amp .hero_btn_div {
    display: flex;
    align-items: center;
    position: relative;
}

.umpires_association .banner_content .search-amp .hero_btn_div img {
    position: absolute;
    left: 20px;
    filter: brightness(0) invert(1);
}

.umpires_association .banner_content .search-amp .hero_search_div {
    width: 100%;
    margin-right: 20px;
}

.umpires_association .banner_content .search-amp input:focus {
    border-color: #099250 !important;
    outline-color: #099250 !important;
    outline: none !important;
}


.umpires_association .banner_content .search-amp .hero_search_div #search_list ul.search_res_ul {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
    overflow-x: hidden;
    max-height: 350px;
}

.umpires_association .banner_content .search-amp .hero_search_div #search_list li {
    display: block;
    text-align: left;
    padding: 8px 16px;
    font-size: 15px;
    transition: all 300ms ease-in-out;
    border-radius: 5px;
    cursor: pointer;
}

.umpires_association .banner_content .search-amp .hero_search_div #search_list li:hover {
    background: #f7f7f7;
}





ul.search_res_ul::-webkit-scrollbar {
    width: 8px;
}

ul.search_res_ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #8080807d;
    border-radius: 5px;
}

ul.search_res_ul::-webkit-scrollbar-thumb {
    background: #099250;
    border-radius: 5px;

}

ul.search_res_ul::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}












/*-------------------- end umpiresassociation banner ---------------------*/




/*---------------------------------------------*/

.featured_umpires_sec .feature_box_main {
    background: #FAFAFA;
    padding: 35px;
    border-radius: 10px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.featured_umpires_sec .feature_box_main h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #181D27;
}
.featured_umpires_sec .feature_box_main .feature_box .feature_cont p b {
    font-weight: 600;
}

.featured_umpires_sec {
    padding: 80px 0;
}

.featured_umpires_sec .feature_box_main .feature_box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.featured_umpires_sec .feature_box_main .feature_box .img_ump {
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0px 12px 16px -4px #0A0D120A;
}

.featured_umpires_sec .feature_box_main .feature_box .img_ump img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured_umpires_sec .feature_box_main .feature_box .feature_cont {
    width: calc(100% - 96px);
    padding-left: 24px;
}

.feature_box .feature_cont p {
    margin: 0 0 3px;
    color: #181D27;
}

.feature_box .feature_cont h3 {
    font-size: 26px;
    font-weight: 600;
    color: #181D27;
}

.feature_box .feature_cont .pragrap p {
    font-size: 16px;
    line-height: 24px;
    color: #535862;
}

.feature_box .feature_cont a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    column-gap: 4px;
    color: #087443;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.feature_box .feature_cont .pragrap {
    padding: 0 0 10px;
}

.featured_umpires_sec .most_matches_box {
    background: #FAFAFA;
    padding: 35px;
    border-radius: 10px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
}

.matches_box .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px;
}

.matches_box .header p {
    margin: 0;
    font-size: 18px;
}

.matches_box .header a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    column-gap: 4px;
    color: #087443;
    font-weight: 600;
    font-size: 14px;
}
.matches_box .header a span img {
    width: 15px;
    object-fit: contain;
}
.matches_box .list_box ul li span {
    font-size: 14px;
    line-height: 20px;
    color: #181D27;
    font-weight: 500;
}
.matches_box .list_box ul {
    padding: 0;
    margin: 0 0 20px 0;
    border: 1px solid #E9EAEB;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
}

.matches_box .list_box ul li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #E9EAEB;
    padding: 16px 24px;
    background: #fff;
    color: #535862;
}

.matches_box .list_box ul li:last-child {
    border-bottom: 0;
}

.featured_umpires_sec .most_matches_box h3 {
    font-size: 24px;
    padding: 0 0 25px;
    text-align: left;
    margin: 0;
    font-weight: 600;
    line-height: 32px;
}
.matches_box .header p b {
    font-weight: 600;
}
.feature_box .feature_cont a img {
    width: 15px;
    object-fit: contain;
}

/*--------------------*/
.search_umpire_sec {
    padding: 80px 0;
    background-image: url(../image/bac-image.png);
    background-repeat: repeat;
    background-size: contain;
    min-height: calc(100vh - 190px);
}



.search_umpire_sec .csv-btn {
    background: #e8e8e8;
}

.search_umpire_sec .pdf-btn, .search_umpire_sec .pdf-btn-match, .search_umpire_sec .pdf-btn-umpire-profile {
    background: #16a34a;
    color: #fff;
}

.search_umpire_sec .filters {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.search_umpire_sec .filters input,
.filters select {
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.search_umpire_sec table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}

.search_umpire_sec table th,
table td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.search_umpire_sec table th {
    background: #f9fafb;
    font-weight: bold;
}

.search_umpire_sec .competition-badge {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
    margin-right: 4px;
}

.search_umpire_sec .badge-vfl {
    background: #e0f2fe;
    color: #0284c7;
}

.search_umpire_sec .badge-aflw {
    background: #dcfce7;
    color: #16a34a;
}

.search_umpire_sec .badge-afl {
    background: #fee2e2;
    color: #dc2626;
}

.search_umpire_sec .view-link {
    color: #087443;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}

td.mn {
    color: #181D27;
    font-weight: 500;
}
.search_umpire_sec .pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E9EAEB;
    padding: 12px 24px;
    border-radius: 0 0 12px 12px;
    margin: 0 -1px;
    border-top: 0;
}



.search_umpire_sec .pagination button a {
    padding: 8px 12px;
    border: 1px solid #D5D7DA;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    color: #414651;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    font-weight: 600;
    box-shadow: 0px 0px 0px 1px #0A0D120D inset;
    font-size: 14px;
    line-height: 20px;
}

.search_umpire_sec .pagination .pages {
    display: flex;
    gap: 6px;
}

.search_umpire_sec .pagination .pages span {
    padding: 0px;
    border-radius: 6px;
    cursor: pointer;
}

.search_umpire_sec .pagination .pages .active {
    background: #16a34a;
    color: white;
}

.search_umpire_sec.date-range-box {
    position: relative;
}


/* Calendar popup container */
.search_umpire_sec .calendar-popup {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 16px;
    position: absolute;
    top: 75px;
    left: 0;
    width: 320px;
    z-index: 9999;
    display: none;
}
.search_umpire_sec .ui-datepicker .ui-datepicker-header a.ui-corner-all span.ui-icon {
    background-image: url('../image/calender-arrow.png');
    width: 14px;
    height: 14px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.search_umpire_sec .ui-datepicker .ui-datepicker-header a.ui-datepicker-next span.ui-icon {
    transform: rotate(180deg);
}


.search_umpire_sec .calendar-header {
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.search_umpire_sec .date-inputs {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
    padding: 0 15px;
}

.search_umpire_sec .date-inputs input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 14px;
    text-align: center;
    background: #f9fafb;
}

.search_umpire_sec .quick-selects {
    display: flex;
    justify-content: space-around;
    margin: 8px 0;
    padding-bottom: 5px;
}

.search_umpire_sec .quick-selects button {
    background: none;
    border: none;
    color: #008060;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}

.search_umpire_sec .ui-datepicker {
    width: 100%;
    border: none;
    padding: 0;
}

.search_umpire_sec .ui-datepicker-header {
    background: none;
    border: none;
    text-align: center;
    font-weight: 600;
    margin-bottom: 6px;
}

.search_umpire_sec .ui-datepicker-calendar {
    width: 100%;
}

.search_umpire_sec .ui-datepicker-calendar th {
    background: transparent;
    border: 0;
    font-weight: 700;
}

.search_umpire_sec .ui-datepicker-calendar td a {
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 28px;
    border: 0;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
}

/* Highlight whole selected range */
.search_umpire_sec .ui-datepicker td.in-range a {
    background: #f3f3f3;
    color: #000;
    position: relative;
    z-index: 1;
}

.search_umpire_sec .ui-datepicker td.range-start a {
    background: #099250;
    color: #fff;
    border-radius: 100% !important;
}

/* End date */
.search_umpire_sec .ui-datepicker td.range-end a {
    background: #099250;
    color: #fff;
    border-radius: 100% !important;
}

/* When start=end (single day) */
.search_umpire_sec .ui-datepicker td.range-start.range-end a {
    border-radius: 50%;
}

.search_umpire_sec.calendar-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.search_umpire_sec .btn {
    border: none;
    border-radius: 6px;
    padding: 8px 14px;
    font-weight: 600;
    cursor: pointer;
}

.search_umpire_sec .btn.cancel {
    background: #f1f1f1;
}

.search_umpire_sec .btn.apply {
    background: #008060;
    color: white;
}

.search_umpire_sec .body_content {
    background: #fff;
    padding: 45px 35px;
    border-radius: 27px;
}

.search_umpire_sec .body_content {
    background: #fff;
    padding: 32px;
    border-radius: 27px;
}

.search_umpire_sec .body_content .header_top {
    display: flex;
    align-items: flex-start;
    padding-bottom: 22px;
    flex-wrap: wrap;
}

.search_umpire_sec .body_content .header_top .buttons_right {
    width: 530px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 13px;
}

.search_umpire_sec .body_content .left_cont {
    width: calc(100% - 530px);
}

.search_umpire_sec .body_content .left_cont h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    padding-bottom: 7px;
    color: #181D27;
}

.search_umpire_sec .body_content .left_cont p {
    font-size: 16px;
    max-width: 500px;
    color: #535862;
    line-height: 24px;
}

.search_umpire_sec .body_content .header_top .buttons_right button {
    padding: 10px 14px;
    border: 1px solid #D5D7DA;
    border-radius: 8px;
    background: #fff;
    color: #414651;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0px 0px 0px 1px #0A0D120D inset;
}

.search_umpire_sec .body_content .header_top .buttons_right button img {
    width: 15px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.search_umpire_sec .body_content .header_top .buttons_right button.pdf-btn, .search_umpire_sec .body_content .header_top .buttons_right button.pdf-btn-match, .search_umpire_sec .body_content .header_top .buttons_right button.pdf-btn-umpire-profile {
    background: #099250;
    color: #fff;
    border-color: #099250;
}

.search_umpire_sec .body_content .header_top .buttons_right button.pdf-btn img, .search_umpire_sec .body_content .header_top .buttons_right button.pdf-btn-match img, .search_umpire_sec .body_content .header_top .buttons_right button.pdf-btn-umpire-profile img {
    filter: brightness(0) invert(1);
}

.umpire_filters {
    background: #FAFAFA;
    padding: 20px;
    border-radius: 12px;
}

.search_umpire_sec .umpire_filters .filters {
    margin: 0;
   
}

.search_umpire_sec .umpire_filters .filters .first_sec {
    width: calc(100% - 796px);
}

.search_umpire_sec .umpire_filters .filters .first_sec {
    width: calc(100% - 806px);
}

.search_umpire_sec .umpire_filters .filters .second_sec {
    width: 330px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

/*
.search_umpire_sec .umpire_filters .filters .date-range-box {
    width: 250px;
    position: relative;
}
*/
.search_umpire_sec .umpire_filters .filters .date-range-box {
    width: 280px;
    position: relative;
}


.search_umpire_sec .match_filters .filters .first_sec {
    width: calc(100% - 840px);
}

.search_umpire_sec .match_filters .filters .date-range-box {
    width: 250px;
    position: relative;
}




/*
.search_umpire_sec .umpire_filters .filters .third_sec {
    width: 180px;
}
*/
.search_umpire_sec .umpire_filters .filters .third_sec {
    width: 160px;
}

/*
.search_main_sec .umpire_filters .filters .third_sec {
    width: 220px !important;
}
*/
.search_umpire_sec .umpire_filters .filters .date-range-box span.calender_show {
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    left: 14px;
    pointer-events: none;
    z-index: 1;
    width: 15px;
    line-height: 24px;
}
.search_umpire_sec .umpire_filters .filters .date-range-box span.calender_show img {
    width: 15px;
}


.search_umpire_sec .umpire_filters .filters .date-range-box input#daterange {
    padding-left: 38px;
    
}



.search_umpire_sec .umpire_filters .filters .fifth_sec {
    width: 100px;
}

.search_umpire_sec .umpire_filters .filters input, .search_umpire_sec .umpire_filters .filters select {
    width: 100%;
    text-align: left;
    padding: 9px 12px;
    border: 1px solid #D5D7DA;
    border-radius: 6px;
    color: #181D27;
    font-weight: 500;
    font-size: 16px;
    outline: 0 !important;
}
.search_umpire_sec .umpire_filters .filters .first_sec input#name_text::placeholder {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #717680 !important;
}
.search_umpire_sec .umpire_filters .filters input:focus,
.search_umpire_sec .umpire_filters .filters select:focus {
    border-color: #099250 !important;
}

.search_umpire_sec .umpire_filters .filters input::placeholder {
    color: #000;
}

.search_umpire_sec .ui-datepicker .ui-datepicker-header {
    position: absolute !important;
    top: 19px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.search_umpire_sec .ui-datepicker .ui-datepicker-header a.ui-corner-all:hover {
    background: transparent;
    border: none;
}
.search_umpire_sec .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    display: flex;
    align-items: center;
    column-gap: 13px;
    justify-content: center;
}

.search_umpire_sec .ui-datepicker .ui-datepicker-header a.ui-corner-all {
    top: 50%;
    transform: translateY(-50%);
}

.search_umpire_sec .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
    border: .0;
    padding: 0;
    width: 70px;
}

.search_umpire_sec .calendar-popup {
    padding-top: 70px;
    padding-left: 0px;
    padding-right: 0px;
}

.search_umpire_sec .ui-datepicker .ui-datepicker-buttonpane {
    display: none;
}

.search_umpire_sec .calendar-footer {
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    border-top: 1px solid #ddd;
    margin-top: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.search_umpire_sec .calendar-footer button {
    width: 100%;
}

.search_umpire_sec div#calendar {
    padding: 0 18px;
}

.search_umpire_sec .ui-datepicker-calendar th {
    background: transparent;
    border: 0;
}

.search_umpire_sec .ui-datepicker-calendar {
    border: 0 !important;
    outline: none;
}

.search_umpire_sec .ui-datepicker-calendar tr {
    border: 0 !important;
}

.search_umpire_sec .ui-datepicker-calendar thead {
    border: 0 !important;
}

.search_umpire_sec .ui-widget.ui-widget-content {
    border: 0 !important;
    padding: 0 10px;
}

.search_umpire_sec .ui-datepicker-calendar td a {
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    width: 40px;
    height: 40px;
    line-height: 24px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #414651;
    font-size: 14px;
    font-weight: 400;
}
.match_dtls {
    display: flex;
    column-gap: 6px;
    margin-bottom: 6px;
    width: 300px;
}

.match_dtls .cont_dtls {
    display: flex;
    column-gap: 7px;
    width: calc(100% - 30px);
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #181D27;
}

.match_dtls .flag_tem {
    width: 20px;
}

.match_dtls:last-child {
    margin-bottom: 0;
}

.umpir_std ul {
    MARGIN: 0;
    PADDING: 0;
}

.umpir_std ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    font-size: 14px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

table.ui-datepicker-calendar td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled span {
    color: #717680;
    background: transparent !important;
    border: none !important;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.umpir_std ul li span {
    display: inline-flex;
/*    min-width: 164px;*/
    align-items: center;
    column-gap: 6px;
    font-weight: 400;
    color: #535862;
}

table tr td {
    font-size: 16px;
    color: #535862;
    font-weight: 400;
}

.umpir_std ul li span b {
    color: #087443;
    font-weight: 500;
}

.umpir_std ul li:last-child {
    margin: 0;
}

.search_umpire_sec table tr td {
    border: 0;
}

.search_umpire_sec table {
    outline: 1px solid #E9EAEB;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    border: 0;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100% !important;
}

.search_umpire_sec table tr {
    border-bottom: 1px solid #E9EAEB !important;
}

.search_umpire_sec table tr:last-child {
    border: 0;
}

.search_umpire_sec table tr td {
    padding: 16px 24px;
}
.search_umpire_sec table tr th {
    padding: 12px 24px !important;
}
.search_umpire_sec table tr th {
    border: 0 !important;
    padding: 13px 20px;
    background: transparent;
    color: #717680;
    font-size: 12px;
    font-weight: 600;
}

span.comp_col {
    background: #EFF8FF;
    color: #175CD3;
    display: inline-block;
    padding: 2px 11px;
    font-size: 12px;
    margin-right: 4px;
    border: 1px solid #B2DDFF;
    border-radius: 13px;
    font-weight: 500;
}

span.comp_col.afl {
    background: #FEF3F2;
    color: #B42318;
    border-color: #FECDCA;
}

.search_umpire_sec table tr td:last-child {
    text-align: center;
    text-transform: uppercase;
}

.search_umpire_sec table tr td {
    font-size: 14px;
    font-weight: 400;
    color: #535862;
}
.search_umpire_sec table tr td.mn {
    font-size: 14px;
    font-weight: 500;
    color: #181D27;
}


.search_umpire_sec .pagination button a {
    display: flex;
    align-items: center;
    color: #414651;
    text-decoration: none;
    column-gap: 5px;
    font-weight: 600;
}

.search_umpire_sec .pagination button a.next img {
    transform: rotate(180deg);
}

.search_umpire_sec .pagination button.next img {
    transform: rotate(180deg);
}
.search_umpire_sec .pagination .pages span a {
    border: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_umpire_sec .pagination .pages span.active {
    border: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    font-weight: 500;
}

.search_umpire_sec .pagination .pages span a {
    color: #535862;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.search_umpire_sec .pagination .pages span.active,
.search_umpire_sec .pagination .pages span:hover {
    background: #FAFAFA;
    color: #252B37;
}

.search_umpire_sec .ui-datepicker table tr td,
.search_umpire_sec .ui-datepicker table tr th {
    padding: 2px;
    width: auto;
    min-width: unset;
    line-height: normal;
}

.search_umpire_sec .ui-datepicker table tr th {
    padding: 10px !important;
    font-size: 14px;
    color: #414651;
}

.result_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 16px 0 16px;
}

.result_filter .left_rusult_pre p {
    margin: 0;
    color: #181D27;
    font-weight: 500;
    font-size: 16px;
}

.result_filter .right_reset_but a,
.result_filter .right_reset_but_matches a {
    color: #087443;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-right: 19px;
}

.result_filter .right_reset_but a::after,
.result_filter .right_reset_but_matches a::after,
.result_filter .right_reset_but a::before,
.result_filter .right_reset_but_matches a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #087443;
    transform: rotate(45deg);
    top: 10px;
    right: 0;
}

.result_filter .right_reset_but a::before,
.result_filter .right_reset_but_matches a::before {
    transform: rotate(-45deg);
}

#umpires_table_wrapper #umpires_table tr th:last-child {
    display: none;
}

span.comp_col.aflw {
    background: rgb(76 175 80 / 14%);
    border-color: #4CAF50;
    color: #4CAF50;
}


.top_paragrap_content,
.next_tablae_box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top_paragrap_content .left_sidbar,
.next_tablae_box .left_sidbar {
    width: 220px;
    display: flex;
    justify-content: flex-start;
}

.top_paragrap_content .right_box,
.next_tablae_box .right_box {
    width: calc(100% - 240px);
}

.top_paragrap_content .left_sidbar .profile_img {
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 6px #00000059;
}

.top_paragrap_content .left_sidbar .profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.next_tablae_box {
    padding-top: 31px;
}

.next_tablae_box .left_sidbar .sub_box p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #535862;
    padding: 0 0 0 4px;
}

.next_tablae_box .left_sidbar .sub_box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #414651;
    line-height: 28px;
    margin-bottom: 0;
}


.next_tablae_box .left_sidbar .sub_box {
    padding: 0 0 30px;
}

.umpire_filters .ptrof_date-range-box {
    width: 251px;
}

.umpire_filters .ptrof_competion,
.umpire_filters .ptrof_round {
    width: 123px;
}

.umpire_filters .ptrof_team_name {
    width: 185px;
}

.search_umpire_sec .umpire_filters .filters label {
    line-height: 20px;
    color: #414651;
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding: 0 0 5px;
}
.search_umpire_sec .body_content .header_top .buttons_right button:hover {
    background: #6eae3c;
    border-color: #6eae3c;
    color: #fff !important;
}

.search_umpire_sec .body_content .header_top .buttons_right button:hover img {
    filter: brightness(0) invert(1);
}

.search_umpire_sec .body_content .header_top .buttons_right button img,
.search_umpire_sec .body_content .header_top .buttons_right button {
    transition: all ease-in-out 0.4s;
}

.match_dtls .flag_tem img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.umpir_std ul li span a {
    color: #087443;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.search_umpire_sec table tbody .umpir_std span {
    font-size: 12px;
    font-weight: 500;
}

.umpir_std ul li span {
    width: auto;
    display: block;
}



.bradcamp_sec {
    padding-bottom: 20px;
}

.bradcamp_sec ul {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 0;
}

.bradcamp_sec ul li {
    display: block;
}

.bradcamp_sec ul li:last-child {
    background: #FAFAFA;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #414651;
}

.bradcamp_sec ul li img {
    width: 18px;
    height: 18px;
    margin-top: -5px;
}

.bradcamp_sec ul li a {
    position: relative;
    padding-right: 25px;
    color: #535862;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.bradcamp_sec ul li a:after {
    background-image: url('../image/calender-arrow.png');
    width: 14px;
    height: 14px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: -8px;
}
.search_umpire_sec .umpire_filters .first_sec input {
    padding-left: 42px !important;
}


.search_umpire_sec .umpire_filters .filters .first_sec {
    position: relative;
}

.search_umpire_sec .umpire_filters .filters .first_sec span {
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    left: 14px;
    pointer-events: none;
}
.search_umpire_sec .umpire_filters .filters .second_sec div {
    width: 100%;
}
.cont_dtls.active_black {
    color: #181D27;
    font-weight: 500;
}

.search_umpire_sec .umpire_filters_profile .filters .fifth_sec {
    width: 140px;
}

.search_umpire_sec .umpire_filters_profile .filters .date-range-box {
    width: 250px;
}
.search_umpire_sec .umpire_filters_profile .filters .fourth_sec {
    width: 170px;
}

/*------profile page start---*/

.umpire-profile_sec .body_content {
    padding: 32px;
}

.umpire-profile_sec .umpire_filters_profile .third_sec {
    width: 200px !important;
}

.umpire-paragrap p {
    color: #535862;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.umpire-paragrap p::first-letter {
    text-transform: capitalize;
}

.search_umpire_sec .umpire_filters .filters select {
    appearance: none;
/*    background-image: url("https://weblancer.studio/aflua/executive/assets/arrow-down-icon.png");*/
    background-image: url(../../../assets/images/arrow-down-Icon.png) !important;

    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}



.umpire-profile_sec .next_tablae_box .left_sidbar .sub_box p {
    padding: 0;
}


.umpire_filters.match_filters .filters .first_sec {
    width: calc(100% - 860px);
}

.umpire_filters.match_filters .filters .fourth_sec {
    width: 190px;
}



/*------------------19-02-2026 new css addd----------*/



.search_umpire_sec .pagination button.prev:disabled, .search_umpire_sec .pagination button.next:disabled {
    opacity: 0.5;
    cursor: no-drop;
    padding: 8px 12px;
    border: 1px solid #D5D7DA;
    border-radius: 8px;
    background: #fff;
    color: #414651;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    font-weight: 600;
    box-shadow: 0px 0px 0px 1px #0A0D120D inset;
    font-size: 14px;
    line-height: 20px;
}

.view_matches_admin .pagination button.prev:disabled, .view_matches_admin .pagination button.next:disabled {
        opacity: 0.5;
    cursor: no-drop;
}
.view_matches_admin .pagination button.prev:disabled, .view_matches_admin .pagination button.next:disabled {
    cursor: no-drop;
    opacity: 0.5;
}



/*
.search_umpire_sec .pagination button.prev:disabled {
    padding: 8px 12px;
    border: 1px solid #D5D7DA;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    color: #414651;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    font-weight: 600;
    box-shadow: 0px 0px 0px 1px #0A0D120D inset;
    font-size: 14px;
    line-height: 20px;
}
*/


.search_umpire_sec .pagination button {
    border: none;
    background: transparent;
    padding: 0;
}


.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90%;
}


.pagination_mobile span {
    padding: 0 5px;
}

.pagination_mobile a {
    color: #535862;
    text-decoration: none;
}

.pagination_mobile span.active {
    color: #000;
    font-weight: 600;
}



/*----------new tab setion start----------*/

.main_tab_section {
    background: #FAFAFA;
    /*padding: 35px;*/
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /*margin: 20px 10px;*/
}

.main_tab_section ul.tab_button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 0;
    flex-wrap: wrap;
}

.main_tab_section ul.tab_button li.tab_item {
    display: block;
    margin: 13px 0;
}

.main_tab_section ul.tab_button li.tab_item a {
    padding: 13px 30px;
    border: 1px solid #099250;
    border-radius: 8px;
    font-size: 16px;
    color: #099250;
    background: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

.main_tab_section ul.tab_button li.tab_item a:hover, .main_tab_section ul.tab_button li.tab_item.tab_item_active a {
    background: #099250;
    color: #fff;
}

.tab_content_box .list_box {
    padding: 0;
    margin: 0 0 20px 0;
    border: 1px solid #E9EAEB;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    background: #fff;
}

.tab_content_box .list_box ul li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #E9EAEB;
    padding: 16px 24px;
    background: #fff;
    color: #535862;
}

.tab_content_box .list_box ul {
    padding: 0;
    margin: 0;
}

.tab_content_box .list_box ul li span {
    font-size: 14px;
    line-height: 20px;
    color: #181D27;
    font-weight: 500;
}

.tab_content_box .list_box ul li span.matches {
    color: #535862;
}

.tab_content_box:last-child .list_box {
    margin-bottom: 0;
}

.tab_content_box .header_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px;
}

.tab_content_box .header_cont p {
    margin: 0;
}

.tab_content_box .header_cont a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    column-gap: 4px;
    color: #087443;
    font-weight: 600;
    font-size: 14px;
}

.tab_content_box .header_cont a span img {
    width: 15px;
    object-fit: contain;
}

.tab_content_box .header_cont a span {
    line-height: 0;
}
.tab_title_text {
    margin-bottom: 20px;
}

/*----------new tab setion end----------*/



.search_umpire_sec .umpire_filters .filters .sixth_sec {
    position: relative;
    width: 200px !important;
}

.search_umpire_sec .umpire_filters .filters .sixth_sec span.year_rng_txt {
    position: absolute;
    width: 100%;
    left: 3px;
    bottom: -16px;
    font-size: 12px;
    color: #ff0101;
    line-height: normal;
}

@media (max-width: 767px) {
    .search_umpire_sec .umpire_filters .filters .sixth_sec {
        width: 48%;
    }
}

@media (max-width: 560px) {
.search_umpire_sec .umpire_filters .filters .sixth_sec {
    width: 100%;
    }

.search_umpire_sec .umpire_filters .filters .third_sec {
    width: 100%;
}
.search_umpire_sec .umpire_filters .filters .sixth_sec span.year_rng_txt {
    bottom: -13px;
    font-size: 11px;;
}
}


.text_mn {

    min-width: 150px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}
 
.text_mn .text_bdy {

    display: flex;

    flex-direction: column;

}
.search_umpire_sec table tr th .text_mn .text_bdy span {

    color: #717680;

    opacity: .125;

    font-size: 10px;

    line-height: normal;

}
.search_umpire_sec table tr th .text_mn .text_bdy span.active_count {

    opacity: 0.6;

}
 
 table#match_table thead tr th#match-date-sort {
    width: 120px !important;
}
