/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.reg-main .form-group {
    margin-bottom: 15px;
}

.reg-main label {
    display: block;
    margin-bottom: 5px;
    height: 15px;
    font-size: 15px;
    font-weight: 500;
}

.reg-main input,
select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.radio-btnss {
    display: flex;
    text-align: left;
    gap: 10px;
    margin-top: 10px;
}
.dash-prof .radio-btnss input {
    width: auto !important;
    margin-top: 0;
}
.pr-img img {
    width: 100px;
    height: 100px;
    border-radius: 60pc;
}
.reg-main .radio-group {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.reg-main .radio-group label {
    margin-bottom: 0px;
    height: auto;
}

.reg-main .radio-group input {
    width: auto;
    margin-left: 5px;
    margin-right: 20px;
}

.reg-main .checkbox-group {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.reg-main .checkbox-group label {
    margin-bottom: 0px;
    height: auto;
}

.reg-main form .full-group.guard label {
    height: auto;
    margin-bottom: 5px;
}

.reg-main .checkbox-group input {
    width: auto;
    margin-right: 5px;
}

.reg-main .info-text {
    font-size: 14px;
    color: #666;
}

.reg-main .terms {
    font-size: 12px;
    color: #666;
    background: #f0f1f3;
    padding: 5px 10px 5px 10px;
}

.reg-main .terms a {
    color: #000;
}

.reg-box {
    width: 800px;
    margin: 0 auto;
}

.reg-box h3 {
    margin-bottom: 30px;
    margin-top: 0px;
}

.reg-main form .full-group.button button {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 60px;
    padding: 10px 35px;
}

.reg-main form .full-group.button button:hover {
    background-color: #423111 !important;
}

.reg-main {
    padding: 60px 0px 50px 0px;
}

.reg-main form input {
    padding: 5px 10px 5px 10px;
    font-size: 15px;
}

.reg-main form select {
    padding: 6px 10px 6px 10px;
    font-size: 15px;
}

.reg-main form .full-group {
    margin-bottom: 20px;
    width: 100%;
    padding: 0px 5px;
}

.reg-main form {
    display: flex;
    flex-wrap: wrap;
}

.reg-main form .half-group {
    margin-bottom: 20px;
    width: 50%;
    padding: 0px 5px;
}







.login-box {
    text-align: center;
}

.login-main {
    padding: 50px 0px 50px 0px;
}

.login-box .login-container {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 550px;
}

.login-box h1 {
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 500;
}

.login-box input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.login-box .continue-btn {
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 60px;
    padding: 10px 35px;
    font-weight: 600;
}

.signup-text p {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
}

.login-box .continue-btn:hover {
    background-color: #27ae60;
}

.login-box .signup-text {
    margin-top: 30px;
    font-size: 14px;
}

.login-box .signup-text a {
    color: #f4c56e;
    text-decoration: none;
    font-weight: bold;
    font-size: 30px;
}

.login-box .signup-text a:hover {
    text-decoration: underline;
}






.profile-main .profile-card {
    box-shadow: none;
    background: #f0f1f3;
    text-align: left;
    padding-top: 0px;
    display: flex;
    padding: 0px;
    justify-content: space-between;
}

.profile-main .profile-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-main .profile-header img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.profile-main .profile-header h2 {
    margin: 0;
    font-size: 25px;
}

.profile-main .profile-header p {
    margin: 0px 0px 0px 0px;
    color: #9396a4;
    font-size: 25px;
    font-weight: 500;
}

.profile-main .details {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #c9cad5;
}

.profile-main .details p {
    margin: 10px 30px 0px 0px;
    color: #9396a4;
    font-size: 18px;
    font-weight: 500;
}

.profile-main .details span {
    font-weight: 500;
    color: #000;
    display: block;
}

.profile-main a {
    text-decoration: none;
    color: #007bff;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
    padding: 0px 15px;
}

section.profile-main {
    padding: 30px 0px 0px 0px;
}

.testimonial-new .single-item-wrapper h4.author-bio {
    color: #c2131c;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.tabs {
    display: flex;
    /*
        border-bottom: 2px solid #ddd;
       */
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 16px;
}

.tab.active {
    border-bottom: 3px solid blue;
    font-weight: bold;
}

.content {
    padding: 20px;
}

.tabs button.tab {
    padding: 5px 10px 5px 10px;
    color: #9396a4;
    font-weight: 500;
    font-size: 18px;
    transition: none !important;
}

.tabs button.tab:hover {
    background: transparent !important;
}

.hitting-player {
    background: #ffffff;
    border: 1px solid #ddd;
}


.acadmic-player {
    background: #ffffff;
    border: 1px solid #ddd;
    margin-top: 10px;
}
.tab-sect div#video p.not-found {
    background: #ffffff;
    border: none;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin: 0px;
}
section.tab-sect {
    padding: 0px 0px 30px 0px;
    background: #f0f1f3;
}
section.tab-sect .tab-inner {
    padding-top: 0px;
}
.profile-main .tabs {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
}
section.profile-main {
    padding: 60px 0px 0px 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: #f0f1f3;
}

.list-menu {
    padding-bottom: 15px;
}

.tabs button.tab:focus {
    background: transparent !important;
    outline: none;
}

.tab-inner h2 {
    font-weight: 600;
    font-size: 24px !important;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
    text-align: center;
}
.tab-sect div#video .video-sect {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}
.video-sect {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.video-sect .card {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
}

.video-sect .card img {
    width: 100%;
    display: block;
    height: 150px;
    object-fit: cover;
}

.video-sect .card-content {
    padding: 10px;
}

.video-sect .card h3 {
    font-size: 17px !important;
    margin: 5px 0;
    color: #2f313f;
    text-align: left;
}

.video-sect .card p {
    font-size: 14px;
    color: #666;
    text-align: left;
    margin: 0px;
}

.video-sect .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0 120 215);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-sect .play-button::before {
    content: "";
    position: absolute;
    background-image: url(https://impact.nexustechies.com/wp-content/uploads/2023/12/play.png);
    height: 30px;
    width: 30px;
    background-size: contain;
}

.video-sect .image-container {
    position: relative;
}
.player-summery .player-matric {
    width: 30%;
    margin-left: 0px !important;
    border-radius: 5px;
}
.profile-card {
    /* display: flex; */
    flex-wrap: wrap;
    /* box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .12); */
    /* background: #fff; */
    padding: 10px 0px 0px 0px;
    border-radius: .25rem !important;
}

.profile-card .player-header {
    width: 25%;
    text-align: center;
}

.profile-card .player-content {
    width: 100%;
}
.summery-inner h4 {
    font-size: 20px !important;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    background: #2f313f;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 10px 5px 10px;
    color: #fff;
}
.summery-inner {
    margin-bottom: 30px;
}
.tab-sect div#contact {
    padding: 0px;
}
.profile-card .player-content h2 {
    font-size: 20px;
    margin: 0px 0px 30px 0px;
    font-weight: bold;
}
.tab-sect div#video {
    padding-left: 0px;
}
.profile-card .player-social {
    width: 7%;
}

.profile-card .player-social ul {
    padding: 0px;
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.profile-card .player-social ul img {
    width: 20px;
    height: 20px;
}

.profile-card .player-header img {
    border-radius: 100%;
    width: 150px;
    height: 150px;
}

.profile-card .player-header h4 {
    text-align: center;
    font-size: 14px !important;
    line-height: 20px !important;
    background: #e4e5ea;
    border: 1px solid #286ed7;
    border-radius: 2px;
    padding: 10px;
}








.athletic-main {
    display: flex;
    gap: 20px;
}

.athletic-main .card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 400px;
    display: flex;
    flex-wrap: wrap;
}

.athletic-text {
    width: 70%;
    padding-right: 20px;
}

.athletic-text h3 a {
    font-size: 18px;
    color: #286ed7 !important;
}

.athletic-img {
    width: 30%;
}

.athletic-main .card h3 {
    margin: 0;
    font-size: 16px;
}

.athletic-main .card p {
    margin: 5px 0;
    color: #000;
}

.tab-sect h5.sub-head {
    font-size: 16px !important;
    line-height: 24px !important;
    text-transform: uppercase !important;
    color: #606374 !important;
    margin: 0px 0px 10px 0px;
    font-weight: 700;
}

.athletic-main .jersey {
    width: 70px;
    height: 80px;
    background-image: url(../images/jersey.png);
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    padding: 20px 0px 0px 0px;
    font-size: 35px;
    font-style: italic;
}

.academic-status {
    background: #fff;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .12);
    padding: 20px;
    border-radius: .25rem !important;
}

.list-menu ul {
    padding: 0px;
    display: flex;
    list-style: none;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
}

.list-menu ul li a {
    padding: 15px 10px 15px 10px;
    color: #0097a7;
    font-weight: 500;
    font-size: 18px;
    transition: none !important;
}
.list-menu ul li a.active {
    border-bottom: 3px solid blue;
}
.player-summery .player-matric li {
    background: #f9fafb;
    border: none;
    margin: 10px 0px 10px 0px;
    padding: 8px 10px 8px 10px;
    font-size: 15px;
}
.social-media {
    background: #ffffff;
    border: 1px solid #ddd;
    margin-left: 0px !important;
    border-radius: 5px;
    margin-right: 0px;
}
.social-media h4 {
    font-size: 20px !important;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    background: #2f313f;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 10px 5px 10px;
    color: #fff;
}
.tab-sect div#video h2 {
    padding-bottom: 10px;
}
.media-flex {
    padding: 10px 20px 30px 20px;
    display: flex;
}
.media-inner {
    width: 33%;
    background: #ebf8ff;
    margin: 0px 5px 0px 5px;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}
.media-inner .media-img {
    width: 16%;
}
.media-inner .media-text {
    width: 80%;
    padding-left: 10px;
}
.media-inner .media-text span {
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
}
.media-inner .media-text  h5 {
    font-size: 20px !important;
    margin: 0px;
}
.media-inner .media-img span {
    height: 50px;
    display: inline-block;
    width: 50px;
    background: #ffffff;
    border-radius: 100%;
    text-align: center;
    padding-top: 15px;
}
.media-inner .media-img span img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.impact-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.impact-inner .impact-img img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

/*section.impact-gold {
    background-image: url(https://impactcaymol.com/wp-content/uploads/2025/04/team-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 290px 50px;
    background-position: center center;
}*/
.impact-text span {
    color: #1f80ce;
    border: 1px solid #1f80ce;
    padding: 3px 6px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.impact-text h2 {
    font-weight: 400;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}

.impact-text p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.impact-text p a {
    color: #286ed7;
}

.impact-text {
    padding-left: 30px;
}










.facts-inner .sidebar {
    width: 25%;
    padding-right: 20px;
}

.quick-facts {
    background: #f1f1f1;
    padding: 40px 0px 30px 0px;
}

.facts-inner {
    display: flex;
    flex-wrap: wrap;
}


.facts-inner .roster {
    width: 75%;
}
.facts-inner .sidebar .impact-img img {
    height: 180px;
    width: 180px;
    object-fit: contain;
}
.facts-inner .sidebar ul {
    margin: 0px !important;
    display: block ! important;
}
.facts-inner .sidebar ul li a {
    color: rgb(0 0 0 / 58%);
    padding: 0px !important;
}
.facts-inner .sidebar ul li {
    margin-bottom: 5px;
}
.facts-inner .sidebar h2 {
    font-size: 25px;
    font-weight: 600;
}
.quick-facts .sidebar h3 {
    font-size: 24px !important;
    font-weight: 400;
    margin-bottom: 12px;
    color: #494949;
}

.quick-facts .sidebar p {
    font-size: 15px;
    color: #868e96;
    font-weight: 500;
}

.quick-facts .sidebar p strong {
    color: #868e96;
}

.quick-facts .sidebar p a {
    color: #286ed7;
}
.quick-facts .roster h2 {
    font-size: 24px !important;
    font-weight: 400;
    margin-bottom: 12px;
    color: #494949;
    text-transform: uppercase;
}

.roster-inner {
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .12);
    background-color: #fff;
    overflow: auto;
    overflow-x: hidden;
}

.roster-inner h3 {
    font-size: 22px !important;
    font-weight: 400;
    color: #494949;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

ul.roster-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    list-style: none;
}

ul.roster-list li img.player-img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    float: left;
    margin-right: 15px;
}
img.college-logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
 
.commited {
    margin-left: 60px;
}

ul.roster-list li span {
    font-size: 15px;
    color: #868e96;
    font-weight: 500;
}

ul.roster-list li a {
    display: block;
    color: #286ed7;
}

ul.roster-list li {
    width: 50%;
    margin-bottom: 15px;
}











ul.coach-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    list-style: none;
}

ul.coach-list li img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    float: left;
    margin-right: 15px;
}

ul.coach-list li span {
    font-size: 15px;
    color: #868e96;
    font-weight: 500;
    display: block;
}

ul.coach-list li a {
    display: block;
    color: #286ed7;
}

ul.coach-list li {
    width: 50%;
    margin-bottom: 15px;
    font-size: 14px;
}

.impact-menu ul {
    padding: 0px;
    display: flex;
    list-style: none;
    margin-left: 200px;
    margin-top: 30px;
}

.impact-menu ul li a {
    display: inline-block;
    color: rgba(255, 255, 255, .4);
    font-weight: bold;
    letter-spacing: .03em;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 1rem;
}

.sidebar .impact-menu ul li a:hover {
    color: rgb(0 0 0);
}

a.more-vid {
    color: #0078d7;
}

.facts-inner .roster h3.athlete-head {
    font-size: 23px !important;
    margin: 30px 0px 20px 0px;
}

.archive div#page>.wrap {
    width: 100%;
    padding: 0px;
}




.dash-inner {
    display: flex;
    flex-wrap: wrap;
}

/* Sidebar */
.sidebar-dash {
    width: 13%;
    background: #2f313f;
    padding: 50px 20px 20px 20px;
}

.sidebar-dash .logo {
    color: #6b46c1;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.dash-main .avatar img.emoji {
    width: 50px !important;
    height: 30px !important;
    object-fit: contain;
}

.sidebar-dash ul {
    list-style: none;
    padding: 0px !important;
}

.sidebar-dash li {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    padding: 0px 0px 20px 0px;
}

.sidebar-dash li span {
    margin-right: 10px;
}

.sidebar li.active {
    background: #d6baff;
    border-radius: 8px;
}

.sidebar-dash li.active a {
    color: #fff;
}
div#password-lost-form-wrap .lostpassword-submit {
    margin-bottom: 0px;
}
/* Dashboard */
.dash-main .dashboard {
    /* flex-grow: 1; */
    padding: 70px 50px 70px 50px;
    background: #f9f9f9;
    width: 87%;
}

.dash-main header {
    display: flex;
    justify-content: flex-end;
}

.dash-main .user-info {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}

.dash-main .avatar {
    background: #ffffff;
    color: white;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #000000;
    height: 50px;
    width: 50px;
    text-align: center;
}

/* Dashboard Content */
.dash-main .dashboard-content h1 {
    margin-bottom: 10px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.dash-main .stat-card h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.dash-main .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.dash-main .stat-card {
    background: white;
    padding: 20px;
    border-radius: 5px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    text-align: center;
    border: 1px solid #ddd;
}

.dash-main .stat-card .icon {
    font-size: 35px;
    margin-bottom: 5px;
    display: block;
}

.dash-main .value {
    font-size: 24px;
    font-weight: bold;
}

.dash-main .change {
    font-size: 14px;
    color: #f4c56e;
    font-weight: bold;
}

.dash-main .positive {
    color: #f4c56e;
    font-weight: bold;
}

section.dash-main {
    background: #f9f9f9;
}

.sidebar-dash ul li a {
    color: #c9c9c9;
    font-size: 18px;
    font-weight: 500;
}

.sidebar-dash ul li a:hover {
    color: #f4c56e;

}












.dash-vid .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 40px;
}

.dash-vid .upload-btn {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 60px;
    padding: 10px 35px;
}

.dash-vid .search-bar {
    display: flex;
    margin-bottom: 20px;
}

.dash-vid .search-bar input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.dash-vid .filter-btn {
    margin-left: 10px;
    padding: 10px 40px;
    border: none;
    background-color: #f4c56e;
    cursor: pointer;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.dash-vid .filter-btn:hover {
    color: #fff;
}

.dash-vid .tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.dash-vid .tabs button {
    background-color: #ddd;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.dash-vid .tabs .active {
    background-color: #6c5ce7;
    color: white;
}

.dash-vid .video-list {
    display: flex;
    gap: 20px;
}
.tab-sect div#video {
    list-style: none;
    border-radius: 8px;
    padding: 0px 0px;
    width: 100%;
    margin-top: 30px;
}

.dash-vid .video-card {
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 45%;
}

.dash-vid .video-card img {
    width: 100%;
    border-radius: 5px;
}

.dash-vid .duration {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 3px 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    border-radius: 3px;
}

.dash-vid .header h2 {
    margin-bottom: 0px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
}



.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark background */
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* Modal content box */
.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 60%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 99;
}

/* Close button */
.close-btn {
    position: absolute;
    top: -20px;
    right: 0px;
    font-size: 50px;
    cursor: pointer;
    color: #999;
    line-height: normal;
}

.close-btn:hover {
    color: #000;
}

.open-modal-btn {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.open-modal-btn:hover {
    background-color: #45a049;
}


.dash-prof .profile-info,
.edit-profile {
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}

.dash-prof .profile-info {
    text-align: left;
    border-radius: 5px;
    width: 50%;
}

section.dash-prof {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.dash-prof .profile-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.dash-prof .edit-profile {
    width: 70%;
    border: 1px solid #ddd;
    margin-left: 0px !important;
    border-radius: 5px;
}

.dash-prof input,
textarea {
    width: 100% !important;
    padding: 8px !important;
    margin-top: 5px;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    font-size: 14px;
}

.dash-prof .buttons {
    margin-top: 20px;
    display: flex;
    justify-content: right;
}

.dash-prof button {
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.dash-prof .cancel {
    background: #ccc;
}

.dash-prof .save {
    background: #6a5acd;
    color: white;
}

.dash-prof .edit-profile h2 {
    margin-bottom: 10px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0px;
}

/*.athelatic-right {
    border: 1px solid #ddd;
    margin-left: 20px !important;
    border-radius: 5px;
    background: #fff;
    width: 28%;
    padding: 20px;
}*/
.athelatic-right h2 {
    margin-bottom: 20px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0px;
}

.athelatic-right form {
    display: flex;
    flex-wrap: wrap;
}

.athelatic-right form .half-form {
    width: 50%;
    padding: 0px 10px;
}

.athelatic-right form .half-form label {
    display: block;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}

.dash-prof .buttons button.cancel {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    background: #b72b2b;
    color: #fff;
    border: none;
    border-radius: 60px;
    padding: 10px 35px;
}

.dash-prof .buttons button.save {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 60px;
    padding: 10px 35px;
}

.dash-prof .profile-info h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0px 10px 0px;
}

.dash-prof .profile-info p {
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
}



section.top-bar {
    background: #000;
}

.top-bar ul {
    display: flex;
    padding: 0px;
    list-style: none;
    justify-content: end;
}

.top-bar ul li a {
    color: #fff;
    font-size: 13px;
}

.top-bar ul li a img {
    vertical-align: bottom;
}

section.top-bar {
    background: #000;
    padding: 10px 0px 10px 0px;
}

.top-bar ul li {
    margin: 0px 15px 0px 0px;
}

.top-bar ul li span img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}















.profile-top .left-panel {
    flex: 1;
    background: url('http://impact.nexustechies.com/wp-content/uploads/2023/12/PLAYER-TRYOUT-FORM-PIC.jpg') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    color: white;
    padding: 10rem;
    position: relative;
}

.profile-top .video-placeholder {
    text-align: left;
    z-index: 99;
}

.profile-top .left-panel:before {
    content: "";
    position: absolute;
    background: #221f1fa3;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.profile-top .left-panel:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 100%;
    background: #fff;
    transform: skewX(-15deg) translateX(80px);
    right: 30px;
}

.profile-top .video-placeholder {
    text-align: left;
}

.profile-top .no-video {
    font-size: 30px;
    font-weight: bold;
}

.profile-top .info-text {
    font-size: 19px;
    font-weight: 500;
}

.profile-top .upload-btn {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 60px;
    padding: 10px 35px;
    font-weight: 600;
}

.profile-top .upload-btn {
    background-color: #1d72ea;
    color: white;
    padding: 0.6rem 1.2rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.profile-top .right-panel {
    flex: 1;
    background-color: white;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    z-index: 9;
    justify-content: center;
}

.profile-top .alert {
    background-color: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 2rem;
}

.profile-top .alert a {
    color: #c82333;
    text-decoration: underline;
    font-weight: bold;
}

.profile-top .profile-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-info {
    text-align: center;
    align-items: center;
}

.dash-prof .edit-profile .profile-info {
    justify-content: left;
    align-items: flex-start;
}

.profile-info h3 {
    margin: 5px 0px 5px 0px;
}

.profile-info p {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
}

.profile-top .avatar {
    width: 80px;
    height: 80px;
    background-color: #099;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-top .profile-info h2 {
    margin: 0;
    font-size: 1.5rem;
}

.profile-top .unverified-icon {
    color: red;
    font-size: 1rem;
}

.profile-top .transfer-year {
    color: #777;
}

.profile-top .tag {
    background-color: #e0e0e0;
    border: none;
    border-radius: 3px;
    padding: 0.3rem 0.6rem;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
}

.sidebar-dash li span img {
    vertical-align: middle;
}

.profile-top {
    display: flex;
    flex-wrap: wrap;
}

.center-panel {
    position: relative;
}

.profile-info img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}




.profile-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}

.profile-pic {
    width: 130px;
}
.profile-pic img {
    border-radius: 100%;
    height: 130px;
    width: 130px;
}
.profile-info {
    display: flex;
    flex-direction: column;
}

.profile-label {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 600;
}

.profile-note {
    font-size: 14px;
    color: #777;
    margin-bottom: 8px;
}

.upload-btn {
    background: #000;
    color: #fff;
    border: none !important;
    border-radius: 60px !important;
    padding: 10px 35px !important;
}

.upload-btn:hover {
    background-color: #139e8e;
}

.dash-prof .edit-profile form {
    flex-wrap: wrap;
}

.dash-prof .edit-profile form .half-form {
    margin-bottom: 20px;
    width: 50%;
    padding: 0px 5px;
    float: left;
}

.dash-prof .edit-profile form .full-form {
    margin-bottom: 0px;
    width: 100%;
    padding: 0px 5px;
}


.dash-vid .video-sect {
    display: flex;
    flex-wrap: wrap;
    grid-gap: inherit;
}

.dash-vid .video-sect .card {
    width: 18.9%;
    margin: 0px 15px 30px 0px;
}



.dash-prof .edit-profile form .full-form.gpa label {
    margin-top: 0px;
}

.dash-prof .edit-profile form .full-form.gpa label.weight-label {
    margin-top: 15px;
}

.athelatic-info {
    margin-left: 0px;
    background: #ffffff;
    padding: 0px 0px;
}

.athelatic-info h2 {
    margin-bottom: 10px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0px;
}

.athelatic-info h4 {
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

.athelatic-info .checkbox-container input {
    width: 17px !important;
    margin-top: 20px;
    height: 17px;
}

.athelatic-info .checkbox-container label {
    margin-top: 20px;
    font-size: 17px;
}

.athelatic-info input[type="text"],
.athelatic-info input[type="date"],
.athelatic-info select,
.athelatic-info textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.athelatic-info .gpa-inputs {
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.athelatic-info .gpa-inputs input[type="checkbox"] {
    width: 17px !important;
    height: 17px;
    margin-top: 0px;
    vertical-align: middle;
}

.athelatic-info .checkbox-container label {
    margin-top: 20px;
    font-size: 17px;
}

.athelatic-info .gpa-inputs input[type="text"] {
    width: 80px;
}

.athelatic-info .weight-label {
    margin-left: auto;
}

.athelatic-info .checkbox-container {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dash-prof .edit-profile form label {
    display: block;
    font-weight: 500;
    font-size: 15px;
}

.athelatic-info .info-text {
    font-size: 15px;
    color: #000000;
    margin-top: 8px;
}

.athelatic-info .info-text a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.athelatic-info .info-text a:hover {
    text-decoration: none;
}

.athelatic-info .add-address-manual {
    margin-top: 10px;
}

.athelatic-info .add-address-manual button {
    background: #f3f3f3;
    border: 1px dashed #aaa;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
}

.athelatic-info textarea {
    resize: vertical;
}








.upload-vid h2 {
    font-size: 25px;
    text-transform: uppercase;
}


.upload-vid .upload-form {
    background: white;
    padding: 10px 0px 0px 0px;
    border-radius: 12px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.upload-vid .upload-form h2 {
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

.upload-vid .form-group {
    margin-bottom: 15px;
    width: 40%;
    padding: 0px 10px;
}

.upload-vid .form-btn {
    width: 20%;
}

.upload-vid label {
    display: block;
    margin-bottom: 6px;
    color: #000000;
    height: 20px;
    font-size: 17px;
    font-weight: 500;
}

.upload-vid input[type="text"],
.upload-vid input[type="file"] {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.upload-vid input[type="file"] {
    padding: 5px;
}

.upload-vid button {
    width: 100%;
    font-size: 16px;
    transition: background 0.3s ease;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 60px;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 600;
}

.upload-vid button:hover {
    background: #0056b3;
}

.reg-main .subsection {
    width: 100% !important;
    margin-top: 10px;
}

.reg-main .subsection .half-group {
    float: left;
}

.reg-main .subsection h3 {
    margin-bottom: 15px;
    padding-left: 5px;
    font-size: 20px !important;
}



.team-sch {
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .12);
    background-color: #fff;
    overflow: auto;
    overflow-x: hidden;
}

.team-sch h3 {
    font-size: 22px !important;
    font-weight: 400;
    color: #494949;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.team-sch-inner h4 a {
    color: #1f80ce;
    font-size: 18px;
}

.team-sch-inner {
    border-bottom: 1px solid #ccc;
    margin: 0px 0px 20px 0px;
    padding-bottom: 20px;
}

.team-sch-inner h4 {
    margin: 0px 0px 8px 0px;
}

.team-sch-inner p {
    margin: 0px 0px 2px 0px;
    font-size: 14px;
    font-weight: 500;
}

.coaches-main {
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .12);
    background-color: #fff;
    overflow: auto;
    overflow-x: hidden;
}

.coaches-main h3 {
    font-size: 22px !important;
    font-weight: 400;
    color: #494949;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.coach-inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
    width: 50%;
    position: relative;
    align-items: center;
}

.coach-text ul.social {
    position: absolute;
    top: 0;
    right: 20px;
}

.coach-inner .coach-img img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.coach-img {
    width: 12%;
}

.athelatic-info .info-text span {
    display: block;
    font-weight: 500;
    font-style: italic;
}
.media-inner .media-text h5 {
    font-size: 20px !important;
    margin: 0px;
    color: #000;
}


.form-container {
    width: 100%;
}
.metric-container {
    margin: 30px 0px 0px 0px;
}
.media-inner a {
    display: flex;
    width: 100%;
    align-items: center;
}
.form-container {
    /* display: flex; */
    flex-wrap: wrap;
}

.coach-text ul li a {
    color: #1f80ce;
    font-size: 17px;
}
.coach-text ul li a:hover{
    text-decoration: underline;
}
.coach-text {
    width: 85%;
    padding-left: 10px;
}

.coach-text h5 {
    font-size: 20px !important;
    margin: 0px 0px 5px 0px;
}

.coach-text ul {
    padding: 0px;
    list-style: none;
    margin: 5px 0px 0px 0px;
    display: flex
;
    font-size: 15px;
}

.coach-text ul li {
    margin: 0px 10px 0px 0px;
}

.coach-text span {
    font-size: 15px;
    font-weight: 600;
}

.coach-top {
    display: flex;
    flex-wrap: wrap;
}
.form-container {
    margin: 0px 0px 30px 0px;
}
.acadmic-container {
    margin-bottom: 20px;
    margin-top: 30px;
}

.summery-inner ul {
    list-style: none;
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    padding: 0px 20px;
    width: 100%;
}
.summery-inner ul li {
    font-weight: 500;
    font-size: 15px;
    padding: 8px 0px 8px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    color: #5c5c5c;
}
.summery-inner ul li span {
    float: right;
    font-weight: 600;
    color: #000;
}
.player-summery {
    display: flex;
    flex-wrap: wrap;
}
.player-summery .player-info {
    width: 68%;
    background: #ffffff;
    border: 1px solid #ddd;
    margin-left: 0px !important;
    border-radius: 5px;
    margin-right: 20px;
}













.profile-share .share-btn a {
    background: #2f313f;
    border-radius: 8px;
    color: #fff;
    padding: 10px 35px !important;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}
.profile-share .share-btn a:hover{
     background: #423111;
}
.profile-share .share-btn a img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin: 0px 5px 0px 0px;
}
.dash-share {
    margin-top: 10px;
}
.dash-share .share-btn {
    width: 150px;
    margin: 0 auto;
}
.dash-share .share-btn a {
    width: auto !important;
    justify-content: center;
}
@media(max-width: 1380px) {
    ul.roster-list li a {
        font-size: 15px;
    }

    ul.roster-list li span {
        font-size: 13px;
    }

    .team-sch-inner h4 a {
        font-size: 16px;
    }

    .team-sch-inner {
        margin: 0px 0px 10px 0px;
        padding-bottom: 10px;
    }

    .roster-inner h3 {
        font-size: 20px !important;
    }

    .team-sch h3 {
        font-size: 20px !important;
        margin-bottom: 10px;
    }

    .coaches-main h3 {
        font-size: 20px !important;
    }

.coach-inner .coach-img img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

    .coach-text h5 {
        font-size: 18px !important;
        margin: 0px 0px 0px 0px;
    }

    .coach-text span {
        font-size: 13px;
    }

    .coach-text ul li a {
        color: #1f80ce;
        font-size: 15px;
    }

    .coach-text ul li a {
        color: #1f80ce;
        font-size: 15px;
    }

    .coach-text {
        width: 80%;
        padding-left: 5px;
    }

    .profile-main .profile-header h2 {
        margin: 0;
        font-size: 22px;
    }

    .profile-main .profile-header p {
        font-size: 20px;
        font-weight: 500;
    }

    .login-box h1 {
        font-size: 30px;
    }

    .login-box .login-container {
        padding: 20px;
    }

    .login-box .signup-text a {
        font-size: 25px;
    }

    .signup-text p {
        font-size: 25px;
    }

    .login-box input {
        width: 100% !important;
        padding: 5px 10px 5px 10px !important;
        font-size: 14px;
    }

    .login-box .continue-btn {
        font-size: 15px;
    }

}

@media(max-width: 1200px) {
    .wrap {
        width: 100%;
        padding: 0px 15px;
    }

}

@media(max-width: 1080px) {
    .dash-vid .header {
        margin-top: 0px;
    }

    .dash-prof .edit-profile .profile-info {
        padding-top: 10px;
    }
}

@media(max-width: 991px) {
    .reg-box {
        width: 100%;
        margin: 0 auto;
        padding: 0px 20px;
    }

    section.profile-main {
        padding: 30px 0px 0px 0px;
    }

    .dash-inner {
        display: block;
        flex-wrap: wrap;
    }

    .sidebar-dash {
        width: 100%;
    }

    .dash-main .dashboard {
        width: 100%;
    }

    .profile-top {
        display: block;
    }

    .profile-top .left-panel:after {
        display: none;
    }

    .dash-prof .edit-profile {
        width: 100%;
    }
    .player-summery .player-info {
    width: 100%;
    margin-right: 0px;
}
.player-summery .player-matric {
 width: 100%;
    margin-bottom: 10px;
}
.coach-inner .coach-img img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}
ul.roster-list {
    display: block;
}
ul.roster-list li {
    width: 100%;
}
.coach-top {
    display: block;
}
.coach-inner {
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
}
.coach-img {
    width: auto;
    padding-right: 10px;
}
.coach-text {
    width: 100%;
    padding-left: 0px;
    margin-top: 5px;
}
.impact-menu ul {
    margin-top: 0px;
}
.facts-inner .roster {
    width: 100%;
}
.impact-menu ul li a {
    font-size: 13px;
    padding: 0 10px;
}
.facts-inner .sidebar {
    width: 100%;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 20px;
}
}

@media(max-width: 767px) {
    .reg-main form {
        display: block;
    }

    .reg-main form .half-group {
        width: 100%;
    }

    .reg-box {
        padding: 0px 0px;
    }

    .impact-inner .impact-img img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }

    .impact-text h2 {
        font-size: 25px;
        margin-top: 0;
        margin-bottom: 10px;
        color: #fff;
    }

    .impact-text {
        padding-left: 0px;
        text-align: center;
    }

    .impact-inner .impact-img img {
        width: 130px;
        height: 130px;
        border-radius: 50%;
    }

    .impact-img {
        text-align: center;
        margin-bottom: 20px;
    }

    .impact-menu ul {
        margin-left: 0px;
        margin-top: 0px;
        justify-content: center;
    }

    .facts-inner {
        display: block;
        flex-wrap: wrap;
    }

    .facts-inner .sidebar {
        width: 100%;
        padding-right: 0px;
    }

    .facts-inner .roster {
        width: 100%;
    }

    .impact-inner {
        display: block;
    }

    .impact-menu ul li a {
        padding: 0px 20px 0px 0px;
    }

    .profile-card {
        display: block;
    }

    .profile-card .player-content {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }

    .profile-card .player-header {
        margin-bottom: 10px;
    }

    .profile-main .profile-header {
        display: block;
        text-align: center;
    }

    .content {
        padding: 10px;
    }

    .athletic-main {
        display: block;
        gap: 20px;
    }

    .athletic-main .card {
        width: 100%;
        margin-bottom: 10px;
    }

    .login-box .login-container {
        width: 100%;
    }

    .sidebar-dash {
        padding: 20px 20px 0px 20px;
    }

    .dash-main .dashboard {
        padding: 50px 20px 40px 20px;
    }

    .dash-vid .video-sect {
        display: block;
    }

    .dash-vid .video-sect .card {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .profile-top .right-panel {
        padding: 20px 10px 20px 10px;
    }

    .profile-info h3 {
        margin: 5px 0px 0px 0px;
        line-height: normal;
        font-size: 22px !important;
    }

    .dash-prof .edit-profile h2 {
        font-size: 20px;
    }

    .profile-container {
        display: block;
    }

    .dash-prof .edit-profile .profile-info {
        padding-top: 10px;
        padding: 20px 0px 0px 0px;
    }

    .upload-btn {
        padding: 6px 35px !important;
    }

    .dash-prof .edit-profile form {
        display: block;
    }

    .form-container {
        display: block;
        flex-wrap: wrap;
    }

    .dash-prof .edit-profile form label {
        font-size: 13px;
    }

    .dash-prof .buttons {
        display: block;
    }

    .dash-prof .edit-profile form .half-form {
        margin-bottom: 20px;
        width: 100%;
        padding: 0px 0px;
    }

    .dash-prof .buttons button {
        padding: 6px 35px;
        width: 100%;
    }

    .dash-prof .buttons button.cancel {
        margin-bottom: 10px;
    }
    .profile-info img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.athelatic-info h4 {
    margin: 0px 0px 10px 0px;
    font-size: 20px !important;
}
.metric-container {
    margin: 20px 0px 0px 0px;
}
}

@media(max-width: 575px) {
    ul.roster-list {
        display: block;
    }

    ul.roster-list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .coach-top {
        display: block;
        flex-wrap: wrap;
    }

    .coach-inner {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        width: 100%;
        position: relative;
    }

    .impact-menu ul li a {
        padding: 0px 0px 0px 0px;
        font-size: 14px;
    }

    ul.coach-list {
        display: block;

    }

    ul.coach-list li {
        width: 100%;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .profile-card .player-header {
        width: 100%;
        text-align: center;
    }

    .list-menu ul {
        padding-top: 10px;
        border-top: 1px solid #ddd;
        margin-top: 20px;
    }

    .profile-card {
        padding: 10px;
        border-radius: .25rem !important;
    }

    .content {
        padding: 0px;
        margin-bottom: 20px;
    }

    .login-box .signup-text a {
        font-size: 20px;
    }

    .signup-text p {
        font-size: 22px;
    }

    .sidebar-dash li {
        font-size: 16px;
        padding: 0px 0px 15px 0px;
    }

    .sidebar-dash ul li a {
        font-size: 16px;
        font-weight: 500;
    }

    .dash-vid .header {
        margin-top: 0px;
        display: block;
    }

    .dash-vid .upload-btn {
        font-size: 15px;
        padding: 7px 25px !important;
        margin-top: 10px;
    }

    .dash-main .dashboard {
        padding: 40px 20px 40px 20px;
    }

    .dash-prof .edit-profile .profile-info {
        padding-top: 10px;
        padding: 10px 0px 0px 0px;
    }

    .dash-prof .edit-profile {
        width: 100%;
        padding: 20px 10px 20px 10px;
    }

    .dash-prof input,
    textarea {
        padding: 4px 10px 4px 10px !important;
    }

    .dash-prof .edit-profile form .half-form {
        margin-bottom: 15px;
    }
    section.tab-sect .profile-card {
    padding: 0px;
}
.summery-inner ul {
    padding: 0px 10px;
}
.summery-inner ul li {
    font-size: 14px;
    padding: 5px 0px 5px 0px;
}
.summery-inner h4 {
    font-size: 18px !important;
}
.player-summery .player-matric li {
    padding: 5px 10px 5px 10px;
    font-size: 14px;
}
.social-media h4 {
    font-size: 18px !important;
}
.media-inner {
    padding: 5px;
}
.media-inner .media-img {
    width: 30%;
}
.media-inner .media-img span {
    height: 40px;
    width: 40px;
    padding-top: 10px;
}
.media-inner .media-img span img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.player-summery .player-info {
    margin-bottom: 20px;
}
.summery-inner {
    margin-bottom: 20px;
}
.form-container {
    margin: 0px 0px 10px 0px;
}
section.dash-prof {
    padding-top: 20px;
}
.impact-menu ul {
    display: flex;
    flex-wrap: wrap;
}
.impact-menu ul li {
    width: 50%;
    text-align: center;
    margin: 0px 0px 5px 0px;
}
img.college-logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.facts-inner .sidebar .impact-img img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}
.impact-img {
    margin-bottom: 0px;
}
.facts-inner .sidebar h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0px 12px 0px;
}
}

@media(max-width: 480px) {
.media-flex {
    padding: 10px 10px 20px 10px;
    display: block;
}
.media-flex .media-inner {
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.media-inner .media-img {
    width: 15%;
}
.tab-sect div#video .video-sect {
    padding: 15px;
    border-radius: 5px;
}
.impact-menu ul {
    display: block;
    flex-wrap: wrap;
}
.impact-menu ul li {
    width: 100%;
    margin: 0px 0px 2px 0px;
}
.impact-menu ul li a {
    font-size: 13px;
}
}