*{
    /* This is for full page effect affections */
    /* For fonts effect */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #f7f89b;
    color: black;
    margin: 0;
    padding: 0;
    /* For element content overflows state */    
    overflow: auto;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scroll-snap-type: mandatory;
    /* control for drag case */
    -webkit-user-drag: none;
}

.headerpannel{
    /* control width and height */
    width: 100%;
    height: 70px;
    /* control background and color */
    background-color: rgb(46, 46, 46);
    color: white;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control position */
    position: fixed;
    z-index: 100;
    /* control space padding and margin */
    padding-bottom: 0.2em;
}

.headertitle{
    /* control width and height */
    width: auto;    
    height: 25px;
    /* control space padding and margin */
    padding-left: 0.1em;
    padding-right: 0.1em;    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control font */
    font-size: 1em;
    font-weight: 600;
    /* control border property */
    border: 1px solid white;
    border-radius: 10px;
}

.logo-bus{
    /* control position */
    position: fixed;
    top: 0;
    /* control background and color */
    background-color: transparent;
    /* control space padding and margin */
    margin-top: 0.12em;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.logo-bus img{
    /* control width and height */
    width: 80%;
    height: 53px;
    /* control background and color */
    background-color: transparent;
}

.createive{
    /* control background and color */
    background-color: transparent;
    color: white;
    /* cpontrol font */
    font-size: 0.7em;
    font-family: "Kristen ITC";
}



.headermenu{
    /* control postion */
    position: fixed;
    left: 0;
    z-index: 90;
    /* control space padding and margin */
    margin-left: 0.3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control width and height */
    width: 25px;
    height: 25px;
    /* control font */
    font-size: 1em;
    /* control border property */
    border: 1px solid white;
    border-radius: 5px;

}

.headermenu a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control text-decoration */
    text-decoration: none;
}

.searchmenu{
    
    /* control postion */
    position: fixed;
    right: 0;
    z-index: 90;
    /* control space padding and margin */
    margin-right: 0.3em;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control width and height */
    width: 25px;
    height: 25px;
    /* control border property */
    border: 1px solid white;
    border-radius: 5px;
}



.elementspacer-fromheader-index{
    /* control width and height */
    height: 72px;
}

.elementspacerfrombottom-index{
    /* control width and height */
    height: 55px;
}


.general{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ingeneral{
    /* control width and hegiht */
    width: 90%;
}




.footerbasedcare{
    /* control background and color */
    background-color: black;
    color: white;
    /* control width and height */
    height: 50px;
    width: 100%;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control position */
    position: fixed;
    bottom: 0;
    z-index: 100;
    /* control font */
    font-size: 0.8em;
}

.content-container{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    /* control width and height */
    height: 50%;
}


/* for vendor or provider service */

.get_vendor_account{
    /* control background and color */
    background-color: white;
    color: black;
    /* control space padding and margin */
    margin: 1em;
    padding: 0.5em;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.get_vendor_account form{
    /* control space padding and margin */
    padding: 0.2em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
}

.get_account_title{
    /* control font */
    font-size: 1em;
    font-weight: 600;
    /* control space padding and margin */
    margin: 0.2em;
    padding: 0.2em;
    /* control border property */
    border: none;
    border-radius: 3px;
}

.fullusersellername,
.getpassportsize,
.yourbusiness,
.uploadbusinessnameregistrationcertficate,
.taxidentitycertifcate,
.licensecertficate,
.uploadcopynationid,
.youbusinesslocation,
.phone,
.email,
.mecantaccount,
.createpass,
.retypepassword{
    /* control font */
    font-size: 0.9em;
    font-weight: 600;
    /* control space padding and margin */
    margin-top: 0.2em;
}

#enterfullname,
#youregistedbusinessname,
#addressetregion,
#addressetdistrict,
#addressetward,
#streetlocation,
#contactphone,
#conatcemail,
#paymentreceiveaccount,
#createpasswordstrong,
#retyrpepassword{
    /* control width and height */
    height: 25px;
    width: 80%;
    /* control background and color */
    background-color: white;
    color: black;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
}

.registeragree{
    /* control space padding and margin */
    margin: 0.3em;
}

#getregistermenow{
    /* control background and color */
    background-color: white;
    color: black;
    /* control space padding and margin */
    padding: 0.2em;
    margin: 0.12em;
    /* control font */
    font-size: 1em;
    font-weight: 600;
    /* control border property */
    border: 1px solid gray;
    border-radius: 2px;
    /* control pointer */
    cursor: pointer;
}


.error_registered_bus_account{
    /* control background and color */
    background-color: red;
    color: white;
    /* control border property */
    border: 1px solid gray;
    border-radius: 1.2px;
    /* control space padding and margin */
    margin: 0.3em;
    padding: 0.12em;
}

.already-have-tilte{
    /* control font */
    font-size: 0.9em;
    font-weight: 600;
    /* control space padding and margin */
    padding: 0.3em;
}



/* For Navigations */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.controllernav{
    /* control width and height */
    width: 90%;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.navigatormanu{
    /* control width and height */
    width: 95%;    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.searchproductheader{
    /* control background and color */
    background-color: white;
    color: black;
    /* control space padding and marging */
    padding: 0.2em;
    /* control width and height */
    width: 95%;
}

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 600px) {
.controllernav{
    /* control width and height */
    width: 80%;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.navigatormanu{
    /* control width and height */
    width: 80%;    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.searchproductheader{
    /* control background and color */
    background-color: white;
    color: black;
    /* control space padding and marging */
    padding: 0.2em;
    /* control width and height */
    width: 80%;
}

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .mainproductheader{
        /* control width and height */
        height: 30px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* control space padding and margin */
        margin-bottom: 0.3em;
        /* control font */
        font-size: 0.7em;
        font-weight: 600;
        /* control background and color */
        background-color: #294dc2;
        color: white;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .mainproductheader{
        /* control width and height */
        height: 30px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* control space padding and margin */
        margin-bottom: 0.3em;
        /* control font */
        font-size: 1em;
        font-weight: 600;
        /* control background and color */
        background-color: #294dc2;
        color: white;
    }

}






.product-access{
    /* control  space padding and margin*/
    margin: 0.5em;
    padding-left: 0.1em;
    /* control width and height */
    width: auto;
    height: 25px;
    /* control background and color */
    background: gray;
    /* control border property */
    border-radius: 5px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    /* control position */
    position: relative;
}

.product-access a{
    /* control text-decoration */
    text-decoration: none;
    /* control background and color */
    background: none;
    /* control font */
    font-size: 0.8em;
}
.clickmetopage{
    /* control position */
    position: absolute;
    right: 0;
    /* control space padding and margin */
    margin-right: 0.2em;
    /* control background and color */
    background: none;
    /* control display and alignmet */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pagedirector{
    /* control background andcolor */
    background: none;
    color: black;
    /* control font-size */
    font-size: 1.1em;
}
.products-header{
    /* control width and height */
    height: 30px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    /* control font */
    font-size: 0.9em;
    font-weight: 600;
}

.mainservicesaccess{
    /* control width and height */
    height: 30px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    /* control font */
    font-size: 1em;
    font-weight: 600;
}

.mainterms{
    /* control width and height */
    height: 30px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.mainprivacypolicy{
    /* control width and height */
    height: 30px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.mainaboutus{
    /* control width and height */
    height: 30px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.working-container{
    /* control width and height */
    width: 95%;
    height: auto;
    /* control background and color */
    background-color: white;
    color: black;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .vendorsproductsaccess{
        /* control display and alignment */
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: start;
        justify-content: center;
    }

    .getintoproducts{
        /* control background and color */
        background-color: black;
        color: white;
        /* control width and height */
        height: 25px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .storagedata{
        /* control background and color */
        background-color: #294dc2;
        color: white;
        /* control display and alignment */
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: center;
    }

    .storageprovided,
    .storageused{
        /* control space padding and margin */
        margin: 0.3em;
        padding: 0.1em;
    }

    .getintoservices{
        /* control background and color */
        background-color: black;
        color: white;
        /* control width and height */
        height: 25px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .veprocontainer{
        /* control background and color */
        background-color: white;
        color: black;
        /* control width and height */
        width: 40%;
        height: 250px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* control space padding and margin */
        padding: 0.2em;
        margin: 0.2em;
        /* control border property */
        border: 1px solid gray;
        border-radius: 10px;
    }

    .container-e{
        /* control background and color */
        background-color: white;
        color: black;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        /* control width and height */
        width: auto;
        height: 250px;
        /* control position */
        position: relative;

    }

    .eheader{
        /* control font */
        font-size: 0.8em;
        font-weight: 600;
        /* control background and color */
        background-color: transparent;
        color: black;
    }


    .eimage{
        /* control width and height */
        width: auto;
        max-width: 90%;
        height: auto;
        max-height: 160px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        /* control border propertty */
        border: 1px solid gray;
        border-radius: 10px;
        /* control space padding and margin */
        padding: 0.3em;
    }

    .eimage img{
        /* control width and height */
        width: auto;
        max-width: 90%;
        height: auto;
        max-height: 150px;
    }

    .edescription{
        /* control font */
        font-size: 0.7em;
        /* control background and color */
        background-color: transparent;
        color: black;
    }

    .opennow{
        /* control postion */
        position: absolute;
        bottom: 0;
        /* control background and color */
        background-color: white;
        color: black;
        /* control width and height */
        width: 100%;
        height: auto;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .opennow a{
        /* control background and color */
        background: none;
        color: black;
        /* control text-de */
        text-decoration: none;
    }

    .opennow a button{
        /* control background and color */
        background-color: green;
        color: white;
        /* control space paddind and  margin */
        padding: 0.2em;
        /* control border property */
        border: 1px solid gray;
        border-radius: 10px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .vendorsproductsaccess{
        /* control display and alignment */
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: start;
        justify-content: center;
    }

    .getintoproducts{
        /* control background and color */
        background-color: black;
        color: white;
        /* control width and height */
        height: 25px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .storagedata{
        /* control background and color */
        background-color: #294dc2;
        color: white;
        /* control display and alignment */
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: center;
    }

    .storageprovided,
    .storageused{
        /* control space padding and margin */
        margin: 0.3em;
        padding: 0.1em;
    }


    .getintoservices{
        /* control background and color */
        background-color: black;
        color: white;
        /* control width and height */
        height: 25px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .veprocontainer{
        /* control background and color */
        background-color: white;
        color: black;
        /* control width and height */
        width: 40%;
        height: 250px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* control space padding and margin */
        padding: 0.2em;
        margin: 0.2em;
        /* control border property */
        border: 1px solid gray;
        border-radius: 10px;
    }

    .container-e{
        /* control background and color */
        background-color: white;
        color: black;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        /* control width and height */
        width: auto;
        height: 250px;
        /* control position */
        position: relative;

    }

    .eheader{
        /* control font */
        font-size: 0.9em;
        font-weight: 600;
        /* control background and color */
        background-color: transparent;
        color: black;
    }


    .eimage{
        /* control width and height */
        width: auto;
        max-width: 90%;
        height: auto;
        max-height: 260px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        /* control border propertty */
        border: 1px solid gray;
        border-radius: 10px;
        /* control space padding and margin */
        padding: 0.3em;
    }

    .eimage img{
        /* control width and height */
        width: auto;
        max-width: 90%;
        height: auto;
        max-height: 190px;
    }

    .edescription{
        /* control font */
        font-size: 0.8em;
        /* control background and color */
        background-color: transparent;
        color: black;
    }

    .opennow{
        /* control postion */
        position: absolute;
        bottom: 0;
        /* control background and color */
        background-color: white;
        color: black;
        /* control width and height */
        width: 100%;
        height: auto;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .opennow a{
        /* control background and color */
        background: none;
        color: black;
        /* control text-de */
        text-decoration: none;
    }

    .opennow a button{
        /* control background and color */
        background-color: green;
        color: white;
        /* control space paddind and  margin */
        padding: 0.2em;
        /* control border property */
        border: 1px solid gray;
        border-radius: 10px;
    }

}



.udateprofile{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: white;
    color: black;
    /* control space padding and margin */
    margin: 0.5em;
}

.udateprofile form{
    /* control space padding and margin */
    padding: 0.5em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
}

.choose-profile-image{
    /* control font */
    font-size: 0.9em;
    font-weight: 600;
    /* control space padding and margin */
    margin-bottom: 0.5em;
}

.saveupdate{
    /* control font */
    font-size: 0.9em;
    font-weight: 600;
    /* control space padding and margin */
    margin-bottom: 0.5em;

}

.get-update-now{
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control background and color */
    background-color: white;
    color: black;
    /* control space padding and margin */
    padding: 0.3em;
}

.previewprofile{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: white;
    color: black;
    /* control space padding and margin */
    padding: 0.2em;
}

.gpreview{
    /* control width and height */
    width: 50px;
    height: 50px;
    /* control border property */
    border: 1px solid gray;
    border-radius: 50%;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gpreview img{
    /* control width and height */
    width: 100%;
    height: 100%;
    /* control border property */
    border: none;
    border-radius: 50%;
}

.profile-up-error{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: red;
    color: white;
    /* control space padding and margin */
    padding: 0.3em;
    /* control font */
    font-size: 0.8em;
    font-weight: 600;
    /* control border property */
    border: 1px solid gray;
    border-radius: 2px;
}


.get-update-password-form{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: transparent;
    color: black;
}

.get-form-data{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: transparent;
    color: black;
}

.get-form-data form{
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding and margin */
    padding: 0.3em;
}

.input-one,
.input-two,
.input-three-submit{
    /* control space padding and margin */
    margin: 0.3em;
}

.input-data-in{
    /* control background and color */
    background-color: white;
    color: black;
    /* control width and height */
    height: 24px;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
}

.submit-btn-render{
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding and margin */
    padding: 0.3em;
    /* control pointer */
    cursor: pointer;
    /* control background and color */
    background-color: #294dc2;
    color: white;
}

.get-sub-form-title{
    /* control font */
    font-size: 0.7em;
    /* control space padding and margin */
    margin: 0.3em;
}

.error-up-change-return{
    /* control background and color */
    background-color: white;
    color: red;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control font */
    font-size: 0.8em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
}




.addnewservice{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control space padding and margin */
    margin: 0.3em;
    /* control background and color */
    background-color: white;
    color: black;
}

.addnewservice a button{
    /* control space padding and margin */
    padding: 0.3em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control background and color */
    background-color: white;
    color: black;
    /* control pointer */
    cursor: pointer;
}



.getprofile-access{
    /* control border property */
    border: 1px solid gray;
    border-radius: 4px;
    /* control space padding and margin */
    margin: 0.3em;
    padding: 0.12em;
    /* control display and alignment */
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: start;
    /* control position */
    position: relative;
}

.getprofile-user{
    /* control width and height */
    height: 40px;
    width: 40px;
    /* control display and alignemt */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control border property */
    border: 1px solid gray;
    border-radius: 50%;
    /* control space padding and margin */
    margin: 0;
    padding: 0;
}

.getprofile-user img{
    /* control width and height */
    height: 100%;
    width: 100%;
    /* control border property */
    border: none;
    border-radius: 50%;
}

.get-profile-name{
    /* control space padding and margin */
    margin-left: 0.3em;
    /* control font */
    font-size: 0.8em;
    font-weight: 600;
}

.update-profile-get{
    /* control position */
    position: absolute;
    right: 0;
    /* control space padding and margin */
    margin-right: 0.3em;
}

.update-profile-get a button{
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding and margin */
    padding: 0.2em;
    /* control background and color */
    background-color: white;
    color: black;
    /* control pointer */
    cursor: pointer;
}


.error-support{
    /* control background and color */
    background-color: red;
    color: white;
    /* control space padding and margin */
    padding: 0.5em;
    margin: 0.2em;
    /* control font */    
    font-size: 0.8em;
}

.divsupportsuccess{
    /* control background and color */
    background-color: green;
    color: white;
    /* control space padding and margin */
    padding: 0.5em;
    margin: 0.2em;
    /* control font */
    font-size: 0.8em;

}

.get-display-message-container{
    /* control border property */
    border-top: 2px solid gray;
    /* control space padding and margin */
    margin-top: 0.2em;
}





/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    #get-input-mess{
        /* control background and color */
        background-color: white;
        color: black;
        /* control border property */
        border: 1px solid gray;
        border-radius: 3px;
        /* control width and height */
        width: 90%;
        height: 80px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    #get-input-mess{
        /* control background and color */
        background-color: white;
        color: black;
        /* control border property */
        border: 1px solid gray;
        border-radius: 3px;
        /* control width and height */
        width: 70%;
        height: 80px;
    }

}

#get-send-message-now{
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding and margin */
    padding: 0.3em;
    /* control background and color */
    background-color: white;
    color: black;
    /* control pointer */
    cursor: pointer;
}


.get-message-p-m{
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding and margin */
    margin: 0.2em;
    padding: 0.2em;
}

.getq{
    /* control background and color */
    background-color: skyblue;
    color: black;
    /* control border property */
    border: none;
    border-radius: 2px;
    /* control padding and margin */
    padding: 0.1em;
}


.getprofile-access-order-chat{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    /* control space padding and margin */
    padding-top: 0.3em;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .my-chat-container{
        /* control border property*/
        border: 1px solid gray;
        border-radius: 3px;
        /* control width and height */
        width: 98%;
        height: 85vh;

        /* control background and color */
        background-color: white;
        color: black;
        /* control position */
        position: relative;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .my-chat-container{
        /* control border property*/
        border: 1px solid gray;
        border-radius: 3px;
        /* control width and height */
        width: 50%;
        height: 85vh;

        /* control background and color */
        background-color: white;
        color: black;
        /* control position */
        position: relative;
    }

}


.display-chat-list-container-part{
    /* control postion */
    position: absolute;
    z-index: 30;
    /* control width and height */
    width: 100%;
    height: 42vh;
}

.container-vb{
    /* control display and alignment */
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: start;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space paddding and  margin */
    margin: 0.3em;
    padding: 0.2em;
    /* control background and color */
    background-color: antiquewhite;
    color: black;

}

.profile-vb-order{
    /* control width and height */
    height: 30px;
    width: 30px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control border property */
    border: 1px solid gray;
    border-radius: 50%;
}

.profile-vb-order img{
    /* control width and height */
    width: 100%;
    height: 100%;
    /* control border property */
    border: none;
    border-radius: 50%;
}


.sv-pr-order{
    /* control font */
    font-size: 0.8em;
    font-weight: 600;
    /* control space padding and margin */
    margin-left: 0.2em;
    padding: 0.2em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
}

.container-vb-sv{
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control display and alignment */
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: start;
    /* control background and color */
    background-color: #294dc2;
    color: black;
    /* control space padding and margin */
    margin: 0.3em;
    padding: 0.2em;
}

.profile-vb-sv-order{
    /* control width and height */
    width: 30px;
    height: 30px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control border property */
    border: 1px solid gray;
    border-radius: 50%;
}

.profile-vb-sv-order img{
    /* control width and height */
    width: 100%;
    height: 100%;
    /* control border property */
    border: none;
    border-radius: 50%;
}

.sv-vb-order-name{
    /* control space padding and margin */
    padding: 0.2em;
    margin-left: 0.2em;
    /* control font-size */
    font-size: 0.8em;
    font-weight: 600;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
}

















.my-orders-chat{
    /* control background and color */
    background-color: black;
    color: white;
    /* control width ansd height */
    height: 40px;
    /* control  display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control position */
    position: relative;
}

.chat-list-menu{
    /* control width and height */
    width: 30px;
    height: 30px;
    /* control display and alignemt */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* control border property */
    border: none;
    border-radius: 2px;
    /* control  positon*/
    position: absolute;
    left: 0;
    /* control space padding and margin */
    margin-left: 0.2em;
}


.review-care-of-provider{
    /* control position */
    position: absolute;
    left: 0;
    z-index: 10;
    /* control space padding and margin */
    margin-left: 3em;
    padding: 0.12em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 4px;
    /* control background and color */
    background-color: white;
    color: black;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.sendreviewnow{
    /* control background and color */
    background-color: white;
    color: black;
    /* control position */
    position: fixed;
    z-index: 20;
    /* control width and height */
    width: 70%;
    height: 100px;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding and margin */
    padding: 0.12em;
    margin-top: 5em;
    /* control display and alignment */
    /* display: block; */
    display: none;
}

.getpreviewsavedreview{

    /* control background and color */
    background-color: white;
    color: black;
    /* control position */
    position: fixed;
    z-index: 20;
    /* control width and height */
    width: 70%;
    height: auto;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding and margin */
    padding: 0.12em;
    margin-top: 5em;
    /* control display and alignment */
    display: none;
    /* display: block; */
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

.sendreviewnow{
    /* control background and color */
    background-color: white;
    color: black;
    /* control position */
    position: fixed;
    z-index: 20;
    /* control width and height */
    width: 40%;
    height: 100px;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding and margin */
    padding: 0.12em;
    margin-top: 5em;
    /* control display and alignment */
    /* display: block; */
    display: none;
}

.getpreviewsavedreview{
    
    /* control background and color */
    background-color: white;
    color: black;
    /* control position */
    position: fixed;
    z-index: 20;
    /* control width and height */
    width: 40%;
    height: auto;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding and margin */
    padding: 0.12em;
    margin-top: 5em;
    /* control display and alignment */
    display: none;
    /* display: block; */
}


}





.textareaofreview,
.sendbuttonaction{
    /* control background and color */
    background-color: white;
    color: black;
}

#entermessagereview{
    /* control width and height */
    width: 95%;
    height: 65px;
    /* control background and color */
    background-color: white;
    color: black;
    /* control resize */
    resize: none;
    /* control outline */
    outline: black;
    /* control bordder property */
    border: 1px solid gray;
}

.reviewbtn-action{
    /* control space padding and margin */
    margin: 0.1em;
    padding: 0.2em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control background and color */
    background-color: #294dc2;
    /* control pointer */
    cursor: pointer;
}


.pgrap{
    /* control background and color */
    background-color: white;
    color: black;
}

.closereview{
    /* control width and height */
    width: auto;
    height: auto;
    /* control space padding and margin */
    margin: 0.12em;
    padding: 0.3em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control pointer */
    cursor: pointer;
}



.gettile-chat{
    /* control space padding and margin */
    padding: 0.2em;
    /* control border property */
    border: none;
    border-radius: 3px;
    /* control font */
    font-size: 0.9em;
    font-weight: 600;
}

.selected-product{
    /* controls border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control width and height */
    height: 40vh;
    /* control space paddding and margin */
    margin: 0.12em;
}

/* ghghhghghghgh */
/*  */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.get-view-customer-care-review{
    /* control position */
    position: fixed;
    z-index: 20;
    /* control width and height */
    width: 60%;
    height: auto;
    /* control background and color */
    background-color: white;
    color: black;
    /* control space padding and margin */
    margin-top: 4em;
    padding: 0.2em;
    /* control display and alignment */
    /* display: block; */
    display: none;
}


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

.get-view-customer-care-review{
    /* control position */
    position: fixed;
    z-index: 20;
    /* control width and height */
    width: 35%;
    height: auto;
    /* control background and color */
    background-color: white;
    color: black;
    /* control space padding and margin */
    margin-top: 4em;
    padding: 0.2em;
    /* control display and alignment */
    /* display: block; */
    display: none;
}


}


.review-viewp{
    /* control background and color */
    background-color: white;
    color: black;
}

.getcloseit{
    /* control space padding and margin */
    padding: 0.2em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control pointer */
    cursor: pointer;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .product-column{
        /* control border property */
        border: 1px solid gray;
        border-radius: 5px;
        /* control space padding and margin */
        margin: 0.2em;
        padding: 0.2em;
        /* control position */
        position: relative;
        /* control width and height */
        height: 500px;
        /* control overflow */
        overflow: hidden;
        /* control font */
        font-size: 0.7em;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .product-column{
        /* control border property */
        border: 1px solid gray;
        border-radius: 5px;
        /* control space padding and margin */
        margin: 0.2em;
        padding: 0.2em;
        /* control position */
        position: relative;
        /* control width and height */
        height: 500px;
        /* control overflow */
        overflow: hidden;
    }
}


.content-body-product-details-container{
    /* control width and height */
    height: 400px;
}

.profile-vendor{
    /* control display and alignment */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    /* control background and color */
    background-color: black;
    color: white;
    /* control space padding and margin */
    padding: 0.2em;
    /* control postion */
    position: absolute;
    z-index: 10;
    /* control width and height */
    width: 99%;

}

.profile-vendor-name{
    /* control width and height */
    height: 35px;
    /* control space padding and margin */
    padding-left: 0.3em;
    padding-right: 0.3em;
    margin-right: 1em;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    /* control position */
    position: absolute;
    right: 0;
}

.profile-vendor-image{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control width and height */
    height: 50px;
    width: 50px;
    /* control border property */
    border: none;
    border-radius: 50%;
    /* control overflow */
    overflow: hidden;
}

.profile-vendor-image img{
    /* control width and height */
    height: 100%;
    width: 100%;
    /* control border property */
    border: none;
    border-radius: 50%;
}

.vendorbusinesslocation{
    /* control background and color */
    background-color: red;
    color: white;
    /* control width and height */
    height: 30px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.headervendorheaderspacer-2{
    height: 55px;
}

.headervendorheaderspacer{
    height: 2px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.product-image{
    /* control border property */
    border: 1px solid gray;
    border-radius: 5px;
    /* control space padding and margin */
    margin: 0.2em;
    padding: 0.2em;
    /* control width and height */
    width: 95%;
    height: 250px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: white;
    color: black;
}


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

.product-image{
    /* control border property */
    border: 1px solid gray;
    border-radius: 5px;
    /* control space padding and margin */
    margin: 0.2em;
    padding: 0.2em;
    /* control width and height */
    width: 300px;
    height: 290px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: white;
    color: black;
}


}






.product-image-slider button{
    /* control border property */
    border: 1px solid gray;
    border-radius: 5px;
    /* control pointer */
    cursor: pointer;
    /* control background and color */
    background-color: white;
    color: black;
    /* control space padding and margin */
    padding: 0.3em;
}

.get-service-image-view{
    
    /* control height and width */
    height: 50px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    /* control background and color */
    background-color: green;
    color: wheat;
    /* control space padding and margin */
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-left: 0.2em;
}

.header-sname{
    /* control space padding and margin */
    margin: 0.1em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 5px;
    /* control background and color */
    background: blue;
    color: white;
}

.view-product-field-use{
    /* control height and width */
    height: 30px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    /* control background and color */
    background-color: green;
    color: wheat;
    /* control space padding and margin */
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    
    .product-clip{
        
        /* control width and height */
        width: 95%;
        height: 200px;
        /* control space padding and margin */
        padding: 0.2em;
        /* control background and color */
        background-color: white;
        color: black;
        /* control border property */
        border: 1px solid gray;
        border-radius: 5px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }


    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {


    .product-clip{
        /* control width and height */
        width: 400px;
        height: 250px;
        /* control space padding and margin */
        padding: 0.2em;
        /* control background and color */
        background-color: white;
        color: black;
        /* control border property */
        border: 1px solid gray;
        border-radius: 5px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


}

.product-clip video{
    /* control background and color */
    background-color: black;
    color: white;
}

.product-details{
    /* control space padding and margin */
    padding: 0.3em;
    margin: 0.3em;
    /* control background and color */
    background-color: white;
    color: black;
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {

    .p-pro-description{
        /* control font */
        font-size: 0.8em;
    }

}




.keyfeacturs{
    /* control space padding and margin */
    margin: 0.3em;
    padding: 0.2em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .keyhead{
        /* control width and height */
        height: 30px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        /* control font */
        font-weight: 700;
        font-size: 0.8em;
    }

    .retailers-customer-offer,
    .consumer-customer-offer{    
        /* control width and height */
        height: 30px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        /* control font */
        font-weight: 700;
        font-size: 0.7em;

    }

    .offer-care table {
        border-collapse: collapse;
        width: 100%;
        /* control background and color */
        background-color: white;
        color: black;
        /* control font */
        font-size: 0.8em;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .keyhead{
        /* control width and height */
        height: 30px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        /* control font */
        font-weight: 700;
        font-size: 0.8em;
    }

    .p-pro-description{
        /* control font */
        font-size: 0.7em;
    }

    .retailers-customer-offer,
    .consumer-customer-offer{    
        /* control width and height */
        height: 30px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        /* control font */
        font-weight: 700;
        font-size: 0.8em;
    }

    .offer-care table {
        border-collapse: collapse;
        width: 100%;
        /* control background and color */
        background-color: white;
        color: black;
        /* control font */
        font-size: 0.8em;
    }

}





.offer-care td,.offer-care th {
  border: 1px solid #294dc2;
  text-align: left;
  padding: 5px;
  /* control background and color */
  background-color: white;
  color: black;
}

.offer-care tr:nth-child(even) {
  background-color: #e3ee81;
}

.previewaction{
    /* control postion */
    position: absolute;
    bottom: 0;
    /* control width and height */
    width: 99%;
    height: 50px;
    /* control display and alignment */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bottom-description-spacer{
    /* control width and height */    
    height: 50px;
}


.selected-service{
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding  and margin */
    padding: 0.12em;
    margin: 0.2em;
    /* control width and height */
    height: 40vh;

}

.get-chat-input-get{
    /* control position */
    position: absolute;
    bottom: 0;
    /* control width and height */
    height: 35px;
    width: 100%;
    /* control display and alignmemt */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

#getsendchat-user{
    /* control position */
    position: absolute;
    right: 0;
    /* control space padding and margin */
    margin-right: 0.2em;
    padding: 0.2em;
    /* control background and color */
    background-color: white;
    color: black;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control pointer */
    cursor: pointer;
}

#getuser-mess-input-in{
    /* control background and color */
    background-color: white;
    color: black;
    /* control width and height */
    width: 70%;
    height: 25px;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding and margin */
    margin-left: 0.12em;
}

.vendor-incoming-profile{
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding and margin */
    margin: 0.3em;
    padding: 0.12em;
    /* control background and color */
    background-color: #294dc2;
    color: white;
}


.display-chat-message-here{
    /* control width and height */
    height: 33vh;
}


.vb{
    /* control display and alignment */
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: start;
    /* control space padding and margin */
    padding: 0.12em;
}

.vendor-incoming-profile-img{
    /* control width and height */
    height: 30px;
    width: 30px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control border property */
    border: 1px solid gray;
    border-radius: 50%;
    /* control space padding and margin */
    margin: 0;
    padding: 0;
}

.vendor-incoming-profile-img img{
    /* control width and height */
    width: 100%;
    height: 100%;
    /* control border property */
    border:none;
    border-radius: 50%;
    /*  */
}

.user-outgoing-profile{
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding and margin */
    margin: 0.3em;
    padding: 0.2em;
}

.vn{
    /* control display and alignment */
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: start;

}

.user-out-come-out-going-profile-img{
    /* control width and height */
    height: 30px;
    width: 30px;
    /* control border property */
    border: 1px solid gray;
    border-radius: 50%;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.user-out-come-out-going-profile-img img{
    /* control width and height */
    height: 100%;
    width: 100%;
    /* control border property */
    border: none;
    border-radius: 50%;
}


.get-create-engineering-account{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    /* control background and color */
    background-color: white;
    color: black;
    /* control space padding and margin */
    padding: 0.3em;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .get-create-engineering-account form{
        /* control space padding and margin */
        padding: 0.3em;
        /* control border property */
        border: 1px solid gray;
        border-radius: 3px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .get-create-engineering-account form{
        /* control space padding and margin */
        padding: 0.3em;
        /* control border property */
        border: 1px solid gray;
        border-radius: 3px;
        /* control width and height */
        width: 60%;
    }

}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .get-engineering-error{
        /* control width and height */
        width: 90%;
        /* control background and color */
        background-color: red;
        color: white;
        /* control border property */
        border: 1px solid gray;
        border-radius: 3px;
        /* control space padding and margin */
        padding: 0.3em;
        margin: 0.2em;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-items: center;
        justify-content: center;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .get-engineering-error{
        /* control width and height */
        width: 60%;
        /* control background and color */
        background-color: red;
        color: white;
        /* control border property */
        border: 1px solid gray;
        border-radius: 3px;
        /* control space padding and margin */
        padding: 0.3em;
        margin: 0.2em;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-items: center;
        justify-content: center;
    }

}

.business-engineering-reg-have-account{
    /* control space padding andmargin */
    margin: 0.3em;
    /* control background and color */
    background-color: white;
    color: black;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.f{
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding and margin */
    padding: 0.3em;
}

#serviceemagepreviewbeforeupload{
    /* control display and alignment */
    display: block;
}

.navigator_previewer_uploaded_selected_image{
    /* control dislay and alignment */
    display: flex;
}

.error-add-new-service-return{
    /* control background and color */
    background-color: red;
    color: white;
    /* control space padding and margin */
    margin: 0.2em;
    padding: 0.5em;
}

.new-service-added-successfully{
    /* control width and height */
    width: 90%;
    /* control space padding and margin */
    padding: 0.3em;
    margin: 0.12em;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: #93ff2f;
}


.get-lock-file{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control position */
    position: relative;
}

.get-lock-pop-message{
    /* control background and color */
    background-color: white;
    color: black;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control space padding and margin */
    padding: 0.3em;
    margin-top: 3em;
    /* control position */
    position: fixed;
    z-index: 100;
    /* control width and height */
    height: 20vh;
    width: 300px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.get-lock-pop-message form{
    /* control display and alignemt */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control background andcolor */
    background-color: #c8ff00;
    color: black;
    /* control border property */
    border: none;
    border-radius: 3px;
    /* control space padding and margin */
    padding: 0.3em;
}

.message-to-confirm-alert{
    /* control background and color */
    background-color: #c8ff00;
    color: red;
}

.background-add{
    /* control background and color */
    background-color: red;
    color: white;
}

.background-add form{
    /* control background and color */
    background-color: white;
    color: black;
}

.lock-action-state{
    /* control space padding and  margin */
    padding: 0.3em;
    margin: 0.2em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 10px;
    /* control background and color */
    background-color: white;
    color: black;
    /* control pointer */
    cursor: pointer;
}

.update-profile{
    /* control background and color */
    background-color: white;
    color: black;
    /* control display and alignemt */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pre-view-profile{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control width and height */
    width: 50px;
    height: 50px;
    /* control border property */
    border: 1px solid gray;
    border-radius: 50%;
    /* control space padding and margin */
    margin: 0.2em;

}

.pre-view-profile img{
    /* control border property */
    border: none;
    border-radius: 50%;
    /* control width and height */
    width: 100%;
    height: 100%;    
}

.update-form-profile{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control space padding and margin */
    margin: 0.3em;
    padding: 0.4em;
    /* control background and color */
    background-color: #294dc2;
    /* control border property */
    border: 1px solid gray;
    border-radius: 5px;
}

.update-form-profile form{
    /* control space padding and margin */
    padding: 0.2em;
}

.get-up-now{
    /* control space padding and margin */
    margin-top: 0.2em;
    padding: 0.3em;
    /* control background and color */
    background-color: white;
    color: black;
    /* control border property */
    border: 1px solid gray;
    border-radius: 4px;
    /* control pointer */
    cursor: pointer;
}

.get-update-tin-up,
.get-update-license-up{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: white;
    color: black;
    /* control space padding and margin */
    margin: 0.3em;
}

.update-tin-up,
.update-license-up{
    /* control background and color */
    background-color: #294dc2;
    color: black;
    /* control border property */
    border: 1px solid gray;
    border-radius: 5px;
    /* control space padding and margin */
    padding: 0.2em;
}

.update-tin-up form,
.update-license-up form{
    /* control space padding and margin */
    padding: 0.3em;

}

.get-update-now-file{
    /* control space padding and margin */
    margin: 0.2em;
}

.get-update-now-file input{
    /* control space padding and margin */
    padding: 0.3em;
    /* control background and color */
    background-color: white;
    color: black;
    /* control border property */
    border: 1px solid gray;
    border-radius: 4px;
}

.get-line-error{
    /* control background andcolor */
    background-color: red;
    color: white;
    /* control space padding and margin */
    margin: 0.2em;
    padding: 0.3em;
    /* control font */
    font-size: 0.8em;
}

.error-support-error-handle{
    /* control background and color */
    background-color: red;
    color: white;
    /* control space padding and margin */
    padding: 0.2em;
    margin: 0.2em;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.support_take-success-return{
    /* control background and color */
    background-color: #2bff00;
    color: black;
    /* control space padding and margin */
    padding: 0.2em;
    margin: 0.2em;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.receipt-error-handling-get{
    /* control background and color */
    background-color: #e99898;
    color: black;
    /* control space padding and margin */
    margin: 0.2em;
    padding: 0.3em;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control border property */
    border: none;
    border-radius: 3px;
}


.paymessage table {
  border-collapse: collapse;
  width: 100%;
  /* control background and color */
  background-color: white;
  color: black;
}

.paymessage td,.paymessage th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  /* control background and color */
  background-color: white;
  color: black;
}

.paymessage tr:nth-child(even) {
  background-color: #dddddd;
}

.error_add_new_product_return{
    /* control background and color */
    background-color: red;
    color: white;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    /* control space padding and margin */
    padding: 0.3em;
    /* control font */
    font-size: 0.9em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
}

