.fuatilia-nav {
    height: 70px;
}

.tip-message {}

.row.m0.p-0 {
    margin: 0 !important;
    padding: 0 !important;
}

.row.has-form-groups .form-group {
    padding-left: 15px;
    padding-right: 15px;
}

.riyaqas-auth-main {
    padding: 3% 40px;
}

.riyaqas-auth-main .content {
    width: 30%;
}

.riyaqas-auth-main .content img {
    width: 200px;
}

.riyaqas-auth-main .content h5 {
    font-size: 35px;
}

.riyaqas-auth-main .content form {
    width: 100%;
    font-family: 'Nunito', sans-serif;
    z-index: 1;
}

#auth-brand {
    width: 250px;
    display: inline-block;
    margin-left: -10px;
}

#auth-alt-action span {
    font-weight: 600;
}

#auth-alt-action button, #auth-alt-action a {
    font-weight: 800;
    border: 1px solid #01358D;
    border-radius: 120px;
    height: 27px;
    margin-left: 8px;
    padding-left: 12px;
    padding-right: 12px;
}

#auth-alt-action button:hover, #auth-alt-action a:hover {
    background-color: #01358D;
    color: white;
}

#auth-content {
    height: calc(100vh - 70px);
}

#auth-content .right-side, #auth-content .left-side {
    position: relative;
    height: 100%;
    padding: 50px;
}

#auth-content .left-side {
    padding-left: 70px;
}

#auth-content .left-side img {
    width: 600px;
}

#auth-content .left-side .tagline {
    font-weight: 700;
    font-size: 28px;
}

#auth-content .right-side .card {
    border-radius: 8px;
    padding: 15px 25px;
    border: none;
    height: fit-content;
}

.auth-form-card {
    padding-left: 100px;
}

label {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 16px;
    display: block;
}

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;
    height: 42px !important;
}

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

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

.btn-block {
    display: block;
    width: 100%;
}

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

.auth-template-main .caption h5 {
    font-size: 28px;
    font-weight: 700;
}

.auth-template-main .caption span {
    font-weight: 500;
}

#master-content {
    margin-top: 80px;
    margin-left: 250px;
    padding: 40px;
}

.master-template {
    padding: 0;
}

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

.master-title h5 {
    font-weight: 700;
    font-size: 22px;
}

.card {
    outline: none;
    border: none;
    padding: 16px 22px;
    border-radius: 10px;
}

.card-title {
    font-weight: 700;
    font-size: 20px;
}

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

.master-content {
    margin-top: 12px;
}

.btn-primary {
    background-color: #01358D !important;
    border-color: #01358D !important;
}

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

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

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

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

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

.el-tabs__item.is-top {

}

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

.el-tabs__item.is-active {
    color: #01358D !important;
    font-weight: 700 !important;
}

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

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

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

.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 .form-group {
    margin-bottom: 0;
}

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

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

.btn-secondary {
    color: white !important;
    border-color: #0d6efd !important;
    background-color: #0d6efd !important;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
}

.el-table th.el-table__cell > .cell {
    font-weight: 700 !important;
    color: rgba(0, 0, 0, .7) !important;
    /*padding: 0 !important;*/
}

form .form-section-title {
    font-weight: 700;
    font-size: 17px;
}

.refresh-list-link {
    font-weight: 600;
    text-decoration: none;
}

.p-0 {
    padding: 0 !important;
}

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

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

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

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

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

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

.hide-lg {
    display: none !important;
}

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

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

#bottom-pos-link {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 2 !important;
}

#bottom-pos-link-bar {
    height: 100%;
    width: 100%;
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
    display: block;
}

#bottom-pos-link-curve {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: fixed;
    bottom: 8px;
    left: calc((100vw / 2) - 40px);
    padding: 0 !important;
}

#bottom-pos-link-curve a {
    position: relative;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background-color: #01358D ;
    font-size: 18px;
    text-decoration: none;
}

.small-filters .row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.small-filters input {
    outline: none !important;
    border: none !important;
    height: 45px;
    border-radius: 8px;
}

.small-filters input.has-prefix {
    padding-left: 40px;
}

.small-filters .prefix {
    position: absolute;
    top: 14px;
    left: 15px;
    color: rgba(0, 0, 0, .5);
}

.master-title-actions-search .form-group.has-prefix {
    position: relative;
}

.master-title-actions-search input {
    height: 40px;
    border-radius: 8px;
}
.master-title-actions-search input:not(.has-outline) {
    outline: none !important;
    border: none !important;
}

.master-title-actions-search input.has-prefix {
    padding-left: 40px;
}

.master-title-actions-search .prefix {
    position: absolute;
    top: 13px;
    left: 15px;
    color: rgba(0, 0, 0, .5);
}

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

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

.settings-main {
    padding: 15px 25px !important;
}

.settings-main .setting:not(:first-child), #update-business-details .form-group:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding-top: 10px;
}

.setting-desc-div h5 {
    font-weight: 700;
    font-size: 18px;
}

.setting-desc-div p {
    font-size: 16px;
}

.setting-options {
    width: 25%;
    display: flex;
    justify-content: end;
}

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

.inline-link {
    text-decoration: none;
    font-weight: 700;
}

.master-tip .tip-message {
    margin-left: 12px;
    margin-right: 12px;
    word-break: break-word;
    font-size: 18px;
}

.data-table-summary {
    margin-top: 20px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.data-table-summary span.summary {
    font-weight: 600;
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
}

.form-group.has-padding-left {
    padding-left: 15px !important;
}

.form-group.has-padding-right {
    padding-right: 15px !important;
}

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

.section-header {
    font-weight: 700;
    font-size: 16px;
    color: black;
}

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

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

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

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

.has-primary-color {
    color: #01358D !important;
}

.display-block {
    display: block !important;
}

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

.el-message-box__title {
    font-weight: 700 !important;
    font-size: 22px !important;
}

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

.master-content .data-table {
    margin-top: 20px;
}

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

#report-header, #report-details-header, #report-details, #report-total-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding: 10px 5px;
}

#report-header {
    padding-bottom: 20px;
}

#report-header #business-name {
    font-size: 25px;
    margin-bottom: 10px;
}

#report-header #report-title {
    font-size: 20px;
    font-weight: 800;
}

#report-header #report-period {
    font-size: 18px;
}

#report-details-header span {
    font-weight: 800;
    font-size: 18px;
}

#report-details span {
    font-size: 16px;
}

#report-total-section {
    font-size: 18px;
    border-bottom: 5px double black;
}

#report-total-section .label {
    font-weight: 600;
}

#report-total-section .value {
    font-weight: 800;
}

.report-total-item. {
    margin-bottom: 5px;
}

.report-total-item.last-child {
    margin-bottom: 0;
}

#report-details .report-section-header {
    font-weight: bold;
    font-size: 16px;
    color: #01358D;
    margin-top: 10px;
    margin-bottom: 0;
}

#report-details .report-section-header.is-first-child {
    margin-top: 0;
}

.master-template.is-report-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-content {
    width: 60%;
}

.report-item .is-total {
    font-weight: 700;
}

.table > :not(:first-child) {
    border-top: 1px solid black !important;
}

td, tbody th {
    vertical-align: middle !important;
}


/**
MEDIA QUERIES
 */
/**
Tablets
 */
@media only screen and (max-width: 991px) {
    .hide-lg {
        display: block !important;
    }

    .hide-lg.is-flex {
        display: flex !important;
    }

    .hide-md {
        display: none !important;
    }

    .riyaqas-auth-main {
        padding: 3% 30px;
    }

    .riyaqas-auth-main .content {
        width: 85%;
    }

    #side-bar {
        display: none;
        top: 60px !important;
        z-index: 2 !important;
    }

    #master-nav #fuatilia-branding {
        display: block !important;
    }

    #master-nav {
        left: 0 !important;
        width: 100% !important;
        padding-left: 0 !important;
    }

    #master-content {
        margin-left: 0 !important;
        padding: 20px 0 !important;
    }

    #current-time {
        display: none;
    }

    .menu-toggler {
        margin-left: 30px;
        margin-top: 3px;
    }

    .master-title-div {
        margin-bottom: 20px;
    }

    .analytic-card {
        width: 45% !important;
        margin-bottom: 25px;
    }

    .dashboard-summaries .card {
        width: 100% !important;
        margin-bottom: 25px;
    }
}

/**
Phones and Medium Tabs
 */
@media only screen and (max-width: 767px) {
    .hide-md {
        display: block !important;
    }

    .hide-md.is-flex {
        display: flex !important;
    }

    .hide-sm {
        display: none !important;
    }

    .riyaqas-auth-main {
        padding: 3% 20px;
    }

    .riyaqas-auth-main .content {
        width: 100%;
    }

    .riyaqas-auth-main .content h5 {
        font-size: 30px;
    }

    #master-nav {
        padding-right: 25px !important;
    }

    .fuatilia-branding img {
        height: 70px !important;
    }

    .menu-toggler {
        margin-left: 8px;
        margin-top: 6px;
    }

    #master-content {
        margin-bottom: 80px !important;
    }

    .master-content {
        margin-top: 8px;
    }

    .analytic-card {
        width: 100% !important;
    }

    .dashboard-summaries {
        margin-top: 10px !important;
    }

    .dashboard-recent-sales {
        display: none;
    }

    .data-table-filters .form-group:not(:first-child) {
        margin-top: 12px;
    }

    .new-item-btn, .new-item-btn:hover {
        background-color: transparent !important;
        border: none !important;
        color: #01358D  !important;
        font-weight: 800;
    }

    .new-item-btn i {
        margin-right: 5px;
        font-size: 15px;
    }

    .master-title-actions-search {
        margin: 8px 0;
    }

    .master-title-actions-search input {
        width: 100% !important;
    }

    .settings-main .setting {
        display: block !important;
    }

    .settings-main .setting .setting-options {
        margin-top: 8px;
        justify-content: start !important;
        width: 100% !important;
    }

    .action-btn {
        width: 100%;
    }
}

/**
Small phone
 */
@media only screen and (max-width: 400px) {
    .top-selling-products {
        display: none;
    }

    .go-to-reports {
        display: block;
    }
}
