.sign_form_wrap .sign_inner_wrap .select2-container .select2-selection--single .select2-selection__rendered{



width: calc(100% - 50px);
white-space: nowrap;
display: flex;
text-overflow: ellipsis;

}

.vyt-val-error{
    color: red;
    margin-bottom: 18px;
    text-align: center;
    font-size: 15px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.staticPages p{
    font-size: 14px;
    font-weight: normal;
    color: rgba(1, 1, 1, 0.77);
    line-height: 1.71;
    margin-bottom: 20px;
}

.staticPages h3{
    font-size:15px;
    margin-bottom: 20px;
}

.staticPages h1, .staticPages h2, .staticPages h3, .staticPages h4, .staticPages h5{
    margin-bottom: 20px;
    font-weight: 500;
}

.staticPages h2{
    font-size: 17px;
}

.card-item-comman .card_images .upcommingtag {
    position: absolute;
    background: #047a3d;
    color: #ffffff;
    right: 12px;
    top: 12px;
    font-size: 12px;
    min-width: 100px;
    min-height: 26px;
    text-align: center;
    border-radius: 5px;
    background-clip: padding-box;
    text-transform: uppercase;
    display: -webkit-box;
   
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.orderlistouter .orderlistinner {
    padding: 0px;
    margin: 0px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    border: solid 1px #ededed;
}

.orderlistouter .orderlistinner li {
    padding: 0px;
    margin: 0px;
    border-bottom: solid 1px #ededed;
}

.orderlistouter .orderlistinner li .listcardinner {
    padding: 20px;
    margin: 0px;
    display: flex;
    position: relative; 
}
.orderlistouter .orderlistinner li .listcardinner .cardlistdec {
    padding: 0px 0 0 20px;
    margin: 0px;
}


.orderlistouter .orderlistinner li .listcardinner .cardlistdec h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 1.5;
}

.messagewrap .orderlistouter .orderlistinner li .listcardinner .cardlistdec {
    width: 100% !important;
}
.messagewrap .orderlistouter .orderlistinner li .listcardinner .cardlistdec p {
    font-size: 13px;
    font-weight: normal;
    color: #636363;
    letter-spacing: 0.2px;
    line-height: 1.6;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.messagewrap .orderlistouter .orderlistinner li .listcardinner .cardlistdec h2 label {
    font-size: 12px;
    font-weight: normal;
    color: #686767;
    float: right;
    padding-left: 20px;
}

.orderlistouter .orderlistinner li .listcardinner .cardlistdec h2 {
    display: flex;
    justify-content: space-between;
}

.delete-icon i {
    position: absolute;
    right: 30px;
    font-size: 12px;
    top: 10px;
    color: #d82424;
}

/*.addressby .center-img{
    min-width: 60px!important;
}*/

.card_images .upcommingtag {
    background: #047a3d!important;
    min-width: 100px!important;
   
}





