/*
Theme Name:   TennisChild
Description:  Tennis Child Theme
Author:       admin
Author URL:   http://codedrill.xyz/tennis-site
Template:     storefront
Version:      1.0
License:      GNU General Public License v2 or later
Text Domain:  TennisChild
*/

/* Write here your own personal stylesheet */

@import url("dist/style.css");
.change_password_form .form-group .form-control {
    height: 5.3rem;
    display: block;
    -moz-border-radius: .4rem;
    -webkit-border-radius: .4rem;
    border-radius: .4rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    color: #6c757d;
    border: none;
    outline: none;
    background: #fff;
    line-height: 3.2rem;
}
#change_password_page_banner{
    background-image:url('images/Login-Background.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.site_header .site_navigation .menu li{
    position: relative;
}
.site_header .site_navigation .menu li .sub-menu{
    position: absolute;
    margin: 0;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    display: none;
}
.site_header .site_navigation .menu li:hover .sub-menu{
    display: block;
}
.site_header .site_navigation .menu li .sub-menu li{
    margin-left: 0 !important;
}
.site_header .site_navigation .menu li .sub-menu li a{
    background-color: transparent !important;
    color: #000 !important;
    font-size:14px !important;
}
#change_password_page_banner .alert {
    color: red;
    font-size: 14px;
    line-height: 24px;
    clear:both;
}
#change_password_page_banner .alert.alert-success{
    color: #155724;
}
#menu-item-486 a{
    position:relative;
}
#menu-item-486:hover a:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    display: block;
    height: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 10px;
    border-top-width: 0;
    border-left-width: 0;
}

/* Fixture 2025 results filter  */
.my_4 {
    margin: 4px 0px;
}
.website_content {
    overflow-x: hidden;
}

.overflow_X_hidden {
    overflow-x: hidden;
}

.main_box {
    padding: 0 15px;
}

.match_result_sec {
    width: 100%;
    max-width: 750px;
    background: var(--white);
    border-radius: 16px;
    margin: 60px auto;
    padding: 0 15px;
}

.match_result_box {
/*     padding: 26px 60px 23px 34px; */
    padding: 26px 60px 23px 60px;
}

.text_18 {
    font-size: 18px;

}

.text_12 {
    font-size: 12px;
    line-height: normal;
}

.text_8 {
    font-size: 8px;
}

.fw_100 {
  font-weight: 100;
}

.fw_200 {
  font-weight: 200;
}

.fw_300 {
  font-weight: 300;
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_600 {
  font-weight: 600;
}

.fw_700 {
  font-weight: 700 !important;
}

.color_green {
    color: var(--green);
}

.color_black {
    color: #000;
}

.color_orange {
    color: var(--orange);
}

.color_blue {
    color: var(--lightblue);
}

.match_result_box_content {
    margin-top: 22px;
}

.set_num_area {
    margin-top: 9px;
}

span.set_number {
    font-size: 10px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #dcdee7;
    background: #f4f6fc;
    padding: 3px 6px;
    line-height: normal;
    height: 28px;
    place-content: center;
    font-weight: 700;
}

.set_num_area>.row {
    gap: 3px 0;
}
.set_num_area>.row .score {
    margin-bottom: 3px;
}
.set_area>.row>div {
    padding: 0;
}

.set_num_area_result span.set_number {
    padding: 6px;
    line-height: 0;
}

.match_title {
    margin-top: 30px;
}

hr.custome_hr {
    border: 0;
    width: 100%;
    height: 1px;
    background: #dbdde6;
    margin: 16px 0;
}

.match_result_box_content>.row {
    gap: 15px 0;
}
.match_title h2.team-1, .match_title h2.team-2 {
    font-weight: 400;
    font-family: 'GothamPro-Medium';
}
@media (max-width: 575px) {
    .match_title {
        margin-top: 0;
    }

    .match_result_box {
        padding: 15px;
    }
}

span.green-border {
    border: 2px solid green;
    padding: 5px;
    border-radius: 5px;
}

span.set_title.text_8.color_blue {
    color: #8c98ba;
    font-weight: bold;
}
.results_page_content .inner_container .result_list_item {
    height: auto;
}