@import url("https://fonts.googleapis.com/css2?family=Prompt&display=swap");

body {
    background: rgb(255, 255, 255);
    margin: 0 auto !important;
    max-width: 850px !important;
    padding: 0;
    font-family: 'prompt', sans-serif !important;
    
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img{
    height: auto !important;
    align-self: flex-start;
}

input , button {
    outline: none;
}



button , input[type="text"] , input[type="number"] , input[type="password"], select 
,textarea  {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label {
    font-weight: lighter !important;
}


.bold {
    font-weight: bold;
}

.font02 {
    font-size: 0.2em;
}

.font04 {
    font-size: 0.4em;
}

.font05 {
    font-size: 0.5em;
}
.font06 {
    font-size: 0.5em !important;
}
.font07 {
    font-size: 0.7em;
}
.font08 {
    font-size: 0.8em;
}
.font09 {
    font-size: 0.9em;
}
.font10 {
    font-size: 1em;
}
.font015 {
    font-size: 1.5em;
}

.font013 {
    font-size: 1.3em;
}

.font12 {
    font-size: 1.2em;
}

.font20 {
    font-size: 2em;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.color_black {
    color: #0D0D0D;
}

.bg_yellow {
    background: #FFA200;
}

.bg_white {
    background: white;
}

.bg_black {
    background: #0D0D0D;
}

.bg_green {
    background: #2BAB05;
}

.color_yellow {
    color: #FFA200;
}

.color_orange {
    /* color: #2BAB05; */
    color: #2BAB05;
    
}

.color_red {
    /* color: #2BAB05; */
    color: red;
    
}


.bg_orange {
    background: #2BAB05;
}

.center {
    text-align: center;
}

.centerX {
    justify-content: center;
}

.centerY {
    align-items: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
} 

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}



.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h40 {
    height: 40px;
}
.h30 {
    height: 30px;
}

.w10 {
    width: 10px;
}



.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}


.w5 {
    width: 5px;
}

.w8 {
    width: 8px;
}

.w80 {
    width: 80px;
}

.w195 {
    width: 195px;
}

.w30 {
    width: 30px;
}

.w35 {
    width: 35px;
}

.w40 {
    width: 40px;
}

.w45 {
    width: 45px;
}

.w150 {
    width: 150px;
}

.w165 {
    width: 165px;
}

.w70 {
    width: 70px;
}

.w40_fix {
    width: 40px;
}

.w3 {
    width: 3px;
}

.w20 {
    width: 20px;
}


.w220 {
    width: 220px;
}
.w25 {
    width: 25px;
}

.w15 {
    width: 15px;
}

.w1-5 {
    width: 1.5px;
}

.marginright_-35 {
    margin-right: -35px;
}

.img {
    width: 100px;
}

.flex {
    display: flex;
}

.flex-18 {
    flex: 1.8;
}

.flex-1 {
    flex: 1;
}

.flex05 {
    flex: 0.5;
}

.flex06 {
    flex: 0.6;
}

.flex07 {
    flex: 0.7;
}

.flex08 {
    flex: 0.8;
}


.flex-12 {
    flex: 1.2;
}

.flex-14 {
    flex: 1.4;
}
.flex-15 {
    flex: 1.5;
}
.flex-2 {
    flex: 2;
}

.flex-28 {
    flex: 2.8;
}
.flex04 {
    flex: 0.4;
}

.flex002 {
    flex: 0.02;
}

.line_color {
    background: #C4C4C4;
}



.width100 {
    width: 100% !important;
}
.width50 {
    width: 50% !important;
}

.width70 {
    width: 70% !important;
}

.width80 {
    width: 80% !important;
}

.width90 {
    width: 90% !important;
}

.bg {
    width: 100%;
    z-index: -9999999;
}



.margin0_10 {
    margin: 0 10px;
}

.margin10_0 {
    margin: 10px 0;
}

.margin15_0 {
    margin: 15px 0;
}


.margin5_0 {
    margin: 5px 0px;
}

.margin0_8 {
    margin: 0 8px;
}

.margin0_20 {
    margin: 0 20px;
}

.margin0_40 {
    margin: 0 40px;
}

.margin0_30 {
    margin: 0 30px;
}

.margin5 {
    margin: 5px;
}


.bg_red {
    background: #FF0000;
}
.layout {
    background: none;
    margin: auto !important;
    width: 100%;
    max-width: 850px;
    
}

.top_back {
    background: white;
    opacity: 71%;
    display: flex !important;
    padding: 7px;
    border-radius: 5px;
    width: 100%;
    border: 0;
    z-index: 9999;  
}


.top_back2 {
    background: white;
    /* opacity: 71%; */
    display: flex !important;
    border-radius: 5px;
    width: 100%;
    border: 0;
    /* z-index: 9999;   */
    padding: 7px;
}

.z-index2 {
    z-index: 2;
}



.padding8 {
    padding: 8px;
}

.top_back3 {
    background: white;
    display: flex !important;
    border-radius: 5px;
    width: 100%;
    border: 0;
    z-index: 9999;  
    padding: 7px;
}

.w70 {
    width: 70px;
}

.top_me {
    background: white;
    display: flex !important;
    border-radius: 5px;
    width: 100%;
    border: 0;
    z-index: 9999;  
        padding: 5px 10px;
    
}

.content {
    
    position: relative;
    justify-content: center;
    display: flex;
    z-index: 1;
}

.content1 {
    position: absolute;
    margin-top: -60px;
    width: 92%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 6px #c2c0c0;
}

.content2 {

    position: relative;
    justify-content: center;
    display: flex;
    z-index: 1;
}

.content3 {
    position: absolute;
    margin-top: -30px;
    width: 100%;
}

.content4 {
    position: absolute;
    margin-top: -20px;
    width: 100%;
    background: white;
    border-radius: 20px;
    padding: 5px;
}

.content5 {
    border-radius: 5px;
    background: white;
    padding: 10px;
}

.bg_white_border10 {
    border-radius: 10px;
    background: white;
}

.circle20px {
    border-radius: 20px;
}

.circle10px {
    border-radius: 10px;
}

.topfix {
    padding: 0 5px;
    position: fixed !important;
    width: 100%;
    max-width: 850px;
    z-index: 999;
}

.padding5_0 {
    padding: 5px 0;
}


.flex-column {
    display: flex;
    flex-direction: column !important;
}

.clearbtn {
    background: 0;
    border: 0;
}

.btn_normal {
    background: none;
    border: 1.5px solid #D9D9D9;
    border-radius: 5px;
    padding: 7px 10px;
}

.border0 {
    border: 0;
}

.input_phonenumber {
    padding: 10px 0;
    width: 95%;
    border-radius: 22px;
    border: 1.5px solid #D9D9D9;
    text-align: center;
}

.btn_next {
    padding: 10px 0;
    width: 95%;
    border-radius: 22px;
    border: 0;
    background: #F9A949;
    text-align: center;
    color: white;
}

.border_white {
    border: 2px solid white;
}

.right0 {
    right: 0;
}

.left0 {
    left: 0;
}

.btn_linesup {
    padding: 5px 0;
    width: 95%;
    border-radius: 22px;
    border: 0;
    background: #06C755;
    text-align: center;
    color: white;
}

.btn_line {
    background: #06C755;
    color: white;
    border-radius: 5px;
    border: 0;
    padding: 10px 5px;
    
}
.Close2 {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.close_ball {
    border-radius: 100px;
    background: none;
    border: 1.5px solid black;
    height: 25px;
    width: 25px;
}

.X2 {
    font-size: 40px;
    font-weight: lighter;
}
.btn_facebooksup {
    padding: 5px 0;
    width: 95%;
    border-radius: 22px;
    border: 0;
    background: #4167B2;
    text-align: center;
    color: white;
}


.flex02 {
    flex: 0.2;
}

.marginleft_-40 {
    margin-left: -40px;
}

.box_3btn {
    padding: 20px 0;
    width: 95%;
    border-radius: 5px;
    border: 1.5px solid #D9D9D9;
    text-align: center;
}

.box_normal {
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
    border: 1.6px solid #D9D9D9;
    /* overflow: scroll; */
}

.box_normal2 {
    padding: 8px 10px;
    width: 100%;
    border: 0;
    /* overflow: scroll; */
}



.box_normal_orange {
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
    border: 0;
    background: #2BAB05;
}

.input_normal {
    padding: 8px 20px;
    width: 100%;
    border-radius: 5px;
    border: 1.6px solid #D9D9D9;
    
}

.color_grey {
    color: #777777 ;
}

.color_green {
    color: #4BBE00;
}

.box_grey {
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    background: #ECECEC;
}
.bg_grey2 {
    background: #F5F5F5;

}
.bg_grey3 {
    background: #858585;
}


.bg_grey {
    background: #ECECEC;
}

.circle {
    border-radius: 100px;
}

.circle_shadow {
    box-shadow: 0 0 6px #c2c0c0;
}

.shadow {
    box-shadow: 0 0 6px #c2c0c0;
}

.shadow3 {
    box-shadow: 0 0 3px #c2c0c0;
}
.select {
    border: 2px solid #f89d2e; 
}
.select_none {
    border: 0; 
}

.logo_company {
    width: 100px;
    border-radius: 5px;
    background: none;
}

.btn-company {
    width: 75px;
    height: 80px;
    border-radius: 5px;
    
} 

.logo {
    width: 40px;
    height: 40px;
}

.topmenu {
    background: white;
    display: flex;
    padding: 10px 10px;
    border-radius: 5px;
    width: 100%;
    border: 0;
    z-index: 999999;
    box-shadow: 0 0 6px #acabab;
}

.color_white {
    color: white;
}
.borderradius_white {
    border: 2px solid white;
    border-radius: 5px;
}

.clear {
    padding: 0;
    margin: 0;
}

.box1 {
    /* padding: 10px 0px; */
    text-align: center;
    /* background: #2BAB05; */
    background: black;
    color: white;
    border: 2px solid white;
    /* box-shadow: 0 0 6px #acabab; */
    border-radius: 5px;
}

.box2 {
    border-radius: 5px;
    /* box-shadow: 0 0 6px #acabab; */
    border: 2px solid white !important;
}


.profile {
    border-radius: 100px;
    border: 1.5px solid black;
}

.size-profile {
    width: 140px;
    height: 140px;
}

.ball_profile {
    height: 50px;
    width: 50px;
    border: 1.5px solid black;
    border-radius: 100px;
    overflow: hidden;
}

.overflow {
    overflow: hidden;
}


.profile_solid-white {
    border-radius: 100px;
    border: 2px solid rgb(255, 255, 255);
}

.profile2 {
    border-radius: 100px;
    border: 1.5px solid black;
    padding: 5px;
}

.end {
    justify-content: flex-end;
}

.padding5_10 {
    padding: 5px 10px;
}

.padding10_0_10_10 {
    padding: 10px 0 10px 10px;
}

.padding7 {
    padding: 7px;
}

.padding15 {
    padding: 15px;
}

.padding5_40 {
    padding: 5px 40px;
}

.padding8 {
    padding: 8px;
}

.padding10 {
    padding: 10px;
}

.padding10_0 {
    padding: 10px 0px;
}
.padding5 {
    padding: 5px;
}

.padding0_5 {
    padding: 0 5px;
}

.padding0_20 {
    padding: 0 20px;
}

.padding0_10 {
    padding: 0 20px;
}

.padding0_40 {
    padding: 0 40px;
}

.padding0_15 {
    padding: 0 15px;
}

.padding10_15 {
    padding: 10px 15px;
}

.modal2 {
    height: 100px;
    border-radius: 10px;

}

.w3-display-topright {
    border-radius: 10px;
}

.X {
    font-size: 2em !important;
    color: white;
    width: 30px;
    height: 30px;
    border: none;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background: #2BAB05;
    border-radius: 100px;
}
.bor {
    border-right: 2px solid #C4C4C4;
}

.search {
    border-radius: 100px;
    border: 2px solid #CCC9C9;
    width: 100%;
    padding: 5px 35px;
    font-size: 0.9em;
}

.count {
    /* background: black; */
    background: #2BAB05;
    color: white;
    position: absolute;
    top: -10px;
    right: 5px;
    border: 0;
    border-radius: 100px;
    width: 15px;
    height: 15px;  
    font-size: 0.6em;
}

.count2 {
    background: #2BAB05;
    color: white;
    position: absolute;
    top: -8px;
    right: 0px;
    border: 0;
    border-radius: 100px;
    width: 12px;
    font-size: 0.6em;
    height: 12px;
}

.count3 {
    /* background: black; */
    background: #2BAB05;
    color: white;
    position: absolute;
    top: 0px;
    right: -3px;
    border: 0;
    border-radius: 100px;
    width: 15px;
    height: 15px;  
    font-size: 0.6em;
}



.circledown {
    background: #2BAB05;
    padding: 5px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    margin-left: -10px;
}


.w60persent {
    width: 60%;
}

.footermenu {
    width: 100%;
    background: white;
    position: fixed;
    bottom: 0;
    font-size: 0.7em;
    padding-bottom: 5px;
    border-top: 1.5px solid #BEBEBE;
    max-width: 850px !important;
}

.btnDelete {
    padding: 5px;
    background: #2BAB05;
    color: white;
    border: 0;
    border-radius: 5px;
}

.imgsize_1 {
    width: 25px;
    height: 20px;
    
}

.btn_seeall2 {
    background: #2BAB05;
    color: white;
    padding: 5px 15px;
    border: 0;
    border-radius: 5px;
}

.btn_detail {
    background: #2BAB05;
    color: white;
    padding: 6px 15px;
    border: 0;
    border-radius: 3px;
}


.btn_search {
    background: #2BAB05;
    color: white;
    padding: 5px 10px;
    border: 0;
    border-radius: 5px;
}

.btn_del {
    background: white;
    color: #2BAB05;
    padding: 5px 10px;
    border: 1.5px solid #2BAB05;
    border-radius: 5px;
}



.btn_pay {
    background: #2BAB05 !important;
    color: white;
    padding: 8px 40px;
    border: 0;
    border-radius: 5px;
}

.btn_pay_0 {
    background: white;
    color: #2BAB05;
    border: 1.5px solid #2BAB05;
    padding: 8px 40px;
    
    border-radius: 5px;
}

.btn_pay4 {
    background: #2BAB05;
    color: white;
    padding: 8px 10px;
    border: 0;
    border-radius: 5px;
    font-size: 0.9em;
}

.btn_pay_g {
    background: #777777;
    color: white;
    padding: 8px 10px;
    border: 0;
    border-radius: 5px;
    font-size: 0.9em;
}

.btn_logout {
    background: #2BAB05;
    color: white;
    padding: 6px 8px;
    border: 0;
    border-radius: 5px;
}



.btn_pay3 {
    background: #2BAB05;
    color: white;
    padding: 10px 40px;
    border: 0;
    border-radius: 5px;
}

.btn_grey3 {
    background: #858585;
    color: white;
    
    padding: 10px 40px;
    /* border: 1.5px solid #2BAB05; */
    border: 0;
    border-radius: 5px;
}

.btn_seeall {
    background: #2BAB05;
    color: white;
    padding: 8px 40px;
    border: 0;
    border-radius: 5px;
}


.marginbot-7 {
    margin-bottom: -7px;
}

.btn_pay2 {
    background: none;
    color: #2BAB05;
    border: 0;
    border-radius: 5px;
    
}
.btn_print {
    padding: 6px 15px;
    background: #2BAB05;
    color: white;
    border-radius: 5px;
    border: 0;
}





.WY {
    padding: 6px 20px;
    background: #FFE600;
    color: white;
    border-radius: 5px;
    border: 0;
}

.btn_manage_orange {
    background: #2BAB05;
    color: white;
    padding: 10px;
    border: 0;
}

.btn_manage_orange2 {
    background: #555555;
    color: white;
    padding: 10px;
    border: 0;
}

.btn_grey {
    background: #555555;
    color: white;
    padding: 10px;
    border: 0;
}

.btn_grey2 {
    color: white;
    padding: 15px 0;
    border: 0;
    background: #777777;
}


.btn_manage_none {
    background: none;
    color: #2BAB05;
    padding: 10px;
    border: 1.5px solid #2BAB05;

}

.color_red {
    color: #FF0000;
}

.btn_manage {
    background: #2BAB05;
    color: white;
    border: 0;
    border-radius: 5px;
    padding: 8px 10px;
}

.btn_clickhere {
    background: #2BAB05;
    color: white;
    border: 0;
    border-radius: 5px;
    padding: 5px ;
}

.btn_click {
    background: #2BAB05;
    color: white;
    border: 0;
    border-radius: 5px;
    padding: 5px 15px ;
}

.border5px {
    border-radius: 5px;
}

.radius5px {
    border-radius: 5px;
}

.radius_top_left5 {
    border-top-left-radius: 5px;
}

.radius_top_right5 {
    border-top-right-radius: 5px;
}

.radius_top_left10 {
    border-top-left-radius: 10px;
}

.radius_top_right10 {
    border-top-right-radius: 10px;
}

.radius_bottom_left5 {
    border-bottom-left-radius: 5px;
}

.radius_bottom_left10 {
    border-bottom-left-radius: 10px;
}

.radius_bottom_right10 {
    border-bottom-right-radius: 10px;
}

.radius10px {
    border-radius: 10px;
}

.border_fx {
    border-radius: 5px;
    box-shadow: 0 0 6px #acabab;
}

.solid_top {
    border-top: 1.5px solid #BEBEBE;
}

.solid_bottom {
    border-bottom: 1.5px solid #DBDBDB;
}

.solid_bottom2px {
    border-bottom: 2px solid #cfcece;
}



/* .text_bot {
    bottom: 0;
    position: absolute;
} */

.ball {
    height: 20px;
    width: 20px;
    border-radius: 100px;
}

.margin0_15 {
    margin: 0 15px;
}

.box_top-right {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #F30000;
    color: white;
    /* z-index: 9999; */
}

.box_top-right2 {
    position: absolute;
    top: -5px;
    right: 0px;
    background: #2FB208;
    border: 0;
    z-index: 9999;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
     
}

.box_top-right3 {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #2FB208;
    border: 0;
    
    padding: 5px 17px;
    color: white;
    border-radius: 5px;
     
}

.box_top-right5 {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #3E3E3E;
    border: 0;
   
    padding: 5px 17px;
    color: white;
    border-radius: 5px;
     
}

.box_top-right4 {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #F30000;
    border: 0;
    
    padding: 5px 17px;
    color: white;
    border-radius: 5px;
     
}

.box_bottom {
    bottom: 0;
    position: fixed;
    width: 100%;
    max-width: 850px !important;
    margin-bottom: 5px;
}

.checkbox {
    background: #2BAB05;
}
/* 
input[type="checkbox"] {
    display:none;
} */
/* input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background: #2BAB05;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background: red;
    
} */

.btn_address {
    width: 100%;
    padding: 10px;
    color: white;
    background: #2BAB05;
    border: 0;
    box-shadow: 0 0 6px #D9D9D9;
    border-radius: 5px;
}
.textCutRow{
    /* width: 140px !important; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
  }

  .text-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
  }

.text_last_center {
    text-align-last: center ;
}

.select_normal {
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px !important;
    border: 1.6px solid #D9D9D9;
    color: #838282;
    background: white;
}

.select_normalnew {
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
    border: 1.6px solid #D9D9D9;
    color: black;
    background: #EEEEEE;
    
}

.select_normal3 {
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
    border: 1.6px solid #D9D9D9;
    color: black;
    background: #EEEEEE;
}

.boxempty {
    padding: 10px;
    height: 100%;
    width: 100%;
}

.empty {
    background: #F3F3F3;
    height: 100%;
}

.padding5_20 {
    padding: 5px 20px;
}

.padding5_25 {
    padding: 5px 25px;
}

.padding3_10 {
    padding: 3px 10px;
}

.padding5_30 {
    padding: 5px 30px;
}

.padding15_10 {
    padding: 15px 10px;
}

.padding5_50 {
    padding: 5px 50px;
}

.select_normal2 {
    width: 100%;
    border-radius: 5px;
    border: 1.6px solid #9D9D9D;
    color: #8291A1;
    background: white;
}

.color_back2 {
    color: #555555;
}

.signIn {
    padding: 8px 10px;
    width: 80%;
    border-radius: 5px;
    box-shadow: 0 0 6px #D9D9D9;
    color: white;
    background: #2BAB05;
    border: 0;
}

.profile_abs {
    margin-top: -70px;
    z-index: 1;
}

.profile_abs2 {
    position: absolute;
    width: 100%;
    border-radius: 100px;
}

.profile_2 {
    margin-top: -25px;
    z-index: 1;
}


.w140 {
    width: 140px;
}

.w120 {
    width: 120px;
}

.margintop-bot5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.modal-footer {
    border: 0;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}



.medium {
    font-weight: 700;
}

.modal-header2 {
    border: 0;
    padding: 10px;
    z-index: 9999999;
}

.btn_cancel {
    background: white;
    border: 1px solid #2BAB05;
    border-radius: 5px;
    color: #2BAB05;
    padding: 5px 40px;
    font-size: 0.9em;
}

.btn_accept {
    background: #2BAB05;
    border: 0;
    border-radius: 5px;
    color: white;
    padding: 5px 40px;
    font-size: 0.9em;
    border: 1px solid #2BAB05;
}

.modal-content {
    z-index: 9999999999;
}

.profile_topleft {
    position: absolute;
    top: 5px;
    left: 5px;
}

.text_shadow {
    text-shadow: 0 0 5px #000000;
    color: white;
}



.checkComperny{

    width: 100px;
    position: relative !important;
    /* background: #06C755; */
    margin: 2px;
}

.boxItem{
    width: 50%;
    padding: 0 !important;
}

.boxItem2{
    width: 20%;
    padding: 0 !important;
    margin-top: 5px;
}

.boxItem3{
    width: 33.33%;
    padding: 0 !important;
    margin-top: 5px;
}

.boxItem4{
    width: 16.66666666666667%;
    padding: 0 !important;
    margin-top: 5px;
}

.containerItem{
    width: 100%;
    flex-wrap: wrap;
}

.wrap {
    flex-wrap: wrap;
}

.solid-left {
    border-left: 2px solid #C4C4C4;
}

.solid-right {
    border-right: 2px solid #C4C4C4;
}

.box_note {
    background: #707070;
    color: white;
    padding: 20px 0px 10px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input_note {
    width: 100%;
    height: 70px;
    border: 1.5px solid #F9A949;
    box-shadow: 0 0 6px #D9D9D9;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 0.8em;
    resize:none;
    

}

.message {
    width: 100%;
    height: 550px;
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 0.9em;
    border-radius: 5px;
    border: 1.6px solid #D9D9D9;
}

.textarea_normal {
    width: 100%;
    height: 90px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 0.9em;
    resize:none;
    border-radius: 5px;
    border: 1.6px solid #D9D9D9;
}


.textarea_signature {
    width: 100%;
    height: 450px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 0.9em;
    resize:none;
    border-radius: 5px;
    border: 2px solid #D9D9D9;
}

.bg_none {
    background: none;
}

.btn_solid-orange {
    border: 1.5px solid #F9A949;
    border-radius: 5px;
    width: 100%;
}

.bg_coffeehouse {
    width: 100%;
    z-index: -99999;
    opacity: 10%;
    border-radius: 20px;
    position: absolute;
}

.bg_fitimg {
    background: #FBFBFB;
}



.btn_changepic {
    width: 100%;
    align-items: center;
    color: white;
    background: black;
    opacity: 61%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 7px 0px;
    bottom: 0;
    position: absolute;
    border: 0;
}


.box_bot_right {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.box_bot_right2 {
    position: absolute;
    bottom: -10px;
    right: 5px;
    padding: 3px 5px;
}

.btn_plus {
    background: white;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1.5px solid #707070;
}

.btn_plus2 {
    background: white;
    width: 27px;
    height: 25px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1.5px solid #707070;
}


.trash {
    background: #949494;
    padding: 8px 15px;
    border-radius: 5px;
    border: 0;
}

.inputRead2 {
    background: 0;
    border: 0;
    width: 30%;
    
    
}

.trash_orange {
    background: #F9A949;
    padding: 8px 15px;
    border-radius: 5px;
    border: 0;
}




.btn_coppy2 {
    
    padding: 5px 40px;
    background: #2BAB05;
    color: white;
    border-radius: 5px;
    border: 0;
}

.btn_gohistory {
    padding: 7px 60px;
    background: #F36422;
    color: white;
    border-radius: 5px;
    border: 0;
}



.btn_coppy {
    width: 100%;
    padding: 8px;
    background: #F9A949;
    color: white;
    border-radius: 20px;
    border: 0;
}
.btn_coppy:focus{
    background: #707070;
}


.btn_chart {
    width: 100%;
    background: white;
    border-radius: 5px;
    padding: 5px;
    border: 0;
}

.btn_chart_line {
    width: 100%;
    background: #00BA00;
    border-radius: 5px;
    padding: 5px;
    border: 0;
    color: white;
}

.box_chart {
    width: 100%;
    background: white;
    border-radius: 5px;
    border: 0;
}

.fixed {
    position: fixed;
    max-width: 850px;
    width: 100%;
}

.bottom0 {
    bottom: 0;
}

.flex-1_fix08 {
    flex: 1;
}

.flex-1_n {
    flex: 1;
}

.flex-1_fix06 {
    flex: 1;
}


.margin0_20_fix0_10 {
    margin: 0 20px ;
}

.opacity0 {
    opacity: 0.5%;
}

.boxInputLink{
    position: relative;
}
.itemLink{
    position: absolute;
    right: 0;
    margin-top: 8px;
    margin-right: 10px;
    order: 1;
}
.profile_line {
    width: 120px;
    border-radius: 100px;
    border: 1.5px solid black;
}

.btn_disconnect {
    padding: 10px 25px;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    color: white;
    background: #AEAEAE;
    border: none;
}

.area_grey {
    background: #F8F8F8;
    padding: 10px;
    border-radius: 5px;
}

.color_999B9C {
    color: #999B9C;
}

.notifie_icon {
    width: 100px;
    border-radius: 100px;
}

.line_icon {
    width: 20px;
    margin-top: 4px;
}

.button_line {
    background: #01BA01;
    border: none;
    border-radius: 5px;
    color: white;
}

.btn_linesup2 {
    padding: 5px 0;
    width: 95%;
    border-radius: 22px;
    border: 0;
    background: #01BA01;
    text-align: center;
    color: white;
}

.checkGift{
    position: absolute;
    width: 50px !important;
}


@media only screen and (min-width: 892px){
    .message {
        height: 650px;

    }

}


@media only screen and (max-width: 375px){
    .message {
        height: 500px;
    }

}

@media only screen and (max-width: 320px){
    

    .message {
        height: 400px;
    }
    .btn_pay4 {
        background: #2BAB05;
        color: white;
        padding: 8px 10px;
        border: 0;
        border-radius: 5px;
        font-size: 0.8em;
    }
    
    .btn_pay_g {
        background: #777777;
        color: white;
        padding: 8px 10px;
        border: 0;
        border-radius: 5px;
        font-size: 0.8em;
    }
}





@media only screen and (max-width: 340px){
    canvas {
        width: 150px;
    }

    .w40 {
        width: 30px;
    }
    

    .height450 {
        height: 400px;
    }

    

    .w140 {
        width: 110px;
    
    }
    /* .flex-1 {
        flex: 0.7;
    } */
    .btn_manage {
        padding: 8px 5px;
    }
   

    .flex-2 {
        flex: 1.4;
    }
    .font010 {
        font-size: 0.9em;
    }

    .font013 {
        font-size: 1em;
    }

    .w30 {
        width: 25px;
    }

    .w10 {
        width: 5px;
    }

    .margin0_10 {
        margin: 0 5px;
    }

    .margin0_20 {
        margin: 0 10px;
    }

    .font12 {
        font-size: 1em;
    }
    
    

    .font09 {
        font-size: 0.8em;
    }

    .w50 {
        width: 40px;
    }

    .btn_pay {
        padding: 8px 20px;
    }

    .w120 {
        width: 100px;
    }
    /* .empty {
        
        height: 265px;
    } */
    .font08 {
        font-size: 0.7em;
    }

    .margin0_20_fix0_10 {
        margin: 0 10px;
    }
   
    .box_top-right2 {
        
        padding: 5px;
        
    }

    .btn_changepic {
        font-size: 0.9em;
    }
}




@media only screen and (min-width: 600px) {
    .boxItem{
        width: 25%;
        padding: 0 !important;
    }

    
  }

  @media (min-width: 992px){
    .container{
        width: 0 !important;
    }
  }

  @media (min-width: 768px){
    .container{
        width: 0 !important;
    
    }
    /* .checkmark {
        margin-left: -12px;
    } */
    .spFont{
        margin-left: 35px;
    }
  }

  @media (max-width: 750px){

    .width01{
        margin-left: 0px !important;
      }
      
    
  }



  @media (max-width: 415px){

    .width01{
        margin-left: 0px !important;
      }
    
  }

  @media (min-width: 500px){

    .bg_coffeehouse {
        width: 400px;
    }
    
  }
 



  .flexend{
    align-items: flex-end;
  }

  .bottomm{
      position: absolute;
      bottom: 0;
      right: 15px;
  }



  /* new */

.padding10_20 {
    padding: 10px 20px;
}
.bg_gr {
    width: 260%;
    position: fixed !important;
    z-index: -999;
    /* margin-left: -340px; */
    max-width: 850px;


}

.margintopfix {
    margin-top: -370px;
}


.contentnew1 {
    position: fixed;
    bottom: 60px;
    /* width: 92%; */
    background: white !important;
    max-width: 840px;
    box-shadow: 0 0 6px #c2c0c0;
    
}

.BGLogin {
    width: 120%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    position: fixed;
    max-width: 850px !important;
}

.containerLogin {
    position: fixed;
    z-index: 999;

    background: 0;
    width: 100%;
    height: 350px;
    margin-bottom: 10px !important;
    max-width: 850px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.newboxwhiteborder {
    background: white;
    border: 2px solid black;
    border-radius: 5px;
}


.contentnew {
    position: absolute;
    margin-top: -80px;
    width: 100%;
}

.contentnew2 {
    position: absolute;
    margin-top: -40px;
    width: 100%;
}

.w3-modal {
    z-index: 9999 !important;
}

.top_backnew2 {
    /* background: white;
    opacity: 71%; */
    background: 0;
    display: flex !important;
    padding: 10px 10px;
    border-radius: 5px;
    width: 100%;
    border: 0;
    z-index: 9999;  
    position: fixed !important;
}

.top_backnew {
    /* background: white;
    opacity: 71%; */
    background: 0;
    display: flex !important;
    padding: 10px 10px;
    border-radius: 5px;
    width: 100%;
    border: 0;
    z-index: 9999;  
}

.topfixnew {
    /* padding: 0 5px; */
    /* position: fixed !important; */
    position: absolute;
    background: 0;
    width: 100%;
    max-width: 850px;
    z-index: 999;
}




.btn_linewh {
    /* padding: 5px 0; */
    width: 95%;
    border-radius: 22px;
    border: 0;
    /* background: #06C755; */
    /* background: #00BA00; */
    background: white;
    text-align: center;
    color: black;
}

.btn_black {
    /* padding: 5px 0; */
    width: 95%;
    border-radius: 22px;
    border: 0;
    /* background: #06C755; */
    /* background: #00BA00; */
    background: black;
    text-align: center;
    color: white;
}


.input_normalnew {
    padding: 10px 0;
    width: 100%;
    border-radius: 22px;
    border: 1.5px solid #D9D9D9;
    text-align: center;
    outline: none;
}


.btn_orange {
    padding: 10px 0;
    width: 100%;
    border-radius: 22px;
    border: 0;
    /* background: #06C755; */
    /* background: #00BA00; */
    background: #F15A24;
    text-align: center;
    color: white;
}

.btn_orange2 {
    padding: 10px 0;
    width: 100%;
    border-radius: 22px;
    border: 0;
    /* background: #06C755; */
    /* background: #00BA00; */
    background: black;
    text-align: center;
    color: white;
}

.contentnew {
    position: absolute;
    margin-top: -80px;
    width: 100%;
}

.searchnewgo {
    border-radius: 5px;
    padding: 5px;
}

.box-floatwh {
    top: 20px;
    width: 120px;
    height: 43px;
    background: white;
    position: absolute;
    z-index: 2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn_searchnew {
    
    color: white;
    background: black;
    padding: 7px 10px;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    right: -5px;
}

.btn_searchnew2 {
    font-size: 0.9em;
    color: black;
    background: 0;
    padding: 5px 10px;
    border: 1.5px solid #000000;
    border-radius: 5px;
    right: -5px;
}

.btn_searhing {
    background: black;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    right: 0;
    border: 0;
    height: 100%;
    padding: 0 15px;
}

.newboxwhiteborder {
    background: white;
    border: 2px solid black;
    border-radius: 5px;
}

.btn_linenm {
    /* padding: 5px 0; */
    width: 95%;
    border-radius: 22px;
    border: 0;
    /* background: #06C755; */
    background: #00BA00;
    /* background: white; */
    text-align: center;
    color: black;
}


.productSell{
    background: white;
    /* box-shadow: 0 0 6px #c2c0c0; */
    margin-right: 10px;
    width: 500px;
}
.scroll{
    overflow-x: scroll;
    padding: 10px;
}

.boxItemnew{
    padding: 0 !important;
}

.box_bot_leftnew {
    position: absolute;
    bottom: -10px;
    left: 5px;
    padding: 2px 10px;
}


.w33 {
    width: 33px;
}

.topmenu_b0 {
    position: absolute;
    background: 0;
    display: flex !important;
    padding: 0px 10px;
    /* padding: 10px 10px; */
    border-radius: 5px;
    width: 100%;
    border: 0;
    z-index: 999999;
    /* box-shadow: 0 0 6px #acabab; */
    margin-top: 10px;
    }





    .profile_topleftnew {
        position: absolute;
        top: 0px;
        left: 0px;
    }


.margin0_5 {
    margin: 0 5px;
}

.wfix {background: none;}

.h200 {
    height: 150px;
}


.upload {
    height: 400px;
    width: 100%;
    background: 0;
    position: absolute;
    opacity: 0;
    margin-top: -500px;
}

.taka {
    width: 70px !important;
}

.box-wait {
    background: #FFA200;
    width: 70px;
    border-radius: 5px;
    padding: 2px 5px;
}

.box-waitg {
    background: #2BAB05;
    width: 70px;
    border-radius: 5px;
    padding: 2px 5px;
}

.box-waitf {
    background: red;
    width: 70px;
    border-radius: 5px;
    padding: 2px 5px;
}


.box_call {
    padding: 5px 10px !important;
    height: 40px;
    
    width: 400px;
    border-radius: 5px;
    border: 1.6px solid #D9D9D9;
   
}

.btn_stat {
    
        padding: 5px 35px;
        background: #2BAB05;
        color: white;
        border-radius: 5px;
        border: 0;
   
}
.g01{
    width: 80px;
}






@media only screen and   (max-width: 414px) {

    .font09 {
        font-size: 0.8em;
    }
}
    


@media only screen and (min-width: 840px) {
.bg_gr {
    width: 210%;
}

.margintopfix {
    margin-top: -700px;
}

.w70 {
    width: 90px;
}

}

@media only screen and   (max-width: 375px) {

    .box_call {
        height: 35px;
        width: 300px;
    }

    .font10 {
        font-size: 0.8em;
    }

    .btn_searchnew2 {
        font-size: 0.8em;
    }

    .w20 {
        width: 19px;
    }
}

