/*
Template Name: AVPRF
Author: AVPRF
File: Custom Css File
*/
input.form-control,
.form-select {
    height: 36px !important;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #CBD5E1;
    border-radius: 5px;
    box-shadow: none;
}

.btn {
    height: 36px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.card {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .08);
}

.card-header {
    background: #F8FAFC;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #EEF2F7;
}

/* .form-control:focus,
.form-select:focus {
    border-color: #2b5a92;
    box-shadow:0 0 0 4px #3b82f61f;

} */

.content {
    display: flex;
    margin: 0;
    flex-direction: row;
    width: 100%;
    height: 100vh;
}

.left-section {
    width: 50%;
    background-color: #2b5a92;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.left-section img {
    width: 60%;
    max-width: 55%;
}

.right-section {
    width: 50%;
    background-image: url('../images/stethoscope-img.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.login-form {
    margin-left: 5%;
    width: 350px;
    height: auto;
    display: block;
    max-height: 400px;
    padding: 10%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 24px #ffead8;
    text-align: center;
    position: relative;
}

.login-form h2 {
    margin-bottom: 20px;
    color: #2b5a92;
    font-size: 24px;
}

.login-form label {
    color: #999;
    margin-bottom: 16px;
    display: block;
    font-family: Mulish, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .3em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.login-form input {
    background-color: #fff !important;
    width: 100%;
    display: block;
    padding: 14px 16px;

    border: 2px solid rgba(246, 144, 57, .3019607843);
    border-radius: 30px !important;
    font-size: 16px;
}

.herbalJar_img {
    position: absolute;
    right: -29%;
    top: 87%;
}

.login-btn {
    margin-top: 16px;
    margin-left: 30%;
    width: 165px;
    height: 56px;
    padding: 16px 59px;
    background-color: #2b5a92;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-family: Mulish, sans-serif;
    font-weight: 400px;
    cursor: pointer;
}

[data-layout=vertical][data-sidebar=dark] .navbar-menu {
    background: #2b5a92 !important;
    border-right: 1px solid #2b5a92 !important;
}

[data-layout=vertical][data-sidebar=dark] .navbar-menu {
    background: #2b5a92 !important;
}

[data-layout=vertical][data-sidebar=dark] .menu-title,
[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link {
    color: #fff !important;
}

[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link.active {
    background: #4470ad !important;
    color: #fff;
    border-left: 5px solid #fff;
}

[data-layout=vertical][data-sidebar=dark][data-sidebar-size=sm] .navbar-brand-box {
    background: #2b5a92 !important;
}

.btn-primary {
    background-color: #2b5a92 !important;
    border-color: #2b5a92 !important;
}

.form-check-input:checked {
    background-color: #2b5a92 !important;
    border-color: #2b5a92 !important;
}

.custom-verti-nav-pills li .nav-link {
    background-color: #f3f3f3;
    padding: 12px;
    height: 70px;
    border: 1px solid #eee;
    border-radius: 0;
    margin: 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fff !important;
    margin: 0px;
}

.custom-verti-nav-pills .content1 {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.custom-verti-nav-pills .active .content1 .number {
    background-color: #2b5a92;
}

.custom-verti-nav-pills .active .heading1 h4 {
    color: #2b5a92;
}

.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #2b5a92;
    right: -25px;
}

.custom-verti-nav-pills .content1 .number {
    background-color: #fff;
    display: flew;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 16px;
}

.custom-verti-nav-pills .heading1 h4 {
    font-size: 14px;
    color: #323232;
}

.custom-verti-nav-pills .heading1 p {
    font-size: 12px;
    color: #7a7a7a;
}

.nav-link.disabled {
    pointer-events: none;
    opacity: .5;
    cursor: not-allowed;
    background: #f5f5f5;
}

/* Wrapper */
.ts-wrapper {
    width: 100%;
}

/* Control */
.ts-wrapper.single .ts-control {
    height: 38px;
    min-height: 38px;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    box-shadow: none;
}

/* Text */
.ts-wrapper.single .ts-control>input {
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 38px;
}

/* Selected item */
.ts-wrapper.single .item {
    line-height: 36px;
}

/* Dropdown arrow */
.ts-wrapper.single .ts-control::after {
    top: 50%;
    transform: translateY(-50%);
}

/* Focus */
.ts-wrapper.focus .ts-control {
    border-color: #2b5a92;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

/* Dropdown */
.ts-dropdown {
    border-radius: 6px;
    border: 1px solid #CBD5E1;
}