/* Abandoned_Status  */

/* .Abandoned_Status {
    font-size: 30px;
    font-weight: bold;
    font-family: var(--font-Outfit);
    min-width: 40%;
    padding: 10px;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    opacity: 0;
    -webkit-animation: fadeIn 5s forwards 0.5s;
            animation: fadeIn 5s forwards 0.5s;

}

@-webkit-keyframes fadeIn {
    form {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    form {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width: 599px) {
    .Abandoned_Status {
        font-size: 20px;
        font-family: var(--font-Outfit);
    }
}


.custom_dataa {
    background-color: var(--bacground);
    border-radius: 50px;
    max-height: 150px;
    height: 100%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #000;
    overflow: hidden auto;
    width: 100%;
    padding-inline: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    scrollbar-width: none;
    cursor: pointer;
}

.custom_dataa:nth-child(2){
    cursor: n-resize;
}


.custom_dataa:hover {
background-color: var(--green);
color: #fff;
}
/* .boxs_data_overview_item1 {
    display: flex;
    justify-content: center;
    padding: 10px;
} */

/* .boxs_data_overview_item1 h1 {
    font-size: 30px;
}

@media screen and (max-width: 599px) {
    .boxs_data_overview_item1 h1 {
        font-size: 25px;
        white-space: nowrap;
    }
}

.Map_values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
}

.Message_Show p {
    font-size: 30px;
    font-weight: bold;
    font-family: var(--font-poppins);
    margin-block: 20px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: normal;
    text-align: center;
}

.Message_Show .unique p:first-child {
    text-align: right;
}

.Message_Show .unique p:last-child {
    text-align: left;
}

*/
/* Abandued Satus in Overview  */

.Abandued_Status_h1 {
    text-align: center;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 30px;
    font-size: 30px;
    font-family: var(--font-Outfit);
    min-width: 40%;
    /* border-bottom: 2px dotted #00000085; */
    padding: 10px;
    background-color: var(--blue);
    color: #fff;
    border-radius: 30px 0px;
    opacity: 0;
    -webkit-animation: fadeIn 5s forwards 0.5s;
    animation: fadeIn 5s forwards 0.5s;
}

@-webkit-keyframes fadeIn {
    form {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    form {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width: 599px) {
    .Abandued_Status_h1 {
        font-size: 20px;
        font-family: var(--font-Outfit);
    }
}

.Abandued_Status {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
    height: 200px;
    margin-block: 30px;
}

@media screen and (max-width: 599px) {
    .Abandued_Status {
        grid-template-columns: 1fr;
        max-height: 500px;
            height: 100%;
    }
}


.cart_revored {
    border: 1px solid #2EB000;
    box-shadow: 8px 8px 8px 0px #2EB000;
    border-radius: 20px;
    background: #FFF;
}

.revored_value {
    border: 1px solid #CF3A3A;
    box-shadow: 8px 8px 8px 0px #CF3A3A;
    border-radius: 20px;
    background: #FFF;
}

.revory_message {
    border: 1px solid #DA8639;
    box-shadow: 8px 8px 8px 0px #DA8639;
    border-radius: 20px;
    background: #FFF;
}

.cart_revored,
.revored_value,
.revory_message,
.text_status {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000;
    font-family: var(--font-poppins);
    font-style: normal;
    line-height: normal;
    text-align: center;
}

.text_status h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

@media screen and (max-width: 1080px) {
    .text_status h2 {
        font-size: 20px;
    }

    .text_status p {
        font-size: 25px !important;
    }
}
@media screen and (max-width: 599px) {
    .text_status h2 {
        font-size: 16px;
    }
.text_status p {
    font-size: 25px;
}
}

.text_status p {
    font-size: 38px;
    font-weight: 600;
    margin: 0;
    -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: normal;
}

@media screen and (max-width: 599px) {
    .text_status p {
        font-size: 20px;
    }
}

/* for firfox  */
.Map_values.unique {
    overflow-y: scroll;
    max-height: 100px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: all-scroll;
}

/* for chorme  */
.Map_values.unique::-webkit-scrollbar {
    display: none;
}

/* .Map_values.unique p:first-child {
    text-align: right !important;
}

.Map_values.Abandued_Status p:first-child {
    text-align: left !important;
} */
/* Abandued Satus in Overview End  */