.navbar-custom {
    background-color: #ffffff;
    border-bottom: 2px solid #64A70B;
    margin-bottom: 0px;
    height: 60px;
}

.navbar-custom.navbar .menu-bar>.navbar-nav>li>a {
    font-family: 'ARLRDBD';
    font-weight: normal;
    color: #64A70B;
    font-size: 14px;
    height: 60px;
    line-height: 2rem;
    margin-left: 9px !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
    color: #fff !important;
    background-color: #42256b;
    text-decoration: none;
}

.dropdown-menu {
    margin-top: 8px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    background-color: #62a600;
}

.dropdown-menu>li>a {
    color: #fff;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #70bb05;
    color: #ffffff;
}

.dropdown-toggle::after :hover {
    color: #ffffff;
}

.navbar-expand-xl.navbar.navbar-custom {
    height: 60px;
}

.modal-dialog {
    max-width: none;
    min-width: 55%;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgb(255 255 255 / 5%);

}

.form-select {
    font-size: 14px !important;
    font-weight: inherit !important;
}

.form-select:focus {
    border-color: #62a600 !important;
    outline: 0 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(98 166 0 / 60%) !important;
}

.greenbtn {
    background-color: #64A70B;
    border: 2px solid #64a70b;
}

.purplebtn {
    background-color: #500878;
    border: 2px solid #500878;
}

.hmheading {
    margin-left: 12rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.hmpara {
    margin-left: 12rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial;
}

.crmEntityFormView .cell div.table-info.required label:after {
    content: '';
}

.crmquickform-cell>.table-info>.field-label {
    display: none;
}

/*.dataTables_filter{
    margin-bottom: 6px; 
}*/

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

/*Header*/
#search {
    display: none;
}

span.notify {
    display: block;
    width: 170px;
    height: 40px;
    position: absolute;
    top: 1rem;
    left: 37rem;
}

.detailpagelinks {
    display: none;
}

#navbar>nav>ul>li:nth-child(7) {
    visibility: visible;
}

/* End Header */

/* Foorter */
footer .nav-item .nav-link {
    color: #1d1144;
}

footer .nav-item .nav-link:hover {
    color: #1d1144 !important;
    text-decoration: underline;
    background: white !important;
}

::selection {
    background: #fec503;
    text-shadow: none;
}

footer {
    padding: 2rem 0;
    background-color: #ffffff;
    font-family: Arial;
    line-height: 1.42857;
}

.footer-column:not(:first-child) {
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .footer-column:not(:first-child) {
        padding-top: 0rem;
    }
}

.footer-column {
    text-align: center;
}

.footer-column .nav-item .nav-link {
    padding: 0.1rem 0;
}

.footer-column .nav-item span.nav-link {
    color: #6c757d;
}

.footer-column .nav-item span.footer-title {
    font-size: 18px;
    color: #482270;
    text-transform: capitalize;
    font-family: 'ARLRDBD';
}

.footer-column .nav-item .fas {
    margin-right: 0.5rem;
}

.footer-column ul {
    display: inline-block;
}

@media (min-width: 768px) {
    .footer-column ul {
        text-align: left;
    }
}

footer .quick-links {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: Arial;
}

.copyright {
    color: #221438;
}

footer p {
    color: #221438;
    font-size: 13px !important;
}

footer .imglogo {
    padding-bottom: 1em;
}

.foocontainer {
    width: 1220px;
    margin: 0 auto;
}

a.legalinks:hover {
    text-decoration: underline !important;
}

a.legalinks {
    color: #221438 !important;
    padding: 0 !important;
    margin: 0 !important;
}

a.nav-link {
    margin-left: 0 !important;
}

.float-right {
    float: right;
}

/*End Footer*/

/* Loader */
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 120px;
    height: 120px;
    border-style: solid;
    border-color: #500878;
    border-top-color: transparent;
    border-width: 8px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin 1.2s linear infinite;
}

/* Loader End */

/* External CSS */
th,
td {
    text-indent: 0 !important;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #64a70b;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #64a70b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #51830e;
}

/*** Green tick ***/
input[type=checkbox] {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    color: #64a70b;
    border: 2px solid #64a70b;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

input[type=checkbox]::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 6px;
    width: 8px;
    height: 14px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

input[type=checkbox]:checked {
    color: #fff;
    border-color: #64a70b;
    background: #64a70b;
}

input[type=checkbox]:checked::before {
    opacity: 1;
}

input[type=checkbox]:checked~label::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}

html[dir=ltr] .crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
    margin: 5px 5px 5px 10px;
}

div#records_filter {
    display: none;
    float: right;
}

div#records_info {
    width: 50%;
    float: left;
}

div#records_paginate {
    float: right;
}

th,
td {
    /* text-indent: 0.5em; */
}

a#records_previous {
    cursor: pointer;
    font-weight: lighter;
}

a#records_previous:hover {
    text-decoration: none;
    color: #64a70b;
}

a#records_next {
    cursor: pointer;
    font-weight: lighter;
}

a#records_next:hover {
    text-decoration: none;
    color: #64a70b;
}

div#records_info {
    font-weight: lighter;
    font-style: italic;
    color: #8d8f8d;
}

/* css for Add user() and update user(hospital_update_portaluser_information) forms */
input#firstname,
input#lastname,
input#emailaddress1,
input#jobtitle {
    border: 1px solid #ccc !important;
    text-indent: 10px;
    margin-bottom: 5px !important;
}

label#firstname_label,
label#lastname_label,
label#emailaddress1_label,
label#jobtitle_label,
label#mzk_medicalspecialities_label {
    color: #221438 !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

label#firstname_label::after {
    content: "*";
    color: #ec1313;
}

label#lastname_label::after {
    content: "*";
    color: #ec1313;
}

label#emailaddress1_label::after {
    content: "*";
    color: #ec1313;
}

input#firstname,
input#lastname,
input#emailaddress1,
input#jobtitle {
    border: 1px solid #ccc !important;
    text-indent: 10px;
    margin-bottom: 5px !important;
    width: 20vw;
}

textarea#mzk_medicalspecialities {
    border: 1px solid #ccc !important;
    text-indent: 10px;
    margin-bottom: 5px !important;
    width: 37vw;
    height: 70px !important;
}

/** hospital_prescriptions_due **/

.btn-standard-ext {
    font-size: 15px !important;
    width: 307px !important;
    padding: 0 12px !important;
}

iframe {
    /*  width: 1024px !important;
    height: 900px !important; 
    width: 100vw !important;
    height: 100vh !important;*/
}

.holdiv {
    position: absolute;
    left: 43%;
    z-index: 777 !important;
    display: flex;
}

/* External CSS End */

/* Patient List */


/* Patient List End */

/* JS Validations */
#validationWarningPopup {
    width: 900px;
}

.continue-btn {
    background-color: #64A70B;
    border-color: #64A70B !important;
}

/* JS Validations End */

/* Mobile Header */
.mobile-header {
    width: 100%;
    height: 38px;
}

/* Mobile Header End */

a[aria-hidden="true"][href^="/_services/portal/"],
a[class*="xrm-entity-"],
a.xrm-entity-ref,
a.xrm-entity-adx_weblinkset_weblink-ref,
a.xrm-entity-adx_weblinkset_weblink-update-ref,
a.xrm-entity-adx_weblink-delete-ref,
a.xrm-entity-adx_webpage-ref,
a.xrm-entity-adx_publishingstate-ref,
a.xrm-uri-template {
    display: none !important;
}

.btn:focus, .btn:focus-visible {
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}