﻿body {
}
.formDiv {
    width: 66%
}

.InfromationDiv {
    width: 35%;
}

.ImfromationCard {
    width: 100% !important;
    height: 624px;
    background-color: #d9d9d9 !important;
}

.AmzIcon {
    width: 100px;
    border: solid black 0.3px;
    border-radius: 8px;
}

.AmzIcon2 {
    background-color: #ffff;
}

#ProductDiscountsPopup {
    background-color: rgb(255, 255, 255);
    margin-left: 25%;
    margin-top: 10%;
    margin-right: 25%;
    height: auto;
    width: 50%;
}
.AiPopup {
    background-color: rgb(255, 255, 255);
    margin-left: 20%;
    margin-top: 10%;
    margin-right: 25%;
    height: auto !important;
    width: 70% !important;
}

.Amz_icons_div {
    display: flex;
    margin-top: 30px;
    width: 100%;
    justify-content: space-evenly;
}
.StyleImg {
    width: 100%;
    max-height: 150px;
}
.line_bar {
    color: black;
    width: calc(100% - 24px);
    position: absolute;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    z-index:10;
}
@media (min-width: 768px) {
    #ProductDataGrid {
        max-width: calc(100vw - 343px);
    }

    #MasterStyleDataGrid {
        max-width: calc(100vw - 343px);
    }
}

@media (max-width: 1200px) {
    .only-desktop {
        display: none !important;
    }
     .Mobile-Big-input {
        width: 100% !important;
    }

    .Mobile-Big-Text {
        font-size: 45px !important;
    }

    .Mobile-Midume-Text {
        font-size: 35px !important;
    }


    .Mobile-login-Button {
        font-size: 35px !important;
        width: 80vw !important;
        margin-top: 35px !important;
    }
}
@media (max-width: 768px) {
    .dx-scrollable-container {
        overflow: scroll !important;
    }
    .Mobile-Big-input {
        width: 100% !important;
    }

    .Mobile-Big-Text {
        font-size: 45px !important;
    }

    .Mobile-Midume-Text {
        font-size: 35px !important;
    }


    .Mobile-login-Button {
        font-size: 35px !important;
        width: 80vw !important;
        margin-top: 35px !important;
    }
    .InventoryTab-warehouse-summary {
        flex-wrap: wrap;
    }
}

