fieldset.custom-fieldset {
    border: 2px solid #0e517c;
    background-color: #ffffff;
    border-radius: 5px;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 1em;
    padding-inline-end: 1em;
    padding-block-end: 0.625em;
    margin-bottom: 20px;
}

legend.custom-legend {
    background-color: #0e517c;
    color: #fff;
    padding: 2px 12px;
    font-size: 16px;
    border-radius: 5px;
    width: auto;
}
.patientDetails table{
    margin-bottom: 0;
}
.patientDetails table thead{
    background-color: #D9D9D9;
}
::-webkit-scrollbar{
    height: 6px;
    width: 6px;
    background: gray;
}
::-webkit-scrollbar-thumb:horizontal{
    background: #cccccc;
    border-radius: 10px;
}
.companyMasterPages table thead{
    background-color: #D9D9D9;
}
.companyMasterPages table th,.companyMasterPages table td{
    padding: 5px 8px;
    border: 1px solid #EAEAEA;
    color: #000000;
}
.companyMasterPages table > tbody > tr:nth-of-type(odd){
    background-color: #ffffff !important;
}
.companyMasterPages table > tbody > tr:nth-of-type(even){
    background-color: #EDEDED !important;
}
.patientDetails table th,.patientDetails table td{
    padding: 5px 8px;
    border: 1px solid #EAEAEA;
    color: #000000;
    white-space: nowrap;
}
.wrInputText,.wrSelect{
    height: 35px;
}
/*.patientListTable table > thead{*/
/*    background-color: #E0E0E0;*/
/*}*/
/*.patientListTable table > tbody > tr:nth-of-type(odd){*/
/*    background-color: #ffffff !important;*/
/*}*/
/*.patientListTable table > tbody > tr:nth-of-type(even){*/
/*    background-color: #EDEDED !important;*/
/*}*/
/*.table-striped tbody tr:nth-of-type(even) {*/
/*    background-color: #ffffff !important;*/
/*}*/
.patientListTable .username{
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}
.patientDetails .user-img{
     width: 25px;
     height: 25px;
     overflow: hidden;
     border-radius: 50%;
 }
.patientListTable .user-img{
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #cccccc;
}
.user-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.userStatusPill.Enrolled {
    border-radius: 15px;
    background-color: #B8E3FE;
    padding: 4px 10px;
    color: #0E517C;
    font-size: 12px;
    font-weight: 500;
}
.postal{
    background-color: #FCD7FF;
    color: #C102F0;
}
.email{
    background-color: #BBFCD8;
    color: #087D14;
}

.userStatusPill.Prospect {
    border-radius: 15px;
    background-color: #fecfe7;
    padding: 4px 10px;
    color: #0E517C;
    font-size: 12px;
    font-weight: 500;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox [type="checkbox"]:checked, .custom-checkbox [type="checkbox"]:not(:checked) {
    position: absolute;
    left: 0;
    visibility: hidden;
}

.custom-checkbox [type="checkbox"]:checked + label, .custom-checkbox [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom-checkbox [type="checkbox"]:checked + label, .custom-checkbox [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.1px;
}

.custom-checkbox [type="checkbox"]:checked + label:before, .custom-checkbox [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #C9D0DA;
    border-radius: 100%;
    background: #fff;
    top: 0%;
    transform: translateY(0%);
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
    content: "✔" !important;
    font-size: 20px;
    line-height: 20px;
    color: white;
    display: block;
    position: absolute;
    top: 7px !important;
    left: 4px !important;
    border-radius: 3px;
    background: unset !important;
    font-weight: 600;
}

.custom-checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.custom-checkbox [type="checkbox"]:checked + label:after {
    color: #00d77cff !important;
}
h4{
    font-weight: 600;
}
.fw-bold{
    font-weight: 600;
}
.fw-500{
    font-weight: 500;
}
.user-detail-card{
    border: 1px solid #EAEAEA;
    border-radius: 8px;
}
.user-detail-card .user-img{
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
}
.user-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/*    Top Menu*/
.top-tab-view ul{
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 0;
}
.top-tab-view ul li{
    display: inline-block;
    list-style-type: none;
    margin: 0 3px;
    height: 36px;
    margin-bottom: 8px;
}
.top-tab-view ul li a{
    padding: 5px 12px;
    text-decoration: unset;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid var(--primary);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-tab-view ul li a.active{
    border: 1px solid transparent;
    background-color: var(--primary);
    color: #ffffff;
}
.conditions-ul{
    padding: 0;
    display: block;
}
.conditions-ul li{
    display: inline-block;
    padding: 6px 15px;
    border-radius: 20px;
    margin: 0 10px 12px 0px;
    color: #000;
}
.program-card{
    overflow: hidden;
    border-radius: 8px;
}
.program-card img{
    width: 100%;
    height: 200px;
}
.program-card  .remove-program{
    position: absolute;
    right: 12px;
    top: 10px;

}
.program-card  .remove-program .fa-solid.fa-times-circle{
    border-radius: 50%;
    background-color: #fff;
    height: 25px;
    width: 25px;
}
.program-card .program-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000000a1;
    padding: 8px 12px;
}
.wearable-matrix table td,.wearable-matrix table th {
    padding: 5px 8px;
}

.past-select {
    height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 92% center !important;
    margin: 0;
}

/*Mediical History*/
.lastUpdate {
    font-size: 14px;
    font-style: italic;
    color: #939393;
}
.form-edit-icon {
    /*background-color: #28a745;*/
    padding: 6px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
}
.updated-disease-ul {
    padding-left: 20px;
    list-style: circle;
}
.updated-disease-ul .disease-box {
    font-size: 15px;
    color: #000000;
}
.i-size-16 img{
    width: 16px;
}

/*Tab Control*/
.rounded-top-4 {
    border-radius: 30px;
    border: 1px solid #35d87f;
    width: fit-content;
    overflow: hidden;
}
.tabs-control a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.tabs-control a.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 30px;
    /*background-color: #35d87f;*/
}
.tabs-content {
    /*background-color: #fff;*/
    padding: 10px;
}
.tabs-content .tabbox {
    display: none;
}
.tabs-content .tabbox h2 {
    margin-bottom: 20px;
}

.uploaded-image-container img {
    width: 100%;
    max-height: 167px;
}

.uploaded-image-container img {
    width: 100%;
}

.fa-cloud-upload-alt {
    font-size: 40px;
}

.fileUploadInput {
    height: 100px;
    max-height: 175px;
    display: flex;
    cursor: pointer;
    margin: 15px 0;
    /* margin: 30px 0; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    border: 2px dashed #000;
    width: 100%;
}
.disordersDeases-section h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.deasesItems table {
    margin-bottom: 0px;
}

.deasesItems table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.deasesItems table td {
    font-size: 14px;
    letter-spacing: 0px;
    padding: 6px !important;
}

.deasesItems table th {
    font-size: 14px;
    letter-spacing: 0px;
    padding: 4px !important;
    border-top: unset;
}
.probeleDeases {
    /*display: flex;*/
}

.probeleDeases input {
    display: inline-block;
}

.probeleDeases label {
    margin-bottom: 0px;
    margin-left: 0px;
}

.deasesItems {
    padding: 0px 0 10px 0;
    border-radius: 5px;
}

.deasesItems ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.deasesItems ul li {
    width: 33.33%;
    display: inline-block;
    margin-bottom: 3px;
}

.deasesItems ul li label {
    margin-bottom: 0px;
}

.fdeasesItems ul li {
    width: 20%;
    display: inline-block;
}
button.closeNew {
    z-index: 1;
}
button.closeNew {
    border: 0;
    right: -15px;
    color: #00507D;
    background-color: transparent;
    top: -11px !important;
    position: absolute;
    font-size: 32px;
}
.all-conditions-ul{
    padding: 0;
}
.all-conditions-ul li{
    list-style-type: none;
    border: 1px solid #fde9e9;
    padding: 8px;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.09);
    color: #000000;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: grab;
}
.each-condition-li .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}
.filter-condition-ul{
    background-color: #F3F3F3;
    padding: 0px;
    list-style-type: none;
    margin: 10px 0;
    border-radius: 8px;
}
.filter-condition-ul li{
    padding: 12px 15px;
    border-bottom: 1px solid #dddddd;
}
.filter-condition-ul li:last-child{
    border-bottom: unset;
}
.filter-condition-ul li .custom-checkbox label{
    margin-bottom: 0;
}


.memberviewThemeColorSection{
    padding-right: 30px;
}
.managementviewThemeColorSection{
    padding-left: 30px;
}
.memberviewThemeColorSection{
    position: relative;
}
.form-questions-ul{
    padding: 0;
}
.form-questions-ul li{
    list-style-type: none;
    border: 1px solid #fbfbfb;
    padding: 10px;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.09);
    color: #000000;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: grab;
}
.report-dropdown .dropdown-menu{
    padding: 0 !important;
}
.report-dropdown .dropdown-menu a{
    border: unset !important;
    border-bottom: 1px solid #e5e3e3 !important;
    border-radius: unset;
    padding: 10px 12px !important;
    justify-content: start;
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 500 !important;
}
.report-dropdown .dropdown-menu a.active{
    color: #ffffff !important;
}
.master-tables.table{
    background-color: #ffffff;
}
.master-tables.table th{
    text-transform: none;
    font-size: 14px;
    padding: 5px;
    font-weight: 500;
}
.master-tables.table td{
    font-size: 15px;
    padding: 5px;
    letter-spacing: normal;
}
.fw-bold{
    font-weight: 600;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e6e6e6;
}
.label-pills{
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}
