
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 !important;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;	
}
/****** Home Page Start ******/
.menu-item {
    padding-top: 2rem;
}
.Home-tophead {
	background-color: #231f20;
	height: 50px;
}
.desk-main {
	    padding: 70px 0px;
}
/* .home-logo {
	margin-bottom: 30px;
} */
.home-logo img {
    width: 350px;
    margin-bottom: 33px;
}
.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;
}
.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 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;
    font-size: 16px;
}
/* .top-menu {
	text-align: center;
    margin-bottom: 30px;
} */
.top-menu {
    background: #f1f1f1;
    padding: 1.6rem 1rem;
}
.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;
}
.letter-Caps {
    text-transform: capitalize;
}
/** multiple step form css **/


* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

/* p {
    color: grey
} */

#heading {
    text-transform: uppercase;
    color: #000;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 15px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #000;
    outline-width: 0
}

#msform .action-button {
    width: 120px;
    background: #000;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #000;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    /* color: #673AB7; */
    color: #000;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    /* color: #673AB7; */
    color: #000;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    /* color: #673AB7 */
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    /* background: #673AB7 */
    background: #000;
}

.progress {
    height: 20px
}

.progress-bar {
    /* background-color: #673AB7 */
    background-color: #000;
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.qr-box{
    margin-left: 40px;
    width: 77%;
    height: 300px;
    border: 1px solid;
}
.qr-box-button{
    margin-left: 40px;
    width: 77%;
    margin-top: 15px;
}


/** developer css end **/
/* .col-md-4, .col-md-6,.col-md-12{
    padding-right: 6px;
    padding-left: 6px;
} */
.dropdown_base{
    background-color: #eceff1;
}
input, select, button{
    font-family: 'Open Sans', sans-serif !important;
}
#expmonth, #expyear{
    width: 32% !important;
    display:initial !important;
}
/* .mrg{
    margin: -40px -67px 15px 28px;
    float: right;
} */
/** Media Query Changes **/

/****** Dashboard Page End ******/

.icd-radio ul {
    margin: 0px;
    padding:0px;
}
.icd-radio ul li {
    display: inline-block;
    margin: 0 14px 0 0;
}
.icd-input {
    display: flex;
    align-items: center;
}
.icd-input input {
    margin: 0 10px 0 0;
}
.added_field {
    display: flex;
    align-items: center; 
    margin: 10px 0 0 0; 
}
.added_field input {
    margin: 0 10px 0 0;
}
.policy-details-btn {
    display: flex;
    align-items: center;
    margin:2rem 0 0 0;
}
.policy-details-btn button {
    margin: 0 0 0 6px;
}
.coverage-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}
.coverage-panel {
    background:#ddd;
    padding:14px;
    border-radius:12px;
}
/* Please do not change the height of the scroll bar */
.custom-scrollbar-js,
.custom-scrollbar-css {
  height: 212px;
}


/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
  overflow-y: scroll;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
  width: 5px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
  background: #eee;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #00d2ff;
  background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
}
.Provider-title .fa-check-circle-o {
    font-size:30px;
}
.claim-head {
    font-size: 20px;
    color: #000;
    margin: 0 0 8px 0;
    letter-spacing: 2px;
    font-weight: bold;
}
.claim-summary-block {
    background: #fff;
    border:solid 5px #ddd;
    border-radius:10px;
    padding:0 0 0 2rem;
    text-align: center;
}
.total-charge-head {
    letter-spacing: 2;
    font-size: 17px;
    color: #000;
    text-align: center;
    margin: 0 0 5px 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    display: inline-block;
    padding: .3rem 3rem;
}
.total-value {
    margin: 20px 0 0 0;
}
.total-value h1 {
    font-size: 65px;
    color: #000;
    font-weight: bold;
    position: relative;
    margin: 0;
    display: inline; 
}
.total-value h1 span.spent {
    position: absolute;
    right: -33px;
    top: 7px;
    font-size: 25px;
    color: #000;
    font-weight: bold;

}
.payment-grid {
    border:solid 1px #000;
    margin-top: 1rem;
}
.payment-title {
    text-align: left;
    font-size: 15px;
    color: #000;
    margin: 0;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: solid 1px #000;
    padding: 4px 10px;
}
.payment-grid table {
    margin-bottom: 0px;
}
.payment-grid tr td {
    background:#ddd;
    padding: 5px 10px;
    margin-bottom: 3px;
    border-bottom: solid 3px #fff;
}
.payment-grid tr td:last-child, .payment-grid tr th:last-child  {
    text-align: center;
}
.claim-summary-block.custom-scrollbar-js {
    height: 370px;
}
.total-outer {
    padding-top: 3rem;
}

/*12-Jan-2021*/
.print-finish-btn{
    position: absolute;
    bottom: 0;
}
.print-finish-btn .sign-btn{
    padding: 7px 0px;
    width: 150px;
    font-size: 14px;
    font-weight: 700;
}
.print-finish-btn a.sign-btn{
    margin-bottom: 20px;
}
.patient-confirmation-text{
    background: #646464;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-left: -35px;
    padding: 10px 35px;
    z-index: 99;
}
.rightcontent-patient{
    padding-bottom: 75px;
}



.row.cust-table #reportTab_wrapper div:nth-of-type(3) .col-sm-5{
    display: none;
}
.row.cust-table #reportTab_wrapper div:nth-of-type(3) .col-sm-7{
    width: 100%;
    max-width: 100%;
    flex: 100%;
}

.row.cust-table #reportTab_paginate{
    float:right;
}

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

.print-finish-btn.print-btn-static{
    position: static;
}
/* popup customize */

.custom-modal h4.modal-title {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.custom-modal .close {
    font-size: 28px;
}

.reset.codeinput {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.btn-primary.bg-dark {
    background: #231f20 !important;
    border: #231f20;
}

.btn-primary.bg-dark:hover, .btn-primary.bg-dark:focus {
    background: #000 !important;
    color: #ffffff !important;
}

.policyErr {
    margin-top: .25rem;
    font-size: 100%;
    color: #dc3545;
    display: inline-block;
}

.errmess {
    margin-top: .25rem;
    font-size: 100%;
    color: #dc3545;
    display: inline-block;
}
/* .nicEdit-panelContain{
    background-color: #000 !important;
} */

.invalid{
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
@media (min-width: 1200px){
    .provider_register .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -34px;
        margin-left: -35px;
    }
    .provider_register .col-xl-5 {
        flex: 0 0 46.666667% !important;
    }
}