html {
    scroll-behavior: smooth;
}

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

.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: 600;
    margin-bottom: 4px;
    font-size: 18px;
}

label.block {
    display: block !important;
}

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

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

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

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

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

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

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

.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;
}

.btn-primary:hover {
    background-color: #053664 !important;
}

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

.btn-outline-primary:hover {
    background-color: #242475 !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: #242475;
}

.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: 250px;
}

.master-template {
    padding: 20px;
}

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

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

.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: #242475 !important;
}

.el-tabs__item.is-active {
    color: #242475 !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: #242475 !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;
}
