@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --primary-color: #007DBC;
    --primary-font: 'Inter', serif;
    --secondary-color: #001018;
    --light-color: #B3BAC8;

}
html {
    height: 100%;
}
body {
    background-color: #ffffff;
    color: var(--secondary-color);
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    height: 100%;
    overflow: auto;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}
a,a:focus {
    outline: 0;
    text-decoration: none;
}
p {
    margin: 0;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-weight: 700;
}
ul {
    margin: 0;
    padding: 0;
}
.btn {
    border-radius: 0;
}
/* Header Css */
.main-header {
    padding: 5px 0;
}
.main-header .lr-btn {
    font-weight: 700;
    font-size: 17px;
    padding: 15px 30px;
    display: flex;
    gap: 3px;
    align-items: center;
}
.form-control {
    background: #FFFFFF;
    border: 1px solid #8996A2;
    border-radius: 4px;
    padding: 11px 15px;
}
select.form-control {
    background-image: url("../images/select-arrow.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 15px center;
}
.select-ul .form-control {
    background-image: url("../images/select-arrow.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 15px center;
    border: none;
}
.main-header .navbar-brand img{
    width: 100%;
}
/* Page Pagination Start */
.pagination-div {
    border-bottom: 1px solid #D0D5DD;
    position: relative;
}
.page-tab-div {
    padding: 0;
    display: flex;
    justify-content: center;
}
.back-btn-div a {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: var(--light-color);
    display: flex;
    align-items: center;
    gap: 10px;
}
.back-btn-div a:hover {
    color: var(--primary-color);
}
.back-btn-div a:hover svg path {
    fill: var(--primary-color);
}
.page-tab-div .nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    color: var(--light-color);
    padding: 20px 0;
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: transparent;
    border: none;
    margin: 0 15px;
    position: relative;
}
.back-btn-div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.page-tab-div .nav {
    display: flex;
    gap: 0;
    justify-content: space-evenly;
    padding: 0 170px;
}
.page-tab-div .nav .nav-item .nav-link.active {

    color: var(--primary-color);
}
.page-tab-div .nav .nav-item .nav-link.active svg path{
    fill: var(--primary-color);
}
.page-tab-div .nav .nav-item .nav-link.active .stroke path{
    stroke: var(--primary-color);
    fill: transparent;
}
.page-tab-div .nav .nav-item .nav-link.active:after {
    width: 100%;
}
.page-tab-div .nav .nav-item .nav-link::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.page-tab-div .nav .nav-item .nav-link svg {
    width: 25px;
    height: 25px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1372px;
}
.page-slide .carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
}
.page-slide .carousel-indicators button.active {
    background-color: var(--primary-color);
}
.page-slide .carousel-indicators {
    margin-bottom: 5px;
}

/* Team Info  */
.tab-value-div {
    border: 1px solid #D0D5DD;
    padding: 20px 40px;
    background-color: #ffffff;
}
.tab-head h5 {
    color: var(--primary-color);
    display: flex;
    gap: 15px;
    align-content: center;
    font-size: 22px;
}
.custom-radio {
    display: flex;
    border: 1px solid #8996A2;
    border-radius: 8px;
}

.radio-box {
    padding: 15px 15px;
    flex: 0 0 50%;
    border-right: 1px solid #8996A2;
    position: relative;
}
.radio-box label {
    color: #344054;
    position: relative;
    padding-left: 25px;
}
.radio-box label::before {
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #8996A2;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
}
.radio-box label::after {
    content: "";
    width: 13px;
    height: 13px;
    border: 5px solid var(--primary-color);
    position: absolute;
    left: 2px;
    border-radius: 50%;
    top: 4px;
    bottom: 2px;
    margin: auto;
    display: block;
    opacity: 0;
}
.color-md {
    position: relative;
    display: flex;
    gap: 10px;
}
.color-md input[type="checkbox"] {
    width: 20px;
    position: absolute;
    left: 5px;
    height: 20px;
    top: 12px;
    z-index: 1;
}
.color-md input:checked + .color-group {
    opacity: 1;
}
.color-md .color-group {
    opacity: 0.5;
}
.radio-box input:checked + label::after {
    opacity: 1;
}
.color-md .color-group {
    padding-left: 25px;
}
.radio-box input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.radio-box:last-child {
    border-right: none;
}

.data-range-div {
    padding: 40px 15px 15px;
    border: 1px solid #8996A2;
    border-radius: 8px;
}
.select-color-div h6 {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--primary-color);
}
.form-group-color {
    position: relative;
}
.form-group-color input {
    height: 60px;
    padding-right: 70px;
}
.form-group-color span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    top: 10px;
    right: 15px;
}
hr {
    background-color: #D0D5DD;
}
.button-div .btn {
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
}

.button-div .btn.btn-outline-dark {
    padding: 10px 15px;
}

/* Design Jersey */
.custom-accordion .card .card-header {
    padding: 0;
}
.custom-accordion .card .card-header .btn[aria-expanded="true"] {
    background-color: #87D7FF;
    font-weight: 700;
    color: var(--secondary-color);
}
.custom-accordion .card .card-header .btn {
    display: flex;
    text-align: left;
    padding: 15px;
    gap: 10px;
    background-color: #E7F3F9;
    color: #4E5D6B;
}
.custom-accordion .card {
    border-radius: 0;
    margin-bottom: 15px;
    border: 1px solid #E7F3F9;
    background-color: #E7F3F9;

}
.custom-accordion .card-body {
    padding: 0;
}
.design-tab-content .nav {
    display: flex;
    justify-content: center;
}

.design-tab-content .nav .nav-item .nav-link {
    color: #4E5D6B;
    padding: 15px 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: transparent;
    border: none;
    margin: 0;
    position: relative;
    font-size: 14px;
}

.design-tab-content .nav .nav-item .nav-link.active {

    color: var(--primary-color);
}
.design-tab-content .nav .nav-item .nav-link.active svg path{
    fill: var(--primary-color);
}
.design-tab-content .nav .nav-item .nav-link.active .stroke path{
    stroke: var(--primary-color);
    fill: transparent;
}
.design-tab-content .nav .nav-item .nav-link.active .stroke2 path{
    stroke: var(--primary-color);
    fill: var(--primary-color);
}
.design-tab-content .nav .nav-item .nav-link.active:after {
    width: 100%;
}
.design-tab-content .nav .nav-item .nav-link::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.design-tab-content .nav .nav-item .nav-link svg {
    width: 25px;
    height: 25px;
}

.design-tab-content .nav .nav-item input:checked + .nav-link::after {
    width: 100%;

}
.design-tab-content .nav .nav-item input:checked + .nav-link {
    color: var(--primary-color);
}
.design-tab-content .nav .nav-item input:checked + .nav-link .stroke2 path{
    stroke: var(--primary-color);
    fill: transparent;
}
.design-tab-content .nav .nav-item input:checked + .nav-link svg path{
    fill: var(--primary-color);
}
.design-tab-content .nav .nav-item input:checked + .nav-link .stroke path {
    stroke: var(--primary-color);
    fill: transparent;
}
.design-tab-content .nav .nav-item {
    position: relative;
}
.pattern-radio-list .nav-item input[type="radio"] {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.pattern-radio-list .nav-item input[type="radio"]:hover {
    cursor: pointer;
    z-index: 1;
}
.cr-box {
    flex: 0 0 280px;
    width: 100%;
}
.color-box {
    max-width: 280px;
    height: 280px;
    /* background-color: red; */
    border-radius: 10px;
    width: 100%;
    /* background-color: #fff; */
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border: 1px solid #dfdfdf;
}
.design-body {
    padding: 20px;
}
.color-group {
    display: flex;
    background-color: #fff;
    gap: 6px;
    max-width: 185px;
    padding: 8px 5px;
    border-radius: 6px;
    border: 1px solid #E4E7EC;
    align-items: center;
}
.color-md .color-group.ps-2 svg {
    width: 20px;
}
.color-group input {
    padding: 0;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: none;
}
.dark-btn-div .btn {
    padding: 15px 30px;
    border-radius: 8px;
    display: flex;
    gap: 15px;
    background-color: var(--secondary-color);
}
.lb-clr {
    color: #344054;
}
.io-btn-div .btn {
    background-color: #ffffff;
    width: 60px;
    padding: 7px 0;
}
.io-btn-div-jersey .btn {
    width: 43px;
}
.io-btn-div-jersey {
    gap: 1px;
}
.position-btn-list .btn {
    width: 45px;
    border-right: 1px solid #e4e7ec;
}
.io-btn-div .btn:first-child {
    border-right: 1px solid #E4E7EC;
}
.io-btn-div {
    display: inline-flex;
    border: 1px solid #E4E7EC;
    border-radius: 5px;
    overflow: hidden;
}
.io-btn-div .btn:hover {
    background-color: #d1d5dd;
}
.generat-list {
    display: flex;
    gap: 5px;
}
.ptn-box {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    background-color: #B9C2C7;
    overflow: hidden;
}
.upload-picture-btn-div label {
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    border: 1px solid #E4E7EC;
    padding: 10px 15px;
    border-radius: 8px;
    color: #667085;
    cursor: pointer;
}
.upload-picture-btn-div label span {
    color: var(--primary-color);
    display: block;
    font-size: 14px;

}
.pattern-group {
    max-width: 255px;
}
.style-group select {
    font-weight: 900;
    font-size: 18px;
}
.color-setting-div .color-group {
    max-width: inherit;
}
.color-setting-div {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.apply-div .btn {
    padding: 12px 19px;
    border-radius: 5px;
}
.page-slide .carousel {
    padding: 30px;
}
.page-slide {
    border: 1px solid #D0D5DD;

}
.player-add-form-div {
    display: flex;
    gap: 10px;
}
.player-add-form-div .btn {
    width: 54px;
    height: 54px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.t-number {
    width: 100px;
}
.t-size {
    width: 110px;
}
.player-add-form-div .btn-outline-light {
    border: 1px solid #E4E7EC;
}
.player-add-form-div .btn-outline-light {
    border: 1px solid #E4E7EC;
}
.player-add-btn-div .btn {
    background-color: #87D7FF;
    border-color: #87D7FF;
    padding: 12px 0;
    border-radius: 10px;
    font-size: 20px;
    color: var(--secondary-color);
}
.player-add-list {
    min-height: 300px;
}
.lm-text h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}
.lm-text p {
    font-size: 16px;
    color: #687787;
    font-weight: 400;
}
.lm-body .form-group label {
    color: #687787;
    font-size: 14px;
}
.lm-body .form-control {
    border: 1px solid #4E5D6B;
    border-radius: 8px;
}
.lm-footer .btn {
    padding: 13px 10px;
    font-size: 16px;
    border-radius: 10px;
}
.lm-footer .btn-outline-light {
    border: 1px solid #4E5D6B;
    color: #687787;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.lm-forgot p {
    color: #687787;
}
.login-modal-div .btn-close {
    background: no-repeat;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 0;
}
.login-modal-div {
    padding: 20px 30px;
    position: relative;
}
.login-modal-div .form-group small {
    color: #687787;
}

/**
    inspired by https://dribbble.com/shots/2056202-Range-Selection-with-Frequency-Chart
**/


#PriceGradient {

    /** colors for the handles and range */
    --color1: hsl(219, 73%, 65%);
    --color2: hsl(283, 100%, 69%);
    --colorMix: hsl(256, 100%, 59%);
    --range-pip: #ccc;
    --range-pip-in-range: var(--colorMix);

    /** linear springs from for easing nicely */
    --spring-duration: 1.5s;
    --spring-easing: linear(
            0, 0.576 4%, 0.79, 0.964, 1.102, 1.205, 1.275 13.6%, 1.298, 1.313, 1.32, 1.32,
            1.313 19.3%, 1.299 20.7%, 1.256 23.4%, 1.111 30.5%, 1.047 34.2%, 1.018, 0.996,
            0.979, 0.968 42.9%, 0.961 46.1%, 0.962 49.7%, 0.994 63.9%, 1.004 72%,
            1.005 79.2%, 1
    );

    --color: var(--color1);
    --shadow-color: 0deg 0% 0%;
    --shadow-elevation-medium:
            0px 0.4px 0.4px hsl(var(--shadow-color) / 0.1),
            0px 0.8px 0.8px -0.8px hsl(var(--shadow-color) / 0.09),
            0px 1.6px 1.7px -1.5px hsl(var(--shadow-color) / 0.08),
            0px 3.5px 3.6px -2.3px hsl(var(--shadow-color) / 0.08),
            0px 6.9px 7.2px -3px hsl(var(--shadow-color) / 0.07);

    height: 14px;

}

#PriceGradient .rangeBar {
    height: 100%;
    background: linear-gradient(90deg, var(--color1), var(--color2));
}

#PriceGradient .rangeHandle[data-handle="1"] {
    --color: var(--color2);
}

#PriceGradient .rangeHandle {
    width: 34px;
    height: 34px;
    top: calc( 50% - 1px );
    border-radius: 50%;
    background: white;
    border: 2px solid var(--color);
    box-shadow: var(--shadow-elevation-medium);
    perspective: 500px;
}

#PriceGradient .rangeNub {
    display: none;
}

#PriceGradient .rangeFloat {
    border-radius: .5em;
    padding: .3em .6em;
    background: white;
    color: black;
    font-weight: bold;
    border: 2px solid var(--color);
    top: -1em;
    transform-origin: bottom center;
    transform: translate(-50%, -100%) rotateX(100deg) scaleY(0.75);
    transition: all var(--spring-easing) var(--spring-duration);
}

#PriceGradient .rangeFloat:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 9px;
    height: 9px;
    background: white;
    transform: translate(-50%, 50%) rotate(45deg);
    border-right: 2px solid var(--color);
    border-bottom: 2px solid var(--color);
}

#PriceGradient.focus .rangeHandle .rangeFloat,
#PriceGradient.hoverable .rangeHandle:hover .rangeFloat,
#PriceGradient.hoverable:hover .rangeFloat {
    top: -1em;
    transform: translate(-50%, -100%) rotateX(0deg);
    opacity: 1;
}

/** move the slider to the left or right while dragging */
#PriceGradient.up .rangeHandle.active .rangeFloat {
    transform: translate(-60%, -100%) rotateZ(-15deg);
}
#PriceGradient.down .rangeHandle.active .rangeFloat {
    transform: translate(-40%, -100%) rotateZ(15deg);
}

/** style the pips when active and in range */
#PriceGradient .pip {
    height: 2px;
    width: 2px;
    border-radius: 2px;
}
#PriceGradient.focus .pip.in-range {
    background: white;
    box-shadow:
            0 0 2px 1px var(--range-pip-in-range),
            0 0 5px 2px var(--range-pip-in-range),
            0 0 2px 0px var(--range-pip-in-range);
}

/* Ion.RangeSlider
// css version 2.0.3
// Â© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.irs-line {
    position: relative; display: block;
    overflow: hidden;
    outline: none !important;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute; display: block;
    top: 0;
}
.irs-line-left {
    left: 0; width: 11%;
}
.irs-line-mid {
    left: 9%; width: 82%;
}
.irs-line-right {
    right: 0; width: 11%;
}

.irs-bar {
    position: absolute; display: block;
    left: 0; width: 0;
}
.irs-bar-edge {
    position: absolute; display: block;
    top: 0; left: 0;
}

.irs-shadow {
    position: absolute; display: none;
    left: 0; width: 0;
}

.irs-slider {
    position: absolute; display: block;
    cursor: default;
    z-index: 1;
}
.irs-slider.single {

}
.irs-slider.from {

}
.irs-slider.to {

}
.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute; display: block;
    left: 0;
    cursor: default;
}
.irs-max {
    position: absolute; display: block;
    right: 0;
    cursor: default;
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: -28px;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0; left: 0;
    width: 1px; height: 8px;
    background: #000;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0; left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px; line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}


/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// Â© Denis Ineshin, 2014    https://github.com/IonDen
// Â© guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
    height: 55px;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 8px;
    top: 33px;
    background: #EEE;
    background: #E4E7EC;
    border-radius: 16px;
    -moz-border-radius: 16px;
}
.irs-line-left {
    height: 8px;
}
.irs-line-mid {
    height: 8px;
}
.irs-line-right {
    height: 8px;
}

.irs-bar {
    height: 8px;
    top: 33px;
    border-top: 1px solid #428bca;
    border-bottom: 1px solid #428bca;
    background: #428bca;
    background: var(--primary-color);
}
.irs-bar-edge {
    height: 8px; top: 33px;
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    background: #428bca;
    background: var(--primary-color);
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}
.irs-slider {
    top: 25px;
    width: 24px;
    height: 24px;
    background: #ffffff;
    background: #ffffff;
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
    background: #FFF;
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 10px 15px;
    background: #fff;
    border-radius: 8px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}
.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-from::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    box-shadow: 0 8px 10px 0 rgba(0,0,0,0.1);
    transform: rotate(45deg);
    z-index: 1;
    margin: auto;
    background-color: #ffffff;
}
.irs-to::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    box-shadow: 0 8px 10px 0 rgba(0,0,0,0.1);
    transform: rotate(45deg);
    z-index: 1;
    margin: auto;
    background-color: #ffffff;
}
.irs-min {
    display: none;
}
.irs-max {
    display: none;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.4);
    background-repeat: no-repeat;
    background-size: 3%;
    background-position: 50% 50%;
    background-image: url("https://smartpay.pl/Content/loading2.gif");
    z-index: 9999;
}
.tll-box a[aria-expanded="true"] {
    background-color: #87D7FF;

}
.tll-box a[aria-expanded="true"] p {
    color: var(--primary-color);
}
/*.tll-box a[aria-expanded="true"] svg path{
    fill: #ffffff;
}*/
.tll-box a[aria-expanded="true"]:after {
    background-color: #87d7ff;
}
.tll-box a {
    background-color: #E8E8E8;
    padding: 5px;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}
.tll-box a::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: transparent;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
.tll-box p {
    font-weight: 700;
    color: #4E5D6B;
    font-size: 12px;
}
.tll-box svg {
    margin: 0 auto 5px;
}
.tpd-default p {
    font-size: 20px;
    flex: 0 0 auto;
    text-align: center;
    position: absolute;
    bottom: 10px;
    /* display: none; */
}
.tpd-default {
    background-color: #D9D9D9;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.tpd-top {
    height: 45px;
    width: 85%;
    margin: auto;
    overflow: hidden;
}
.tpd-bottom {
    height: 45px;
    width: 85%;
    margin: auto;
}
.color-box img {
    width: 100%;
    height: 100%;
}
.tpd-left {
    width: 100%;
    /* height: 100%; */
    max-width: 45px;
}
.tpd-left p {
    transform: rotate(90deg);
    bottom: auto;
    top: auto;
    width: 200px;
}
.tpd-right {
    width: 100%;
    /* height: 100%; */
    max-width: 45px;
}
.tpd-right p {
    transform: rotate(90deg);
    bottom: auto;
    top: auto;
    width: 200px;
}
.tpd-ctr2 p {
    transform: rotate(90deg);
    bottom: auto;
    top: auto;
    width: 200px;
}
.tpd-box {
    display: flex;
    height: 260px;
    gap: 10px;
}

.tpd-center {
    display: flex;
    gap: 10px;
    width: 100%;
}
.tpd-ctr2 {
    max-width: 45px;
    width: 100%;
}
.tpd-ctr1 {
    width: 100%;
}
.tpd-ctr3 {
    width: 100%;
}

.tshirt-patter-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.modal-viewer {
    width: 100%;
}
.tpd-default img {
    width: 100%;
    /* position: absolute; */
    height: 100%;
    /* object-fit: cover; */
}
model-viewer {
    width: 400px;
    height: 310px;
}

.tpd-top img {
    width: 100%;
    /* transform: rotate(90deg); */
    /* height: 1000px; */
    /* object-fit: contain; */
}

.tpd-bottom img {
    width: auto;
    transform: rotate(90deg);
    height: 1000px;
    object-fit: contain;
}
.col-left {
    max-width: 500px;
    width: 100%;
}
.col-right {
    width: 100%;
}
.img-preview {
    max-width: 205px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #fff;
    height: 100%;
}
.cr-right .button-div.text-end.mt-auto {
    display: flex;
    gap: 10px;
    justify-content: start;
    padding-top: 20px;
}
/* .front-jersey-color-box {
    flex: 1 0 0;
}
.front-jersey-color-box {
    flex: 1 0 0!important;
} */
/* .front-jersey-color-box .color-box {
    height: auto!important;
} */
/* .front-jersey-color-box .color-box img {
    width: 240px;
    height: auto;
} */
.design-body .button-div button.design-body-btn {

    padding: 10px 15px;
    font-size: 14px;
}
.design-body .button-div button.design-body-btn.btn-primary {
    background-color: #212529;
    border-color: #212529;
}
.design-body .button-div button.design-body-btn svg {
    display: none;
}

.alert-list {
    position: fixed;
    right: 20px;
    z-index: 999;
    top: 100px;
    max-width: 350px;
}
.tpd-ctr1 img {
    height: auto;
}
.tpd-ctr3 img {
    height: auto;
}
.banner-div {
    min-height: 90vh;
    padding: 70px 0;
    text-align: center;
    background-image: url("../images/banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-content h1 {
    font-weight: 700;
    font-size: 55px;
    line-height: 56px;
    margin-bottom: 20px;
}
.banner-content h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
}
.title-line {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 25px auto;
    background-color: var(--primary-color);
    height: 5px;
}
.banner-content p {
    font-size: 24px;
    max-width: 650px;
    width: 100%;
    line-height: 34px;
    margin: 0 auto 20px;
}
.banner-btn-div .btn {
    border-radius: 7px;
    padding: 12px 30px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
.banner-img img {
    max-width: 800px;
    width: 100%;
}
.banner-img {
    margin-top: 50px;
}
.generate-gif {
    max-width: 800px;
    margin: auto;
    border: 1px solid #eee;
}
.title-div h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
}
.title-div p {
    font-weight: 400;
    font-size: 24px;
    line-height: 52px;
    color: #FFFFFF;
}
.help-card h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 39px;
    color: #FFFFFF;
}
.help-card p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #FFFFFF;
}
.help-div {
    padding: 70px 0;
}
.help-card {
    max-width: 350px;
    width: 100%;
}
.help-card svg {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.main-footer {
    font-family: "Barlow", serif;
}
.footer-box h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer-box p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #FFFFFF;
    font-weight: 400;

}
.footer-ul li {
    display: flex;
    gap: 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    align-items: center;
    letter-spacing: 1px;
}
.footer-ul li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}
.footer-ul li a:hover {
    color: var(--secondary-color);
}
.footer-box .btn-light:hover {
    background-color: var(--secondary-color);
}
.footer-box .btn-light {
    background-color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    padding: 12px 10px;
    border-radius: 5px;
    margin-top: 30px;
}
.scrollTop {
    opacity: 0;
}
.scrollTop a:hover {
    color: var(--primary-color);
}
.scrollTop a {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    border-radius: 5px;
    z-index: 999;

}
.footer-social a {
    color: #ffffff;
}
.footer-social a:hover {
    color: var(--secondary-color);
}
.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.recent-modal .modal-title {
    font-weight: 400;
    font-size: 16px;
}

.recent-modal .modal-body {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.color-box-jersey {
    width: 224px !important;
    height: 320px !important;
}




.select-ul {
    height: auto;
    width: 100%;
    border: 1px solid #8996A2;
    border-radius: 5px;
    max-height: 300px;
    overflow: auto;
}
.select-ul li {
    padding: 10px 15px;
    z-index: 2;
}
.select-ul li:not(.init) { float: left; width: 130px; display: none; background: #ddd; }
.select-ul li:not(.init):hover, ul li.selected:not(.init) { background: #09f; }
.select-ul li:not(.init) {
    width: 100%;
    display: none;
    background: #ffffff;
    padding: 9px 15px;
    border-top: 1px solid #8996A2;
}


a#submit { z-index: 1; }

.color-group select.form-control {
    padding: 0 24px 0 0;
    border: none;
}

.ms-ul-dropdown .ms-dd .ms-options {
    width: 565px;
}
.ms-ul-dropdown .ms-options li {
    width: 33.33%;
    float: left;
    height: 40px;
}

@media screen and (max-width: 1479px) {
    .col-left {
        max-width: 400px;
    }
    .tpd-box {
        height: 220px;
        gap: 5px;
    }
    .color-box-half-jersey {
        max-width: 214.23px !important;
        width: 214.23px !important;
        height: 282px !important;
    }

    .color-box-back-half-jersey {
        max-width: 222.25px !important;
        width: 222.25px !important;
        height: 423.5px !important;
    }

    /* .color-box-back-half-jersey .cropper-canvas {
        transform: none !important;
    }

    .color-box-back-half-jersey .cropper-container {
        width: 148.52px !important;
    } */

    .color-box-half-sleeve {
        max-width: 200px !important;
        width: 200px !important;
        height: 437px !important;
    }
    .color-box-full-sleeve {
    max-width: 210px !important;
    width: 210px !important;
    height: 158px !important;
    }

    .color-box {
        max-width: 240px;
        height: 240px;
    }
    
    .color-box-jersey {
        width: 224px !important;
        height: 320px !important;
    }
    .cr-box {
        flex: 0 0 240px;
    }
    .dark-btn-div .btn {
        padding: 12px 20px;
        gap: 5px;
        font-size: 14px;
    }
    .ptn-box {
        width: 50px;
        height: 50px;
    }

    .tpd-top {
        height: 40px;
    }
    .tpd-left {
        max-width: 40px;
    }
    .tpd-ctr2 {
        max-width: 40px;
    }
    .tpd-right {
        max-width: 40px;
    }
    .tpd-bottom {
        height: 40px;
    }
    .tpd-default p {
        font-size: 16px;
    }
    .tshirt-patter-div {
        gap: 5px;
    }
    .tpd-center {
        gap: 5px;
    }

}
@media screen and (max-width: 1399px) {
    .tpd-top {
        height: 40px;
    }
    .tpd-left {
        max-width: 40px;
    }
    .tpd-ctr2 {
        max-width: 40px;
    }
    .tpd-right {
        max-width: 40px;
    }
    .tpd-bottom {
        height: 40px;
    }
    .tpd-default p {
        font-size: 16px;
    }
    .tshirt-patter-div {
        gap: 5px;
    }
    .tpd-center {
        gap: 5px;
    }
    .tpd-box {
        gap: 5px;
    }

}
@media screen and (max-width: 1199px) {
    body {
        font-size: 14px;
    }
    .tab-value-div {
        padding: 20px;
    }
    .page-tab-div .nav .nav-item .nav-link {
        font-size: 16px;
        padding: 10px 0;
        gap: 10px;
        margin: 0 5px;
    }
    .page-tab-div .nav .nav-item .nav-link svg {
        width: 20px;
        height: 20px;
    }
    .page-tab-div .nav {
        padding: 0 40px 0 170px;
    }
    .back-btn-div a {
        font-size: 14px;
    }
    .form-control {
        font-size: 14px;
    }
    .button-div .btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    .tab-head h5 {
        font-size: 18px;
    }
    .dark-btn-div .btn {
        padding: 12px 10px;
    }
    .style-group select {
        font-size: 16px;
    }
}
@media screen and (max-width: 1099px) {
    .tll-box p {
        font-size: 10px;
    }
    .tll-box a {
        width: 70px;
        height: 70px;
    }
    .tll-box a::after {
        width: 15px;
        height: 15px;
        left: -8px;
    }
    .design-tab-content .nav .nav-item .nav-link {
        padding: 10px;
    }
    .design-tab-content .nav .nav-item .nav-link {
        font-size: 12px;
    }
    .design-tab-content .nav .nav-item .nav-link svg {
        width: 20px;
        height: 20px;
    }
    .custom-accordion .card .card-header .btn {
        padding: 15px 10px;
        font-size: 14px;
    }
    #accordion {
        flex-wrap: wrap;
        justify-content: center;
    }
    .tpd-left {
        max-width: 30px;
    }
    .tpd-right {
        max-width: 30px;
    }
    .tpd-ctr2 {
        max-width: 30px;
    }
    .tpd-default p {
        font-size: 12px;
    }
    .tpd-bottom {
        height: 30px;
    }
    .tpd-top {
        height: 30px;
    }
    .tpd-default {
        border-radius: 5px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .banner-content h3 {
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
    }
    .banner-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .banner-btn-div .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .banner-div {
        min-height: auto;
        padding: 40px 0;
    }
    .title-line {
        max-width: 100px;
        margin: 20px auto;
    }
    .title-div h1 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .title-div p {
        font-size: 16px;
        line-height: 26px;
    }
    .help-card h4 {
        font-size: 18px;
    }
    .help-card p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767px) {
    .back-btn-div {
        padding: 15px;
        position: relative;
    }
    .page-tab-div .nav {
        padding: 0 15px;
    }
    .page-tab-div .nav .nav-item .nav-link {
        font-size: 14px;
        gap: 5px;
    }
    .page-tab-div .nav .nav-item .nav-link svg {
        width: 15px;
        height: 15px;
    }
    .cr-box {
        flex: 0 0 100%;
        width: 100%;
    }
    .player-add-form-div {
        flex-wrap: wrap;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }
    .login-modal-div {
        padding: 25px 10px;
    }
    .design-body {
        padding: 10px;
    }
    .color-box {
        max-width: 220px;
        height: 220px;
        margin: auto;
    }
    .preview-box {
        margin: auto;
    }
    .dark-btn-div .btn {
        font-size: 14px;
    }
    .tdmodal-btn-div svg {
        width: 60px;
        height: 60px;
    }
    .color-setting-div {
        gap: 5px;
    }
    .style-group select {
        font-size: 14px;
    }
    .design-tab-content .nav .nav-item .nav-link {
        padding: 10px 5px;
    }
    .design-tab-content .nav .nav-item .nav-link {
        gap: 0;
    }
    .upload-picture-btn-div {
        margin-bottom: 15px;
    }
    .tll-box svg {
        width: 25px;
        height: 25px;
    }
    .main-header .lr-btn {
        font-weight: 700;
        font-size: 14px;
        padding: 12px 10px;
    }
    .main-header .navbar-brand {
        max-width: 185px;
    }

}
@media screen and (max-width: 575px) {
    .tpd-box {
        gap: 5px;
        height: 230px;
    }
}
.hide {
    display: none !important;
}
.image-option {
    display: none !important;
}

.div-include-name {
    position: relative;
    display: flex;
    gap: 5px;
}
.div-include-name input[type="checkbox"] {
    width: 20px;
    height: 20px;
    z-index: 1;
}
.recent-generated .text-decoration-underline {
    display: none;;
}

.d-half-sleeve {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.d-half-sleeve div {
    margin: 0 10px;
}

#a-right-left-sleeve-accordian svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#a-left-sleeve-accordian svg, #a-left-sleeve-bg svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.svg-sleeve-rotate {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.logo-specify {
    text-align: left; 
    position: relative;
    float: left;
    top: 50px;
    font-style: italic;
    color: #4E5D6B;
}

.sleeve-specify {
    font-style: italic;
    color: #4E5D6B;
    margin-top: 10px;
    display: block;
}

.color-box-half-jersey {
    max-width: 214.23px !important;
    width: 214.23px !important;
    height: 282px !important;
}

.color-box-half-sleeve {
    max-width: 200px !important;
    width: 200px !important;
    height: 437px !important;
}

.color-box-full-sleeve {
    max-width: 210px !important;
    width: 210px !important;
    height: 158px !important;
}

  .color-box-back-half-jersey {
        max-width: 222.25px !important;
        width: 222.25px !important;
        height: 423.5px !important;
    }

.threed-viewer-info-text {
    font-style: italic;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: #4E5D6B;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    pointer-events: none;
    width: 100%;
}
.t-label-number {
    width: 107px;
}
.t-label-size {
        width: 85px;
}
.t-label-name {
    width: 107px;
}

.radio-error {
    animation: shake 0.4s ease;
    border: 2px solid #ff3b3b !important;
    border-radius: 10px;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.radio-tooltip {
    display: inline-block;
    background: #ff3b3b;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 6px;
    margin-left: 10px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-3px); }
    to { opacity: 1; transform: translateY(0); }
}

.color-box-half-jersey-old {
    max-width: 232px !important;
    width: 232px !important;
    height: 282px !important;
}

.color-box-back-half-jersey-old {
    max-width: 217.6px !important;
    width: 217.6px !important;
    height: 282.5px !important;
}