.my-tds-modal-wrapper .profile-pic-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.my-tds-modal-wrapper .pic-holder {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.my-tds-modal-wrapper .pic-holder .pic {
    height: 108%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.my-tds-modal-wrapper .pic-holder .upload-file-block,
.my-tds-modal-wrapper .pic-holder .upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(90, 92, 105, 0.7);
    color: #f8f9fc;
    font-size: 8px;
    font-weight: 600;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.my-tds-modal-wrapper.pic-holder .upload-file-block {
    cursor: pointer;
}

.my-tds-modal-wrapper .pic-holder:hover .upload-file-block,
.my-tds-modal-wrapper .uploadProfileInput:focus~.upload-file-block {
    opacity: 1;
}

.my-tds-modal-wrapper .pic-holder.uploadInProgress .upload-file-block {
    display: none;
}

.my-tds-modal-wrapper .pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
}

/* Snackbar css */
.my-tds-modal-wrapper .snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 14px;
    transform: translateX(-50%);
}

.my-tds-modal-wrapper .snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.my-tds-modal-wrapper .my-tds-top-info {
    line-height: 1;
}

.my-tds-modal-wrapper .my-tds-top-info .buyer-name {
    font-size: 1rem;
}

.my-tds-modal-wrapper .my-tds-top-info .company-name {
    font-size: 0.9rem;
}

.my-tds-modal-wrapper .my-tds-counter .number {
    display: block;
    font-size: 20px;
    color: #000;
}

.my-tds-modal-wrapper .my-tds-counter .number-label {
    color: #6c757d;
    font-size: 0.9rem;
}

.my-tds-modal-wrapper .my-tds-counter {
    padding-bottom: 0.6rem;
}

.my-tds-modal-wrapper .my-tds-menu .accordion-button:focus {
    box-shadow: none;
}

.my-tds-modal-wrapper .my-tds-menu .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(360deg) !important;
}

.my-tds-modal-wrapper .my-tds-menu .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(270deg) !important;
}

.my-tds-modal-wrapper .my-tds-menu .accordion-body {
    background-color: #fff;
}

.my-tds-modal-wrapper .my-tds-menu .my_tds_item i {
    font-size: 1.4rem;
}

.my-tds-modal-wrapper .my-tds-menu .coverage-icon {
    font-size: 1.4rem;
}

.my-tds-modal-wrapper .my-tds-menu .my_tds_data {
    font-size: 1rem;
    font-weight: 600;
}

.my-tds-modal-wrapper .my-tds-menu-link {
    text-decoration: none;
    color: #212529;
}

.my-tds-modal-wrapper .my-tds-menu .accordion-button:hover {
    background: #fcfcfc;
    color: #000;
}

.my-tds-modal-wrapper .my-tds-menu .accordion-body li:hover {
    background: #fcfcfc;
    color: #000;
}

.my-tds-modal-wrapper .my-tds-menu a:hover {
    color: #000;
}

.my-tds-modal-wrapper .my-tds-version {
    color: #cfcfcf;
    font-size: 0.8rem;
}

.my-tds-modal-wrapper .my-tds-social-icons i {
    font-size: 1.7rem;
}

.my-tds-modal-wrapper .my-tds-social-icons img {
    width: 1.7rem;
}

.my-tds-modal-wrapper .my-tds-social-icons a {
    text-decoration: none;
    color: #212529;
}

.my-tds-modal-wrapper .my-tds-social-icons a:hover {
    color: #212529;
}

.my-tds-modal-wrapper .my-tds-top-banner .btn-close {
    color: #fff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.my-tds-modal-wrapper .my-tds-top-banner {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.my-tds-modal-wrapper .my-tds-top-icon i {
    font-size: 1.8rem;
}

.my-tds-modal-wrapper .my-tds-top-heading {
    font-size: 1.2rem;
}

#companyDetailsContent .login-register-holder {
    background: none;
}

#companyDetailsContent .login-register-holder .form-control-lg {
    padding: 0.85rem 1rem;
}

#companyDetailsContent .login-register-holder .btn {
    font-size: 1rem;
    padding: 0.85rem 1rem;
}

#favSellersContent .seller-image-container img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
}

#favSellersContent .seller-bottom-info-sec i {
    font-size: 1.2rem;
}

#favSellersContent .follow-seller-heart {
    font-size: 1.4rem;
}

.my-tds-download-suppression {
    box-shadow: none;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    line-height: 1;
    font-size: 1.2rem;
}

.my-tds-download-suppression:hover {
    box-shadow: 0 8px 25px -8px #7367f0;
    background-color: hwb(216 4% 15%);
}
.my-tds-upload-suppression {
    box-shadow: none;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    line-height: 1;
}
.my-tds-upload-suppression:hover {
    box-shadow: 0 8px 25px -8px #7367f0;
    border: 1px solid transparent;
}

.stay-connected {
    font-size: 1.2rem;
}

@media (max-width: 400px) {
    .my-tds-download-suppression {
        font-size: 1rem !important;
    }
    .my-tds-upload-suppression {
        font-size: 1rem !important;
    }
}
@media (max-width: 360px) {
    .my-tds-modal-wrapper .my-tds-social-icons i {
        font-size: 1.5rem;
    }
    .my-tds-modal-wrapper .my-tds-social-icons img {
        width: 1.5rem;
    }

    .my-tds-modal-wrapper .my-tds-top-heading {
        font-size: 1rem;
    }
}

@media (min-width: 361px) and (max-width:576px) {
    .stay-connected {
        font-size: 1.2rem !important;
    }
}

@media (min-width: 320px) and (max-width:360px) {
    .stay-connected {
        font-size: 1rem !important;
    }
}

@media (max-width: 319.5px) {
    .stay-connected {
        font-size: 0.9rem !important;
    }
}