body {
    font-family: 'Libre Franklin', sans-serif;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
    color: #000000;
}
.bbr {
    border: 1px solid #EB1700;
}
.bbr-8 {
    border-bottom: 8px solid #EB1700;
}
.bbb1 {
    border-bottom: 1px solid #000000;
}
.login_form input {
    font-size: 13px !important;
    color: #666666 !important;
    border-color: #999999 !important;
	padding: 8px !important;
}
.login_form select {
    font-size: 13px !important;
    color: #666666 !important;
    border-color: #999999 !important;
}
.registration_form input.form-control , .registration_form select.form-select {
    border-color: #C0C2C3;
    /* color: #BEBFC4; */
}
.registration_form select.selectbox {
    border-color: #C0C2C3;
    color: #BEBFC4;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23cccccc' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 30px;
}
::placeholder {
  color: #BEBFC4;
}
.form-group label {
    font-size: 13px;
    text-align: left;
}
.registration_form select.selectbox option:first-child {
    color: #BCC1CA;
}
.form-group select.selectbox option:first-child {
  color: #BCC1CA !important;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #BCC1CA !important;
}
input::-moz-placeholder { /* Firefox 19+ */
    color: #BCC1CA !important;
}
input:-ms-input-placeholder { /* IE 10+ */
    color: #BCC1CA !important;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #BCC1CA !important;
}
a:link {
    color: #6766CD;
    text-decoration: underline;
}

a:hover {
    color: #EB1700;
}

.login_form input[type = submit] {
    color: white !important;

}
.button1 {
    background-color: #6766CD;
    border: none;
    color: white !important;
    padding: 10px 35px 10px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    border-radius: 10px;
}

.button2 {
    background-color: transparent;
    border: 1px solid #6766CD;
    color: #6766CD;
    padding: 8px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border-radius: 10px;
    font-weight: none;
}

img {
    max-width: 100%;
}

.text-red {
    color: #EB1700;
}
.bg-red {
    background: #EB1700;
}
.text-cyan {
    color: #6766CD !important;
}
.bg-cyan {
    background: #6766CD;
}
.bg-cyan-dark {
    background: #085E6D;
}
.bg-purple-dark {
    background: #55569a;
}
.form-check-input:checked {
    background-color: #55569a;
    border-color: #55569a;
}
.text-grey {
    color: #9196A0;
}
h5 {
    color: #454A53;
}
.text-grey-light {
    color: #BCC1CA;
}
.bg-grey {
    background: #F9F8F7;
}
.bg-grey-2 {
    background: #E7E5E3;
}

.txt10 {
    font-size: 10px;
}
.txt11 {
    font-size: 11px;
}
.txt12 {
    font-size: 12px;
}
.txt13 {
    font-size: 13px;
}
.txt14 {
    font-size: 14px;
}
.txt15 {
    font-size: 15px;
}
.txt16 {
    font-size: 16px;
}
.txt17 {
    font-size: 17px;
}
.txt18 {
    font-size: 18px;
}
.txt19 {
    font-size: 19px;
}
.txt20 {
    font-size: 20px;
}
.txt21 {
    font-size: 21px;
}
.txt22 {
    font-size: 22px;
}
.txt23 {
    font-size: 23px;
}
.txt24 {
    font-size: 24px;
}
.txt25 {
    font-size: 25px;
}
.txt26 {
    font-size: 26px;
}
.txt27 {
    font-size: 27px;
}
.txt28 {
    font-size: 28px;
}
.txt29 {
    font-size: 29px;
}
.txt30 {
    font-size: 30px;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-bold {
    font-weight: bold !important;
}
.text-dark {
    color: #000 !important;
}
.text-normal {
    font-weight: 400;
}
.form-group {
    position: relative;
    padding: 10px;
}

.text-label {
    top: 0;
    left: 0;
    font-size: 14px;
    padding: 0px 5px;
    position: absolute;
    transform: translate(14px, 12px) scale(1);
    color: #666666;
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 0.00938em;
    position: absolute;
}
.footer_block {
    margin-bottom: 0px;
    padding: 0px 8px 20px 8px;
    width: 100%;
}
.footer_right {
    padding-left: 50px;
}
.text-decoration-none {
    text-decoration: none;
}
.footer_menu_top a{
    padding-right: 20px;
    font-size: 10px;
}
.footer_menu_bottom span{
    padding-right: 20px;
}
.header_title {
    font-family: 'Playfair Display', serif;
}

/* Validation errors */
.form-group {
    position: relative;
  }
.form-control:focus, .form-select:focus {
    box-shadow: none;
}
.form-control, .form-select {
    border-radius: 8px;
}
.text-label1 {
    font-weight: bold;
    color: #424850;
}
.text-label11 {
    color: #424850;
}
.form-group label.text-label11, .form-group .npi_label {
    font-size: 12px
}

.custom-tooltip-error {
    position: absolute;
    top: 92%;
    left: 25%;
    margin-bottom: 12px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    color: #000;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    white-space: normal;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    max-width: 200px;
}
.invalid-feedback {
    font-size: 0.75em;
}
.alert-dismissible {
    font-size: 0.80em;
}
/* Exclamation icon on top */
.custom-tooltip-error i {
    font-size: 10px;
    background: #EB1700;
    padding: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    margin-bottom: 6px; /* space between icon and text */
    line-height: 1;
}

/* Outer carat (black border) */
.custom-tooltip-error::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 30px;
    border: 6px solid transparent;
    border-bottom-color: #000;
    z-index: 1;
}

/* Inner carat (white background) */
.custom-tooltip-error::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 31px;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    z-index: 2;
}


@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}
.remember_me label{
    font-size: 11px;
}
.patient_orbit_login_form {
    position: relative;
}
.footer-copyright {
    position: absolute;
    bottom: 2%;
}
.orbit_left_image_main {
    background-image: url('images/sign_in_image.png');
}
.orbit_left_image {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    height: 100%;
    margin: 55% 0;
}
.section_login {
    padding-top: 16%;
}
.button2:hover {
    color: #fff;
    background-color: #6766CD;
}
.dont_have_account {
    margin-bottom: 60px !important;
}
.iagree {
    margin: 1% 0;
}
/* #not_has_clinic_npi, #has_clinic_npi {
    display: none;
} */
.login_image_left {
    width: 42%;
}
.login_form_right {
    width: 58%;
}
.checkbox-padding {
    padding: 0 15px !important;
}
@media screen and (min-width: 961px) {
    .section_login {
        width: 50%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 581px) {
    .header_logo img{
        width: 80% !important;
    }
}
@media screen and (max-width: 1024px) {
    .btn.button2 {
        padding: 8px 0;
    }
    .section_login {
        width: 80%;
    }
    .registration_form {
        padding: 0 !important;
    }
}
@media screen and (max-width: 580px) {
    .d-flex {
        display: block !important;
        float: left;
    }
    .d-flex-mobile {
        display: flex !important;
    }
    .hide_on_mobile {
        display: none !important;
    }
    .login_form {
        width: 100%;
        padding: 0 20px;
    }
    .header_logo {
        padding-top: 0px;
    }
    /* .header_logo img{
        width: 80% !important;
    } */
    .header_logo img {
        width: 55%;
    }
    .button1 {
        margin-top: 20px;
    }
    .dont_have_account {
        padding: 45px 0;
    }
    .section_login {
        width: 100%;
    }
    .physician_form_block {
        padding: 0 15px !important;
    }
    .login_form_right {
        width: 100%;
    }
    .checkbox-padding {
        padding: 5px 0 !important;
    }
    /* ensure d-none wins against d-flex-mobile */
    .d-flex-mobile.d-none, .d-flex.d-none { display: none !important; }

    .footer-copyright {
        position: fixed;
        bottom: 2%;
    }
}