.app-main .app-main__inner {
    padding: 15px 15px 0;
}
.table.dataTable {
    margin-top: 0 !important;
}
.actionEditBtn, .actionGenEditBtn, .actionEditManBtn, .actionEditGenFamBtn, .actionEditOrgBtn, .actionEditManageBtn, .actionEditGenChildFamBtn, .actionBtn  {
    cursor: pointer;
    width: 16px;
    margin-right: 5px;
}
.profile-drop .widget-content .widget-content-wrapper {
    color: #000;
}
.profile-drop .dropdown-menu-header .dropdown-menu-header-inner {
    margin: 0;
    margin-top: 3px;
    padding: 0.5rem 0.5rem;
}
.profile-drop {
    padding-bottom: 0 !important;
    width: 230px !important;
    left: -3px !important;
    top: 8px !important;
}

.profile-drop .bg-light {
    background: #efefef !important;
}
.logout-bar {
    background: #0d6efd;
    color: #fff;
    padding: 10px;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
    transition: all ease 0.25s;
}
.logout-bar:hover {
    background: #0052cc;
    color: #fff;
    text-decoration: none;
}
.custom-tables tbody td{
    border: 0;
}
.custom-tables thead tr th{
    border-bottom: 0  !important;
}
.custom-tables tr {
    height: 46px;
}
.btn {
    font-size: 15px;
}

.common-tables .dataTables_length, .dataTables_info {
    padding-left: 1rem;
    font-size: 14px;
}

.custom-tables .dataTables_length, .dataTables_info {
    padding-left: 1rem;
    font-size: 14px;
}
.custom-tables .dataTables_paginate {
    padding-right: 1rem;
}
.dataTables_paginate .previous, .next {
    background: #efefef !important;
    border-radius: 6px !important;
}
.paginate_button {
    border: 0 !important;
}
.paginate_button.current {
    background: #0c8efe !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: bold;
}
.paginate_button:hover {
    background: #c0cedb !important;
    border: 0 !important;
    color: #000 !important;
}
.custom-tables .dataTables_length label {
    margin-bottom: 0;
}
.custom-tables .dataTables_info {
margin-bottom: 10px;
}
.drug-head {
    border-bottom: solid 1px #dfdfdf;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.dropzone-container {
    height: auto !important;
    padding: 1rem !important;
    border-radius: 12px;
    margin-bottom: 20px;
}
.dropzone-container .preview-card p {
    margin-bottom: 0 !important;
}
.dropzone-container .file-label img {
    width: 70px !important;
}
.drug-content-box {
    margin-top: 0 !important;
    border-radius: 12px !important;
}
.custom-tables {
    border-radius: 0 !important;
}
.el-select__wrapper {
    background-color: #f1f1f1 !important;
    border-radius: 6px !important;
}
.el-input__wrapper {
    background-color: #f1f1f1 !important;
    border-radius: 6px !important;
}
.el-textarea__inner {
    background-color: #f1f1f1 !important;
    border-radius: 6px !important;
} 
.addnew {
    padding-bottom: 19px;
}
.el-form label {
    margin-bottom: 0;
}
.drawer-head {
    font-size: 17px;
  
    padding-bottom: 10px;
    margin-top: 7px;
}
.el-select-dropdown{
    /* max-width: 200px !important; */
    overflow: auto !important;
    scrollbar-width: auto !important;
    max-height: 200px;
}
.el-popper.is-dark {
    max-width: -webkit-fill-available !important;
}

@media screen and (max-width: 650px) {
    .dropdown-menu {
        top: 21% !important;
    }
}
@media (max-width: 991.98px) {
    .dropdown-menu {
        top: 21% !important;
    }
}
.forgot-pswd {
    font-size: 14px;
    text-decoration: none;
    margin-top: 6px;
}

.back-to-login {
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    margin: auto;
}

.status {
    text-transform:capitalize;
}

.loader-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.dt-table-loader-container {
    position: fixed;
    top: 21%;
    left: 52%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding-bottom: 5px;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .login-boxes .login-right {
            padding: 1rem;
            min-height:  calc(70vh - 80px) !important;
    }
    .closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo .logo-src {
        width: 97px !important;
    }
}

.router-link-exact-active {
    border-left: 1px solid #fff !important;
    background-color: #e0f3ff;
}

.search-area .form-control .form-select{
    font-size: 14px;
}

.closed-sidebar .app-sidebar .app-sidebar__inner .metismenu-icon {
    text-indent: 0;
    left: 22px;
    margin-left: -17px !important;
}
.closed-sidebar .app-sidebar:hover .app-sidebar__inner .metismenu-icon {
    left: 21px !important; 
}
.app-container {
    min-height: 99vh !important;
}
.closed-sidebar .vertical-nav-menu.metismenu:hover .metismenu-icon {
    left: 21px !important;
}
.menu-profile, .menu-logout {
    display: flex;
    align-items: center;
}
.menu-profile img {
    margin-right: 6px;
    width: 15px;
}
.menu-logout img {
    margin-right: 6px;
    width: 20px;
}
.nav-item.nav-item-header {
    text-transform: capitalize !important;
    font-size: 15px !important;
}
.btn-primary:focus {
    color: #FFF !important;
    box-shadow: none !important;
}
.modal-header
{
  background: #fff !important;
  border-bottom: solid 1px #efefef !important;
}
.app-header__logo {
    width: 280px !important;
}
.closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo .logo-src {
    display: block !important;
    width: 280px;
}
.menu-icon {
    opacity: 0.5 !important;
}
.side-footer {
  bottom: 12px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.side-footer h6 {
    font-size: 14px;
}
.app-sidebar .scrollbar-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.closed-sidebar .app-sidebar .side-footer {
    display: none;
}
.closed-sidebar .app-sidebar:hover .side-footer {
    display: block;
} 
table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::after {
    top: 72% !important;
}
.vue-tel-input {
    background-color: #f1f1f1 !important;
  border-radius: 6px !important;
  height: 32px;
  border: 1px solid #dbdbdb !important;
}
.el-form label {
    line-height: 32px;
  }
  .vti__input {
    background-color: #f1f1f1 !important;
  }
  .btn-group .btn {
    white-space: nowrap;
    display: flex;
  align-items: center;
  font-size: 14px;
  }
  .btn-group .btn img {
    margin-right: 5px;
  }




  
  .search-area .search-here {
    left: 10px;
    bottom: 9px;
    right: auto !important;
  }
  
  .search-close {
    position: absolute;
    right: 8px;
    bottom: 5px;
    color: black;
}
  .search-area .form-control {
    padding-right: 35px;
    padding-left: 36px;
    border-radius: 6px !important;
  }
  .custom-breadcrumb {
    font-size: 14px; 
    display: inline-flex;
    flex-wrap: wrap;
}
.custom-breadcrumb a {
    text-decoration: none;
}
.custom-breadcrumb span {
    color: #868686;
}
.swal2-title {
    font-size: 18px !important;
}
.swal2-html-container {
    margin-top: 0 !important;
}
.swal2-popup .swal2-styled.swal2-cancel {
    font-size: 1rem !important;
    padding: .425em 1.5em !important;
}
.swal2-popup .swal2-styled.swal2-confirm .swal2-styled.swal2-deny {
    font-size: 1rem !important;
    padding: .425em 1.5em !important;
}
.swal2-actions {
    margin-top: 5px !important;
}
.swal2-icon {
    width: 4em !important;
    height: 4em !important;
    margin: 0.25em auto 0.875em !important;
}
.row-box {
    width: calc(100% - 20px);
}
.el-drawer {
    width: 100% !important;
    max-width: 400px !important;
} 

.el-pagination.is-background {
    padding: 20px 10px;
}
.generic-align {
    display: flex;
}
.vti__dropdown {
    padding-left: 0 !important;
}
.vti__flag {
    margin-left: 0 !important;
}
.vti__input::placeholder {
    color: #9c9c9c !important;
    font-size: 14px !important;
}
.swal2-popup .swal2-styled.swal2-confirm:focus {
    box-shadow: none;
}
.swal2-popup {
    max-width: 400px !important;
    width: 100% !important; 
}
.application-popup {
    max-width: 500px;
    width: 100% !important;
}
.application-popup .el-dialog__header {
    border-bottom: solid 1px #efefef;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-top: 5px;
}
.application-popup .el-dialog__title {
    font-weight: bold;
}
.application-popup .swal-message {
    font-size: 15px !important;
}
.application-popup .el-dialog__body {
    padding-left: 1rem;
    padding-right: 1rem;
}
.application-popup .el-dialog__footer {
    padding-top: 0.5rem;

}
.application-popup .credential-value .el-icon {
    color: #0d6efd;
}
.app-header .dropdown-menu.dropdown-menu-right {
    left: -7px !important;
}
.vti__dropdown:focus-visible {
    outline: none !important;
}
.el-drawer .modal-header {
    background: #d8edff !important;
    border-bottom: solid 1px #dfdfdf !important;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}
.el-drawer .modal-header .btn-close {
    margin-bottom: 5px;
}

.remove-border-alter .input-new-tag .el-input__wrapper {
    box-shadow:none !important
}
.remove-border-alter .input-new-tag .el-input__wrapper:hover {
    box-shadow:none !important
}
/* More specific CSS rule */
.test .el-textarea .el-textarea__inner {
  min-height: 34px !important;
  height: auto !important;
}
