.date-table-back-screen {
    opacity: 1;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.invisibility {
    visibility: hidden;
}

.hide {
    display: none;
}

.bsclose {

    position: absolute;

    right: 32px;

    top: 32px;

    width: 32px;

    height: 32px;

    opacity: 0.3;

}

.bsclose:hover {

    opacity: 1;

}

.bsclose:before,
.bsclose:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.bsclose:before {
    transform: rotate(45deg);
}

.bsclose:after {
    transform: rotate(-45deg);
}

.white-screen-description {
    position: relative;
    display: flex;
    background-color: #fff;
    width: 90%;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.switch__container {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
    padding-right: 10px;
}

.switch__container label {
    margin: 0;
}

.switch {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.switch+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.switch--shadow+label {
    padding: 2px;
    width: 36px;
    height: 20px;
    background-color: #dddddd;
    border-radius: 60px;
}

.switch--shadow+label:before,
.switch--shadow+label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: '';
}

.switch--shadow+label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: all 0.4s;
}

.switch--shadow+label:after {
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}

.switch--shadow:checked+label:before {
    background-color: #5cbd82
}

.switch--shadow:checked+label:after {
    transform: translateX(18px);
}

.inputForm {
    background-color: #fff;
    outline: #4c71c0;
    width: 100%;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #00000036;
    color: #000;
}

.Variant {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    gap: 10px;
}

.textForm {
    background-color: #fff;
    outline: #aac2f7;
    width: 100%;
    min-height: 200px;
    border-radius: 8px;
    border: 1px solid #00000036;
}

.dataArea {
    transition: 0.7s;
}

.dataArea {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.addVariant {
    width: 40px;
    height: 40px;
    font-size: 35px;
    font-weight: 600;
    background-color: #5cbd82;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    border-radius: 3px;
    margin-top: 10px;
}

.newVariant {
    width: 40px;
    height: 40px;
    font-size: 35px;
    font-weight: 600;
    background-color: #bd5cbd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    border-radius: 3px;
    margin-top: 10px;
}

.VariantBox {
    display: flex;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    position: relative;
    flex-wrap: wrap;
    gap: 10px;
    background-color: #1c87c9;
    padding: 30px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
}

.activeVariants {
    display: flex;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    gap: 10px;
    flex-wrap: wrap;
    background-color: #2d80aa;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
}

.hide {
    display: none;
}

.dropzone {
    background-color: #bfcadf;
    border-radius: 5px;
}

.title {
    font-weight: bold;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th,
.table td {
    border: 1px solid #ccc;
    min-width: 50px;
    text-align: left;
    width: auto;
    padding: 0 10px;
    height: 45px;
}

.table th {
    background-color: #9facce;
    color: #fff;
}

.table select {
    border: none;
    box-shadow: none;
    background-color: #fff0;
}

.productCover {
    height: 100px;
    overflow: hidden;
    display: flex;
    background-color: #fff;
    justify-content: center;
    padding: 10px 0;
}

.productCover img {
    width: auto;
    height: auto;
}

.products {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.products li{
    width: auto;
    max-width: calc(25% - 7.5px);
    position: relative;
    background-color: #858d9c;
    padding: 5px;
}

.imageRemove{
    width: 100%;
    padding: 5px;
    background-color: #e22f2f;
    margin-top: 5px;
    text-align: center;
    font-weight: 900;
    cursor: pointer;
    color: #fff;
}

.Banners {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.Banners li{
    width: auto;
    background-color: #858d9c;
    padding: 5px;
    max-width: calc(50% - 7.5px);
}
