html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Nunito', sans-serif !important;
    font-size: 15px !important;
    background-color: #EAEDFA !important;
    /*background-color: #EFF4FB;*/
}

#content {
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

header {
    height: 60px;
    background-color: #156760;
    padding: 0 20px;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

#navbar-logo {
    height: 40px;
}

#navbar-icons i {
    color: white;
    cursor: pointer;
}

aside {
    width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #222D32 !important;
    margin-top: 60px;
    height: calc(100vh - 60px);
    overflow-y: auto;
}

#sidebar-client {
    color: rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    padding: 8px 20px;
}

#sidebar-client-name {
    font-size: 18px;
    font-weight: 900;
}

#sidebar-client-branch {
    font-size: 14px;
}

#navigation {
    padding: 0 !important;
}

#navigation ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    list-style-position: outside;
}

.navigation-li {
    min-height: 45px;
    cursor: pointer;
    padding: 0 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, .6) !important;
}

.navigation-li.single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
}

.navigation-li.single:hover, .navigation-li.single.active {
    background-color: #000;
    font-weight: 700;
}

.navigation-link {
    text-decoration: none;
    color: rgba(255, 255, 255, .6) !important;
}

.navigation-li.single.active .navigation-link {
    color: #409EFF !important;
}

.navigation-link-icon {
    margin-right: 4px;
}

.level-1-ul-label {
    height: 45px;
}

.sub-li {
    padding: 0 15px;
    min-height: 35px;
}

.sub-li.single {
    height: 40px;
}

.sub-li .navigation-link-icon {
    font-size: 10px;
    margin-right: 6px;
}

.sub-li .navigation-link {
    display: flex;
    align-items: center;
}

.navigation-li.ul .sub-ul {
    display: none;
}

.navigation-li.ul.active .sub-ul {
    display: block;
}

#content-section {
    margin-left: 300px;
    margin-top: 60px;
}

.pos-relative {
    position: relative !important;
}

.fuatilia-card, .card {
    padding: 15px !important;
    border-radius: 10px !important;
}

.fuatilia-card.no-padding, .card.no-padding {
    padding: 0 !important;
}

label {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 16px;
}

label.block {
    display: block !important;
}

label.required::after {
    content: "*";
    color: red;
    margin-left: 2px;
}

.form-group {
    margin-bottom: 20px;
}

input.form-control. .select2 {
    background-color: white;
    font-size: 15px;
}

input.form-control:focus, .select2:focus {
    background-color: white;
    border-color: #156760;
    box-shadow: none;
}

input#submit, .btn-block {
    background-color: #156760;
    color: white;
    font-weight: 700;
    font-size: 15px;
}

textarea.form-control {
    font-size: 15px !important;
}

.select2 {
    width: 100% !important;
    border: 1px solid #dee2e6 !important;
    height: 38px !important;
}

.select2-container, .select2-selection {
    height: 38px !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375rem !important;
}

.select2-selection__rendered, .select2-selection__arrow {
    height: 38px !important;
}

.select2-selection__rendered {
    padding: 6px 12px !important;
}

.select2-search__field, .select2-search__field:focus {
    height: 30px !important;
    border: 1px solid #dee2e6 !important;
}

.btn {
    font-size: 15px !important;
    font-weight: 700 !important;
}

.btn i {
    margin-right: 5px;
}

.btn-block {
    display: block;
    width: 100%;
    font-size: 22px !important;
}

.btn-block:hover {
    color: white;
}

.btn-primary {
    /*background-color: #242475 !important;*/
    /*border-color: #242475 !important;*/
    background-color: #156760 !important;
    border-color: #156760 !important;
}

.btn-primary:hover {
    /*background-color: #053664 !important;*/
    background-color: #1D8D84 !important;
}

.btn-outline-primary {
    border-color: #156760 !important;
    color: #156760 !important;
}

.btn-outline-primary:hover {
    background-color: #156760 !important;
    color: #fff !important;
}

.btn-outline-primary.dark-bg {
    border-color: #fff !important;
    color: #fff;
}

.btn-outline-primary.dark-bg:hover {
    background-color: #fff !important;
    color: #156760;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-600 {
    font-weight: 700 !important;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

#page-content {
    margin-top: 60px;
    margin-left: 300px;
}

#page-content.collapsed {
    margin-left: 0;
}

.master-template {
    padding: 20px;
}

.box {
    background-color: white;
    min-height: 50px;
    border-top: 5px groove #ebe7e7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box-blade {
    margin: 20px;
}

.box-primary {
    border-top: 5px solid #156760;
}

.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    flex-wrap: wrap;
}

.box-header.with-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.box-title {
    font-weight: 700;
    font-size: 22px;
    margin: 0 !important;
    padding: 0 !important;
}

.box-body {
    padding: 15px;;
}

.section-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px !important;
}

.master-title-div {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.master-title-div h5 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
}

.el-table .cell {
    word-break: break-word !important;
}

.el-table__body {
    font-weight: 600 !important;
}

.el-table th.el-table__cell > .cell {
    font-weight: 700 !important;
}

.el-table {
    border-radius: 10px !important;
}

.el-table th.el-table__cell > .cell {
    font-size: 17px !important;
    color: #000000 !important;
}

.el-table td.el-table__cell div {
    font-size: 16px !important;
}

.el-checkbox.el-checkbox--large .el-checkbox__label {
    font-size: 18px !important;
}

.el-radio .el-radio__label {
    font-size: 18px !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

button, .btn {
    border-radius: 8px !important;
}

.btn.h-45 {
    height: 45px !important;
}

.el-tabs__active-bar {
    background-color: #156760 !important;
}

.el-tabs__item.is-active {
    color: #156760 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.el-select {
    width: 100% !important;
}

.el-select-dropdown__item {
    font-size: 16px !important;
}

.el-button > span {
    font-size: 16px !important;
}

.new-item-btn {
    margin-left: 15px;
    font-size: 16px;
}

.new-item-btn.ml {
    margin-left: 15px;
}

.new-item-btn i {
    margin-right: 6px;
    font-size: 14px;
}

.el-dialog__header {
    font-weight: 700 !important;
}

.el-dialog__body {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}

.el-dialog__footer {
    padding-top: 20px !important;
}

.data-table-filters {
    margin-bottom: 15px;
}

.data-table-filters h5 {
    font-size: 18px;
    font-weight: 700;
}

.el-date-editor.el-input {
    width: 100% !important;
}

.data-table-summary {
    margin-top: 20px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.data-table {
    margin-top: 8px;
}

.data-table.no-summary {
    margin-top: 35px;
}

.el-dropdown-menu__item {
    font-size: 16px !important;
}

.el-dialog__title {
    font-size: 22px !important;
}

.dialog-header {
    align-items: center
}

.dialog-header .dialog-title {
    font-weight: bold;
    font-size: 35px;
}

.dialog-header .dialog-close-btn {
    font-size: 25px;
    cursor: pointer;
}

.el-dialog.is-fullscreen {
    position: relative !important;
    padding: 10px 20px;
}

.el-dialog.is-fullscreen .el-dialog__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #EFF4FB;
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.el-dialog.is-fullscreen .el-dialog__body {
    margin-bottom: 120px;
}

.dialog-footer {
    align-items: center;
}

.card.no-outline {
    border: none !important;
    outline: none !important;
}

.master-subtitle-div {
    margin-bottom: 10px;
}

.master-subtitle-div h5 {
    margin-bottom: 0 !important;
    font-weight: 600;
    font-size: 20px;
}

.has-bg-primary {
    background-color: #156760 !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.el-sub-menu__title span {
    font-size: 16px !important;
}

.el-message-box__message p {
    font-size: 16px !important;
}

.master-alert {
    margin-bottom: 10px;
}

.el-alert__title {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.table-dropdown-link {
    text-decoration: none !important;
}

.dt-search input {
    font-size: 16px !important;
}

.dt-search label {
    display: none !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.alert-container {
    margin-bottom: 12px;
}

[v-cloak] {
    display: none;
}
