.dialog-with-tabs.theme-popup {
	padding: 0;
    color: #666;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
    background: #fff;
    text-align: left;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 65vw;
}

.dialog-with-tabs.theme-popup .mfp-close {
	color: #888;
    background-color: #f8f8f8;
    border-left: 1px solid #e0e0e0;
    border-radius: 0 4px 0 0;
    top: 0;
    right: 0;
    width: 62px;
    height: 61px;
}

/*.button.slot-time {
	height: 35px;
    padding: 0;
    font-size: 13px;
    background-color: #ddd;
    color: black;
    box-shadow: 0 4px 12px rgba(183, 183, 183, 0.15);
    margin-top: 10px;
    width: 90px !important;
    margin: 10px 0px 0 5px;
    display: inline;
}*/



.button.popup-btn {
	border-radius: 0;
}

.p-l-0 {
	padding-left: 0 !important;
}

.p-l-15 {
	padding-left: 15px !important;
}

ul.slot-time-ul {
    list-style: none;
    padding-left: 0;
}

ul.slot-time-ul li {
    display: inline;
    margin-right: 5px;
}

ul.slot-time-ul li input[type="checkbox"], 
ul.slot-time-ul li input[type="radio"] {
    position: absolute;
    display: none;
    pointer-events: none;
}

ul.slot-time-ul li input[type="checkbox"]:checked + label, 
ul.slot-time-ul li input[type="radio"]:checked + label {
    background: #2a41e8;
    color: #fff;
}

ul.slot-time-ul li label {
    display: inline-block;
    background-color: #ddd;
    margin-bottom: 10px;
    color: #000;
    width: 90px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-align: center;
    padding: 3px 0;
}

.hide{
    display: none !important;
}

.help-block {
    color: red !important;
    font-size: 13px;
}

.patient-profile {
    cursor: pointer;
    /*width: 16.66%;*/
    height: 20vh;
}

.patient-profile-pic img {
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 2px;
}

.patient-name {
    font-size: 12px;
    font-weight: 600;
    margin-top: 0.5em;
    margin-bottom: 0;
}

.patient-age {
    /*margin-top: 0.2em;*/
    font-size: 10px;
    margin-bottom: 0;
    font-weight: 500;
}

.patient-uhid {
    font-size: 11px;
    margin-top: 0.5em;
    font-weight: 500;
    color: #262626d1;
}

.patient-uhid span {
    border: 1px solid #2a41e8;
    padding: 2px 8px;
    border-radius: 5px;
    background: #2a41e8;
    color: white;
}
.patient-profile-list {
    margin-bottom: 8px;
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
    max-height: 70vh;
    overflow: auto;
    overflow-x: auto;
    overflow-x: auto;
    overflow-x: hidden;
}

.patient-profile-list p{
    line-height: 15px;
}

.patient-profile-list .patient-profile {
    margin: 10px;
    text-align: center;
    /*flex: auto; */
    width: 20%;
    /*height: 20vh;*/
    height: auto;
}

.profile-details {
    display: flex;
    flex-direction: column;
}

.patient-profile-pic {
    width: 5vw;
    height: 5vw;
    margin: 0 auto;
}