.logo-slots-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 4px 0;
}

.logo-slot {
    width: 90px;
    height: 90px;
    border: 2px dashed #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    color: #888;
    overflow: hidden;
    position: relative;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fafafa;
    flex-shrink: 0;
}

.logo-slot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-slot:hover {
    border-color: #888;
}

.logo-slot.selected-slot {
    border: 2px solid #333;
    border-style: solid;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.logo-slot.empty-slot {
    border-style: dashed;
}

.logo-slot.has-image {
    border-style: solid;
    border-color: #aaa;
}

.slot-label {
    padding: 6px;
    font-size: 10px;
    color: #999;
    pointer-events: none;
    line-height: 1.3;
    font-weight: 500;
}

.logo-action-btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.color-tab.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

.replaced-svg-variant-img {
    width: 100% !important;
}

.neck-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 25px 0;
}

.neck-slider {
    overflow: hidden;
}

.neck-row {
    display: flex;
    transition: transform 0.4s ease;
}

.neck-style-item {
    flex: 0 0 24.66%;
    padding: 10px 10px 0 10px;
    text-align: center;
}

#accordion .selected_color:first-child {
    border: 1px solid #000;
}

.Collar-Img {
    width: 100%;
    max-width: 100px;
    cursor: pointer;
}

/* Buttons */
.nav-btn {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    padding: 5px 8px;
    cursor: pointer;
    z-index: 10;
}

.next-btn {
    right: 0;
}

.back-btn {
    left: 0;
}

/* Tablet */
@media (max-width: 992px) {
    .col {
        flex: 0 0 25%;
    }

    /* 4 items */
}

/* Mobile */
/* @media (max-width: 576px) {
    .col { flex: 0 0 50%; }
} */

/* Collar Neck Css */
.color-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.color-tab {
    cursor: pointer;
    padding: 0px 5px;
    border-bottom: 2px solid transparent;
    border: 1px solid black;
    border-radius: 5px;
    color: black;
}

.color-tab.active-tab-btn {
    background: black;
    color: white;
    border-radius: 4px;
}

.color-tab-content {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
}

.color-tab-content.active-tab-content {
    display: flex;
}

/* End Collar Neck Css */

.panel-default>.panel-heading {
    color: #333;
    background-color: #ebebeb;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    color: #212529;
    font-weight: 400;
    font-size: 14px;
    font-family: 'gobold_boldregular';
}

.panel-default>.panel-heading a:hover {
    text-decoration: none;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.Loaderlayout {
    margin: auto;
    display: flex;
    width: 250px;
    margin-top: 25%;
}

.LoaderGrid {
    margin: auto;
    margin-right: 1px;
    width: 50px;
    height: 50px;
    display: grid;
    gap: 0px;
    grid-template-columns: auto auto;
    animation: rotate 2s linear 0s infinite;
}

.item1 {
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 0%;
    background-color: rgb(0, 0, 0);
}

.item2 {
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 0%;
    background-color: rgb(0, 0, 0);
}

.item3 {
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 0%;
    background-color: rgb(0, 0, 0);
}

.item4 {
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 0%;
    background-color: rgb(0, 0, 0);
}

@keyframes rotate {
    0% {
        rotate: 0deg;
        transform: scale(0.6);
    }

    50% {
        rotate: 100deg;
        transform: scale(0.4);
    }

    100% {
        rotate: 360deg;
        transform: scale(0.6);
    }
}

.LoaderH {
    margin: auto;
    margin-left: 5px;
}

#SvgDiv {
    display: none;
}

.switch-left strong {
    font-size: 16px;
    /* font-size: 14px; */
    font-weight: 500;
    color: #000000b8;
}

.switch-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.brand-wrapper {
    max-width: 450px;
}

/* #menu9 {
        padding: 20px;
    } */
.brand-wrapper .switch-con {
    padding-bottom: 20px;
}

button.RmvRow.bg-white.btn-delete {
    position: relative;
    top: -7px;
}

button.usePlayer.alert {
    position: relative;
    top: 0px;
    /* margin-right: 5px; */
}

button.usePlayer.alert:nth-child(1) {
    position: relative;
    top: 22px !important;
}

button.usePlayer {
    position: relative;
    top: 1px;
    /* padding: 10px;
    margin-right: 5px; */
    padding: 0px 0px 0px 10px;
    margin-right: 2px;
}

.panel-default .panel-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.panel-default .panel-title a p {
    display: flex;
    align-items: center;
    color: #212529;
    font-weight: 400;
    font-size: 14px !important;
    font-family: 'gobold_boldregular';
}

span.serial-hed {
    /* margin-right: 10px; */
    font-size: 10px !important;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    width: 20px !important;
    height: 20px !important;
}

.sidebar-menu-toggler {
    position: absolute;
    top: 15px;
    background: transparent;
    border: 0;
}

.sidebar-menu-toggler .dropdown-toggle::after {
    display: none;
}

.sidebar-menu-toggler {
    display: none;
}

#next_previous {
    display: none;
}

.panel-heading .panel-title {
    height: 56px;
}

@media (max-width:767px) {
    .sidebar-menu-toggler {
        display: block;
    }

    div#next_previous {
        position: absolute;
        bottom: -11px;
    }

    #next_previous {
        display: flex;
        justify-content: space-between !important;
        width: 100%;
        padding: 20px;
        position: absolute;
        bottom: -11px;
        right: 0;
    }
}

.overflow-y {
    overflow-y: auto;
    height: calc(100vh - 75px);
}

::-webkit-scrollbar {
    width: 12px;
    height: 8px;
    background-color: #d4d4d4;
    /* or add it to the track */
}

::-webkit-scrollbar-thumb {
    background: #6c6666;
}

.panel-body ::-webkit-scrollbar-thumb {
    background: #b6b6b6 !important;
}

.position-absolute.check-posh {
    font-size: 22px !important;
}

.pagination-wrapper {
    display: none;
}

ul#pills-tab {
    gap: 10px !important;
}

.light-outline {
    padding: 0px 8px !important;
    font-size: 10px !important;
    margin: 4px !important;
}

.button-wraple {
    display: flex;
    align-items: center;
}

.uolode-content {
    flex-direction: column
}

.search-btn-zoom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /* margin: auto; */
    justify-content: space-between !important;
}

/* .dollar_price_sec {
	display: flex;
	justify-content: space-between !important;
	padding: 0 15%;
	margin: 20px 0 10px 0;
}
.dollar_price_sec h5 {
	color: #212529;
	font-weight: 400;
	font-size: 18px !important;
} */
.variant_hdg {
    margin: 11px 0px 0 0;
    padding: 0 15px 15px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.variant_hdg h4 {
    color: #178186;
    font-weight: bold;
    font-size: 20px !important;
    margin: 0;
    text-transform: uppercase;
}

/* .slide_arrow {
	justify-content: center;
	display: flex;
	gap: 15px;
	margin: 44px 0 0 0;
}
.slide_arrow button{
	border: 0;
	padding: 7px 10px 9px;
}
.slide_arrow button img{
	width: 10px;
} */
.main_body_color {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.mains_color_box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 55px;
}

span.serial-hed {
    padding: 5px 8px !important;
}

.team-name-message {
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 14px;
    background: #ebebeb;
    border-radius: 4px;
    margin: 10px;
}

.messageDiv {
    padding: 8px;
    text-align: center;
    color: #666;
    font-size: 14px;
    background: #ebebeb;
    border-radius: 4px;
    margin-top: 0;
    margin-bottom: 11px;
}

.main_plate {
    padding: 10px;
    gap: 10px;
}

.height-input select {
    height: 33.5px;
    border: 1px solid #ccc !important;
    border-radius: .25rem;
    width: 100%;
}

.color_plate.no_bdr .head-color h4 {
    background: transparent !important;
    font-size: 18px !important;
    border: 0px !important;
    color: #000 !important;
}

@media (max-width: 768px) {
    .pagination-wrapper {
        display: block;
    }

    .overflow-y {
        overflow-y: unset;
        height: auto;
        margin-top: 20px;
    }

    .panel {
        display: none;
    }

    .panel.active {
        display: block;
    }

    .pagination-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* margin-top: 20px; */
        /* padding-bottom: 21px; */
        padding: 23px 14px 10px;
    }

    .pagination-wrapper .btn {
        padding: 10px 20px;
        background-color: #049ba3;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .cpy_rt {
        padding: 10px 0;
    }

    .right_design .row {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .pagination-wrapper .btn:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }


    .sidebar-menu-toggler {
        top: 34px;
    }

    .neck-style {
        margin-bottom: 0;
    }

    .color-calc .main_plate.card-scrolling.flex-box-btn {
        height: 145px;
    }

    .team_form .form-group {
        margin-bottom: 0 !important;
    }

    .panel-default>.panel-heading a {
        padding: 0rem 10px !important;
    }

    .panel-default>.panel-heading a[aria-expanded="false"]::after {
        right: 0;
    }



}

