@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&family=Poppins:ital,wght@1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

body {
    height: 100vh;
    color: #3a3e42 !important;
}

.AppForm .AppFormLeft h1 {
    font-size: 35px;
}

.AppForm .AppFormLeft input:focus {
    border-color: #ced4da;
}

.AppForm .AppFormLeft input::placeholder {
    font-size: 15px;
}

.AppForm .AppFormLeft i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.AppForm .AppFormLeft a {
    color: #3a3e42;
}

.AppForm .AppFormLeft button {
    background: linear-gradient(45deg, #8D334C, #CF6964);
    border-radius: 30px;
}

.AppForm .AppFormLeft p span {
    color: #007bff;
}

.AppForm .AppFormRight {
    background-image: url('../drhms/assets/mis.jpg');
    height: 450px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.AppForm .AppFormRight:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f1cfd8, #f9cdcb);
    opacity: 0.5;
    border-radius: 10px;
}

.AppForm .AppFormRight h2 {
    z-index: 1;
}

.AppForm .AppFormRight h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.AppForm .AppFormRight p {
    z-index: 1;
}

.rounded-0 {
    border-top: 1px solid #ced4da !important;
}

div#loginform {
    background-image: url(../drhms/assets/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay {
    width: 100%;
    background: #ffffff94;
    height: 100%;
    position: absolute;
}

.AppForm.shadow-lg {
    background: white;
    position: relative;
    border-radius: 10px;
}

.border-top-0 {
    border-top: 1px solid #ced4da !important;
}

.AppFormLeft {
    width: 70%;
}

.img-logo img {
    width: 100%;
    height: 100%;
}

.img-logo {
    position: relative;
    z-index: 999;
    top: 50%;
    width: 200px;
    opacity: 0.7;
}

.navbar-logo img {
    width: 70%;
    height: 100%;
}

li.nav-item.active *,
li.nav-item.active i {
    font-size: 20px !important;
}

li.nav-item.active svg {
    height: 40px;
    width: 40px;
    margin-left: -8px;
}

li.nav-item i {
    font-size: 20px;
    margin-top: 10px;
}

.search input {
    width: 100%;
    border: 1px solid #efefef;
    background: rgba(239, 239, 239, 0.5);
    border-radius: 8px;
    padding: 10px 10px 10px 44px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.search button {
    position: absolute;
    border: none;
    background: transparent;
    margin-left: 15px;
    height: 46px;
    color: #5d657b;
    font-weight: 700;
}

.search button i {
    margin-top: 7px;
}

.align-text-center {
    display: flex;
    height: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.search input[type="date"] {
    padding: 10px 10px 10px 10px;
}

.title-wrapper {
    margin-bottom: 30px;
}

.title-wrapper select.light-bg,
.title-wrapper input {
    background: #cce3fb !important;
    color: #141313 !important;
    font-weight: 500 !important;
}

.tab-search input[type="text"] {
    width: 100%;
    border: 1px solid #efefef;
    background: rgba(239, 239, 239, 0.5);
    border-radius: 8px;
    height: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding-left: 10px;
    font-size: 14px;
}

table th * {
    font-weight: 600 !important;
    color: #003366 !important;
}

button.main-btn {
    height: 45px;
}

.count {
    text-align: center;
}

.circle-user {
    border: 1px solid #F6F6F6;
    background: #F6F6F6;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #1A2142;
    margin-right: 10px;
}

.sm-circle-user {
    border: 1px solid #F6F6F6;
    background: #F6F6F6;
    border-radius: 50%;
    height: 40px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 10px;
}

ol.breadcrumb {
    margin: 0;
}

button.add-btn {
    border: unset;
    background: #365cf5;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: white;
    padding: 5px 0 0 0;
}

button.add-btn i {
    color: white !IMPORTANT;
}