.login_form_wrapper {
    border: 1px solid white;
    padding: 50px 30px;
    border-radius: 6px;
}

.login_form_wrapper h2 {
    font-size: 36px;
    padding-bottom: 7px;
}

section.login_form {
    /* padding-top: 60px; */
    padding-bottom: 60px;
}

.login_form_wrapper input {
    background: none;
    color: white;
    padding: 10px 10px;
}

.login_form_wrapper input:focus {
    background: none;
    color: white;
    box-shadow: none;
    outline: none !important;
    border: 1px solid #eaaa03;
}

.login_form_wrapper label {
    font-size: 16px;
    padding-bottom: 9px;
}

input#remember {
    border: 1px solid #eaaa03;
    padding: 7px !important;
    border-radius: 0px !important;
}

.login_form_wrapper a.btn.btn-link {
    color: inherit;
    text-decoration: none;
}

.login_form_wrapper .alert.alert-danger {
    padding: 4px 10px;
    margin-top: 8px;
}

.user_type {
    border: 1px solid white;
    cursor: pointer;
    text-align: center;
    padding: 45px;
    font-size: 26px;
    position: relative;
    /* height: 165px; */
}

.user_type input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: -1px;
    cursor: pointer;
}

section.select_user_type {
    padding-top: 70px;
    padding-bottom: 30px;
}

.user_type_wrapper h3 {
    font-size: 40px;
    text-align: center;
    padding-bottom: 30px;
}

.user_type_wrapper {
    background: #4e4e4e7a;
    padding: 43px;
    border-radius: 7px;
}

.login_form_wrapper {
    border: 1px solid white;
    padding: 50px 30px;
    border-radius: 6px;
}

.login_form_wrapper h2 {
    font-size: 36px;
    padding-bottom: 7px;
}

section.login_form {
    /* padding-top: 60px; */
    padding-bottom: 60px;
}

.form-control {
    background: none;
     color: white !important; 
    padding: 10px 10px;
}

.form-control:focus {
    background: none;
     color: white !important; 
    box-shadow: none;
    outline: none !important;
    border: 1px solid #eaaa03;
}

.login_form_wrapper label {
    font-size: 16px;
    padding-bottom: 9px;
}

input#remember {
    border: 1px solid #eaaa03;
    padding: 7px !important;
    border-radius: 0px !important;
}

.login_form_wrapper a.btn.btn-link {
    color: inherit;
    text-decoration: none;
}

.login_form_wrapper .alert.alert-danger {
    padding: 4px 10px;
    margin-top: 8px;
}

.user_type {
    border: 1px solid black;
    cursor: pointer;
    text-align: center;
    padding: 25px;
    font-size: 24px;
    position: relative;
    /* height: 165px; */
    background: #eaaa03;
    border-radius: 7px;
    margin-bottom: 20px;
}

.user_type input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: -1px;
    cursor: pointer;
}

section.select_user_type {
    padding-top: 70px;
    padding-bottom: 30px;
}

.user_type_wrapper h3 {
    font-size: 40px;
    text-align: center;
    padding-bottom: 30px;
}

.user_type_wrapper {
    background: #4e4e4ebd;
    padding: 52px;
    border-radius: 7px;
}

.user_type_selected {
    background-color: black !important;
    color: white !important;
    border: 1px solid;
}


.user_type_wrapper button {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 13px 85px;
    margin-top: 28px;
    font-size: 18px;
    /* border: 1px solid; */
    background: black;
    color: white;
    border: none !important;
}


.user_type img {
    width: 40%;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.leftside-menu.menuitem-active {
    background: black !important;
}

.logo span.logo-lg img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.content-page {
    background: #f3f3f3;
}

.side-nav .menuitem-active>a {
    color: #e9a903;
    background: #224389;
}

.side-nav .menuitem-active>a:hover {
    color: white !important;
}

li.menuitem-active a {
    color: white !important;
}

.form-control option {
    color: black;
}

.side-nav-second-level li.menuitem-active a {
    color: #eaaa03 !important;
    font-size: 15px;
}


.prof_img img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 100%;
}

.prof_dd {
    display: flex;
    gap: 32px;
}

.prof_img {
    width: 18%;
}

.doct_d {
    width: 100%;
}

.doct_det {
    background: #4b4848;
    padding: 36px;
    border-radius: 7px;
}

.doct_d {
    /* color: black; */
}

.doct_d h2 {
    font-size: 25px;
}

.cont_s button {
    background: #eaaa03;
    border: none;
    color: white;
    width: 100%;
    padding: 12px;
    font-size: 19px;
    margin-bottom: 20px;
}

.spec_po ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.spec_po ul li {
    list-style-type: none;
}

.spec_po ul li h6 {
    color: #eaaa03;
    font-weight: 600;
    letter-spacing: 1px;
}


#signUpForm {
    /* max-width: 500px; */
    /* background-color: #ffffff; */
    margin: 40px auto;
    padding: 40px;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
    border-radius: 12px;
    border: 1px solid;
}

#signUpForm .form-header {
    gap: 5px;
    text-align: center;
    font-size: .9em;
}

#signUpForm .form-header .stepIndicator {
    position: relative;
    flex: 1;
    padding-bottom: 30px;
}

#signUpForm .form-header .stepIndicator.active {
    font-weight: 600;
}

#signUpForm .form-header .stepIndicator.finish {
    font-weight: 600;
    color: #eaaa03;
}

#signUpForm .form-header .stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 3px solid #ecf5f4;
}

#signUpForm .form-header .stepIndicator.active::before {
    background-color: #eaaa03;
    border: 3px solid #d5f9f6;
}

#signUpForm .form-header .stepIndicator.finish::before {
    background-color: #243049;
    border: 3px solid #b7e1dd;
}

#signUpForm .form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
}

#signUpForm .form-header .stepIndicator.active::after {
    background-color: #eaaa03;
}

#signUpForm .form-header .stepIndicator.finish::after {
    background-color: #224389;
}

#signUpForm .form-header .stepIndicator:last-child:after {
    display: none;
}

#signUpForm input {
    padding: 10px 10px;
    width: 100%;
    font-size: 1em;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background: none;
    color: white;
}

#signUpForm input:focus {
    border: 1px solid #fff;
    outline: 0;
}

#signUpForm input.invalid {
    border: 1px solid #ffaba5;
}

#signUpForm .step {
    display: none;
}

#signUpForm .form-footer {
    overflow: auto;
    gap: 20px;
}

#signUpForm .form-footer button {
    background-color: #eaaa03;
    /* border: 1px solid #009688 !important; */
    color: #ffffff;
    border: none;
    padding: 13px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    margin-top: 5px;
}

#signUpForm .form-footer button:hover {
    opacity: 0.8;
}

#signUpForm .form-footer #prevBtn {
    background-color: #224389;
    color: #ffffff;
    /* border: 1px solid; */
}

#signUpForm input::placeholder {
    color: white;
}





/* section.doct_dett.form-control {
    color: black !important;
} */

section.doct_dett button.nav-link {
    width: 18%;
    padding: 16px 17px;
    background: black;
    margin: 0px 9px;
    color: white;
    border-radius: 0;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.doct_dett div#nav-tab {
    border: none !important;
}

section.doct_dett button.nav-link.active {
    background: #e9a903;
    color: white;
}

.ap_mo {
    background: #070707;
    border: 2px solid #755501;
}

.ap_mo .form-control {
    color: white;
}

.leftside-menu {
    background: black;
}

.doctors_p .form-control {
    color: white !important;
}

.filter_doc {
    padding-top: 28px;
    padding-bottom: 49px;
}

.filter_doc .form-control {
    padding: 16px 18px;
}

.filter_doc .form-control::placeholder {
    color: white;
}

section.pro_det img {
    display: block;
    width: 140px;
    height: 140px;
    object-fit: cover;
    /* border: 1px solid black; */
    border-radius: 100%;
    margin-top: 13px;
}

input.prof_pi {
    position: absolute;
    left: 0;
    right: 0;
    width: 15%;
    height: 103%;
    display: flex;
    align-items: center;
    opacity: 0;
    cursor: pointer;
}

.use_pr_i {
    position: relative;
}

.loa {
    display: none;
}

form#signUpForm select,
form#signUpForm textarea {
    color: white;
}

.dc_r img {
    display: block;
    width: 140px;
    /* border-radius: 100%; */
    height: 180px;
    object-fit: cover;
}

.dc_r a {
    display: block;
}

