.padding-bottom-32 {
    padding-bottom: 32px !important;
}

.border-2 {
    border: 2px solid #000 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

#success-message,
#error-message {
    display: none;
}

.modal {
    z-index: 99999;
}

/* reseller profile page */

/* Custom styles */
.theme-bg-primary {
    background-color: #3AAFA9 !important;
    color: #FFFFF0 !important;
}

.sock-primary-bg-color {
    background-color: #3AAFA9 !important;
}

.sock-primary-text-color {
    color: #17252A !important;
}

.ss-theme-text-color {
    color: #3AAFA9 !important;
}


/* reseller shop page */
.socks-dash-profile-img {
    width: 150px;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&display=swap');

.container {
    margin: 30px auto
}

.navbar-nav .nav-link {
    color: #000 !important;
    padding: 0.5rem 0rem !important;
    border-color: transparent;
    margin-left: 1.5rem;
    transition: none
}

.navbar .navbar-toggler:focus {
    box-shadow: none
}

.navbar-nav .nav-link.active,
.border-red {
    border-bottom: 3px solid #b71c1c
}

.navbar-nav .nav-link:hover {
    border-bottom: 3px solid #b71c1c
}

.container .product-item {
    min-height: 450px;
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 0
}

.container .product-item .product {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.container .product-item .product img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.container .product-item .product .icons .icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s ease;
    transform: rotate(180deg);
    cursor: pointer
}

.container .product-item .product .icons .icon:hover {
    background-color: #b71c1c;
    color: #fff
}

.container .product-item .product .icons .icon:nth-last-of-type(3) {
    transition-delay: 0.2s
}

.container .product-item .product .icons .icon:nth-last-of-type(2) {
    transition-delay: 0.15s
}

.container .product-item .product .icons .icon:nth-last-of-type(1) {
    transition-delay: 0.1s
}

.container .product-item:hover .product .icons .icon {
    transform: translateY(-60px)
}

.container .product-item .tag {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    position: absolute;
    top: 10px;
    left: 20px;
    padding: 0 0.4rem
}

.container .product-item .title {
    font-size: 0.95rem;
    letter-spacing: 0.5px
}

.container .product-item .fa-star {
    font-size: 0.65rem;
    color: goldenrod
}

.container .product-item .price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600
}

.fw-800 {
    font-weight: 800
}

.bg-green {
    background-color: #208f20 !important;
    color: #fff
}

.bg-black {
    background-color: #1f1d1d;
    color: #fff
}

.bg-red {
    background-color: #bb3535;
    color: #fff
}

@media (max-width: 767.5px) {

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        background-color: #b71c1c;
        color: #fff !important
    }

    .navbar-nav .nav-link {
        border: 3px solid transparent;
        margin: 0.8rem 0;
        display: flex;
        border-radius: 10px;
        justify-content: center
    }
}

/* reseller shop page */
/* user dashbaord */
.user-dashboard .active {
    background-color: #3AAFA9 !important;
    color: #FFFFF0 !important;
}

.user-dashboard .border-left {
    border-left: 2px solid var(--primary) !important;
}

.user-dashboard .sidebar {
    top: 0;
    left: 0;
    z-index: 100;
    overflow-y: auto;
}

.user-dashboard .overlay {
    background-color: rgb(0 0 0 / 45%);
    z-index: 99;
}

.user-dashboard .vh-50 {
    height: 60vh !important;
}

.dasboard-body .card-body img {
    width: 30px;
}

.dasboard-body .fa {
    color: #17252A !important;
}

.dasboard-body a {
    text-decoration: none;
}

.user-dashboard #profile-pic {
    width: 150px;
    height: 150px;
}

/* sidebar for small screens */
@media screen and (max-width: 767px) {
    .user-dashboard .sidebar {
        max-width: 18rem;
        transform: translateX(-100%);
        transition: transform 0.4s ease-out;
    }

    .user-dashboard .sidebar.active {
        transform: translateX(0);
    }
}


/* socks loader */
.socks-loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

/* LOADER 1 */

#socks-loader-circle:before,
#socks-loader-circle:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #3498db;
}

#socks-loader-circle:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#socks-loader-circle:after {
    border: 10px solid #ccc;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* socks loader */
.active-selection {
    border: 1px solid #3AAFA9;
}

.color-active-selection {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

#profile-d {
    /* position: absolute; */
    left: 2rem;
    bottom: 0;
    right: 0;
    /* height: 180px; */
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.floating-alert {
    position: fixed;
    bottom: -100px;
    /* Initially hidden below the screen */
    left: 50%;
    transform: translateX(-50%);
    background-color: #3AAFA9;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    /* Initially transparent */
    transition: all 0.5s ease-in-out;
    /* Smooth transition */
    z-index: 1000;
}

.floating-alert.show {
    bottom: 20px;
    /* Visible position */
    opacity: 1;
    /* Fully visible */
}

.socks-profile-container {
    position: relative;
    /* width: 828px; */
    height: 450px;
    margin: auto;
    margin-top: 2em;
}

.socks-profile-container .socks-profile-logo {
    position: absolute;
    bottom: 10px;
    width: 170px;
    height: 170px;
    left: 15px;
    border: 1px solid #333;
    background: white;
    background-image: url(https://scontent-ord1-1.xx.fbcdn.net/v/t1.0-1/p320x320/11427211_664730823660445_5008160565860538885_n.png?oh=e139eaf7797628639b291728d8c7a2a9&oe=57DC0F6D);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.socks-profile-container .socks-profile-visallo {
    background-image: url(http://www.visallo.com/sites/default/files/logo_0.png);
    position: absolute;
    right: 30px;
    top: 30px;
    margin-left: -100px;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.9;
}

.socks-profile-container .socks-profile-title {
    font-size: 140%;
    position: absolute;
    bottom: 55px;
    left: 195px;
    color: white;
    text-rendering: optimizelegibility;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 3px;
}

.socks-profile-container .socks-profile-title div {
    font-weight: normal;
    font-size: 80%;
}

.socks-profile-cover-photo .socks-profile-graph {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.socks-profile-cover-photo .socks-profile-graph:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    /* background: radial-gradient(ellipse 600px 300px at 50% 290px, rgba(146, 2, 2, 0), rgba(76, 26, 26, 0) 70%, #23688a); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 0.9;
}

.socks-profile-cover-photo .socks-profile-timeline {
    list-style: none;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    width: 100%;
    height: 115px;
    background: linear-gradient(to top, black 30%, rgba(0, 0, 0, 0));
    display: flex;
    align-items: flex-end;
}

.socks-profile-cover-photo .socks-profile-timeline li {
    background: #ec1c24;
    margin: 1px;
    flex: 1 1;
}

/**Woocommerce CSS start **/
.single_add_to_cart_button {
    background-color: rgb(58, 175, 169) !important;
}

.woocommerce-additional-fields {
    display: none !important;
}

.woocommerce-MyAccount-navigation a br {
    display: none !important;
}

.woocommerce-account .site-main ul a {
    line-height: 35px;
    color: #000;
}

/* Add background color to the active menu item in WooCommerce My Account */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #3bafa9;
    /* Change this to your desired color */
    color: #ffffff;
    /* Text color */
    font-weight: bold;
    border-radius: 5px;
    /* Optional: rounded corners */
    padding: 10px;
}

/**Woocommerce CSS end **/



/* star design  */

.sockteam-star {
    aspect-ratio: 1;
    /* Ensures the star is a square */
    background: #3AAFA9;
    clip-path: polygon(50% 0%,
            /* Top point */
            61.8% 35.5%,
            /* Top-right point */
            98% 35.5%,
            /* Far-right point */
            69.4% 57.6%,
            /* Bottom-right inner point */
            79.4% 91.5%,
            /* Bottom-right outer point */
            50% 70.7%,
            /* Bottom-center point */
            20.6% 91.5%,
            /* Bottom-left outer point */
            30.6% 57.6%,
            /* Bottom-left inner point */
            2% 35.5%,
            /* Far-left point */
            38.2% 35.5%
            /* Top-left point */
        );
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    /* Proportional font size */
    font-weight: bolder;
    color: #fff;
    text-align: center;
    position: relative;
    background-size: contain;
    width: 30px;
    /* Small, scalable size */
    left: 8px;
}

/* star design  */

.top-10-table table tbody>tr:nth-child(odd)>td,
.top-10-table table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

.top-10-table .fa-thumbs-up {
    color: #000;
    font-size: 20px;
}

.top-10-table-bs {
    position: relative;
    /* Ensures child elements are positioned relative to this container */
}

.top-10-table-bs-bg {
    position: absolute;
    top: -115px;
    left: 18px;
}

.top-10-table-bs table td,
.top-10-table-bs table th {
    border: none;
}

/* sockteam card or service card  */
.service-card {
    background-color: #3AAFA9;
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s;
}

.service-card:hover {
    transform: scale(1.05);
}

.card-icon {
    font-size: 32px;
    color: black;
    margin-bottom: 15px;
}

.socks-extend-sales-period {
    cursor: pointer;
}

.socks-extend-sales-period .card-icon {
    font-size: 28px !important;
}

.service-card-link:hover {
    text-decoration: none !important;
}

/* sockteam card or service card  */

.tutorial-floating-btn {
    top: 50%;
    display: inline-block;
    font-size: 18px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    padding: 12px;
    z-index: 3;
}

#tutorialModal.modal.fade .modal-dialog {
    transform: scale(1.1);
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}

#tutorialModal .modal.show .modal-dialog {
    transform: scale(1.0);
}

#tutorialModal .modal-content {
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

/* Close button styling */
#tutorialModal .close-button {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff;
    color: #333;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    font-weight: bold;
    z-index: 1056;
    /* Ensure it's above modal */
}

#tutorialModal .close-button:hover {
    background: #f8f9fa;
    border-color: #999;
}

#tutorialModal iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}


.upload-add-sales-sheet .product-search,
.upload-add-sales-sheet .select2-container {
    width: 100% !important;
    max-width: 350px;
    /* Adjust as needed */
}
.upload-add-sales-sheet .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 10px !important;
}

@media (max-width: 768px) {
    .upload-add-sales-sheet select {
        max-width: 100%;
        /* Full width on small screens */
    }
}