
body,
html {
    height: 100%;

}

*, *::before, *::after {
    box-sizing: border-box;
}
p {
    /* font-size: 18px; */
    font-size: 23px;
}
body {
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;	
}
/****** Home Page Start ******/

.Home-tophead {
	background-color: #231f20;
	height: 50px;
}
.desk-main {
	    padding: 70px 0px;
}
.home-logo {
	margin-bottom: 30px;
}
.codeinput {
	width: 20%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.sign-btn {
    border: aliceblue;
	background-color: #231f20;
    color: #ffffff;
    padding: 7px 50px;
}
.save-btn {
    border: aliceblue;
	background-color: #231f20 !important;
    color: #ffffff;
    padding: 7px 50px;
    width: 100%;
}

.sign-btn:hover, .save-btn:hover {
    background: #000 !important; 
	color: #ffffff !important;
}

.update-btn {
    border: aliceblue;
	background-color: #231f20 !important;
    color: #ffffff;
    padding: 7px 50px;
}

.update-btn:hover {
    background: #000 !important; 
	color: #ffffff !important;
}


.footer-content p {
		font-size: 12px;
}
.footer-content {

    margin-top: 40px;
}

.custom-checkbox {
  display: block;
  /* margin-bottom: 15px; */
}

.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
}

.custom-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ced4da;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
    margin-right: 13px;
    margin-top: -2px;
}

.custom-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #231f20;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/****** Home Page End ******/


/****** Dashboard Page Start ******/
.wrapper {
	display: flex;
    flex-wrap: wrap;
}
.leftmenu {
    background-color: #000000;
    width: 20%;
   position: fixed;
    height: 100%;
}
.rightcontent {
	width: 80%;
    padding: 35px;
     margin-left: 20%;
}
.menu-item {
    padding-top: 2rem;
}
.menu-item ul {
	margin:0px;
	padding:0px;
}
.menu-item ul .active {
		background-color: #636466;
}
.menu-item ul li {
	list-style: none;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
}
.menu-item ul li a  {
	 background-color: #ffffff;
     color: #000000;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    width: 190px;
}
.top-menu {
	text-align: center;
    margin-bottom: 30px;
}
.left-fotter-content p{
	    color: #ffffff;
    font-size: 10px;
    padding: 20px;
    text-align: center;
}

.left-fotter-content {
	position: absolute;
    bottom: 0;
  
}
.Provider-title h2 {
	font-size: 45px;
    font-weight: 700;
    margin-bottom: 25px;
}
.qr-code img {
    height: 300px;
}
.qr-code {
	text-align: center;
    border: 1px solid #bbbbbb;
}
.mobile-header {
	display: none;
}
.addrowicon {
	background: #1ba901;
    font-size: 22px;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.removerowicon {
	background: #f93131;
    font-size: 22px;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}
.addtitle h3 {
	    font-size: 20px;
    font-weight: 600;
}
.patient-listInfo {
	margin: 0px;
	padding:0px;
}
.patient-listInfo li {
	list-style: none;
}
.patient-listInfo h4 {
	    font-size: 16px;
    font-weight: 700;
        margin-bottom: 2px;
}
.patient-listInfo p {
	font-size: 16px;
}
.patient-info h2{
	 font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
.custome-marg{
    margin-top: 10px;
}
/** developer css start **/

table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #bbbbbb;
}

.table-success, .table-success>td, .table-success>th{
    color: #ffffff;
    background-color: #000 !important;
}
.Provider-title-right{
    float: right;
}
.fa-eye, .fa-eyedropper, .fa-trash-o{
    color:#000;
    font-size: 18px;
}
.img-box{
    border: 1px solid;
}
.file {
    visibility: hidden;
    position: absolute;
}
.browse{
    background-color: #000c;
    border: 1px;
}
.ui-datepicker-trigger{
    display: none;
}
.healthCard, .policyRank, .err_mess{
    margin-left: 3px !important;
    color: #da2525;
}
.home-logo img {
    width: 350px;
    margin-bottom: 33px;
}
.top-menu-logo {
    background: #f1f1f1;
    padding: 1.6rem 1rem;
}

#reportTab thead tr:nth-last-of-type(1) {
    background: #000;
    color: #fff;
    font-size: 15px;
}

/** developer css end **/
/****** Dashboard Page End ******/


.custom-modal h4.modal-title {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.action-icon a {
    display: flex;
    justify-content: end;
    align-items: center;
    padding:0 0 4px 0;
    color:#333;
}
.action-icon a i {
    font-size: 18px;
    padding-right:8px;
}
.custom-modal p {
    font-size: 16px;
}
.modal-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-buttons button {
    margin:0 0 0 6px;
}
.custom-modal .close:focus {
    outline:none;
}
.custom-modal .close {
    font-size: 28px;
}
.no-margin
{
    margin:0px;
}
.more-table-dropdown{
    cursor: pointer;
}
.more-table-dropdown ul {
    list-style: none !important;
    margin: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px 15px;
}
.more-table-dropdown ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 15px;
}
.more-table-dropdown .dropdown {
    margin-top: 3px;
}

.pp-form-input-style input{
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    /* background-color: #ECEFF1; */
    font-size: 15px;
    letter-spacing: 1px;
        font-family: 'Open Sans', sans-serif !important;
        height: 38px;
        box-shadow: none !important;
        letter-spacing: normal;

}
.pp-form-input-style input:focus{
    border-color: #000;
        /* background-color: #ECEFF1; */

}
.pp-form-black-btn {
    background: #000;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 15px;
    margin: 10px 0px 10px 5px;
    font-size: 16px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.email-msg-alert-part {
    text-align: left;
    margin-top: 15px;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
}
.pp-btn-group {
    display: flex;
    gap: 10px;
}
.w-60{
    width: 60%;
}
.captcha img {
    width: 130px;
}