* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --title-color: #101828;
    --lebel-color: #1e758d;
    --text-color: #667085;
    --link-color: #1E758D;
}

.mb-6 {
    margin-bottom: 6px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.mb-56 {
    margin-bottom: 56px !important;
}

.mb-64 {
    margin-bottom: 64px !important;
}

::placeholder {
    color: #667085;
    font-size: 14px;
    
    line-height: 24px;
    text-align: left;

}

body {
    font-family: "Inter", sans-serif !important;
    /* background: url(../assets/images/lines.png);
    background-repeat: no-repeat;
    background-position: top center; */
}

.image-bg {
    background: url('../images/lines.png');
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: -100px;
    padding-top: 100px;
}

.main-nav {
    padding: 12px 0px;
}

.main-nav .navbar {
    box-shadow: none;
}

.main-nav .custom-links {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 120px;
}

.main-nav .custom-links .navbar-nav {
    margin-left: auto;
}

.main-nav .custom-links .nav-link {
    color: var(--link-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;


}

.main-nav .custom-links .navbar-nav {
    gap: 32px;
}

.main-nav .navbar-brand img {
    width: 118px;
    height: auto;
    object-fit: contain;
}

.main-nav .action-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.main-nav .action-buttons .button {
    background-color: var(--link-color);
    border-radius: 8px;
    border: 1px solid #1E758D;
    padding: 10px 18px;
    color: white;
}

.inner-login {
    max-width: 360px;
    width: 100%;
    margin: 80px auto;
}

.title-main {
    color: var(--title-color);

    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 8px;

}

.title-medium {
    color: var(--title-color);

    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 8px;
}

.body-text {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}

.input-wrapper .error {
    color: red;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-top: 6px;

}

.input-wrapper label {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    display: flex;
    margin-bottom: 12px;

}
label.mb-6.w-100 {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.input-wrapper label span {
    color: #667085;
}
.input-wrapper label span.green {
    color: #34405499;
}

.input-wrapper .file-input-wrapper {

    border: 1px dashed #1E758D;
    width: 100%;
    height: 96px;
    background: #1E758D1A;

    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 500;
    font-size: 14px;
    color: #1E758D;
    position: relative;
}

.input-wrapper .file-input-wrapper img {
    z-index: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.file-input-wrapper span {
    z-index: 0;
}

.input-wrapper .file-input-wrapper input {
    position: absolute;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
    width: 100%;
    height: 100% !important;
    left: 0px;
    top: 0px;
}

.input-wrapper input,
.input-wrapper select {
    padding: 10px 14px !important;
    border: 1px solid #D0D5DD !important;
    width: 100%;
    border-radius: 8px !important;
    color: var(--text-color) !important;
    box-shadow: 0px 1px 2px 0px #1018280D !important;
    height: 44px !important;
    min-width: 120px;
    background-color: white !important;
    font-size: 14px;

}.input-wrapper input[type="date"] {
     background-color: white !important;
     -webkit-appearance: none; /* Removes default styling on iOS */
     appearance: none;
 }
.input-wrapper input.padding-46,.input-wrapper .iti input.iti__tel-input[type=tel] {
    padding-left: 46px !important;
    margin-top: 5px !important;
}

.input-wrapper textarea {
    padding: 10px 14px !important;
    border: 1px solid #D0D5DD !important;
    width: 100%;
    border-radius: 8px !important;
    color: var(--text-color) !important;
    box-shadow: 0px 1px 2px 0px #1018280D !important;
    font-size: 14px;


}

.input-wrapper input:focus,
.input-wrapper textarea:focus,
.input-wrapper select:focus {
    outline: none;
    box-shadow: none;
}

.remeber-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.remeber-section .left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.remeber-section .left input {
    height: 16px;
    width: 16px;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
}

.remeber-section .left label {
    color: var(--lebel-color);
    font-size: 14px;
    font-weight: 500;


}

.remeber-section .forgot {
    color: var(--link-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-decoration: none;

}

.button-blue {
    box-shadow: 0px 1px 2px 0px #1018280D;
    padding: 10px 18px;
    color: white;
    border-radius: 8px;
    background-color: var(--link-color);
    border: 1px solid var(--link-color);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    height: 44px;

}
.button-blue:hover {
    color:white !important;;
}
.button-red {
    box-shadow: 0px 1px 2px 0px #1018280D;
    padding: 10px 18px;
    color: white;
    border-radius: 8px;
    background-color: #fff;
    color:#d80027;
    border: 1px solid #d80027;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    height: 44px;

}
.social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    padding: 10px 18px;
    border: 1px solid #D0D5DD;
    color: var(--lebel-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background-color: transparent;


}

.social-button img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.dont-have-account {
    color: var(--text-color);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;

}

.dont-have-account a {
    color: var(--link-color);
    font-weight: 600;
    text-decoration: none;
}

footer {
    padding: 48px 0px;
}

footer .logo {
    margin-bottom: 32px;
}

footer .logo img {
    width: 118px;
    height: auto;
    object-fit: contain;
}

footer .links-container {
    padding-right: 20px;
}

footer .title {
    color: #98A2B3;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    margin-bottom: 16px;

}

footer .footer-link {
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--text-color);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-bottom: 12px;
    text-decoration: none;

}

footer .footer-link .new {
    background: #FFD76F4D;
    color: #1E758D;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    padding: 2px 8px;
    border-radius: 16px;

}

.bottom-footer {
    background-color: #F9FAFB;
    padding: 48px 0px;
}

.bottom-footer .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-footer .inner .copy {
    color: #98A2B3;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}

.bottom-footer .inner .links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.bottom-footer .inner .links .icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.bottom-footer .inner .links .icon[src*="twitter.png"] {
    width: 20px;
}
.signup-wrapper {
    display: flex;
    
    align-items: stretch;

}

.signup-wrapper .left,
.signup-wrapper .right {
    max-width: 50%;
    flex-basis: 50%;
    flex-shrink: 0;
}

.signup-wrapper .left {
    display: flex;
    justify-content: center;
    
}

.signup-wrapper .left .form-wrapper {
    max-width: 86%;
    width: 100%;
    margin: 20px 0px;
}

.signup-wrapper .right .image-wrapper {
   width: 100%;
    height: 100%;
    background: #fafafa;
    border-radius: 24px;
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
}

.signup-wrapper .right .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 400px;
}

/* on boaring styles  */
.onboarding-container .inner-container {
    max-width: 600px;
    margin: 56px auto;

}

.flex-input {
    display: flex;
    align-items: center;
    gap: 8px;
}

.flex-input input {
    height: 16px;
    width: 16px;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
}

.flex-input label {
    color: var(--lebel-color);
    font-size: 14px;
    font-weight: 500;


}

.edit-wrapper {
    background-color: #1E758D33;
    border: 1px solid #D0D5DD;
    padding: 10px 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.edit-wrapper .left {
    padding-right: 10px;
}

.edit-wrapper .left .title {
    color: var(--title-color) !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-bottom: 3px;

}

.edit-wrapper .left .subtitle {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.subtitle {
    color: var(--text-color);
    font-size: 14px;
}

.edit-wrapper .action-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.edit-wrapper .action-buttons .icon {
    cursor: pointer;

}

.edit-wrapper .action-buttons .icon img {
    width: 16px;
    height: auto;
    object-fit: contain;
}

.button-add {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    border: 1px solid var(--link-color);
    background: #1E758D1A;
    color: var(--link-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    border-radius: 8px;


}

.button-add img {
    width: 16px;
    height: 16px;
    object-fit: cover;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.custom-checkbox label {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: left;

}

.custom-checkbox input {
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    height: 18px;
    border: none;
    width: 18px;

}

.custom-checkbox input:before {
    content: '';
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #1E758D33;
    height: 100%;
    border: 0.8px solid #1E758D;
    box-sizing: border-box;
}

.custom-checkbox input:checked:before {
    background: #1E758D;

    border: 1px solid #1E758D;
}

.custom-checkbox input:checked:after {
    content: "";
    background-image: url('../assets/images/check.svg');
    width: 10px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: contain;
    position: absolute;

    left: 4px;
    top: 4px;
    font-size: 12px;

}

.custom-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0px;
}

.custom-navigation .button {
    padding: 10px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: var(--text-color);
    border: 1px solid #DDD0D0;
    background-color: transparent;
    border-radius: 8px;


}

.custom-navigation .button.active {
    background-color: #1E758D;
    border: 1px solid #1E758D;
    color: white;
}

.custom-navigation .nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.custom-navigation .nav .nav-button {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 14px;
    color: var(--text-color);
    text-decoration: none;

}

.custom-navigation .nav .nav-button.active {
    background: #1E758D33;


}

/* Calender styling  */
.datepicker-header {
    display: none !important;
}

.datepicker-previous-button,
.datepicker-next-button {
    height: 32px;
    width: 32px;
    background-color: #ECF2F6;
    border-radius: 6px;
    padding: 0px;
}

.datepicker-previous-button:hover,
.datepicker-previous-button:focus,
.datepicker-next-button:focus,
.datepicker-next-button:hover {
    border-radius: 6px !important;

}

.datepicker-previous-button:after,
.datepicker-next-button:after {
    margin: 12px;
}

.datepicker-large-cell-content {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #2A2A2A;
    border-radius: 8px;
    margin-bottom: 21px;
    margin-right: 11px;
}

.datepicker-date-controls {
    margin-bottom: 16px;
}

.datepicker-cell:not(.disabled):not(.selected):hover .datepicker-cell-content,
.datepicker-cell.current .datepicker-cell-content,
.datepicker-cell.selected .datepicker-cell-content {
    background-color: #0AB4A1;
    border: 1px solid #0AB4A1;
    color: white;
    border-radius: 6px;
}

.datepicker-view-change-button {
    font-size: 16px;
    color: #2A2A2A;
    background-color: transparent !important;
    padding: 0px 14px !important;
}

.datepicker-modal-container {
    box-shadow: 0px 8px 34px 0px #00000014;
    padding: 10px;
    border-radius: 12px;
    max-width: 408px;
    width: 100%;
}

.datepicker-view {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.datepicker-footer {
    background-color: white;
    margin-top: 20px;
}

.datepicker-small-cell-content {
    border-radius: 8px;
    height: 42px;
    width: 42px;
    margin-right: 11px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.edit-profile-container {
    padding-top: 60px;
}
.edit-profile-container .info-item {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}
.edit-profile-container .info-item .icon {
    width: 24px;
    height: 24px;

    flex-shrink: 0;
}
.edit-profile-container .info-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.edit-profile-container .info-item .text-large {
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.5;
    font-weight: 700;
}
.edit-profile-container .info-item .text-large a {
    color: var(--text-color);
}
.edit-profile-container .info-item .text {
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.5;
}
.edit-profile-container .media-section {
    padding: 25px 0px;
}
.edit-profile-container .media-section .title-large {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
}
.edit-profile-container .media-section .text-medium {
    font-size: 20px;
    color: var(--text-color);
    font-weight: 400;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: var(--lebel-color) !important;
}
.edit-profile-container .profile {
    margin-bottom: 32px;
    max-width: 200px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
   color: #667085 !important;
    margin-top: 0px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    min-width: 100px !important;
    width: 100% !important;
}
::placeholder {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
  
    color: #667085 !important;
}
.edit-profile-container .tag {

    margin-bottom: 16px;
    padding: 4px 12px;
    gap: 0px;
    border-radius: 16px;
    background: #1e758d1a;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    color: #1e758d;
    text-align: center;
    width: max-content;
}
.select2-results__option {
    color:var(--text-color) !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: var(--link-color) !important;
    color: white !important;
}
.select2-results__option:hover, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--link-color) !important;
    color: white !important;
}
.rating textarea {
    color: var(--text-color) !important;
}
.location span {
    color: var(--text-color) !important;
}
.edit-profile-container .profile .image {
    height: 200px;
    width: 200px;
    margin-bottom: 16px;
}

.edit-profile-container .profile .image img {
    width: 100%;
    height: auto;
    /* border-radius: 50%; */
    object-fit: contain;
    object-position: top;
}

.edit-profile-container .profile .name {
    color: #1E758D;
    display: block;
    text-decoration: underline;

    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;

}
.edit-profile-container .title-large {
    color: #333333;
    font-size: 28px;
    font-weight: 600;

    letter-spacing: -0.02em;
    text-align: left;

}
.report_item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.report_item  span{
    font-size: 12px;
    color: var(--text-color);
    width: 250px;
    white-space: normal;
}
.edit-profile-container .player-inof {
    display: flex;
    align-items: center;
    gap: 8px;
}
.edit-profile-container .player-info .info {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.edit-profile-container .social-links {
    display: flex;
    align-items: center;
    gap: 20px;
}
.edit-profile-container .social-links a {
    text-decoration: none;
}
.edit-profile-container .social-links img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.edit-profile-container .social-links img[src*="twitter.png"]{
    width: 18px;
}
.edit-profile-container .passports-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.edit-profile-container .passports-wrapper .text {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}
.edit-profile-container .passports-wrapper .passports {
    display: flex;
    align-items: center;
    gap: 8px;
}
.edit-profile-container .passports-wrapper .passports img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}
.player-traits .traits {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.player-traits .traits .trait {
    padding: 8px 14px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
}
.edit-profile-container .text-med{
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.edit-profile-container .text-med a {
    color: #333;
}
.edit-profile-container .text-large a {
    color: #333;
}
.edit-profile-container .text-med-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}
.edit-profile-container .text-med-wrapper .inner{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #667085;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-align: left;
}
.edit-profile-container .text-med-wrapper .inner .large{
    font-size: 16px;
    color: #333;
}
.edit-profile-container .text-med-wrapper .inner .small{
    font-size: 16px;
}
.edit-profile-container .text-med a {
    color: #1E758D;
    text-decoration: underline !important;
}
.edit-profile-container .title-med {
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-align: left;

}
.edit-profile-container .title-small {
    color: #333;
    font-size: 24px;
    font-weight: 600;

    letter-spacing: -0.02em;
    text-align: left;

}

.edit-profile-container .text {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;

    letter-spacing: -0.02em;
    text-align: left;

}
.social-link-wrapper {
    height: 52px;
    margin-bottom: 8px;
    position: relative;


}
.social-link-wrapper img {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    z-index: 1;
    object-fit: contain;

}
.social-link-wrapper img[src*="twitter.png"] {
    width: 19px;
    height: 19px;
}
.social-link-wrapper input {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    padding: 12px 14px;
    width: 100%;
    height: 52px;
    font-size: 14px;
    font-weight: 400;
    color: #667085;
    text-align: left;
    padding-left: 50px;

}
input:focus{
    outline: none;
    box-shadow: none;
}
.create-button {
    padding: 10px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    justify-content: center;
    background: #1E758D1A;
    border: 1px solid #D0D5DD;
    color: #1E758D;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 16px;

}

.create-button img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.dates-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.dates-wrapper .date {
    padding: 8px 14px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    font-size: 12px;
    color: #344054;
    background-color: transparent;
}
.dates-wrapper .date.active {
    background: #1E758D33;

}
.events-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    border-radius: 16px;
    padding: 16px 32px 16px 16px;
    border: 1px solid #D0D5DD;
    align-items: center;
    justify-content: space-between;
}
.events-wrapper .left {
    display: flex;
    align-items: center;
    gap: 32px;
}
.events-wrapper .left .main-image {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
}
.events-wrapper.large .main-image {
    width: 104px;
    height: 104px;
}
.events-wrapper .main-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.events-wrapper.large .title-small {
    font-size: 20px;
}
.events-wrapper.large .text{
    font-size: 16px;
}
.events-wrapper .title-small {
    color:#333;
    display: flex;
    font-size: 16px;
    line-height: 1.4 !important;
    font-weight: 600;
}
.events-wrapper .flex {
    display: flex;
    align-items: center;
}
.events-wrapper .small-image {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
    gap: 8px;
}
.events-wrapper .text {
    color:#333 !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.4 !important;
}
.events-wrapper .view {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1E758D;
    font-size: 16px;
    font-weight: 600;

    text-align: left;

}
select.format {
    padding: 10px 14px !important;
    border: 1px solid #D0D5DD !important;
    width: max-content;
    min-width: 180px;
    border-radius: 8px !important;
    color: var(--text-color) !important;
    box-shadow: 0px 1px 2px 0px #1018280D !important;
    height: 44px !important;
}

.input-wrapper label span {
    color:#FF0000;
}
/* Stadium section stlying here  */

.stadium-wrapper {
    position: relative;
    width: 100%;
    height: 650px;
    border: 2.81px solid #D0D5DD;
    border-radius: 20px;
}

/* Stadium top section stlying here  */
.stadium-wrapper .outer-field {
    position: absolute;
    width: 50%;

    left: 50%;
    top: 0px;
    border-top: 0px !important;
    height: 20%;
    transform: translateX(-50%);
    border: 1.26px solid #D0D5DD;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 2;
    background-color: white;
}
.stadium-wrapper .inner-field {
    position: absolute;
    width: 25%;
    background-color: white;
    left: 50%;
    top: 0px;
    border-top: 0px !important;
    height: 10%;
    transform: translateX(-50%);
    border: 1.26px solid #D0D5DD;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 2;
}
.stadium-wrapper .top-circle {
    position: absolute;
    width: 15%;
    padding-bottom: 15%;
    height: 15%;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);

    border: 1.26px solid #D0D5DD;
    border-radius: 50%;
    z-index: 1;
}

.stadium-wrapper .center-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #D0D5DD;
    top: 50%;
    transform: translateY(-50%);
    left: 0x;
}
.stadium-wrapper .center-circle {
    position: absolute;
    width: 14%;
    padding-bottom: 14%;
    border: 1.26px solid #D0D5DD;
    top: 49%;
    transform: translate(-50% , -50%);
    left: 50%;
    border-radius: 50%;
    box-sizing: border-box;
}


/* Stadium bottom section stlying here  */
.stadium-wrapper .outer-field.bottom ,.stadium-wrapper .inner-field.bottom{
    top: auto;
    bottom: 0px !important;
    border-bottom: 0px !important;
    border-top: 1.26px solid #D0D5DD !important;

    transform: translateX(-50%);
    border: 1.26px solid #D0D5DD;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;

}
.stadium-wrapper .top-circle.bottom {
    top: auto;
    bottom: 13% !important;


}
.stadium-wrapper.small {
    border-width: 1px;
    border-radius: 8px;
    height: 300px;
}
.stadium-wrapper.small .center-line  {
    height: 0.3px;
}
.stadium-wrapper .center-circle {
    border: .4px solid #D0D5DD;
}
.stadium-wrapper.small .outer-field,.stadium-wrapper.small .inner-field{

    border-top: 0px !important;
    border-bottom: 0.45px solid #D0D5DD !important;


    border:0.45px solid #D0D5DD;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;

}
.stadium-wrapper.small .outer-field.bottom ,.stadium-wrapper.small .inner-field.bottom{
    top: auto;
    bottom: 0px !important;
    border-bottom: 0px !important;
    border-top: 0.45px solid #D0D5DD !important;

    transform: translateX(-50%);
    border:0.45px solid #D0D5DD;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;

}

.stadium-wrapper.small .player-wrapper {

    gap: 4px;
}


.stadium-wrapper.small .player-wrapper .player {
    /* box-shadow: 0px 0px 0px 11.25px #FFD76F; */
    box-shadow: 0px 0px 0px 2px #33333333;
    border: 0.62px solid #D0D5DD;
    flex-shrink: 0;
    height: 10px;
    width: 10px;

}
.stadium-wrapper.small .player-wrapper.active .player {
    box-shadow: 0px 0px 0px 3px #FFD76F;
}
.stadium-wrapper.small .player-wrapper .text {
    font-size: 6px;
    font-weight: 600;
    color: #000;
}
.stadium-wrapper.small .player-wrapper .player .dot {
    height: 3.5px;
    width: 3.5px;
    border-radius: 50%;
    background: #1E758D;

}
/* ========== Cf player style starts here ========= */
.stadium-wrapper .player-wrapper.cf{
    top: calc(20% - 5px);
    left: 50%;
    transform: translateX(-50%);
}
.stadium-wrapper.small .player-wrapper.cb ,.stadium-wrapper .player-wrapper.cb{
    bottom: calc(20% - 18px);
    left: calc(33% + 0px);
    transform: translateX(-50%);
}
.stadium-wrapper.small .primary-text {
    position: absolute;
    top: 13%;
    left: 60%;
    transform: translateX(-50%);
    font-size: 5.7px;
    color: #000;
    font-weight: 600;
    z-index: 6;
}
.stadium-wrapper.small .secondary-text {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5.7px;
    color: #000;
    font-weight: 600;
    z-index: 6;
}
.stadium-wrapper.small .confidence-text {
    position: absolute;
    top: 60%;
    left: 25%;
    transform: translateX(-50%);
    font-size: 5.7px;
    color: #000;
    font-weight: 600;
    z-index: 6;
}
/* ========== lb player style starts here ========= */
/* .stadium-wrapper.small .player-wrapper.lb,.stadium-wrapper .player-wrapper.lb {
    position: absolute;
    bottom: calc(20% - 5px);
    left: calc(25% - 5px);
    transform: translateX(-50%);

} */
/* ========== st player style starts here ========= */
.stadium-wrapper.small .player-wrapper.st ,.stadium-wrapper .player-wrapper.st{
    position: absolute;
    top: calc(22% - 5px);
    left: 50%;
    transform: translateX(-50%);

}
.stadium-wrapper.small .player-wrapper.gk ,.stadium-wrapper .player-wrapper.gk{
    position: absolute;
    bottom: calc(2% + 0px);
    left: 50%;
    transform: translateX(-50%);

}
/* ========== lf player style starts here ========= */
.stadium-wrapper.small .player-wrapper.lf,.stadium-wrapper .player-wrapper.lf {
    position: absolute;
    bottom: calc(20% - 18px);
    left: calc(66% + 0px);
    transform: translateX(-50%);

}
/* ========== rf player style starts here ========= */
.stadium-wrapper .player-wrapper.rf {
    position: absolute;
    bottom: calc(33% - 5px);
    right: calc(10% + 0px);
    transform: translateX(-50%);

}
.stadium-wrapper.small .player-wrapper.rf{
    position: absolute;
    bottom: calc(33% - 5px);
    right: calc(3% + 0px);
    transform: translateX(-50%);

}
/* ========== lf player style starts here ========= */

/* ========== rf player style starts here ========= */
/* .stadium-wrapper.small .player-wrapper.rb {
    position: absolute;
    bottom: calc(20% - 5px);
    right: calc(25% - 27px);
    transform: translateX(-50%);

} */
.stadium-wrapper .player-wrapper.rb {
    position: absolute;
    bottom: calc(20% - 18px);
    right: calc(10% + 0px);
    transform: translateX(-50%);

}
.stadium-wrapper.small .player-wrapper.rb {
    position: absolute;
    bottom: calc(20% - 18px);
    right: calc(3% + 0px);
    transform: translateX(-50%);

}
/* ========== lw player style starts here ========= */
.stadium-wrapper.small .player-wrapper.lw,.stadium-wrapper .player-wrapper.lw {
    position: absolute;
    top: calc(33% - 10px);
    left: calc(10% + 0px);
    transform: translateX(-50%);

}
/* ========== rw player style starts here ========= */
.stadium-wrapper .player-wrapper.rw {
    position: absolute;
    top: calc(33% - 5px);
    right: calc(10% + 0px);
    transform: translateX(-50%);

}

.stadium-wrapper.small .player-wrapper.rw {
    position: absolute;
    top: calc(33% - 5px);
    right: calc(3% + 0px);
    transform: translateX(-50%);

}

/* ========== lf player style starts here ========= */
.stadium-wrapper .player-wrapper.lm {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(10% + 0px);
    transform: translateX(-50%);


}
.stadium-wrapper.small .player-wrapper.lm {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(10% + 0px);
    transform: translateX(-50%);


}
/* ========== lf player style starts here ========= */
.stadium-wrapper .player-wrapper.cm {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% + 0px);
    transform: translateX(-50%);

}
.stadium-wrapper.small .player-wrapper.cm {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% + 0px);
    transform: translateX(-50%);

}
/* ========== rf player style starts here ========= */
.stadium-wrapper .player-wrapper.rm {
    position: absolute;
    top: calc(50% - 20px);
    right: calc(10% + 0px);
    transform: translateX(-50%);

}
.stadium-wrapper.small .player-wrapper.rm  {
    position: absolute;
    top: calc(50% - 12px);
    right: calc(3% + 0px);
    transform: translateX(-50%);

}
/* ========== lf player style starts here ========= */
.stadium-wrapper.small .player-wrapper.cdm ,.stadium-wrapper .player-wrapper.cdm  {
    position: absolute;
    bottom: calc(33% - 5px);
    left: calc(50% + 0px);
    transform: translateX(-50%);

}
/* ========== lwb player style starts here ========= */
.stadium-wrapper.small .player-wrapper.lwb,.stadium-wrapper .player-wrapper.lwb {
    position: absolute;
    bottom: calc(33% - 5px);
    left: calc(10% + 0px);
    transform: translateX(-50%);

}
/* ========== rf player style starts here ========= */
.stadium-wrapper.small .player-wrapper.rwb,.stadium-wrapper .player-wrapper.rwb{
    position: absolute;
    bottom: calc(33% - 5px);
    right: calc(10% + 0px);
    transform: translateX(-50%);

}
.invalid-input {
    border-radius: 1px solid Red !important;
}

/* Large screen Players postions starts here  */
.stadium-wrapper .player-wrapper {
    position: absolute;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    z-index: 3;
}

.stadium-wrapper .player-wrapper .player {
    /* box-shadow: 0px 0px 0px 11.25px #FFD76F; */
    box-shadow: 0px 0px 0px 2.48px #33333333;
    border: 1px solid #D0D5DD;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: white;

}
.stadium-wrapper .player-wrapper.active .player {
    box-shadow: 0px 0px 0px 4.25px #FFD76F;
}
.stadium-wrapper .player-wrapper .text {
    font-size: 10px;
    font-weight: 600;
    color: #101828;
    max-width: 22px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    /* text-overflow: ellipsis; */
}
.stadium-wrapper .player-wrapper .player .dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #1E758D;

}
.stadium-wrapper .player-wrapper.cf {
    top: calc(33% - 10px);
    left: 50%;
    transform: translateX(-50%);
}

/* Players postions starts here  */
.stadium-wrapper .player-wrapper.lb {
    position: absolute;
    bottom: calc(20% - 18px);
    left: calc(10% + 0px);
    transform: translateX(-50%);

}
.stadium-wrapper .dir-row {
    flex-direction: row !important;
}
.print-wrapper {
    display: flex;
    /*flex-wrap: wrap;*/
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 16px 32px 16px 16px;
    border: 1px solid #D0D5DD;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.print-wrapper .left {
    display: flex;
    align-items: center;
    gap: 24px;
}
.print-wrapper .left .main-image {
    width: 56px;
    height: 56px;
}
.print-wrapper.large .main-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}
.print-wrapper .main-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.print-wrapper.large .title-small {
    font-size: 20px;
}
.print-wrapper.large .text {
    font-size: 16px;
}
.print-wrapper .title-small {
    color:var(--text-color);
    /*display: flex;*/
    word-break: break-word;
    font-size: 16px;
    line-height: 1.4 !important;
    font-weight: 600;
}
.print-wrapper .flex {
    display: flex;
    align-items: center;
}
.print-wrapper .small-image {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
    gap: 8px;
}
.print-wrapper .text {
    color:var(--text-color) !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.4 !important;
}
.print-wrapper .right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;

}
.print-wrapper .right .print {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    position: relative;

}
.print-wrapper .right .print .print-buttons-wrapper {
    position: absolute;
    top: calc(100% + 10px);
    z-index: 99;
    border-radius: 8px;
    background-color: white;
    padding: 20px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*min-width: 320px;*/
    /*right: 10px;*/
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    border: 1px solid #ddd;
}
.print-wrapper .right .print .print-buttons-wrapper .button {
    font-size: 12px;
    flex-shrink: 0;
    padding: 8px 16px;
    text-decoration: none !important;
    background-color: #1E758D;
    color: white;
    border-radius: 8px;
    border: none;
}
.print-wrapper .right .print a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline !important;
    color: #1E758D;
}
.file-preview-wrapper-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 24px;
}
.file-preview-wrapper {
    position: relative;
    height: 120px;
    width: 120px;
    border-radius: 8px;
}
.file-preview-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.file-preview-wrapper .icon {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    background-color: white;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.player-traits-item {
    display: flex;
    justify-content: space-between;
}
.player-traits-item .left {
    color: #333333;
    font-size: 14px;
    font-weight: 400;


}
.player-traits-item .right {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    text-align: right;

}
.custom-card {
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #ddd;
}
.input-wrapper {
    position: relative;
}
.input-wrapper .iconn {
    position: absolute;
    top: -16px;
    right: 10px;
    cursor: pointer;
}
@media (max-width:768px) {
    .print-wrapper .right .print .print-buttons-wrapper {
        flex-wrap: wrap;
        gap: 8px;
    }
    .print-wrapper .right .print .print-buttons-wrapper .button {
        padding: 6px 10px;
        font-size: 10px;
        flex: 0 0 100%;
    }
    .edit-profile-container .profile .name {
        font-size: 14px;
        text-align: left;
    }
    .mb-16 {
        margin-bottom: 10px !important;
    }
    .mb-48 {
        margin-bottom: 24px !important;
    }
    .mb-32 {
        margin-bottom: 18px !important;
    }
    .mb-24 {
        margin-bottom: 12px !important;
    }
    .edit-profile-container .title-small,.title-medium {
        font-size: 18px;
    }
    .custom-card {
        padding: 24px;
    }
    .inner .profile-view-button {
        font-size: 12px !important;
        padding: 6px 12px !important;
    }
    .file-input-wrapper span {
        font-size: 12px;
    }
    .stadium-wrapper {
        height: 400px;
    }

    .input-wrapper label {
        font-size: 13px;
    }
    .input-wrapper input, .input-wrapper select {
        font-size: 13px;
    }
    .stadium-wrapper .cf-wrapper {
        top: calc(20% - 7px);
        gap: 8px;
    }
    .stadium-wrapper .player-wrapper.active .player {
        height: 20px;
        width: 20px;
        box-shadow: 0px 0px 0px 4px #FFD76F;
    }
    .stadium-wrapper .player-wrapper.lb {
        gap: 8px;
        bottom: calc(20% - 30px);
        left: calc(25% - 2px);
    }
    .stadium-wrapper .player-wrapper.rb {

        bottom: calc(20% - 27px);
        right: calc(22% - 5px);

    }
    .stadium-wrapper .player-wrapper .text {
        font-size: 8px;
    }
}
.chart-small-wrapper {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    min-height: 320px;
}
.chart-small-wrapper .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #333;
}
.chart-small-wrapper canvas {
    max-height: 280px !important;
    max-width: 280px !important;
     display: block;
    min-width: fit-content !important;
    margin: auto;
}
.chart-wrapper {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
}
.chart-large-wrapper {
        border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
}
.chart-large-wrapper canvas {
    height: 350px !important;
    display: block;
    min-width: fit-content !important;
}
.chart-large-wrapper .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #333;
}

.chart-large-wrapper .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #333;
}
@media(max-width:768px){
    .main-nav .navbar-brand img ,footer .logo img{
        width: 60px;
    }
    .main-nav .action-buttons .button {
        padding: 6px 12px;
        font-size: 12px;
    }
    .main-nav .custom-links .nav-link {
        font-size: 13px;
    }
    .main-nav .custom-links .navbar-nav {
        gap: 8px;
        margin-left: 0px;
    }
    .main-nav .custom-links {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    .edit-profile-container .profile .image {
        height: 120px;
        width: 120px;
    }
    .edit-profile-container .title-large {
        font-size: 22px;
    }
    .edit-profile-container .player-info .info {
        font-size: 14px;
    }
    .edit-profile-container .text-med {
        font-size: 16px;
    }
    .edit-profile-container .passports-wrapper .text {
        font-size: 14px;
    }
    .edit-profile-container .passports-wrapper .passports img {
        height: 20px;
        width:20px;
    }
    .edit-profile-container .title-med {
        font-size: 18px;
    }
    .edit-profile-container .text {
        font-size: 14px;
        word-break: break-word;

        text-align: left;
    }
    .edit-profile-container .info-item .text-large {
        font-size: 14px;
    }
    .edit-profile-container .info-item .text {
        font-size: 13px;
    }
    .player-traits .traits {
        margin-bottom: 16px;
    }
    .player-traits .traits .trait {
        padding: 8px 12px;
        font-size: 12px;
    }
    .edit-profile-container .media-section {
        padding: 24px 0px;
    }
    .edit-profile-container .media-section .title-large {
        font-size: 20px;
    }
    .edit-profile-container .media-section .text-medium {
        font-size: 14px;
    }
    .print-wrapper {
        flex-wrap: wrap;
        gap: 16px;
    }
    .print-wrapper.large .main-image {
        width: 40px;
        height: 40px;
    }
    .print-wrapper.large .title-small {
        font-size: 16px;
    }
    .print-wrapper .right {
        gap: 12px;
    }
    .print-wrapper .right .print a {
        font-size: 13px;
    }
    footer .footer-link {
        font-size: 14px;
    }
    .bottom-footer .inner {
        flex-wrap: wrap;
        gap: 16px;
    }
    .bottom-footer .inner .links .icon {
        width: 20px;
        height: 20px;
    }
    .edit-profile-container {
        padding-top: 10px;
    }
    .container {
        padding: 0px 24px !important;
    }
    .image-bg {
        padding-top: 50px;
    }
    .title-main {
        font-size: 24px;
    }
    .body-text {
        font-size: 14px;
    }
    .social-button {
        font-size: 14px;
    }
    .signup-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .signup-wrapper .left, .signup-wrapper .right {
        max-width: 100%;
        flex-basis: 100%;
        flex-shrink: 0;
    }
    .onboarding-container .inner-container {
        margin: 20px 0px;
    }
    .custom-navigation .button {
        font-size: 10px;
        padding: 6px 8px;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        font-size: 12px !important;
    }
    .select2-container--default .select2-results__option {
        font-size: 12px !important;
    }
    .admin-dashboard .table-wrapper td {
        padding: 8px 12px;
        font-size: 12px;
    }
    .select2-container,.iti {
        width: 100% !important;
    }
    .custom-navigation .nav .nav-button {
        height: 30px !important;
        width: 30px !important;
        font-size: 12px !important;
    }
    .input-wrapper textarea {
        font-size: 13px;
    }
}













