.input-gray{
    width: 100%;
    border: 0;
    background: #f8f9fa;
    height: 40px !important;
    /* border-radius: 10px; */
     /* outline: -webkit-focus-ring-color auto 0px;*/
    outline:none;
    padding: 6px 12px;
    /* border: 1px solid #dae0e5; */
    /* margin: 5px 0; */
    border-bottom: 2px solid #ffffff;
}
.header-detail{
    margin-top: -28px;
    text-align: left;
    padding-left: 10;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.hr-detail{
    padding: 0;
    margin: 5px -10px
}

.detail-body{
    text-align: left;
    padding: 0 10px;
}

.div-white{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    /*outline: -webkit-focus-ring-color auto 0px;*/
    outline:none;
    padding: 6px 12px;
    border: 1px solid #dae0e5;
    margin: 5px 0;
    text-align: left;
}
.div-white b{
    color: #673ab7;
}
.btn-blue{
    width: 100%;
    background: #314860;
    color: white;
    border-radius: 50px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.label-star{
    margin-top: 10;
    text-align: center;
    width: 100%;
    color: #b79b06;
}
.table td{
  border: none !important;
}
.gray{
  color: gray;
}
.header-page{
    text-align: left;
    color: gray;
    text-transform: uppercase;
    font-weight: 400;
    margin: 15px 10px;
}
.btn-green{
    height: 50px;
    margin-bottom: 20px;
    background: #02a666;
}
.btn-pink{
    height: 50px;
    margin-bottom: 20px;
    background: #cd40bb;
}
.female-span{
    width: 100px;
    padding: 15px;
    margin: 15px;
    background: pink;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.male-span{
    width: 100px;
    padding: 15px;
    margin: 15px;
    background: blue;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.fa-lg{
  margin-right: 20px;
}

.width-mobile{
    max-width: 400px;
    margin: auto;
    text-align: center;
}

.link-red{
    color: red;
    text-transform: uppercase;
    text-decoration: none !important;
}

.top-page{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 400px;
    border-bottom: 1px solid gray;
    height: 40px;
    background: white;
    z-index: 1000;
    padding-left: 10px; 
}
.menu{
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    border-top: 1px solid gray;
    height: 55px;
    background: white;
    z-index: 1000;
}

.icone-menu{
    width: 33%;
    margin-top: 5px;
    color: gray;
    text-decoration: none !important;
    font-size: 19px;
}

.icone-menu > a{
    font-size: 12px;
    color: gray;
}

.content-main{
    min-height: 100%;
    padding: 70 15px;
    /*background: var(--light);*/
}

.panel-top{
    background: #f8f9fa;
    /* border: 1px solid gray; */
    /* border-radius: 8px; */
    box-shadow: 3px 3px 5px #ced4da;
    margin-bottom: 20px;
    padding: 5px;
    min-height: 140px;
}

.panel-top-new-request{
    padding: 0;
    border-radius: 20px;
    box-shadow: 3px 3px 5px #ced4da;
    margin-bottom: 20px;
}
.img-panel-new-request{
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.titel-demande{
    text-transform: uppercase;
    text-decoration: none !important;
    color: gray !important;
    font-weight: bold;
    font-size: 18px;
}
.text-aria-3{
    height: 90px !important;
    padding: 10px !important;
}

.input-group-prepend > span, .bloc-gray > span{
    color: gray; 
}

.bloc-gray{
    background: #f8f9fa;
    border: 1px solid #dae0e5;
    padding: 5px;
    border-radius: 8px;
    margin: 5px 0px 10px;
}

.bloc-gray > span{
    padding-bottom: 10px;    
}

.inline-div{
    display: inline-flex;
    width: 100%;
}

#paymentResponse{
    color: red;
}

.img-tbl{
    width: 50px;
    border-radius: 50px;
    height: 50px;
    /*border: 1px solid gray;*/
}

.div-right-icone-tbl{
    width: calc(100% - 60px);
    margin-left: 10px;
}

.title-tbl-in-div{
    font-weight: bolder;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    text-transform: uppercase;
    text-align: left;
}

.adr-tbl-in-div{    
    text-align: left;
    position: relative;
}
.adr-tbl-in-div > i{ 
    color: #6c757da6;
    
}
.div-tbl{
    border: 1px solid #673ab7;
    margin: 0px 0px 20px;
    border-radius: 50px;
    height: 51px;
    background: white;
    display: flex;
}

.span-price{
    background: #009688;
    color: white;
    padding: 0px 5px;
    border-radius: 5px;
    position: absolute;
    right: 1px;
    font-weight: bold;
}
.price-status{
    font-size: 11px;
    padding-bottom: 4px !important;
}

.taked-status-yes{
    background: #009688;
    color: white;
    padding: 0px 5px;
    border-radius: 5px;
    font-weight: bold;
    opacity: 0.5;
}

.taked-status-no{
    background: #dc3545;
    color: white;
    padding: 0px 5px;
    border-radius: 5px;
    font-weight: bold;
    opacity: 0.7;
}

.span-non-paye{
    font-size: 13px;
    background: #ff5722;
    color: white;
    padding: 2px 5px 2px;
    border-radius: 20px;
}
.span-date-passed{
    font-size: 13px;
    background: #d39e00de;
    color: white;
    padding: 2px 5px 2px;
    border-radius: 5px;
}

.span-date{
    font-size: 13px;
    background: #673ab7;
    color: white;
    padding: 2px 5px 2px;
    border-radius: 50px;
}
.left{
    text-align: left;
}
.request-result{
    width: 100%;
    text-align: right;
    font-size: 10px;
    margin: 5px 0;
    font-weight: bold;
}

.nav-idx-top{
    width: 33.33%;
}

.nav-idx-top > a{
    padding: 8px 5px;
    color: gray;
    opacity: 0.5;
}

.nav-idx-top > a.active{
    background: #9e9e9e29 !important;
    border-color: #9e9e9e !important;
    opacity: 1;
}

.tab-pane{
    margin-top: 20px;
}

.panel-presta{
    display: flex;
    padding: 10px 0px;
    border-bottom: 1px solid #ced4da;
}

.btn-detail{
    padding: 1px 10px 3px;
    background: #673ab7;
    color: white !important;
    border-radius: 0px;
}