*{

}

ul{
    padding:0px;
    margin: 0px;
}

li{
    list-style: none;
}

a{
    color: black;
    text-decoration: none;
}

.card{
    display: block;
}

.w-80{
    width: 60px;
}

.text-main{
    color: #5B050F;
    font-size: 16px;
}
.sub-txt {
    color: #5B050F;
    font-size: 14px; 
}
.p-relative{
    position: relative;
}

.btn-main{
    background: #5B050F;
    color: white;
    padding: 13px;
}

.btn-main-outline{
    border: 1px solid #5B050F;
    color: #5B050F;
    padding: 13px;
}

.btn-main-outline:hover{
    background-color:#5B050F ;
    color: white;
}

.btn-main:hover{
    background-color: black;
    color: white;
}

.ehrLogin{
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.ehrLogin .blurBg{
    bottom: 0px;
    left: 100px;
    z-index: -1;
    filter: blur(150px);
    width: 61%;
    position: absolute;
}

.ehrLogin form{
    max-width: 400px;
    margin: auto;
}

.ehrLogin form input{
    padding: 13px ;
    border: 1px solid #7F7F7F;
}

.ehrLogin form .forgotBtn{
    font-size: 14px;
}
.ehrLogin form label span{
    font-size: 12px;
}

.ehrLogin form .inputfield input{
    width: 52px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 6px;
    appearance: none;
    margin-right: 10px;
}

.mainWrapper{
    display: flex;
    position: relative;
}

.mainWrapper .sideBar{
    width: 275px;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: auto;
    background-color: white;
    padding: 40px;
}

.mainWrapper .sideBar .logo{
    display: block;
    margin: auto;
    margin-bottom: 60px;
}

.mainWrapper .sideBar ul li{
    margin-bottom: 30px;
}

.mainWrapper .sideBar ul li a{
    display: flex;
    align-items: center;
    color: #2F3B40;
    font-size: 12px;
}
.mainWrapper .sideBar ul li:hover a{
    color: #5B050F;
}
.mainWrapper .sideBar ul li.active a{
    color: #5B050F;
    font-weight: 700;
    font-size: 15px;
}

.mainWrapper .sideBar ul li i {
    margin-right: 20px;
    font-size: 20px;
}

.mainWrapper .sideBar .bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
}
.mainWrapper .sideBar .bottom a{
    display: flex;
    align-items: center;
    color: #2F3B40;
    color: #2F3B40;
}

.mainWrapper .sideBar .bottom a i{
    margin-right: 20px;
    font-size: 20px;
    transform: rotate(45deg);
    color: #7f7f7f;
}

.mainWrapper .sideBar .bottom .kmaLogo{
    display: block;
    margin: 60px auto 0;
}

.mainWrapper .contentWrapper{
    width: calc(100% - 275px);
    min-height: 100vh;
    background-color: #EFEFEF;
    margin-left: auto;
    padding: 40px;
}

.contentWrapper .searchWrapOne{
    display: flex;
    align-items: center;
    gap: 20px;
}

.contentWrapper .searchWrapOne .inputWrap{
    position: relative;
}
.contentWrapper .searchWrapOne .inputWrap i{
    position: absolute;
    right: 13px;
    top: 19px;
}
.contentWrapper .searchWrapOne .inputWrap input{
    border: none;
    padding: 14px;
}

.contentWrapper .generalInfo{
    padding: 40px;
    background-color: white;
    border-radius: 8px;
}

.contentWrapper .uploadPhoto input{
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.insurenceForm .card{
    padding: 40px;
    border: none;
    border-radius: 8px;
}

.insurenceForm label{
    text-wrap: nowrap;
    width: 150px;
}

.form-control{
    border-color: rgba(127,127,127,.5);
    font-size: 12px;
    padding: 7.2px 10px;
    color: #7f7f7f;
}

textarea{
    border-color: #7F7F7F;
    color: #7f7f7f;
}

.form-select{
    border-color: rgba(127,127,127,.5);
    font-size: 12px;
    padding: 7.2px 10px;
    color: #7f7f7f;
}

.insurenceForm .firstLabel{
    width: 220px;
}

.insurenceForm .lastLabel{
    width: 330px;
}

.btn-main-outline-white{
    border: 1px solid #fff;
    color: #fff;
    padding: 13px;
}

.btn-main-outline-white:hover{
    color: #5B050F;
    background: white;
}

/* .patientInfromation .first{
    width: 250px;
} */

.patientInfromation label{
    min-width: 90px;
    font-size: 13px;
}
/* .patientInfromation .three{
    width: 150px;
}
.patientInfromation .four{
    width: 150px;
}
.patientInfromation .five{
    width: 150px;
}

.patientInfromation .nine{
    width: 170px;
}

.patientInfromation .six{
    width: 170px;
}

.patientInfromation .seven{
    width: 170px;
}

.patientInfromation .eight{
    width: 170px;
} */

.contentWrapper .tabcontent .nav-link.active{
    background: #5B050F;
    color: white;
}

.contentWrapper .tabcontent .nav-link{
    font-size: 13px;
    background: white;
    color: #7F7F7F;
    padding: 7px 25px 8px;
    margin-right: 15px;
}

.contentWrapper .tabcontent .addressBox{
    padding: 50px;
    background-color: white;
    border-radius: 8px;
}

.tabcontent .addressBox .card{
    border: none;
}

.tabcontent .addressBox .card label{
    min-width: 70px;
    font-size: 14px;
}

.tabcontent .addressBox .card h5{
    display: flex;
    align-items: center;
    font-size: 16px;
}

.tabcontent .addressBox .card h5 .form-check{
    font-size: 14px;
    color: gray;
    font-weight: 400;
    margin-bottom: 0px;
    margin-left: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tabcontent .addressBox .card h5 .form-check label{
    width: 210px;
    font-size: 11px;
}

.tabcontent .addressBox .card h5 .form-check input{
    width: 16px;
    height: 16px;
}

.tabcontent .insurenceInfo .card{
    border: none;
    padding: 25px;
}

.insurenceInfo .card .insurenceItem{
    margin-bottom: 10px;
}

.insurenceInfo .card .insurenceItem h6{
    color: #5b050f;
    font-size: 12px;
}
.insurenceInfo .card .insurenceItem p{
    font-size: 10px;
    margin-bottom: 0;
}

.sidebarinner {
    min-height: 410px;
    position: relative;
    height: calc(100vh - 80px);
    width: 100%;
}

.btn-adjust {
    padding: 6.5px;
    font-size: 14px;
    min-width: 120px;
}
.contentWrapper .tabcontent .edit-box {
    padding: 32px 40px;
    height: 100%;
} 
.contentWrapper .tabcontent .modal-box {
    padding: 17px 25px;
    height: 100%;
} 
.bb-1 {
    border-bottom: 1px solid rgba(127,127,127,.5);
}

.tabcontent .addressBox.edit-box .card label {
    min-width: 145px;
    font-size: 13px;
    white-space: nowrap;
}
.tabcontent .addressBox.edit-box .card label.grorp {
    min-width: 65px;
}
.tabcontent .addressBox.edit-box .card label.grorp2 {
    min-width: 80px;
}
.tabcontent .addressBox.edit-box .card label.select-1 {
    min-width: 90px;
}
.contentWrapper .tabcontent .edit-box .card .w-auto-txt {
    width: auto;
    min-width: auto;
} 

.contentWrapper .tabcontent .edit-box .card .b-txt-lab {
    color: #5B050F;
    font-weight: bold;
}
.contentWrapper .tabcontent .edit-box .card .b-txt-blcck {
    color: #1D2427;
    font-weight: bold;
}

.perpend-icon {
    background-image: url(../img/$.svg);
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 10px 13px;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../img/check.svg);
    background-size: 8px;
}
.form-check-input:checked {
    background-color: #ffffff;
    border-color: #5B050F;
}
.form-check-adjust {
    padding-left: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-check-adjust label {
    font-size: 11px;
    padding-top: 2px;
}
.w-170 {
    max-width: 170px;
}
.form-check-long {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.form-check-long p {
    font-size: 12px;
    margin-bottom: 0;
}
.form-check-long .check-single {
    padding-left: 25px;
}
.form-check-long  label {
    font-size: 12px;
}
.form-check-input:checked[type=radio] {
    background-image: url(../img/radio.svg);
    background-size: 8px;
}
.date-txt label {
    font-size: 12px;
}
.date-txt span {
    font-size: 12px;
    font-weight: bold;
    color: #5B050F;
}
.up-btn .btn-adjust {
    font-size: 11px;
    min-width: 155px;
}
.up-btn input[type="file"] {
    opacity: 0;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
}

.tabcontent .addressBox.edit-box.modal-box .card label {
    min-width: 85px;
    font-size: 14px;
    min-height: 1px;
}

.sub-tab {
    display: flex;
    gap: 32px;
}
.sub-tab a {
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    color: #7F7F7F;
    padding-bottom: 8px;
    display: block;
}
.sub-tab a.active {
    border-bottom: 1px solid #5B050F;
    font-weight: bold;
    color: #5B050F;
}

.const-text {
    padding-top: 2px;
}
.const-text p {
    font-size: 12px;
    color: #7f7f7f;
    margin-bottom: 0;
}
.const-text-deep p {
    color: #1D2427;
}
.const-text p + p {
    margin-top: 10px;
}
.const-text .form-select {
    min-width: 320px;
    font-weight: bold;
    max-width: 320px;
}
.const-text .form-control {
    min-width: 320px;
    max-width: 320px;
}
.const-text p.b-text {
    font-weight: bold;
    color: #5B050F;
}
.form-check-auto {
    padding-left: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.form-check-auto label {
    min-width: 50px !important;
}
.const-text .form-control.form-control-line {
    display: inline;
    margin: 0 10px;
}
.card .d-b-txt .form-check-adjust label {
    padding-top: 4px;
    font-size: 12px !important;
}
.three-btn-text .btn-main, .three-btn-text .btn-main-outline {
    font-size: 11px;
    min-width: 157px;
}
.medical-report {
    width: 100%;
}
.medical-report th {
    background-color: #5B050F;
    padding: 13px 40px;
    font-size: 12px;
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
}
.medical-report th:last-child {
    text-align: right;
}
.medical-report td {
    padding: 13px 40px;
    border-bottom: 1px solid rgba(127,127,127,.5);
    color: #7f7f7f;
    font-size: 12px;
    text-align: left;
}
.medical-report td:first-child {
    border-left: 1px solid rgba(127,127,127,.5);
    width: 48%;
}
.medical-report td:last-child {
    border-right: 1px solid rgba(127,127,127,.5);
    text-align: right;
}
.medical-report td i {
    font-size: 17px;
    margin-right: 10px;
    display: inline-block;
}
.icon-table img {
    width: 18px;
    height: 18px;
}

.card-top .d-b-txt .form-check-adjust label {
    font-size: 12px;
    color: #7F7F7F;
}

.tabcontent .addressBox.edit-box.edit-medical .card label {
    min-width: 60px;
    font-size: 14px;
    white-space: nowrap;
}
.tabcontent .addressBox.edit-box.edit-medical .card label.big-label {
    font-size: 16px;
    color: #5B050F;
    font-weight: bold;
}

.form-check-adjust-big {
    padding-left: 35px;
}
.tabcontent .addressBox.edit-box .card .multi-check label {
    min-width: auto;
}
.modal-sm-btn .btn-adjust {
    min-width: 135px;
}
.modal-cust {
    width: 340px !important;
}
.modal-cust .modal-body {
    padding: 30px;
}
.btn-adjust-small {
    font-size: 11px;
    min-width: 120px;
    padding: 8px 20px;
}
.addressBox p.free-text {
    font-size: 13px;
}
.text-main span {
    color: #7F7F7F;
    font-size: 11px;
    padding-left: 5px;
}
.bor-last {
    position: relative;
}
.bor-last:after {
    position: absolute;
    border-bottom: 3px solid #5B050F;
    width: 7px;
    top: auto;
    bottom: 15px;
    right: -15px;
    content: "";
}
.form-check .form-check-input-top {
    margin-top: 0.35em;
}
.cigarettes-count {
    padding-left: 1.5em;
}
.cigarettes-count p {
    font-size: 13px;
    color: #7F7F7F;
    margin-bottom: 0;
}
.cigarettes-count .form-control{
    display: inline-block;
    max-width: 60px;
    padding: 5.2px 10px;
    height: 34px;
}
.raio-btn .form-check-label {
    color: #7f7f7f;
}
.h-80 {
    height: 80px;
}
.Wpx-180 {
    width: 180px;
}
.form-check-multi {
    padding-left: 0;
    display: flex;
    gap: 20px;
}
.form-check-multi .check-single {
    padding-left: 24px;
}
.form-check-multi .check-single .form-check-input {
    margin-top: .35em;
}
.tabcontent .addressBox.edit-box .card .form-check-multi .check-single .form-check-label {
    min-width: 60px
}
.addressBox p.gray-txt {
    color: #7F7F7F;
    font-size: 13px;
    margin-bottom: 0;
}

.tabcontent .insurenceInfo .modal .card{
    border: none;
    padding: 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border: 0;
    padding: 0;
}
.gj-datepicker-bootstrap button[role=right-icon] {
    width: 3rem;
}
.gj-datepicker-bootstrap button[role=right-icon] .gj-icon, .gj-datepicker-bootstrap button[role=right-icon] .material-icons {
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}
.gj-datepicker .btn:hover {
    background-color: transparent !important;
    color: #5A6568 !important;
}
.remove-add-sec {
    position: absolute;
    right: -15px;
    bottom: 6px;
    color: #2F3B40;
    cursor: pointer;
    font-size: 20px;
}
.remove-add-sec2 {
    bottom: 2px;
}
.form-control.searchbox {
    background-image: url(../img/search_light.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    padding-right: 30px;
}

.btn-adjust-two {
    max-width: 140px;
}
.link-copied {
    border: 1px solid #43A047;
    background-color: #E8F5E9;
    padding: 16px;
    position: fixed;
    left: 10px;
    top: 10px;
    right: 10px;
    z-index: 99;
    border-radius: 10px;
    color: #43A047;
    display: flex;
    gap: 15px;
    align-items: center;
 }
 .link-copied p {
    margin-bottom: 0;
 }

 .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #5B050F;
    border-color: #5B050F;
 }

 .remove-add-sec2 {
    position: absolute;
    right: -9px;
    bottom: 1px;
    color: #2F3B40;
    cursor: pointer;
    font-size: 20px;
}
.remove-add-sec3 {
    position: absolute;
    right: -18px;
    bottom: 3px;
    color: #2F3B40;
    cursor: pointer;
    font-size: 20px;
}
.modal .card {
    border: 0;
}

.copyright {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.sidebarinner .logo {
    width: 160px;
}

.formFirstRow input{
    max-width: 130px;
}
.formFirstRow label.first-child{
    min-width: 90px;
}
.formFirstRow label{
    min-width: 70px;
}

.formFirstRow label.forth{
    min-width: 40px;
}

.sales-person-div {
    display: none !important;
}