/*!
You can add your custom css here
*/

/* Global Select2 Styles - Remove dots/bullets and hide empty options */
.select2-results__option {
    list-style: none !important;
}

.select2-results__option::marker {
    display: none !important;
    content: '' !important;
}

.select2-results__option::-webkit-details-marker {
    display: none !important;
}

ul.select2-results__options {
    list-style: none !important;
    padding-left: 0 !important;
}

ul.select2-results__options li {
    list-style: none !important;
}

/* Hide empty options in Select2 dropdowns */
.select2-results__option:empty {
    display: none !important;
}
.patient_claim_container{
    border:1px solid;
    margin-top:10px;
    border-radius:5px;
}
#patientListActions:after{
    content:unset;
}
.payment_info_nav{
    width: 100%;

    margin-left: 33%;
}


.payment_info_nav ul{
    list-style:none;
}

.payment_info_nav ul li{
    float:left;
    margin-right:20px;
    background-color: #f4f4f4;
    border-radius:5px;
    text-align:center;
    list-style : none;


}
.payment_info_nav ul li a{
    outline: none;
    border: 0 !important;
    border-radius: 0;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    color: #555555 !important;
}
.payment_info_nav ul li a.active{
    background-color: #3fabf3;
    padding: 3px 30px;
    border-radius: 5px;
    color: #fff !important;
}
.custom_btn{
    background: #3fabf3 !important;
    height: 40px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color:#fff;
}

.custom_btn a{
    color:#fff;
}
.payment-modal{
    overflow-x:hidden;
}