.choose-files input[type="file"] {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0 !important;
}

.choose-files div {
    color: #fff;
    background: #206bc4;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    max-width: 155px !important;
    font-size: 12px;
    font-weight: 500;
}


.card-body.setting-card.setting-logo-box .logo-content {
    max-width: 100%;
    width: 100%;
    height: 60px;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}

.choose-files div {
    color: #fff;
    background: #584ED2;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    max-width: 155px !important;
    font-size: 12px;
    font-weight: 500;
}

.choose-files input[type="file"] {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0 !important;
}

.file {
    position: relative !important;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.dropzone {

    padding: 1.5rem !important;
}
.dz-preview {
    box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
}
.dz-thumbnail{
    border-bottom: 1px solid #dbdade;
}
 .dz-success-mark {
    background-color: rgba(75, 75, 75, 0.5);
}
.dz-preview .progress{
    max-width: 140px;
    width: 100%;
    margin:  0 auto;
}
@media (min-width:576px) {
    .dz-preview {
        display: inline-block;
        width: 11.25rem;
    }
}

.media-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-media-a {
    position: relative;
    padding-top: 68%;
}


.card-file {
    margin-bottom: 20px;
}

.card-file .card-file-thumb {
    position: relative;
    padding-top: 100%;
}
.card-file .card-file-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
[data-selected="true"] .card-file {
    border: 3px solid var(--tblr-primary);
}

.modal-footer button.modal-left-angle svg {
    margin: 0;
}
.file-preview-item h6 {
    font-size: 13px;
    margin-bottom: 0;
}

.file-preview-item {
    padding: 8px;
    border: 1px solid #ebedf2;
    border-radius: 0.25rem;
}

.file-preview-item p {
    font-size: 10px;
    margin-bottom: 0;
    color: var(--secondary);
}

.file-preview-item .thumb {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 45px;
    width: 50px;
    text-align: center;
    background: #f1f2f4;
    font-size: 20px;
    color: #92969b;
    border-radius: 0.25rem;
    overflow: hidden;
}

.file-preview-item .thumb img {
    height: 45px;
}

.file-preview-item .remove {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
}

.file-preview-item .body {
    min-width: 0;
}

.file-preview.box a {
    color: inherit;
}

.file-preview.box:after {
    content: "";
    clear: both;
    display: table;
}

.file-preview.box .file-preview-item {
    width: 160px;
    float: left;
    margin-right: 0.5rem;
    padding: 0;
    display: block !important;
    position: relative;
}

.file-preview.box .thumb {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.remove-attachment {
    background: transparent !important;
    border: 0 !important;
}

.file-preview.box.sm .file-preview-item {
    width: 100px;
}

.file-preview.box.sm .thumb {
    height: 52px;
}

.file-preview.box .body {
    padding: 0;
    padding: 8px 8px 2px;
}

.file-preview.box .remove {
    position: absolute;
    top: -6px;
    right: -6px;
    width: auto;
    max-width: 100%;
}

.file-preview.box .remove .btn {
    padding: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eaeaea;
}

.float-right {
    float: right !important;
}

.navbar .navbar-nav
{
    gap: 10px;
}

.testi-card .rating-img img {
    max-width: 120px; /* Example max-width */
    margin: 20px auto 70px; /* Example margin values */
}


.switches-container {
    width: 10rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #182432;
    line-height: 40px;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: white;
}
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .2s cubic-bezier(.77, 0, .175, 1);
}

.switch {
    border-radius: 3rem;
    background: white;
    height: 100%;
}

.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: black ;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}
.select2-container--default .select2-results__option--selected {
    display: none !important;
}
.ts-dropdown, .ts-dropdown.form-control, .ts-dropdown.form-select{
    z-index: 9000 !important;
}

.badge-container {
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.badge-wrp {
    display: flex;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
}
.badge-wrp .badge {
    position: unset;
    height: 100%;
    width: auto;
    box-shadow: none;
    min-width: auto;
    flex: 1;
    border-radius: 0;
}
.user-avatar{
    height: 46px;
    width: 46px;
}

/* select2 */
.select2{
    width: 100%!important;
}
.select2-container--default .select2-selection--single, .select2-container .select2-selection--multiple{
    min-height: 36px !important;
    border: 1px solid #DADFE5 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}
.select2-dropdown{
    z-index: 99999!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 50% !important;
    transform: translateY(-50%);
}


/* attribute-tag-color */
.attribute-tag-color
{
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent);
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}


.discount-group .select2-container{
    width: 150px !important;
}
.sku_combination .card-table tbody tr td:nth-child(1){
    min-width: 100px !important;
}

.sku_combination .card-table tbody tr td:nth-child(5){
    min-width: 150px;
}
.sku_combination .card-table tbody tr td:nth-child(2),
.sku_combination .card-table tbody tr td:nth-child(4){
    min-width: 120px;
}
.sku_combination .card-table tbody tr td{
    min-width: 200px;
}
@media screen and (max-width:575px) {


}
.social-border-inner a{
    padding-right: 5px;
    border-right: 1px solid var(--tblr-border-color-translucent);
}

/* users-table avatar*/
.users-table .user-avatar{
    height: 50px !important;
    width: 50px !important;
}
/* Style for the dropdown container */
.dropdown-content {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    z-index: 1;
    width: 60px; /* Adjust as needed */
  }

  /* Style for each dropdown item */
  .dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
  }

  /* Hover effect for dropdown items */
  .dropdown-content a:hover {
    background-color: #f0f0f0;
  }
