a:hover,
a {
    text-decoration: none;
}

.dash_header {
    background: #fff;
    height: 85px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1030;
    display: flex;
}

.side_nav {
    width: 340px;
    background-color: #121212;
    z-index: 1000;
    top: 85px;
    bottom: 0px;
    position: fixed;
    overflow: hidden;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.page_container {
    min-height: 100vh;
    padding-left: 340px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}


.main_content {
    padding: calc(90px + 30px) 80px 30px;
    min-height: 100vh;
    background: #F0F0F2;
}

.dash_logo .logo_fold {
    display: none;
}

.dash_logo img {
    max-height: 50px;
}

.dash_header .dash_logo {
    width: 340px;
    /* border-right: 1px solid #edf2f9; */
    display: flex;
    background: #121212;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}



.side_nav .side_nav_inner {
    position: relative;
    height: 100%;
}

.side_nav .side_nav_inner .sideNav_menu {
    position: relative;
    list-style: none;
    margin: 0;
    overflow: auto;
    height: calc(100vh - 90px);
    /* padding: 40px 43px 0 25px; */
    padding: 40px 18px 0 15px;
}


.side_nav .side_nav_inner .sideNav_menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.side_nav .side_nav_inner .sideNav_menu::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px;
}

.side_nav .side_nav_inner .sideNav_menu::-webkit-scrollbar-track {
    background: transparent
}

.dash_nav_item a {
    display: flex;
    align-items: center;
    padding: 13px 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    color: #919191;
    font-size: 16px;
    font-weight: 500;
    gap: 11px;
}

.dash_nav_item a .icon_holder {
    display: inline-flex;
    flex: 0 0 20px;
    line-height: .8;
    height: 24px;
    align-items: center;
}

.dash_nav_item a .title_dash_nav {
    display: block;
    flex: 1;
    position: relative;
}

.dash_nav_item {
    margin-bottom: 16px;
}

.dash_nav_item a.active {
    font-weight: 600;
}

.dash_nav_item a.active,
.dash_nav_item a:hover {
    color: #fff;
    border-radius: 8px;
    background: #333;
}

.dash_nav_item a svg path {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.dash_nav_item a.active svg path,
.dash_nav_item a:hover svg path {
    fill: #fff;
}

.dash_nav_item a.active {
    position: relative;
}

.dash_nav_item a.active::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 11px;
    width: 24px;
    height: 100%;
    border-left: 7px solid #3DC13C;
}

.nav_dash_wrap {
    flex: 1;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(190, 209, 235, .3);
    align-items: center;
    padding: 15px 30px;
}

/* .modal .btn-close {
    margin-right: 0;
} */




/* nav checkbox */

.dash_userProfile {
    display: flex;
    align-items: center;
}

.dash_userProfile img {
    box-shadow: 0px 5px 10px 6px rgba(41, 72, 152, 0.14);
    border-radius: 10px;
    width: 100%;
    flex: 0 0 48px;
    max-width: 48px;
}

.topPRfNameUser {
    color: #808080;
    font-size: 16px;
    font-weight: 300;
}

.makeAvaiDash {
    display: flex;
    align-items: center;
}

.makeAvaiDash span {
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    color: rgba(13, 17, 24, .6);
    margin-right: 6px;
}


.statusDash_tag {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #0D1118;
    margin-left: 6px;
}

.statusDash_tag.available {
    color: #0CAB50;
}

.statusDash_tag.notAvailable {
    color: #EE0909
}



/* ************ switch style  */

.switch-style-1 {
    line-height: 0;
}

.switch-style-1 input[type="checkbox"],
.switch-style-1 input[type="radio"] {
    appearance: none;
    width: 24px;
    height: 14px;
    border-radius: 30px;
    background: rgb(211, 211, 211);
    background: linear-gradient(90deg, rgba(62, 205, 123, 1) 50%, rgba(211, 211, 211, 1) 50%);
    margin: 0 6px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
    background-size: 100px;
    background-position: -70px 0px;
    outline: 0;
    box-shadow: none;
}

.switch-style-1 input[type="checkbox"]::before,
.switch-style-1 input[type="radio"]::before {
    background: #FFFFFF;
    box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.1);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    content: '';
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}

.switch-style-1 input[type="checkbox"]:checked::before,
.switch-style-1 input[type="radio"]:checked::before {
    left: 11px;
}

.switch-style-1 input[type="checkbox"]:checked,
.switch-style-1 input[type="radio"]:checked {
    background-position: -20px 0px;
}




.nav_right_notification .dropdown-menu {
    border: 0px;
    border-radius: 10px;
    font-size: 14px;
    min-width: 180px;
    color: #53535f;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    width: 350px;
    padding: 0;
    padding-bottom: 15px;
}





.notiHeader_top {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
}

.notiHeader_top .viewBtn {
    color: #fff;
    background-color: #1A73E8;
    border: 1px solid #1A73E8;
    padding: .35rem 1rem;
    height: auto;
    line-height: 1.25;
    font-size: .875rem;
    border-radius: 5px;
}

.notiHeader_top i {
    padding-right: 5px;
}



.notificationListDrop {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
}


.notificationListDrop::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.notificationListDrop::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px;
}

.notificationListDrop::-webkit-scrollbar-track {
    background: transparent
}

.notificationListDrop .dropdown-item {
    padding: 15px 0;
}

.notificationListDrop li:not(:last-child) .dropdown-item {
    border-bottom: 1px solid #edf2f9;
}

.notificationListDrop .dropdown-item:hover {
    background: #fafafa;
}

.notiListCard {
    display: flex;
    align-items: self-start;
}

.notiListCard .notiListImg {
    flex: 0 0 50px;
    max-width: 50px;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #ddd;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-item.no-read .notiListImg {
    border-color: #3DC13C;
}

.notiListCard .notiListImg img {
    height: 22px;
}

.notiListContent h3 {
    color: #3A3A3C;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.notiListCard .notiListContent p {
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--Gray-1, #808080);
    font-size: 14px;
    font-weight: 400;
}

.notiListCard .notiListContent p span {
    color: #1A73E8;
}

.notiListCard .notiListContent small {
    display: block;
    color: #808080;
    font-size: 12px;
    font-weight: 300;
}

.notiListCard .notiListContent {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    width: 100%;
    padding-left: 15px;
}



.notiHeaderTopHeading {
    color: #212529;
    font-weight: 500;
}

.notiHeaderTopHeading i {
    font-weight: 500;
}

.nav_dash_wrpRight {
    display: flex;
    align-items: center;
}

.newNotiMsg {
    color: #53535f;
    line-height: 1;
    font-weight: 500;
    border-radius: 50px;
    border: 0.2px solid #E7E7E9;
    background: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    position: relative;
}

.noNewMsg {
    color: #53535f;
    line-height: 1;
    font-weight: 500;
    border-radius: 50px;
    border: 0.2px solid #E7E7E9;
    background: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    position: relative;
}

.noNewMsg.noNewMsg::before {
    /* content: ''; */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F52525;
    border: 1.18px solid #fff;
    position: absolute;
    right: 12px;
    top: 12px;
}


.newNotiMsg.newNotiMsg::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F52525;
    border: 1.18px solid #fff;
    position: absolute;
    right: 12px;
    top: 12px;
}

a.head_loginBtn {
    border-radius: 8px;
    border: 1px solid #121212;
    background: #FFF;
    color: #121212;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 32px;
}

.mr-10 {
    margin-right: 10px;
}

.topAdministrator {
    color: #121212;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.rightMenuBtn.langDropBtn {
    min-width: 48px;
    width: auto;
    padding: 10px 15px
}

.rightMenuBtn.langDropBtn img {
    height: 14px;
    width: auto;
    margin-right: 10px;
}

.nav_right_notification.landDropDown .dropdown-menu {
    padding: 0;
    width: unset;
    min-width: unset;
    border-radius: 10px;
}



.walletSearchRow .searchRow_col {
    flex: 0 0 70%;
    max-width: 70%;
    width: 100%;
}

.walletSearchRow .walletRow_col {
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%
}

.searchFilteHome {
    background: #1A73E8;
    border: 1px solid #F3F2F2;
    border-radius: 10px;
    padding: 20px 25px;
}

.searchFilteHome .form-control {
    background: #F7F7F9;
    border-radius: 10px;
    padding: 15px 22px;
    background-image: url(../img/search\ icon.svg);
    background-position: 98%;
    background-repeat: no-repeat;
    color: #0D1118;
    font-size: 18px;
    font-weight: 500;
}

.searchFilteHome .form-control::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #0D1118;
    opacity: .5;
}


.subMenuSide {
    list-style: none;
    padding: 0;
    position: relative;
    border-left: 1px solid #919191;
    margin-left: 47px;
    margin-block: 16px;
}

.subMenuSide li a {
    font-weight: 400;
    font-size: 16px;
    color: #919191;
    padding: 11px 25px 10px 12px;
}

.subMenuSide li:nth-child(1) a {
    padding-top: 0;
}

.subMenuSide li:last-child a {
    padding-bottom: 0;
}

.subMenuSide li a span {
    width: 25px;
    display: inline-block;
}

.subMenuLink {
    position: relative;
}

.dash_nav_item .subMenuSide a.active,
.dash_nav_item .subMenuSide a:hover {
    color: #3DC13C;
    border-radius: 0;
    background: transparent;
}

.arrowIconSubmenu {
    position: absolute;
    right: 31px;
    line-height: 30px;
    transition: all 0.05s ease-in;
    -webkit-transition: all 0.05s ease-in;
    top: 10px;
}

.subMenuLink .arrowIconSubmenu::before {
    width: 17px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5994 6.5415L9.16608 1.10817C8.52441 0.466504 7.47441 0.466504 6.83275 1.10817L1.39941 6.5415' stroke='white' stroke-width='1.26316' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all 0.3s ease;
    transform: rotate(180deg);
}

a.subMenuLink:not(.collapsed) .arrowIconSubmenu::before {
    transform: rotate(0deg);
    transition: all 0.3s ease;

}

.dash_nav_item .subMenuSide a.active::before {
    display: none;
}

.subMenuLink .arrowIconSubmenu::before,
.subMenuLink.collapsed .arrowIconSubmenu::before,
.subMenuLink .arrowIconSubmenu::after {
    content: '';
    position: absolute;
    top: 6px;
}

.subMenuLink:not(.collapsed) {
    color: #fff;
}

.subMenuLink:not(.collapsed) svg path {
    fill: #fff;
}

.dashIconFold svg {
    width: 25px;
    height: 25px;
    color: #0D1118;
    transition: all .2s ease;
}

.dashIconFold:hover svg {
    color: #0D1118
}

.dashIconFold {
    display: inline-block;
    padding: 5px;
    margin-right: 16px;
}

.nav_dash_wrpLeft {
    display: flex;
    align-items: center;
}

.folded {
    display: none;
}


.is-folded .folded {
    display: block;
}

.is-folded .notFolded {
    display: none;
}


.dashBoard_overLay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}


/* dashbord css start */

.dash_headBox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 22px;
    flex-wrap: wrap;
}

.page-heading {
    color: #121212;
    font-size: 32px;
    font-weight: 600;
}

.border-btn {
    border-radius: 8px;
    border: 1px solid #121212;
    background: #FFF;
    color: #121212;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
    min-width: 46px;
    transition: all .3s ease;
}

.border-btn:focus {
    box-shadow: none;
}

.border-btn:hover {
    background: #121212;
    color: #FFF;
}

.right_buttonBox {
    display: flex;
    align-self: center;
    white-space: nowrap;
    flex-wrap: wrap;
}

.gx-10 {
    gap: 10px;
}

.white_mainBox {
    background-color: #fff;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 20px;
    min-height: 370px;
}

.custom-nav .nav .nav-link {
    border: 0;
    color: #808080;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    padding: 0 14px 15px;
    position: relative;
}

.custom-nav .nav {
    gap: 20px;
    margin-bottom: -2px;
}

.custom-nav nav {
    border-bottom: 1px solid #D4D4D4;
}

.custom-nav .nav .nav-link.active {
    color: #141414;
    font-size: 16px;
    font-weight: 500;
}

.custom-nav .nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
}

.custom-nav .nav .nav-link.active::after {
    background: #121212;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
}

.theme-table .table_thead {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.table.theme-table> :not(:last-child)> :last-child>* {
    border-bottom-color: transparent;
}

.theme-table.table>thead {
    vertical-align: bottom;
    background: #f2f2f280;
}

.custom-nav nav {
    margin-bottom: 20px;
}

.table> :not(caption)>*:last-child>* {
    border-bottom-width: 0;
}

.table> :not(caption)>*>* {
    padding: 18px 28px;
    border-color: #F2F2F2;
    color: #646464;
    font-size: 16px;
    font-weight: 400;
}

.form-select.table-select {
    border: 0;
    max-width: 150px;
    background-color: transparent;
}


.table_actionBtn.right-border {
    margin-right: 14px;
    padding-right: 14px;
    border-right: 1px solid #ddd;
}

.table_action_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-box.md-size {
    height: 40px;
    width: 40px;
    display: inline-block;
}

.photo-box {
    border-radius: 50%;
    overflow: hidden;
}

.photo-box img {
    height: 100%;
    width: 100%;
}


.pagination_box {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.pagination {
    gap: 10px;
}

.page-item .page-link {
    display: flex;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 0;
    line-height: 0;
    border-radius: 8px !important;
    color: #3A3A3C;
    font-size: 13px;
    font-weight: 400;
}

.page-link.active,
.page-link:hover {
    background: #000000;
    color: #fff;
}


.table_actionBtn {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.ViewBTn {
    color: #3DC13C;
}

.deleteBTn {
    color: #E7062D;
}


.table_action_list {
    display: flex;
    justify-content: center;
}

.right-swich .form-check-input {
    float: right;
    margin-left: -1.5em;
    width: 45px;
    height: 24px;

}

.right-swich {
    padding-left: 0;
    margin-top: 20px;
}

.right-swich .form-check-label {
    color: #3A3A3C;
    font-weight: 500;
}


.offcanvas-footer {
    padding: 0 30px 20px;
}

.btn-box>* {
    flex: 1;
}

.btn-box {
    display: flex;
    gap: 15px;
    margin-top: auto;
}

.btn-primary.with-border {
    background: transparent;
    color: #121212;
}

.btn-primary.with-border:hover {
    background: #121212;
    color: #fff;
}

.offcanvas-header {
    padding: 20px 30px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 30px;
}

.event_offcanTitle {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: #121212;
}

.offcanvas-body {
    padding: 20px 30px;
}

.event_offcanvasBlock {
    max-width: 400px;
    width: 100%;
}

.form-group.mb-30 {
    margin-bottom: 24px;
}



.back-btn {
    display: inline-flex;
    width: 34px;
    height: 34px;
    background: #3DC13C;
    align-items: center;
    color: #121212;
    justify-content: center;
    border-radius: 50%;
}

.page-heading {
    color: #121212;
    font-size: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 13px;
}

.back-btn:hover {
    background: #121212;
    color: #fff;
}

.profile-section {
    display: flex;
    align-items: start;
    gap: 15px;
}

.profile-leftBlock {
    flex: 0 0 284px;
    max-width: 284px;
    width: 100%;
}

.profile-rightBlock {
    flex: 1;
    max-width: calc(100% - 284px);
    width: calc(100% - 284px);
}

.profile-about {
    border-radius: 8px;
    background: rgba(242, 242, 242, 0.50);
    padding: 17px;
    text-align: center;
}

.player-name-title {
    color: #121212;
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 600;
}

.gray-btn {
    border-radius: 4px;
    background: #F2F2F2;
    width: 100%;
    padding: 12px 16px;
    color: #E7062D;
    font-size: 18px;
    font-weight: 500;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 0;
    justify-content: center;
}

.player-btn a {
    text-align: center;
    margin-top: 12px;
}

.profile-img {
    width: 150px;
    height: 150px;
    margin: auto;
    margin-bottom: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.border-card {
    border-radius: 4px;
    border: 1px solid #F2F2F2;
    padding: 12px 16px 16px;
}

.common-info-list {
    list-style: none;
    padding: 0;
    gap: 6px 22px;
    display: flex;
}

.common-info-list .common-info-litem:first-child::before {
    position: absolute;
    content: '';
    right: -11px;
    height: 12px;
    width: 1px;
    background-color: #000;
    top: 0;
    bottom: 0;
    margin-block: auto;
}

.common-info-list {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.pb-24 {
    padding-bottom: 21px;
}

.chart-img {
    margin-top: 24px;
}

.mb-20 {
    margin-bottom: 20px;
}

.lg-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}

.form-select.sm-select {
    border-radius: 8px;
    padding: 9px;
    width: max-content;
    padding-right: 30px;
    color: #3A3A3C;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
}

.medical-card {
    border-radius: 10px;
    background: #F8F8F8;
    backdrop-filter: blur(4px);
    padding: 36px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.medical-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: end;
}

.info-data {
    color: #3A3A3C;
    font-size: 20px;
    font-weight: 700;
}

.info-label {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
}

.mb-15 {
    margin-bottom: 15px;
}

/*  */

.team-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}

.remove-team {
    color: #d00;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.remove-team:hover {
    text-decoration: underline;
}

.player-list {
    display: flex;
    align-items: flex-start;
}

.player {
    text-align: center;
    min-width: 60px;
}

.player img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.player img.coach {
    border: 2px solid #68EC38;
}

.player-name {
    font-size: 12px;
    color: #333;
    margin-top: 5px;
}

.coach {
    color: #68EC38;
    font-size: 11px;
    line-height: normal;
}

.player-team {
    list-style: none;
    display: flex;
    gap: 14px;
    padding-left: 11px;
    margin-left: 11px;
    margin-bottom: 0;
    border-left: 1px solid #ddd;
    flex-wrap: wrap;
}

.player-nameNew {
    color: #121212;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0 3px;
    max-width: 60px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.coach-pro {
    flex-shrink: 0;
}

.totle-player {
    display: block;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
}

.mx-10 {
    margin: 0 10px;
    color: #000;
}

.red-dot {
    font-size: 20px;
}

.info-value {
    color: #121212;
    font-size: 14px;
}

.info-value span {
    color: #808080;
    font-weight: 400;
}


.remove-team {
    color: #d00;
    display: flex;
    align-items: center;
    color: var(--Red, #E7062D);
    font-size: 14px;
    text-decoration-line: underline;
    gap: 5px;
    align-self: flex-start;
    flex-shrink: 0;
    background: transparent;
    border: 0;
}

.team-name {
    color: #121212;
    font-size: 16px;
    font-weight: 500;
}

.info-labels {
    font-size: 14px;
}

.chart-status {
    display: flex;
    gap: 20px;
}

.chart-dot {
    height: 10px;
    width: 10px;
    background: #000;
    display: inline-flex;
    border-radius: 50%;
}

.chart-label {
    color: #3A3A3C;
    font-size: 13px;
    font-weight: 300;
}

.availability-box {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
}

.availability-img {
    flex: 0 0 100px;
}

.availability-info {
    flex: 1 1 calc(100% - 100px);
    max-width: 240px;
}

.p-text {
    color: #808080;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}

.img-lg {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    flex-shrink: 0;
}

.card-withImg {
    display: flex;
    gap: 15px;
}

.common-info-litem {
    display: flex;
    gap: 8px;
    align-items: start;
    position: relative;
}

.common-info-litem svg {
    margin-top: 5px;
    flex-shrink: 0;
}

select:focus {
    border-color: #121212 !important;
    box-shadow: unset !important;
}

.add-team {
    color: #3DC13C !important;
}

.relactation {
    color: #007BFF;
    font-size: 14px;
    font-weight: 400;
}

.py-24 {
    padding-block: 24px;
}

.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.both-btn {
    display: flex;
    gap: 15px;
}

.both-btn>* {
    flex: 1;
}

.modal-body.p-24 {
    padding: 24px;
}

.btn-close:focus {
    box-shadow: none;
}

.form-check-input:focus {
    border-color: #121212;
    outline: 0;
    box-shadow: none;
}


/*  setting css */
.setting_items {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}


.settingList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E7E7E7;
    border-radius: 15px;
    padding: 15px 16px;
    margin-bottom: 13px;
}

.setting_dataBox {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.plan_time input[type="checkbox"] {
    width: 0;
    height: 0;
    visibility: hidden;
}

.plan_time label::after {
    content: "";
    width: 17px;
    height: 17px;
    background-color: #fff;
    position: absolute;
    border-radius: 70px;
    top: 2px;
    left: 2px;
    transition: 0.5s;
}

.plan_time label::after {
    content: "";
    width: 17px;
    height: 17px;
    background-color: #fff;
    position: absolute;
    border-radius: 70px;
    top: 2px;
    left: 2px;
    transition: 0.5s;
}

.plan_time input:checked~label::after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
    background-color: #fff;
}

.plan_time input:checked~label {
    background-color: #5BDB3B;
}

.plan_time label {
    width: 43px;
    height: 22px;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 22px;
    background: #CFCFCF;
    transition: 0.5s;
}

.right-arrowBtn {
    border: 1px solid #F2F2F2;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.personal-info {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

.personal-info .dropdown-toggle::after {
    display: none;
}

.action-dropdown {
    border: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.action-dropdown li a {
    padding-block: 8px;
    border-radius: 5px;
}

.setting_linkName {
    color: #141414;
    font-size: 18px;
    font-weight: 500;
}

.notification-setting {
    flex: 1 1 100%;
    margin-top: 40px;

}

.setting-list {
    list-style: none;
    padding-left: 55px;
}

.setting-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.switch_time input {
    display: none;
}

/* upload image css */
.avatar-upload {
    max-width: 162px;
    position: relative;
}

.avatar-upload .avatar-edit {
    right: 40px;
    position: absolute;
    bottom: -9px;
}

.avatar-upload .avatar-preview {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    min-width: 122px;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F2F3F3;
}

.avatar-upload .avatar-edit {
    right: 13px;
    position: absolute;
    bottom: 0;
}

.avatar-upload .avatar-edit .Upload_input {
    display: none;
}

.avatar-upload .avatar-edit .Upload_input+.Upload_icon {
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit .Upload_input+.Upload_icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background: #3DC13C;
}

.profile-block {
    padding-block: 74px;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.min-160 {
    min-width: 160px;
}

.footer-submit {
    padding-top: 20px;
    border-top: 1px solid #F2F2F2;
    margin-top: 20px;
}

.form-group.mb-24 {
    margin-bottom: 24px;
}


.categorie-btn {
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    background: #FFF;
    color: #808080;
    font-size: 16px;
    padding: 6px 8px;
}

.totle-team {
    color: #808080;
    font-size: 16px;
    margin-bottom: 14px;
}

.action-btn {
    flex-shrink: 0;
    display: flex;
    gap: 8px;

}

.common-btn {
    border: 1px solid #F2F2F2;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    align-items: center;
}

.common-btn:hover {
    border-color: #141414;
}

.common-info-list.no-border .common-info-litem {
    border-right: none;
}

.categorie-btn::after {
    border: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.2797 5.9668L8.93306 10.3135C8.41973 10.8268 7.57973 10.8268 7.06639 10.3135L2.71973 5.9668" stroke="%233A3A3C" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 30px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: 10px center;
    vertical-align: 2px;
}

.image-uploadBox .avatar-upload {
    margin: auto;
    max-width: 122px;
    margin-bottom: 30px;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px;
    border: 1px solid #D3D3D3;
    background: #FFF;
    height: auto !important;
    padding: 12px 16px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 8px;
    border: 1px solid #D3D3D3;
    background: #FFF;
    height: auto !important;
    padding: 12px 16px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 13px;
    right: 7px;
    width: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.2797 5.9668L8.93306 10.3135C8.41973 10.8268 7.57973 10.8268 7.06639 10.3135L2.71973 5.9668" stroke="%233A3A3C" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    transition: all 0.3s ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e9ecef;
    color: #000;
}

.select2-container--default .select2-results>.select2-results__options {
    margin: 6px;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--selected:hover {
    background-color: #7070703d;
    color: #000;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    margin-left: 6px;
    height: 25px;
}

.select2-results__option {
    padding: 6px;
    margin-bottom: 4px;
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #F8F8F8;
    border-radius: 4px;
    display: inline-flex;
    margin-left: 5px;
    margin-top: 5px;
    padding-left: 4px;
    white-space: nowrap;
    padding-right: 17px;
    border: 0;
    color: #000;
    padding-block: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #F8F8F8;
    color: #D12A50;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: unset;
    top: 3px;
    right: 0;
    border-right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 12px;
    font-weight: 500;
}


.select2-container--default .select2-selection--single .select2-selection__clear {
    color: #444444;
    font-weight: 400;
    font-size: 18px;
}

.user_dropdown .dropdown-toggle::after {
    display: none;
}

.form-header {
    width: 100%;
}

.userTypeOuterBox {
    display: flex;
    gap: 10px;
}

.userTypeBox {
    flex: 1 1 188px;
}

.userTypeBox .form-label {
    border-radius: 8px;
    border: 1px solid #D3D3D3;
    background: #FFF;
    width: 188px;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    cursor: pointer;
}

.userTypeBox input:checked+.form-label {
    border-radius: 8px;
    border: 1px solid #3DC13C;
    background: #FFF;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
}

.userType_icon {
    height: 88px;
    width: 88px;
    background: #F0FDEB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 5px;
}
.userTypeTitle {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    word-break: break-word;
}
.userTypeBox input:checked+.form-label .userTypeTitle {
    color: #121212;
}


.userTypeOuterBox.choose-role {
    flex-direction: row;
}

.choose-role .userTypeBox .form-label {
    height: 100%;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    /* flex-direction: row; */
    justify-content: start;
    padding: 8px 5px;
    border-radius: 8px;
}

.choose-role .userTypeBox {
    flex: 1 0 87px;
    margin-bottom: 0;
}

.choose-role .userType_icon {
    height: 32px;
    width: 32px;
    margin-bottom: 0;
    padding: 9px;
}

.dash-card {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
    gap: 19px;
}

.dash-cardBg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.dashboard-stats-box {
    border-radius: 8px;
    background-image: url(../img/dash-cardBg.png), linear-gradient(90deg, #4368FA 2.34%, #AABCFF 100%);
    background-color: #4368FA;
    /* Fallback color */
    padding: 44px 20px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    display: flex;
    gap: 29px;
    align-items: center;
}

.dashboard-stats-box.player-card {
    background: url(../img/dash-cardBg.png), linear-gradient(90deg, #FF7752 2.34%, #FBB19D 100%);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.dashboard-stats-box.matches-card {
    background: url(../img/dash-cardBg.png), linear-gradient(90deg, #B50027 2.34%, #FF7996 100%);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.dash-card-item {
    flex: 1 0 calc(calc(100%/3) - 19px);
    max-width: calc(100%/3);
}

.states-icon {
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background: rgb(255 255 255 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.states-figure {
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}

.states-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}

.min-h-auto {
    min-height: auto;
}

.my-20 {
    margin-block: 20px;
}

.activities-card.matches-card {
    background: #ECF9EC;
}

.activities-card.matches-card:after {
    background: #3DC13C;
}

.activities-card.Events-card:after {
    background: #007BFF;
}

.activities-card.Trainings-card:after {
    background: #E8A901;
}


.activities-card {
    display: flex;
    justify-content: space-between;
    padding: 30px 16px;
    align-items: center;
    border-radius: 4px;
    position: relative;
}

.activities-card:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 80%;
    background: #fff;
    left: 0;
    border-radius: 100px;
}


.activities-card .states-icon {
    width: 66px;
    height: 66px;
    background-color: #fff;
}

.activities-card .states-flex {
    text-align: right;
}

.activities-card .states-figure {
    color: #121212;
    font-size: 32px;
    font-weight: 600;
}

.activities-card .states-title {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
}

.activities-card .states-icon img {
    height: 30px;
}

.Events-card {
    background: #E6F2FF;
}

.Trainings-card {
    background: #FDF7E6;
}

.view-all-btn {
    color: #3DC13C;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    border: 1px solid #3DC13C;
    background: #FFF;
    padding: 6px 10px;
}


.common-status {
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    padding: 6px 8px;
}


.match-status {
    color: #3DC13C;
    background: #ECF9EC;
}

.training-status {
    color: #E8A901;
    background: rgba(232, 169, 1, 0.10);
}

.event-status {
    color: #007BFF;
    background: rgba(0, 123, 255, 0.10);
}

.league-status {
    background: #F2F2F2;
    color: #121212;
}


.time-box {
    background: #ECF9EC;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    flex-basis: 70px;
    border-radius: 10px 0 0 10px;
}

.time-label {
    color: #3A3A3C;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-inline: 9px;
    margin-bottom: -4px;
    text-align: center;
    flex: 1 1 50%;
    justify-content: center;
}

.time-data {
    color: #3A3A3C;
    font-size: 14px;
    font-weight: 500;
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    box-shadow: 0px -3px 4px -1px rgba(0, 0, 0, 0.25);
    padding-inline: 7px;
    text-align: center;
}

.event-box {
    border-radius: 8px;
    /* border: 1px solid rgba(211, 211, 211, 0.50); */
    border: 1px solid rgb(183 183 183 / 50%);
    background: #FFF;
    display: flex;
    height: 100% !important;
    position: relative;
}

.acceptedAttend_count {
    position: absolute;
    right: 13px;
    bottom: 10px;
}

.event-details {
    flex: 1;
}

.event-details {
    padding: 20px 13px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.md-heading {
    color: #121212;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    gap: 3px 5px;
}

.xl-heading {
    color: #121212;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}

.error-block .profile-block {
    text-align: center;
    display: grid;
    gap: 15px;
}

.error-block .avatar-upload {
    margin: auto;
}



/*  */
.rightFilter_form {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dateRight_icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 13px;
}

/* IMR */
.broadcast-btn {
    background-color: #3DC13C;
    height: 46px;
    width: 46px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.broadcast-btn:hover {
    background-color: #000;
}

.card-box {
    background: #fff;
    border-radius: 8px;
    display: flex;
    padding: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 0 25px;
    height: calc(100% - 25px);
}

.card-box.inactive-auth {
    background: #f7f7f7;
}

.user-infos {
    flex: auto;
}

.card-box .action-btn {
    align-items: center;
}

.user-pimg {
    flex: 0 0 80px;
    width: 80px;
    margin-right: 20px;
}

.user-pimg img {
    width: 75px;
    height: 75px;
    min-height: 75px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.dropdown-toggle.before-none::after {
    display: none;
}

.action-btn .dropdown-menu {
    font-size: 14px;
    color: #3A3A3C;
}

.action-btn .action-dropdown li a {
    padding: 8px;
    border-radius: 0;
    border-bottom: 1px solid #F1F1F1;
    position: relative;
    padding-left: 26px;
}

.action-btn .action-dropdown li a svg {
    position: absolute;
    left: 0;
    width: 17px;
    top: 11px;
}

.action-btn .action-dropdown li:last-child a {
    border: 0;
}

.action-btn .action-dropdown li {
    padding: 0 5px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #000;
    background-color: #f7f7f7;
}

.dropdown-item.no-hover:hover,
.dropdown-item.no-hover:focus {
    color: #000;
    background-color: transparent;
}

.deleteBtn {
    color: #E7062D;
}

.deleteBtn:hover {
    color: #E7062D;
    background-color: #fee;
}

.dropdown-item .form-check {
    padding: 0;
    margin: 8px 0 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-check-input,
.form-check-input:focus,
.form-check-input:active {
    background-color: #CFCFCF;
    border: 0;
}

.form-switch .form-check-input:focus,
.form-switch .form-check-input:active,
.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: #5BDB3B;
    border-color: #5BDB3B;
}

.authText {
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    gap: 8px;
    margin-bottom: 4px;
}

.authText svg {
    margin-top: 3px;
}

.user-infos .common-info-list {
    font-size: 15px;
    color: #808080;
}

.authName {
    color: #121212;
    font-size: 18px;
    font-weight: 600;
    margin: -3px 0 0 0;
}





/* Coach Details */
.performance_inner_box {
    display: flex;
    align-items: center;
    gap: 46px;
    background: #F8F8F8;
    backdrop-filter: blur(4.69px);
    padding: 20px 15px;
    border-radius: 10px;
}

.perf_rightStats {
    flex: auto;
}

.certificates_box {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.certificates_list img {
    width: 138px;
    height: 99px;
    object-fit: cover;
}

.perf_chartBox {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pie-chart {
    width: 94px;
    min-width: 94px;
    height: 94px;
    border-radius: 50%;
    position: relative;
}

/* Inner white circle to create the donut effect */
.pie-chart::before {
    content: "";
    width: 60px;
    height: 60px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.perf_chartContent {
    max-width: 250px;
}

.perf_chartTitle {
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: normal;
}

.perf_chartDesc {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 14px;
}

.perf_chartStatus {
    display: flex;
    align-items: center;
    gap: 21px;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.perf_chartStatus div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.perf_chartStatus span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.win {
    background: #28a745;
}

.loss {
    background: #007bff;
}

.draw {
    background: #ffc107;
}



.perf_stats {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.perf-stat-box {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
}

.stat-line {
    width: 3px;
    height: 51px;
    border-radius: 5px;
}

.perf-stat-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stat-value {
    color: #3A3A3C;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.stat-text {
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    white-space: nowrap;
    line-height: normal;
    margin: 16px 0 0;
}

.stat-dark-text {
    font-weight: 500;
    color: #3A3A3C;
}


.feedback_imgBox {
    display: flex;
    align-items: center;
    gap: 11px;
}

.feedback_imgBox img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.feedback_imgBox h4 {
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.feedback_desc {
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 12px 0 0;
}

.team_feedback_list {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 17px;
    padding-bottom: 17px;
}

.team_feedback_list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.player_rating_text {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
}

.player_switch_center .plan_time label {
    margin: 0 auto;
}

.player_switch_center .plan_time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.player_switch_center {
    margin-bottom: 16px;
}

/*  */


.input-group>.intl-tel-input.allow-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

.input-group>.intl-tel-input.allow-dropdown>.flag-container {
    z-index: 4;
}

.iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("https: //cdnjs .cloudflare .com/ajax/libs/intl tel input/ 12.1em 0.6em /img/flags @2x .png;");
    }
}

.iti-flag.gb {
    height: 14px;
    width: 20px;
    border-radius: 4px;
    background-position-y: 2px;
    background-color: transparent;
}

.intl-tel-input {
    display: block;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
    /* padding-left: 105px !important; */
    padding-top: 12px;
}

.intl-tel-input input[type="tel"] div {
    padding-left: 15px;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
    /* border-right: 1px solid #ddd; */
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}

.contryList {
    position: relative;
}

.intl-tel-input.iti-container {
    top: 75px !important;
    left: 0 !important;
    width: 100% !important;
}

.intl-tel-input .country-list .country {
    font-size: 14px;
}

.intl-tel-input .country-list {
    white-space: unset;
    width: 100%;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-right: 20px;
}

/*  */
/*  */
.filter_boxTitle {
    color: #121212;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.filter_box {
    margin-top: 38px;
}

/*  */
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    text-shadow: none;
    background-color: transparent;
    color: #595959;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    display: none;
}

.irs--flat .irs-bar {
    top: 27px;
    height: 4px;
    background-color: #3DC13C;
}

.irs--flat .irs-handle {
    width: 16px;
    height: 16px;
    border: 3px solid #3DC13C;
    background: #fff;
    top: 21px;
}

.irs--flat .irs-line {
    height: 4px;
    background-color: #F2F2F2;
}

.irs-min,
.irs-max {
    display: none;
}

.irs--flat {
    height: 0;
}

.irs-from,
.irs-to,
.irs-single {
    top: 44px;
}

.experience-slider {
    position: relative;
    height: 65px;
}

/*  */
.modal_searchIcon {
    position: relative;
}

.modal_searchIcon .form-control {
    padding-left: 40px;
}

.searchIcon {
    position: absolute;
    left: 12px;
    top: 10px;
}

.dropdown-container {
    position: relative;
    width: 100%;
}

.dropdown-coach-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    scrollbar-width: thin;
    border-radius: 8px;
    border: 1px solid #D3D3D3;
}


.dropdown-coach-list.show {
    display: block;
}

.dropdown-coach-listt {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    scrollbar-width: thin;
    border-radius: 8px;
    border: 1px solid #D3D3D3;
}

.dropdown-coach-listt.show {
    display: block;
}

.dropdown-item-box {
    display: flex;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid rgba(211, 211, 211, 0.30);
}

.dropdown-item-box span {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    gap: 7px;
    display: flex;
    align-items: center;
}

.dropdown-item-box:hover {
    background: #fafafa;
}

.dropdown-item-box img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 6px;
}

.dropdown-item-box input {
    margin-left: auto;
}

.custome_dropCheck input[type="checkbox"],
.custome_dropCheck input[type="radio"] {
    height: 16px;
    width: 16px;
    min-width: 16px;
    margin: 4px 0 0 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.custome_dropCheck input[type="checkbox"]:checked,
.custome_dropCheck input[type="radio"]:checked {
    border: 2px solid #3DC13C;
    background: #3DC13C;
}

.custome_dropCheck input[type="checkbox"]:checked::before,
.custome_dropCheck input[type="radio"]:checked::before {
    content: "\f00c";
    height: 100%;
    color: #fff;
    font-family: "Font-awesome-5-pro";
    position: absolute;
    font-weight: 500;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custome_dropCheck {
    display: flex;
    align-items: center;
}

.assignment_dropBox .accordion-button {
    background: #F2F2F2;
    font-size: 14px;
    font-weight: 500;
    color: #121212;
    padding: 14px 11px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.assignment_dropBox .accordion-button:not(.collapsed) {
    background: #F2F2F2;
    color: #121212;
    box-shadow: none;
}

.assignment_dropBox {
    padding: 16px;
}

.assignment_dropBox .accordion-item {
    border: 0;
    margin-bottom: 14px;
}

.assignment_dropBox .accordion-item:last-child {
    margin-bottom: 0;
}

.assignment_dropBox .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 7.45837L11.1667 12.8917C10.525 13.5334 9.47503 13.5334 8.83336 12.8917L3.40002 7.45837' stroke='%23616168' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.assignment_dropBox .accordion-button:not(.collapsed)::after {
    transform: unset;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 12.5416L11.1667 7.10829C10.525 6.46662 9.47503 6.46662 8.83336 7.10829L3.40002 12.5416' stroke='%23616168' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.assignment_dropBox .accordion-body {
    padding: 0;
}

.dropdown-item-scroll {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.uploaded-list {
    margin-top: 20px;
}

.uploaded-item {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    padding: 13px;
    border-radius: 5px;
    margin-bottom: 10px;
    gap: 6px;
}

.uploaded-item img {
    width: 24px;
}

.uploaded-item h3 {
    color: #121212;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: normal;
}

.fileUpload_button .form-control::-webkit-file-upload-button {
    display: none;
}

.upload_box_label {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #D3D3D3;
    background-color: #FFF;
    width: 100%;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    cursor: pointer;
}

.upload_box_label:hover {
    background-color: #F8F8F8;
}



.uploaded-item .remove-btn {
    color: #E7062D;
    margin-left: auto;
    cursor: pointer;
    line-height: 12px;
}

.uploaded-item .remove-btn:hover {
    opacity: 0.6;
}

.team_select_box {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #D3D3D3;
    background-color: #FFF;
}

.team_select_item {
    border-radius: 4px;
    padding: 3px 7px;
    background: #F8F8F8;
    color: #1B1B1B;
    font-size: 12px;
    font-weight: 500;
}

.teamPlaceholder {
    font-weight: 400;
    color: #6c757d;
}

.team_select_list {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.team_select_item button {
    border: 0;
    padding: 0;
    background: transparent;
    margin-left: 3px;
}

.upCertifiTitle {
    color: #121212;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 19px;
}

.upload_text {
    color: #3DC13C;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    padding-top: 11px;
    cursor: pointer;
    display: block;
    text-align: center;
}

.dropdown-toggle::after {
    display: none;
}


.responsibilitie_box {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.responsibilitie_box li::before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8' viewBox='0 0 7 8' fill='none'%3E%3Cpath d='M6.5 3.13397C7.16667 3.51887 7.16667 4.48113 6.5 4.86603L2 7.4641C1.33333 7.849 0.5 7.36788 0.5 6.59808L0.5 1.40192C0.5 0.632124 1.33333 0.150998 2 0.535898L6.5 3.13397Z' fill='%23808080'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    width: 10px;
    height: 10px;
    left: 0;
    top: 5px;
}

.responsibilitie_box li {
    color: #808080;
    padding-left: 18px;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 23px;
    line-height: normal;
}

.respons_selectBox {
    border-radius: 8px;
    border: 1px solid #D3D3D3;
    padding: 18px;
}

.respons_selectBox .form-control {
    border-radius: 8px;
    border: 1px solid #E7E7E9;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(13, 19, 73, 0.06);
}

.respons_select_item {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.respons_select_item label {
    color: #3A3A3C;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.respons_select_item .custome_dropCheck {
    position: relative;
    top: 3px;
}

.respons_select_item {
    margin-bottom: 23px;
}

.respons_select_list {
    margin-top: 25px;
}

.close_respons {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-left: auto;
}

.uploadedCertificateBox {
    margin-bottom: 28px;
}

/* team management */
.featured-wrapper {
    min-height: 150px;
    border-radius: 8px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    margin: 0 0 20px;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 30px;
}

.featured-wrapper::before {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, #010005 0%, #1C501F 100%);
    opacity: 0.8;
}

.team-icon {
    background: rgba(255, 255, 255, 0.15);
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 74px;
}

.teamProfile {
    display: flex;
    align-items: center;
    gap: 18px;
}

.tc {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0 0 5px;
}

.tc span {
    color: #F2F2F2;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.teamPics {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 0 10px;

}

.team-thumb {
    position: relative;
    border-radius: 50%;
    z-index: 0;
    margin-left: -10px;
    border: 2px solid #fff;
    transition: all .3s ease;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: #fff;
    transition: all .5s ease;
}

.team-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.team-thumb span {
    display: block;
    text-align: center;
    background-color: #DAF8D0;
    border-radius: 50%;
    font-size: 15px;
    line-height: 35px;
    color: #808080;
    font-weight: 400;
    width: 100%;
    height: 100%;
}

.team-thumb:hover {
    z-index: 1;
}

.tooltip {
    font-size: 12px;
}

.card-head {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    white-space: nowrap;
}

.card-box.no-flex {
    display: block;
}

.card-titles {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-subtitles {
    color: #808080;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 15px;
}

.player-flex {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: nowrap;
}

.p-counts {
    color: #808080;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.rest-of-thumbs {
    display: none;
}

.clr-names {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
}


/*  */
.profile-text-big {
    width: 150px;
    height: 150px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    font-size: 56px;
    border-radius: 50%;
}

.right_category_tag {
    display: inline-block;
}

.right_category_tag {
    display: block;
    margin-top: auto;
    background: rgba(0, 123, 255, 0.10);
    border-radius: 8px;
    color: #808080;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 400;
    padding: 4px 8px;
}

.right_category_tag span {
    color: #121212;
}

.right_category_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
}

.t-card {
    border-radius: 4px;
    border: 1px solid #F2F2F2;
    padding: 16px;
    text-align: center;
}

.custome-20 {
    width: 20%;
}

.t-image img {
    width: 88px;
    height: 88px;
    margin: auto;
    min-width: 88px;
    border-radius: 50%;
    object-fit: cover;
}

.t-name {
    color: #121212;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
    margin-top: 10px;
}

.t-category {
    color: #808080;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
}

.t-button .common-btn {
    width: 24px;
    height: 24px;
    padding: 0;
}

.t-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 9px;
    margin-top: 10px;
    border-top: 1px solid #F2F2F2;
}

.t-coach-active {
    border: 1px solid rgba(61, 193, 60, 0.20);
    background: rgba(61, 193, 60, 0.05);
}

.t-coach-active .t-category {
    color: #3DC13C;
}

.right_viewSchedule {
    display: flex;
    align-items: center;
    gap: 13px;
    font-weight: 400;
    font-size: 18px;
    color: #3DC13C;
}

.event_flexNowrap {
    flex-wrap: nowrap;
    align-items: center;
}

/*  */

.white-border-btn,
.calendar_tabs.nav-pills .nav-link {
    border-radius: 12px;
    border: 1px solid #F2F2F2;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    width: 46px;
    height: 46px;
    min-width: 46px;
    padding: 0;
}

.white-border-btn:hover,
.calendar_tabs.nav-pills .nav-link.active,
.calendar_tabs.nav-pills .show>.nav-link {
    background: #FFF;
    color: #121212;
    border: 1px solid #121212;
}

.calendar_tabs {
    gap: 10px;
}

.perf_chartBG {
    border-radius: 8px;
    border: 1px solid #D3D3D3;
    background: #F2F3F3;
    padding: 14px 30px;
    width: fit-content;
}

.perf_chartBG div {
    gap: 10px;
}


.padd24 {
    padding: 24px 0;
}

.filter_check_event {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
}

.filter_check_event:last-child {
    padding-bottom: 0;
}

.filter_checkLabel {
    color: #3A3A3C;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter_checkLabel span {
    width: 20px;
    min-width: 20px;
    border-radius: 50%;
    height: 20px;
}

.win_filter {
    background-color: #3DC13C;
}

.loss_filter {
    background-color: #007BFF;
}

.draw_filter {
    background-color: #E8A901;
}

.common_colordiv {
    display: inline-block;
    width: 13px;
    min-width: 13px;
    height: 13px;
    border-radius: 50%;
}

.add_moreList {
    border-radius: 8px;
    background: rgba(61, 193, 60, 0.10);
    border: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 50px;
    top: 40px;
}

.add_moreList:hover {
    background: rgba(60, 193, 60, 0.295);

}


/*  */
.staff_card .authName {
    margin: 0px 0 5px 0px;
}

.staff_card .user-pimg {
    flex: 0 0 50px;
    width: 50px;
    margin-right: 12px;
}

.staff_card .user-pimg img {
    width: 50px;
    height: 50px;
    min-height: 50px;
}

.staff_card.card-box {
    align-items: center;
}

.relactation_tag {
    color: #007BFF;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    background: rgba(0, 123, 255, 0.10);
    padding: 1px 6px;
    display: inline-block;
    margin-left: 3px;
}

.uploadOpcionalText {
    color: #808080;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-top: 3px;
}

.form-control.dropdown-toggle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
    width: 100%;
}

/*  */




/* Event */
.event_green_btn,
.event_yellow_btn,
.event_blue_btn {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 21px;
    transition: all 0.5s ease;
    text-align: center;
    width: 100%;
    display: inline-block;
    border-radius: 8px;
}

.event_green_btn {
    background: #3DC13C;
    color: #fff;
}

.event_green_btn:hover {
    background: #21a021;
    color: #fff;
}

.event_yellow_btn {
    background: #E8A901;
    color: #fff;
}

.event_yellow_btn:hover {
    background: #d19b07;
    color: #fff;
}

.event_blue_btn {
    background: #007BFF;
    color: #fff;
}

.event_blue_btn:hover {
    background: #045ebe;
    color: #fff;
}

.create_button_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 330px;
    justify-content: center;
    margin: 23px auto 10px;
}

input.form-control[type="date" i]::-webkit-calendar-picker-indicator {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.41016 1.60254V4.00639' stroke='%2343474C' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.8203 1.60254V4.00639' stroke='%2343474C' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.80469 7.28418H16.4259' stroke='%2343474C' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.8268 6.8111V13.622C16.8268 16.0258 15.6249 17.6284 12.8205 17.6284H6.41055C3.60617 17.6284 2.4043 16.0258 2.4043 13.622V6.8111C2.4043 4.40725 3.60617 2.80469 6.41055 2.80469H12.8205C15.6249 2.80469 16.8268 4.40725 16.8268 6.8111Z' stroke='%2343474C' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5759 10.9778H12.5831' stroke='%2343474C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5759 13.3811H12.5831' stroke='%2343474C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.61107 10.9778H9.61826' stroke='%2343474C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.61107 13.3811H9.61826' stroke='%2343474C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.64622 10.9778H6.65342' stroke='%2343474C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.64622 13.3811H6.65342' stroke='%2343474C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-size: 20px;
    cursor: pointer;
}

input.form-control[type="time" i]::-webkit-calendar-picker-indicator {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3327 9.99935C18.3327 14.5993 14.5993 18.3327 9.99935 18.3327C5.39935 18.3327 1.66602 14.5993 1.66602 9.99935C1.66602 5.39935 5.39935 1.66602 9.99935 1.66602C14.5993 1.66602 18.3327 5.39935 18.3327 9.99935Z' stroke='%2343474C' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.0914 12.6495L10.5081 11.1078C10.0581 10.8411 9.69141 10.1995 9.69141 9.67448V6.25781' stroke='%2343474C' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-size: 20px;
    cursor: pointer;
}


.checkGameBox {
    display: flex;
    gap: 10px 30px;
    flex-wrap: wrap;
}

.checkGameType {
    padding-bottom: 65px;
}

.checkGameText {
    color: #121212;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 23px;
}

.custome_radioBox .form-check-input,
.custome_radioBox .form-check-input:focus,
.custome_radioBox .form-check-input:active {
    background-color: transparent;
    border: 1px solid #CFCFCF;
    width: 18px;
    height: 18px;
    margin: 0;
}

.custome_radioBox .form-check-input:checked {
    background-color: transparent;
    border: 2px solid #3DC13C;
}

.custome_radioBox .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233DC13C'/%3e%3c/svg%3e");
}

.custome_radioBox {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
}

label.entrenamiento_black {
    color: #000;
}

.call_setup {
    border-radius: 8px;
    background: rgba(242, 242, 242, 0.50);
    padding: 18px 13px;
    margin-bottom: 30px;
}

.call_setup_text {
    color: #3DC13C;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: underline;
}

.call_setup p {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0;
}

/*  */


.border-btn-red {
    border-radius: 8px;
    border: 1px solid #E7062D;
    background: #FFF;
    color: #E7062D;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
    min-width: 46px;
    transition: all .3s ease;
}

.border-btn-red:focus {
    box-shadow: none;
}

.border-btn-red:hover {
    background: #E7062D;
    color: #FFF;
}

.match-container-box {
    background-size: 100% 100%;
    padding: 25px;
    border-radius: 11px;
    background-position: center center;
    margin-bottom: 40px;
}

.match-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}

.match-category-title {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.match-tag {
    color: white;
    padding: 5px 16px;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 11px;
    background: #3DC13C;
}

.scoreboard-team {
    padding: 20px 15px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.match-scoreboard-box {
    background: rgba(104, 236, 56, 0.05);
    border: 1px solid #3DC13C;
    position: relative;
    height: 71px;
    transform: skewX(-16deg);
}

.scoreboard-score {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
}

.match-scoreboard {
    transform: skewX(16deg);
    display: inline-flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.team-winner {
    position: relative;
}

.match-scoreboard::before {
    position: absolute;
    background-color: rgba(104, 236, 56, 0.14);
    width: 100%;
    height: 100%;
    transform: skewX(-16deg);
    content: '';
    top: 0;
    left: 0;
    z-index: 0;
}

.match-scoreboard.team-winner-b::before {
    left: unset;
    width: 50%;
    right: 0;
}

.match-scoreboard.team-winner-a::before {
    width: 51%;
}

.scoreboard-team:first-child {
    padding-left: 70px;
    padding-right: 50px;
}

.scoreboard-team:last-child {
    padding-right: 70px;
    padding-left: 50px;
}

/*  */
.participet_teams {
    display: flex;
    align-items: center;
    gap: 102px;
    padding: 0;
    list-style: none;
}

.event_border_card {
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    padding: 15px 20px;
}

.eventTab_title {
    color: #141414;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.participet_team_box {
    border-radius: 50%;
    background: #F4F4F4;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.participet_team_box::before {
    position: absolute;
    content: '';
    right: -50%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #F2F2F2;
    width: 1px;
    height: 40px;
}

.participet_team_box:last-child::before {
    display: none;
}

.participet_team_status h3 {
    color: #3A3A3C;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin: -4px 0 0;
    line-height: 1;
}

.participet_team_status span {
    color: #808080;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
}

.participet_team_status {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 4px;
    border: 1px solid;
    background-color: #fff;
    border-radius: 50%;
    width: 76px;
    height: 76px;
}

.meeting_timeText {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.meeting_timeText span {
    color: #3A3A3C;
}

.participet_playerCard,
.eventDetail_tabBox {
    margin-bottom: 30px;
}

.eventTab_desc {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
}

.participate-col {
    width: 14.28%;
}

.participet_border {
    border: 1px solid;
    padding: 20px;
    border-radius: 11px;
}

.checkParti_right {
    position: relative;
    width: fit-content;
    margin: -10px -6px 0 auto;
}

.participet_titleFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

/*  */
.morning_event_name {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.50);
    position: relative;
    width: 100%;
    transform: skewX(-16deg);
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    justify-content: center;
    padding: 10px;
    max-width: 495px;
}

.leagueMatchFlex {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.repeatEvent_on {
    display: flex;
    align-items: center;
    gap: 13px;
}

.repeatEvent_on h3 {
    color: #3A3A3C;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.repeatEvent_on span {
    color: #808080;
    font-size: 13px;
    display: block;
    font-weight: 400;
}

.leagueMatchText {
    color: #3A3A3C;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.addMore-box,
.addMore-row {
    position: relative;
    max-width: 1000px;
}

.create-add-more {
    border-radius: 8px;
    background: rgba(61, 193, 60, 0.10);
    border: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 22px;
}

/*  */

.action_flexColumn .right-swich {
    display: flex;
    align-items: end;
    gap: 7px;
    margin: 0 0 8px;
}

.action_flexColumn .right-swich .form-check-input {
    margin-left: 0;
}

.action_flexColumn {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.btn-cancelled-tag {
    color: #ff321e !important;
    background: #fce1e1;
    font-size: 14px;
    font-weight: 400 !important;
    border-radius: 8px;
    padding: 4px 7px;
}

.action-btn .action-dropdown li a img {
    position: absolute;
    left: 6px;
    width: 17px;
    top: 11px;
    max-width: 13px !important;
}

.flex-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.theme-btn {
    background-color: #3DC13C;
    color: #ffff;
    border: 1px solid #3DC13C;
    font-size: 16px;
    border-radius: 8px;
    padding: 3px 15px;
}

.theme-btn:hover {
    color: #3DC13C;
    background-color: transparent;
}

.sendEvent-modalDes {
    background-color: #F2F3F3;
    color: #000;
    text-align: center;
    border-radius: 8px;
    padding: 18px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 18px;
    display: block;
}

.nameEdit-btn {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.nameEdit-btn .common-btn {
    height: 28px;
    width: 28px;
}

.custom_dropBox {
    position: absolute;
    background: #fff;
    z-index: 10;
    min-width: 150px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border-radius: 10px;
}

.custom_dropList {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 140px;
    overflow: auto;
    scrollbar-width: thin;
}

.custom_dropList li {
    border-bottom: 1px solid #ddd;
    padding: 6px 10px;
    font-size: 15px;
    color: #000;
}

.custom_dropList li:last-child {
    border-bottom: 0;
}

/* coach event page css start */
.lineUp-tab {
    max-width: 430px;
    margin: auto;
    text-align: center;
    padding: 60px 0;
}

.teamHeading {
    color: #141414;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.descriptionTrack {
    color: #808080;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.lineUp-tab .border-btn {
    padding: 13px 68px;
}

.single-tabs {
    border-radius: 8px;
    border: 1px solid #D3D3D3;
    background: #F2F3F3;
    padding: 4px;
}

.single-tabs .nav-item {
    flex: 1;
}

.single-tabs .nav-item .nav-link {
    text-align: center;
    width: 100%;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    padding: 7px;

}

.single-tabs .nav-item .nav-link.active {
    border-radius: 4px;
    border: 1px solid #E7E7E9;
    background: #FFF;
    color: #121212;
    font-weight: 500;
    box-shadow: 0px 4px 40px 0px rgba(13, 19, 73, 0.06);
}

.single-tabs .nav-item .nav-link.active::after {
    content: none;
}

.groundImg-block img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.tabInner-content {
    padding: 24px 0;
}

.teamScore-box {
    border-radius: 4px;
    border: 1px solid var(--outline, #F2F2F2);
    background: #FFF;
    padding: 26px 20px;
}

.teamScore-box .accordion-item {
    margin-bottom: 14px;
    border: 0;
    border-radius: 8px;
}

.teamScore-box .accordion-item:last-child {
    margin-bottom: 0;
}

.teamScore-box .accordion-button {
    border-radius: 8px !important;
    background: #F2F2F2;
    box-shadow: unset;
    color: #121212;
    font-size: 16px;
    font-weight: 600;
}

.teamScore-box .accordion-button:not(.collapsed) {
    background: transparent;
    border: 1px solid #3DC13C;
    color: #3DC13C;
}

.teamScore-box .accordion-body {
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    margin-top: 10px;
}

.teamScore-box .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect x="0.26087" y="0.26087" width="23.4783" height="23.4783" rx="6" fill="white" stroke="%23F2F2F2" stroke-width="0.521739"/><path d="M6.40039 12H17.6004" stroke="%23121212" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 17.6004V6.40039" stroke="%23121212" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.teamScore-box .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M16.6004 7.45898L11.1671 12.8923C10.5254 13.534 9.47539 13.534 8.83372 12.8923L3.40039 7.45898" stroke="%233DC13C" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    transform: rotate(0deg);
}

.scoreTrack {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.scoreTrack span {
    color: #3A3A3C;
    font-size: 14px;
    font-weight: 500;
}

.teamScore-box .form-group:last-child {
    margin-bottom: 0;
}

.choosePlayer-list {
    padding: 0;
    border-bottom: 1px solid #F2F2F2;
    border-radius: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.choosePlayer-list .user-pimg {
    flex: 0 0 38px;
    width: 38px;
    margin-right: 10px;
}

.choosePlayer-list .user-pimg img {
    width: 38px;
    min-height: 38px;
    height: 38px;
}

.choosePlayer-list .authName {
    font-size: 15px;
}

.choosePlayer-list .authText {
    font-size: 14px;
}

.choosePlayerModal .modal-header {
    padding: 24px;
}

.choosePlayerModal .modal-body {
    padding: 0 24px;
}

.choosePlayerModal .modal-footer {
    padding: 15px 24px 30px;
}

.groundImg-block {
    position: relative;
}

.teamNumber-track {
    background: #fff;
    position: absolute;
    top: 10px;
    left: 13px;
    padding: 4px 30px;
    border-radius: 8px;
    color: #121212;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.social_block.action-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    flex-direction: column;
    gap: 6px;
}

.social_block.action-btn .common-btn {
    height: 28px;
    width: 28px;
}

.border-box {
    padding: 16px 18px;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}

.listBottom-space {
    padding-bottom: 22px;
    margin-bottom: 0;
}

.teamContent-box:not(:last-child) {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 22px;
}

.team-score-block {
    padding: 30px 0 0;
}

.maxWidth-668 {
    max-width: 668px;
}

.voting-block {
    border-radius: 8px;
    border: 1px solid rgba(232, 169, 1, 0.50);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
    background-image: url(../img/star-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 275px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.voting-block .profile-about {
    background: transparent;
    padding: 28px;
}

.bestPlayer {
    color: #808080;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.voting-block .player-name-title {
    font-size: 28px;
    margin-bottom: 3px;
}

.noData {
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
    color: #000000;
    font-weight: 600;
}

.voting-label {
    color: #808080;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.votingUser-img {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(104, 236, 56, 0.05);
    padding: 14px;
    border-bottom: 1px solid #E7F1E3;
}

.votingUser-name {
    color: #3A3A3C;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.voting-innerBox {
    width: calc(100% - 100px);
}

.votingUser-img figure {
    margin: 0;
}

.votingUser-img figure img {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
}

.voting-count {
    width: 100px;
    text-align: center;
    color: #121212;
    font-size: 16px;
    font-weight: 500;
}

.votingCount-label {
    width: 100px;
    text-align: center;
}

/* coach event page css end */


.eventDetail_tab {
    margin-top: 30px;
}



.share-container-box {
    position: relative;
}


.social-icons-box {
    display: flex;
    gap: 10px;
    position: absolute;
    top: -39px;
    left: 60px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-15px);
    transition: all 0.4s ease;
    z-index: 10;
}

.social-icons-box.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.share_icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}
.share_icon i {
    color: #fff;
}

.share_icon:hover {
    color: #fff;
    opacity: .8;
}

.icon_whatsapp {
    background: #25D366;
}

.icon_instagram {
    background: #E4405F;
}

.icon_facebook {
    background: #1877F2;
}

.icon_messenger {
    background: #0084FF;
}

.icon_twitter {
    background-color: #000;
}



/* New m3 */



.progress-circle-box {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    background: conic-gradient(#F4F4F4 0%, #F4F4F4 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    transition: background 0.4s ease;

}

.progress-circle-box::before {
    content: '';
    width: 84px;
    height: 84px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
}


.progress-circle-box .circle-value {
    color: #3A3A3C;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.progress-circle-box .circle-label {
    color: #3A3A3C;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-top: 8px;
    display: block;
    line-height: 1;
}


/*  */
.overview-label-text .overview-value {
    color: #3A3A3C;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
}

.overview-label-text .overview-label {
    color: #808080;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-top: 8px;
    display: block;
    line-height: 1;
}

.bg-none {
    background-color: transparent;
}

.attendance_trackingBox img {
    width: 100%;

}



.attendanceCheck_user {
    display: flex;
    align-items: center;
    gap: 6px;
}

.attendanceCheck_user img {
    width: 24px;
    height: 24px;
    border-radius: 50%;

}

.attendanceCheck_user span {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    gap: 7px;
    display: flex;
    align-items: center;
}

.player-event-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 24px 41px 24px 24px;
}

.player-event-name {
    color: #141414;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.player-event-dlt {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 124px;
}

.player-response-item span {
    color: #808080;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    display: block;
    line-height: 1;
}

.player-response-item h4 {
    color: #3A3A3C;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}

.player-event-box {
    margin-top: 28px;
}

.player-response-item {
    position: relative;
}

.player-response-item:not(:last-child)::before {
    position: absolute;
    content: '';
    right: -62px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #F2F2F2;
    width: 1px;
    height: 40px;
}

.playerStatistics_user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.playerStatistics_user img {
    width: 88px;
    min-width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
}

.playerStatistics_name h3 {
    color: #121212;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.playerStatistics_name span {
    color: #808080;
    font-size: 16px;
}

.playerStatistics_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
    gap: 15px;
}

.playerStatistics_goal {
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 8px;
    background: rgba(232, 169, 1, 0.20);
    padding: 18px 30px;
}

.playerStatistics_scored h3 {
    color: #141414;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 7px;
    line-height: 1;
}

.playerStatistics_scored span {
    color: #141414;
    font-size: 16px;
}


.attendance-score-box .participet_teams {
    gap: 30px 52px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.main-total-100 {
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    border-radius: 0;
    padding-bottom: 21px !important;
}

.attendance-score-title {
    color: #141414;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 22px;
}

.attendance-score-box .participet_team_box::before {
    right: -35px;
}

.attendance-score-box .player-response-item span {
    margin-bottom: 16px;
}

.cardTotal_goal {
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 0 48.649px 0 rgba(0, 0, 0, 0.08);
    width: 60px;
    height: 60px;
    border: 3px solid #F4F4F4;
    color: #3A3A3C;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-direction: column;
    gap: 4px;
}

.cardTotal_goal span {
    color: #808080;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    display: block;
}


/*  */
.teamsIndexModal .side_nav {
    z-index: 1080;
}

.teamsIndexModal .dash_header {
    z-index: 1080;
}

.flex-bottom-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.result-declare {
    border-radius: 8px;
    background: transparent;
    border: 1px solid #121212;
    color: #121212;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px;
}

.result-declare:hover {
    background: #121212;
    border: 1px solid #121212;
    color: #fff;
}

/*  */


.sponsorLogoBox {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    margin: 22px 0 0;
}

.sponsorLogoBox li {
    background: rgba(242, 242, 242, 0.50);
    border: 1px solid rgba(128, 128, 128, 0.20);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.sponsorLogoBox li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.season-open-in {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: block;
}


/* News */
.news-slide-img {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 3/1.2;
    border-radius: 14px;
}

.news-slide-img img {
    border-radius: 14px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-slide-block {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #DADADA;
    padding-inline: 30px;
}

.news-slide-block .swiper-button-next,
.swiper-rtl .news-slide-block .swiper-button-prev {
    right: -16px;
}

.news-slide-block .swiper-button-prev,
.news-slide-block .swiper-rtl .swiper-button-next {
    left: -16px;
}
.news-slide-block .swiper-button-next,
.news-slide-block .swiper-rtl .swiper-button-prev,  .news-slide-block .swiper-button-prev, .news-slide-block
.swiper-rtl .swiper-button-next {
    top: 55%;
    transform: translate(0%, -50%);
}

svg.swiper-navigation-icon {
    display: none;
}
.news-slide-block .swiper-button-next:after,
.news-slide-block .swiper-button-prev:after {
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    content: "" !important;
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
}

.news-slide-block .swiper-button-next:after,
.news-slide-block .swiper-rtl .swiper-button-prev:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.45898 3.39961L12.8923 8.83294C13.534 9.47461 13.534 10.5246 12.8923 11.1663L7.45898 16.5996' stroke='%2343474C' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.news-slide-block .swiper-button-prev:after,
.news-slide-block .swiper-rtl .swiper-button-next:after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.541 3.39961L7.10768 8.83294C6.46601 9.47461 6.46601 10.5246 7.10768 11.1663L12.541 16.5996' stroke='%2343474C' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/*  */
/* News Cards Styles */
.news-section {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.news-card {
    border-radius: 8px;
    background: #FFF;
    height: 100%;
    padding: 20px;
    width: 100%;
}

.news-card-content {
    display: flex;
    gap: 17px;
}



.news-card-category {
    color: #121212;
    padding: 3px 11px;
    font-size: 13px;
    display: inline-block;
    border-radius: 8px;
    background: rgba(0, 123, 255, 0.10);
}

.news-card-title {
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: normal;
    display: block;
}

.news-card-excerpt {
    color: #808080;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 8px;
    word-break: break-word;
}

.news-reviwe-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-top: auto;
}

.news-category-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 2px;
}

.news-reviwe-info span,
.news-reviwe-info a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #808080;
    font-size: 14px;
    line-height: 1;
}

.news-card-img {
    width: 137px;
    height: 133px;
    min-width: 137px;
    flex:0 0 137px;
}

.news-card-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.news-reviwe-info a svg {
    color: #3A3A3C;
}

.news-reviwe-info a:hover,
.news-reviwe-info a:hover svg {
    color: #3DC13C;
    transition: all 0.2s ease;
}

/*  */
.news-card-details .news-card-img {
    width: 40%;
    min-width: 40%;
    height: auto;
    max-height: 500px;
}

.news-card-details .news-card-category {
    font-size: 15px;
    padding: 2px 10px;
}

.news-card-details .news-card-title {
    font-size: 20px;
}

.news-card-details .news-card-title {
    font-size: 20px;
    margin-bottom: 11px;
    margin-top: 16px;
}

.news-card-details .news-reviwe-info {
    margin-bottom: 25px;
}

.news-card-details .news-reviwe-info span,
.news-card-details .news-reviwe-info a {
    font-size: 16px;
}

.likeModalUser {
    display: flex;
    gap: 13px;
    align-items: center;
    padding-bottom: 26px;
}

.likeModalUser span {
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.likeModalUser img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.likeMax-height {
    max-height: 450px;
    overflow: auto;
}

.btn-close {
    width: 13px;
    height: 13px;
    opacity: 1;
    background-size: 13px;
    padding: 0;
}

.btn-close.text-reset.absBtn {
    position: absolute;
    top: 30px;
    right: 37px;
}

/* Chat page */
.profileThumb {
    margin: 50px auto 0;
    text-align: center;
}

.auth-name {
    color: #141414;
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0 2px;
}

.profileThumb img , .profileThumb .intials {
    border-radius: 50%;
    object-fit: cover;
    width: 200px;
    height: 200px;
}
.profileThumb .intials {
       display: flex;
    margin: 0 auto;
    object-position: center;
    align-items: center;
        font-size: 50px;
    justify-content: center;
}
.profileThumb span {
    color: #808080;
    font-size: 16px;
}

.grpblock {
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    background: rgba(242, 242, 242, 0.40);
    padding: 14px;
    margin: 30px auto 15px;
}

.addMember {
    color: #121212;
    font-size: 16px;

    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    padding: 14px;
    margin: 15px auto;

    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.08);
}

.addMember:hover {
    color: #0CAB50;
    border: 1px solid #0CAB50;
}

.memeberblock {
    border-radius: 8px;
    border: 1px solid var(--outline, #F2F2F2);
    padding: 0 12px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
}

.memeberblock .common-btn {
    border: 0;
    height: auto;
    width: auto;
    border-radius: 0;
    background-color: #fff;
    align-items: center;
    padding: 0;
}

.chat-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.memeberblock .staff_card .user-pimg img {
    width: 32px;
    height: 32px;
    min-height: 32px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.memeberblock .card-box {
    background: #fff;
    border-radius: 0;
    display: flex;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 20px auto;
    height: auto;
}

.memeberblock .staff_card .user-pimg {
    flex: 0 0 32px;
    width: 32px;
    margin-right: 9px;
}

.memeberblock .authName {
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: normal;
}

.memeberblock .authName span {
    display: block;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
}

.chat-li {
    padding: 12px 0 9px 10px;
}

.p-head {
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 0;
}

.all-pct {
    color: #808080;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.all-pct.active svg {
    transform: rotateZ(-180Deg);
}

.show-pct {
    display: none;
}


.commentBlock .likeModalUser {
    align-items: flex-start
}

.commentBlock .likeModalUser span span {
    display: inline-block;
    color: rgba(128, 128, 128, 0.80);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    margin-left: 5px;
}

.comment {
    color: #3A3A3C;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
}

.reply-link {
    color: #808080;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    margin: 8px 0 0;
    display: inline-block;
}

.reply-link:hover {
    color: #0CAB50;
}

.comment-reply {
    color: #808080;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    margin-top: 13px;
}

.comment-reply a {
    color: #007BFF;
}

.commentBlock .likeModalUser {
    border-bottom: 1px solid #F2F2F2;
    padding: 0 0 13px;
    margin: 0 0 12px;
}

.cmt-img img {
    width: 29px;
    height: 29px;
    min-height: 29px;
    min-width: 29px;
    border-radius: 50%;
    margin-right: 2px;
}

.comment-user {
    width: 46px;
    height: 46px;
}

.comment-user img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.comment-form {
    display: flex;
    gap: 13px;
    flex-wrap: nowrap;
    margin-top: 14px;
}

.comment-area {
    flex: auto;
    position: relative;
}

.comment-area .form-control {
    border-radius: 8px;
    background: #F2F3F3;
    border: 0;
    height: 46px;
    resize: none;
    padding: 5px 48px 0 10px;
}

.submit-cmt {
    position: absolute;
    bottom: 12px;
    right: 10px;
    border: 0;
    background: transparent;
}

.comment-area .form-control::placeholder {
    color: #808080;
    opacity: 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}

.modal-backdrop.show {
    opacity: 0.88;
}

/* .progress.upload-progress {
	margin: 0;
} */


.upload-progress {
    padding: 0 21px;
}

.prg-text {
    text-align: center;
    margin: 20px auto 0;
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

.news-card-dlt {
    flex: auto;
    display: flex;
    flex-direction: column;
}

.advertisement_image {
    width: 100%;
    height: 100%;
    position: relative;
}

.advertisement_image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2.1;
    object-fit: cover;
}

.advertisement_image .action-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    gap: 6px;
    z-index: 9;
}

.upload_certifi_img {
    position: absolute;
       top: 3px;
    right: 3px;
}

.upload_certifi_img a {
    display: block;
       width: 44px;
    height: 44px;
}

.upload_certifi_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.replyPreviewMain {
    border-radius: 8px;
    background: #F2F3F3;
    border: 0;
}
.reply_preview_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}

.reply_preview_box span {
    color: #121212;
    font-size: 16px;
    font-weight: 400;
}
.reply_preview_box .cancel-reply {
    border: 0;
    padding: 0;
    background: transparent;
}
.chat_disabled {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}
.chat_disabled h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #212121;
}

.make_coach_flex{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding-top: 33px;
}
.chat_disabled img {
    max-height: 400px;
}   

.dropdown-menu.share_drop_box.show {
    text-align: center;
    display: flex;
    gap: 10px;
    width: fit-content;
    min-width: auto;
    padding: 11px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 0;
    border-radius: 9px;
        top: 9px !important;
}

.share_icon.copy-link{
    background-color: #007bff;
}
.share_icon.copy-link svg {
    color: #fff !important;

}

.personal-info .btn.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: none;
}


.personal-info .btn-check:focus + .btn-light, .personal-info .btn-light:focus {
    box-shadow: none;
}

.loginBtnFlex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.button-box.loginBtnFlex button {
    flex: 1 0 50%;
}

.button-box.loginBtnFlex a {
    flex: 1 0 50%;
}