@import url('jquery.dataTables.min.css');
@import url('responsive.dataTables.min.css');

/* Flexo Fonts */
@font-face {
    font-family: 'Flexo-Regular';
    src: url('../fonts/Flexo-Regular.eot');
    src: url('../fonts/Flexo-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Flexo-Regular.woff') format('woff'), url('../fonts/Flexo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo-Medium';
    src: url('../fonts/Flexo-Medium.eot');
    src: url('../fonts/Flexo-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Flexo-Medium.woff') format('woff'), url('../fonts/Flexo-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo-Black';
    src: url('../fonts/Flexo-Black.eot');
    src: url('../fonts/Flexo-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Flexo-Black.woff') format('woff'), url('../fonts/Flexo-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo-BlackIt';
    src: url('../fonts/Flexo-BlackIt.eot');
    src: url('../fonts/Flexo-BlackIt.eot?#iefix') format('embedded-opentype'), url('../fonts/Flexo-BlackIt.woff') format('woff'), url('../fonts/Flexo-BlackIt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo-Bold';
    src: url('../fonts/Flexo-Bold.eot');
    src: url('../fonts/Flexo-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Flexo-Bold.woff') format('woff'), url('../fonts/Flexo-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo-BoldIt';
    src: url('../fonts/Flexo-BoldIt.eot');
    src: url('../fonts/Flexo-BoldIt.eot?#iefix') format('embedded-opentype'), url('../fonts/Flexo-BoldIt.woff') format('woff'), url('../fonts/Flexo-BoldIt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo-Thin';
    src: url('../fonts/Flexo-Thin.eot');
    src: url('../fonts/Flexo-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Flexo-Thin.woff') format('woff'), url('../fonts/Flexo-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo-Demi';
    src: url('../fonts/Flexo-Demi.eot');
    src: url('../fonts/Flexo-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/Flexo-Demi.woff') format('woff'), url('../fonts/Flexo-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo-It';
    src: url('../fonts/Flexo-It.eot');
    src: url('../fonts/Flexo-It.eot?#iefix') format('embedded-opentype'), url('../fonts/Flexo-It.woff') format('woff'), url('../fonts/Flexo-It.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo-Heavy';
    src: url('../fonts/Flexo-Heavy.eot');
    src: url('../fonts/Flexo-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Flexo-Heavy.woff') format('woff'), url('../fonts/Flexo-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo-Light';
    src: url('../fonts/Flexo-Light.eot');
    src: url('../fonts/Flexo-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Flexo-Light.woff') format('woff'), url('../fonts/Flexo-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
}

body {
    background-color: #F8F8F8;
    color: #575855;
    font-family: 'Flexo-Regular';
    padding: 0;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

/* Scrollbar */
::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #118ABE;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }

/* Color scheme */
.bg-blue {
    background-color: #1C6F97;
}

.bg-light-blue {
    background-color: #118ABE;
}

.bg-orange {
    background-color: #FBBD23;
}

.bg-light-orange {
    background-color: #F9BD58;
}

.bg-light-grey {
    background-color: #F8F8F8;
}

.bg-light-pink {
    background-color: #F9588F;
}

.bg-light-purple {
    background-color: #BD34F6;
}

.bg-light-green {
    background-color: #25D484;
}

.bg-light-red {
    background-color: #FF7C6B;
}

.bg-blue-violet {
    background-color: #825AE2;
}

.bg-orange-red {
    background-color: #F3684C;
}

.text-blue {
    color: #1C6F97;
}

.text-dark-blue {
    color: #333D4B;
}

.text-dark-black {
    color: #575855;
}

.text-dark-grey {
    color: #87899A;
}

/* Margin spacing */
.mb-20 {
    margin-bottom: 20px;
}

/* Button */
.btn {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-family: 'Flexo-Bold';
    text-transform: uppercase;
}

    .btn:hover,
    .btn:focus {
        box-shadow: none;
    }

.btn-lg {
    font-size: 16px;
    line-height: 16px;
}

.btn-default {
    background-color: #FBBD23;
    border: 1px solid transparent;
    color: #FFFFFF;
}

    .btn-default:hover,
    .btn-default:focus {
        background-color: #F9BD58;
        color: #FFFFFF;
    }

.btn-secondary {
    background-color: #87899A;
    border-color: #87899A;
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        background-color: #575855;
        border-color: #575855;
    }

.btn-primary {
    background-color: #1C6F97;
    border-color: #1C6F97;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #118ABE;
        border-color: #118ABE;
    }

.btn-add {
    max-width: 125px;
    height: 40px;
    width: 100%;
}

/* Form input */

.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        display: block;
        color: #87899A;
        font-family: 'Flexo-Demi';
        font-size: 14px;
        line-height: 10px;
        margin-bottom: 7px;
    }

    .form-group .form-control {
        border-color: #D7D7D6;
        border-radius: 10px;
        color: #87899A;
        font-size: 14px;
        line-height: 15px;
        min-height: 40px;
        padding: 8px 12px;
    }

        .form-group .form-control:focus {
            border-color: #1C6F97;
            box-shadow: none;
            color: #202328;
        }

    .form-group input.form-control::-webkit-input-placeholder {
        color: #87899A;
        opacity: 1;
    }

    .form-group input.form-control::-moz-placeholder {
        color: #87899A;
        opacity: 1;
    }

    .form-group input.form-control:-ms-input-placeholder {
        color: #87899A;
        opacity: 1;
    }

    .form-group input.form-control:-moz-placeholder {
        color: #87899A;
        opacity: 1;
    }

    .form-group select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(../images/icon_select_modal.svg);
        background-repeat: no-repeat;
        background-position: right 17px center;
        padding-right: 29px;
    }

select.form-control::-ms-expand {
    display: none;
}

.form-control-text {
    color: #575855;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
    padding-top: 5px;
}

.input-group .input-group-prepend {
    position: relative;
}

.input-group .input-group-text {
    background-color: transparent;
    border-color: #D7D7D6;
    border-right: none;
    border-radius: 10px 0 0 10px;
    color: #1C6F97;
    font-size: 20px;
    line-height: 27px;
    padding: 8px 48px 2px 20px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .input-group .input-group-text:after {
        background-color: #E1E1E1;
        content: '';
        position: absolute;
        right: 0;
        height: 30px;
        width: 1px;
    }

.input-group .input-group-prepend ~ input.form-control {
    border-left-color: transparent;
    padding-left: 18px;
}

.input-group.focus .input-group-text {
    border-color: #1C6F97;
}

/* Login Page */
.login-bg {
    background-color: #1C6F97;
    background-image: url('../images/login_bg@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login-wrapper {
    padding: 50px;
}

    .login-wrapper form {
        width: 100%;
    }

    .login-wrapper .login-title {
        font-family: 'Flexo-Demi';
        font-size: 41px;
        line-height: 54px;
        margin-bottom: 50px;
    }

    .login-wrapper .form-group label {
        margin-bottom: 0;
        width: 26px;
    }

    .login-wrapper .input-group .input-group-text {
        padding-right: 15px;
    }

    .login-wrapper .form-group .form-control {
        font-size: 16px;
        line-height: 31px;
    }

    .login-wrapper .input-group .input-group-text:after {
        background-color: #FBBD23;
        height: 34px;
    }

    .login-wrapper .btn-login {
        font-size: 22px;
        line-height: 30px;
        height: 40px;
        text-transform: none;
    }

    .login-wrapper .forgot-link {
        color: #575855;
    }

        .login-wrapper .forgot-link:hover {
            color: #FBBD23;
        }

/* Navigation */
.nav-wrapper {
    padding: 40px 25px;
}

    .nav-wrapper .navbar-nav {
        flex-wrap: wrap;
        flex-direction: row;
        margin-left: -25px;
        margin-right: -25px;
    }

    .nav-wrapper .nav-item {
        margin-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
        width: 14.28%;
    }

    .nav-wrapper .nav-link {
        background-color: #FFFFFF;
        box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
        border-radius: 17px;
        padding: 5px;
        height: 100%;
        text-align: center;
        transition: all 0.3s;
    }

        .nav-wrapper .nav-link:hover,
        .nav-wrapper .nav-link:focus {
            background-color: #FBBD23;
        }

    .nav-wrapper .nav-link-icon {
        background-color: #FAFBFC;
        border: 2px solid #FBBD23;
        box-shadow: 0px 5px 10px #1413130D;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 5px;
        height: 35px;
        width: 35px;
    }

        .nav-wrapper .nav-link-icon img {
            max-height: 20px;
        }

    .nav-wrapper .nav-link-text {
        color: #202328;
        font-family: 'Flexo-Bold';
        font-size: 10px;
        line-height: 14px;
        text-transform: uppercase;
        transition: all 0.3s;
    }

    .nav-wrapper .nav-link:hover .nav-link-text,
    .nav-wrapper .nav-link:focus .nav-link-text {
        color: #FFFFFF;
    }

    .nav-wrapper .navbar-block-row > .block ~ .block:before {
        background-color: #F8F8F8;
        background-image: url('../images/btn-next.png');
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50%;
        content: '';
        pointer-events: none;
        position: absolute;
        left: -35px;
        top: 50%;
        transform: translateY(-50%);
        height: 71px;
        width: 71px;
        z-index: 2;
    }

    .nav-wrapper .navbar-block-row > .block ~ .block:after {
        background-color: #1C6F97;
        content: '';
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 2px;
        z-index: 1;
    }

    .nav-wrapper .navbar-block .navbar-nav {
        margin-left: -5px;
        margin-right: -5px;
        justify-content: center;
    }

    .nav-wrapper .navbar-block .nav-item {
        margin-bottom: 0;
        margin-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        width: 33.33%;
    }

/* Header */
.sidenav-toggler {
    border-left: 1px solid #FFFFFF;
    padding: 10px 15px;
}

body.sidenav-toggled .sidenav-toggler {
    margin-left: 0;
}

.indicator {
    border: 1px solid #1C6F97;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 0;
    height: 10px;
    width: 10px;
}

.navbar-main .navbar-nav .dropdown-message {
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-profile .user-image img {
    border: 2px solid #FBBD23;
    box-shadow: 0px 5px 10px #1413130D;
    border-radius: 50%;
    margin-right: 16px;
    object-fit: cover;
}

.user-profile .user-name {
    font-family: 'Flexo-Bold';
    text-transform: uppercase;
}

.logout-link {
    border-left: 1px solid #FFFFFF;
    padding: 10px;
}

.navbar-main .navbar-sidenav .nav-item .nav-link {
    color: #575855;
    display: flex;
    align-items: center;
    font-family: 'Flexo-Bold';
    line-height: normal;
    letter-spacing: 1.22px;
    padding: 2px 5px 2px 20px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.navbar-main .navbar-sidenav .active-parent-link .nav-link {
    background-color: #FBBD23;
    color: #FFFFFF !important;
}

.navbar-main .navbar-sidenav .nav-item .nav-link:hover,
.navbar-main .navbar-sidenav .nav-item .nav-link:focus {
    color: #1C6F97;
}

.navbar-main .navbar-sidenav .nav-item.active .nav-link,
.navbar-main .navbar-sidenav .nav-item.active .nav-link:hover,
.navbar-main .navbar-sidenav .nav-item.active .nav-link:focus {
    background-color: #FBBD23;
    color: #FFFFFF;
}

.navbar-main .navbar-sidenav .nav-item .nav-link .nav-link-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    height: 34px;
    width: 34px;
}

.icon-blue, .icon-white {
    max-width: 30px;
}

.navbar-main .navbar-sidenav .nav-item:not(.active) .nav-link .nav-link-icon .icon-white {
    display: none;
}

.navbar-main .navbar-sidenav .nav-item.active .nav-link .nav-link-icon .icon-blue,
.navbar-main .navbar-sidenav .nav-item .nav-link-collapse:not(.collapsed) .nav-link-icon .icon-blue {
    display: none;
}

.navbar-main .navbar-sidenav .nav-item .nav-link-collapse:not(.collapsed) .nav-link-icon .icon-white {
    display: block
}

.navbar-main .navbar-sidenav .nav-item .nav-link .nav-link-text {
    margin-right: 5px;
    width: calc(100% - 34px);
}

.navbar-main .navbar-collapse .navbar-sidenav .nav-link-collapse .nav-link-text {
    width: calc(100% - 34px - 20px);
}

.navbar-main .navbar-collapse .navbar-sidenav .nav-link-collapse:not(.collapsed) {
    background-color: #FBBD23;
    color: #FFFFFF;
}

.active-parent-link {
    background-color: #FBBD23;
    color: #FFFFFF !important;
}

.navbar-main .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
    background-image: url('../images/icon_down_arrow_white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: '';
    margin-left: auto;
    height: 14px;
    width: 14px;
}

.navbar-main .navbar-collapse .navbar-sidenav .nav-link-collapse.collapsed:after {
    background-image: url('../images/icon_right_arrow_dark.svg');
}

.navbar-main .navbar-collapse .navbar-sidenav .sidenav-second-level {
    background-color: #F8F8F8;
    list-style-type: none;
    padding: 0;
}

    .navbar-main .navbar-collapse .navbar-sidenav .sidenav-second-level li a {
        display: block;
        color: #575855;
        font-family: 'Flexo-Bold';
        line-height: normal;
        letter-spacing: 1.22px;
        padding: 12px 10px 12px 13px;
        text-transform: uppercase;
    }

        .navbar-main .navbar-collapse .navbar-sidenav .sidenav-second-level li.active a,
        .navbar-main .navbar-collapse .navbar-sidenav .sidenav-second-level li a:hover,
        .navbar-main .navbar-collapse .navbar-sidenav .sidenav-second-level li a:focus {
            color: #1C6F97;
        }

body.sidenav-toggled .navbar-main .navbar-sidenav .nav-item .nav-link .nav-link-icon {
    margin-right: 30px;
}

body.sidenav-toggled .navbar-main .navbar-sidenav .nav-item .nav-link .nav-link-text {
    display: none;
}

/* Dashboard Page */
.row-custom {
    margin-left: -11px;
    margin-right: -11px;
}

    .row-custom > div[class^="col"] {
        padding-left: 11px;
        padding-right: 11px;
    }

.card {
    border: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.card-header {
    background-color: transparent;
    border-bottom: none;
    font-family: 'Flexo-Medium';
    font-size: 14px;
    line-height: 19px;
    padding: 7px 20px 0;
}

.card-body {
    padding: 11px 20px 13px 22px;
}

.card-body-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    height: 50px;
    width: 50px;
}

    .card-body-icon .svg-inline--fa {
        color: #fff;
        font-size: 6px;
        position: absolute;
    }

.tickets-sold .card-body-icon .svg-inline--fa {
    bottom: 11px;
    right: 16px;
}

.tickets-cancelled .card-body-icon .svg-inline--fa {
    bottom: 12px;
    right: 17px;
}

.card-body-number {
    font-family: 'Flexo-Bold';
    font-size: 40px;
    line-height: 53px;
    padding-left: 10px;
    width: calc(100% - 50px);
}

    .card-body-number > ul {
        font-size: 26px;
        line-height: 35px;
    }

        .card-body-number > ul li {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            width: 25%;
        }

            .card-body-number > ul li:last-child {
                justify-content: flex-end;
            }

            .card-body-number > ul li ~ li {
                border-left: 1px solid #87899A;
            }

.card-footer {
    background-color: transparent;
    border-top: none;
    font-family: 'Flexo-Medium';
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px 19px;
}

.revenue .card-body {
    padding-top: 14px;
}

.title {
    font-family: 'Flexo-Bold';
}

.table {
    border-spacing: 0 0.5rem !important;
    color: #575855;
}

    .table td,
    .table th {
        vertical-align: middle;
        margin-bottom: 10px;
        border: none;
    }

    .table th {
        color: #333D4B;
        font-family: 'Flexo-Bold';
    }

    .table td {
        background: #fff;
    }

        .table td:first-child {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        .table td:last-child {
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
    width: calc(100% - 364px - 10px);
}

    .dataTables_wrapper .dataTables_filter label {
        display: block;
        font-size: 0;
        line-height: normal;
        margin-bottom: 0;
        position: relative;
    }

    .dataTables_wrapper .dataTables_filter input[type="search"] {
        background-image: url('../images/icon_search.svg');
        background-repeat: no-repeat;
        background-position: left 20px center;
        border: 1px solid #87899A;
        border-radius: 8px;
        color: #575855;
        font-size: 14px;
        line-height: normal;
        margin-left: 0;
        max-width: 793px;
        padding: 8px 19px 8px 46px;
        outline: none;
        width: 100%;
    }

        .dataTables_wrapper .dataTables_filter input[type="search"]:focus {
            border-color: #1C6F97;
        }

        .dataTables_wrapper .dataTables_filter input[type="search"]::-webkit-input-placeholder {
            color: #575855;
            opacity: 1;
        }

        .dataTables_wrapper .dataTables_filter input[type="search"]::-moz-placeholder {
            color: #575855;
            opacity: 1;
        }

        .dataTables_wrapper .dataTables_filter input[type="search"]:-ms-input-placeholder {
            color: #575855;
            opacity: 1;
        }

        .dataTables_wrapper .dataTables_filter input[type="search"]:-moz-placeholder {
            color: #575855;
            opacity: 1;
        }

.dataTables_wrapper .dataTables_paginate {
    color: #575855;
    padding-top: 0;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
    .dataTables_wrapper .dataTables_paginate .paginate_button.next,
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
        background-repeat: no-repeat;
        border: none;
        border-radius: 0;
        font-size: 0;
        padding: 0;
        vertical-align: text-bottom;
        height: 17px;
        width: 9px;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
        .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
            background-image: url('../images/icon_previous.svg');
            margin-left: 0;
            margin-right: 10px;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.next,
        .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
            background-image: url('../images/icon_next.svg');
            margin-left: 10px;
        }

    .dataTables_wrapper .dataTables_paginate span .paginate_button {
        border-radius: 0;
        color: #575855 !important;
        font-size: 14px;
        line-height: normal;
        padding: 0;
    }

        .dataTables_wrapper .dataTables_paginate span .paginate_button:first-child {
            margin-left: 0;
        }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        background: transparent;
        border: none;
        box-shadow: none;
        color: #1C6F97 !important;
        outline: none;
    }

table.dataTable {
    margin-top: 5px;
}

    table.dataTable.no-footer {
        border-bottom: none;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        background: transparent;
        border: none;
        font-size: 15px;
        padding: 8px 10px;
    }

        table.dataTable thead th.dt-body-center,
        table.dataTable thead td.dt-body-center {
            text-align: center;
        }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        background-image: none;
        position: relative;
        vertical-align: middle;
    }

    table.dataTable.text-center thead .sorting,
    table.dataTable.text-center thead .sorting_asc,
    table.dataTable.text-center thead .sorting_desc,
    table.dataTable.text-center thead .sorting_asc_disabled,
    table.dataTable.text-center thead .sorting_desc_disabled {
        padding-right: 35px;
        padding-left: 35px;
    }

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: inline-block;
        content: '';
        margin-left: 15px;
        height: 8px;
        vertical-align: middle;
        width: 19px;
    }

    table.dataTable.text-center thead .sorting:after,
    table.dataTable.text-center thead .sorting_asc:after,
    table.dataTable.text-center thead .sorting_desc:after,
    table.dataTable.text-center thead .sorting_asc_disabled:after,
    table.dataTable.text-center thead .sorting_desc_disabled:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    table.dataTable thead .sorting:after {
        background-image: url('../images/sort_both.png');
    }

    table.dataTable thead .sorting_asc:after {
        background-image: url('../images/sort_asc.png');
    }

    table.dataTable thead .sorting_desc:after {
        background-image: url('../images/sort_desc.png');
    }

    table.dataTable thead .sorting_asc_disabled:after {
        background-image: url('../images/sort_asc_disabled.png');
    }

    table.dataTable thead .sorting_desc_disabled:after {
        background-image: url('../images/sort_desc_disabled.png');
    }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 5px 8px;
    }

    table.dataTable tbody tr {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
        left: 6px;
        top: 50%;
        transform: translateY(-50%);
    }

    table.dataTable > tbody > tr.child ul.dtr-details {
        text-align: left;
        width: 100%;
    }

        table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
            padding-bottom: 0;
        }

    table.dataTable thead th.checkbox,
    table.dataTable thead td.checkbox,
    table.dataTable tbody th.checkbox,
    table.dataTable tbody td.checkbox {
        padding-left: 40px;
        padding-right: 0;
        vertical-align: middle;
    }

.select-wrap select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/icon_select.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    border: 1px solid #1C6F97;
    border-radius: 8px;
    color: #1C6F97;
    line-height: normal;
    height: 46px;
    padding: 10px 35px 10px 20px;
}

    .select-wrap select.form-control:focus {
        border-color: #1C6F97;
        box-shadow: none;
        color: #1C6F97;
    }

.link-wrap a {
    margin-right: 20px;
}

.link-wrap img {
    height: 20px;
}

.table .dtr-details li:last-child .dtr-data a ~ a {
    margin-left: 20px;
}

/* Modal */
.modal-backdrop {
    background-color: #575855;
}

    .modal-backdrop.show {
        opacity: 0.8;
    }

.modal-content {
    border: none;
    box-shadow: 0px 3px 17px rgb(0 0 0 / 61%);
    border-radius: 10px;
}

.modal-header {
    border-bottom-color: #87899A;
    padding: 13px 20px 10px;
}

.modal-title {
    color: #118ABE;
    font-family: 'Flexo-Bold';
}

.modal-body {
    padding: 20px 20px 20px;
}

.modal label {
    /*padding-top: 5px;*/
}

.modal form .form-group .form-control {
    color: #202328;
}

.modal form .form-group input.form-control::-webkit-input-placeholder {
    color: #202328;
    opacity: 1;
}

.modal form .form-group input.form-control::-moz-placeholder {
    color: #202328;
    opacity: 1;
}

.modal form .form-group input.form-control:-ms-input-placeholder {
    color: #202328;
    opacity: 1;
}

.modal form .form-group input.form-control:-moz-placeholder {
    color: #202328;
    opacity: 1;
}

.modal .btn {
    max-width: 160px;
    text-transform: none;
    height: 42px;
    width: 100%;
}

.modal .btn-lg {
    font-size: 20px;
    line-height: 26px;
}

.modal .btn ~ .btn {
    margin-left: 20px;
}

.modal .fcd-body .form-control-text {
    color: #202328;
    padding-bottom: 0;
}

.modal .fcd-body .fcd-body-details {
    line-height: 27px;
    margin-bottom: 40px;
}

.editor-wrap {
    margin-bottom: 40px;
}

    .editor-wrap .card-body {
        padding: 30px;
    }

    .editor-wrap .form-group {
        margin-bottom: 25px;
    }

    .editor-wrap .btn-lg {
        border-radius: 10px;
        /*padding: 22px 8px;*/
        text-transform: none;
        width: 100%;
    }

.editor.fr-box.fr-basic .fr-wrapper,
.editor .fr-toolbar {
    border-color: #D7D7D6;
}

.editor .fr-wrapper .fr-placeholder {
    color: #87899A;
    font-family: Flexo-Regular;
}

.editor.fr-box.fr-basic .fr-element {
    color: #575855;
    font-size: 18px;
    line-height: 24px;
}

.editor .fr-toolbar.fr-bottom {
    padding: 0 20px 10px;
}

.editor .fr-toolbar .fr-newline {
    background: #87899A;
    margin: 0 0 10px;
}

.editor .fr-toolbar .fr-btn-grp {
    margin: 0 0 10px;
}

    .editor .fr-toolbar .fr-btn-grp ~ .fr-btn-grp {
        border-left: 1px solid #87899A;
        margin-left: 20px;
        padding-left: 20px;
    }

.editor .fr-toolbar .fr-command.fr-btn {
    color: #87899A;
    margin: 0;
    height: inherit;
}

.editor .fr-toolbar .fr-btn-grp > .fr-command.fr-btn ~ .fr-command.fr-btn,
.editor .fr-toolbar .fr-btn-wrap {
    margin-left: 15px;
}

.editor .fr-toolbar .fr-command.fr-btn img {
    margin: 0;
    width: auto;
}

.editor .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,
.editor .fr-toolbar .fr-command.fr-btn.fr-dropdown img {
    margin-left: 0;
    padding-left: 0;
}

.editor .fr-toolbar .fr-command.fr-btn.fr-dropdown:after {
    background-image: url('../images/editor_options/icon_dropdown.svg');
    background-repeat: no-repeat;
    background-position: right center;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    width: 9px;
}

.editor .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after {
    border: none;
    transform: translateY(-50%) rotate(180deg);
}

.editor .fr-toolbar .fr-command.fr-btn.fr-dropdown:not(.fr-options):not(.fr-selection):after {
    display: none;
}

.editor .fr-toolbar .fr-command.fr-btn.fr-dropdown:not(.fr-options):not(.fr-selection) img {
    margin-right: 0;
}

.editor .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options {
    height: 16px;
}

.editor .fr-desktop .fr-command:hover:not(.fr-table-cell),
.editor .fr-desktop .fr-command:focus:not(.fr-table-cell),
.editor .fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),
.editor .fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
    background-color: transparent;
}

.editor .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.editor .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover {
    background-color: transparent;
}

.editor .fr-toolbar .fr-command.fr-btn svg.fr-svg {
    margin: 0;
    height: 17px;
}

.custom-checkbox {
    position: relative;
}

    .custom-checkbox input[type="checkbox"] {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

        .custom-checkbox input[type="checkbox"] ~ label {
            display: block;
            min-height: 20px;
            margin-bottom: 0;
            padding-left: 20px;
        }

            .custom-checkbox input[type="checkbox"] ~ label:before {
                background-color: #FFFFFF;
                border: 1px solid #707070;
                border-radius: 4px;
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                height: 20px;
                width: 20px;
            }

        .custom-checkbox input[type="checkbox"]:checked ~ label:before {
            background-color: #1C6F97;
            border-color: #1C6F97;
            color: #fff;
        }

        .custom-checkbox input[type="checkbox"] ~ label:after {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 50% 50%;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: block;
            width: 20px;
            height: 20px;
        }

        .custom-checkbox input[type="checkbox"]:checked ~ label:after {
            background-image: url('../images/icon_check.svg');
        }

.form-check.custom-checkbox {
    padding-left: 0;
}

    .form-check.custom-checkbox input[type="checkbox"] {
        margin: 0;
    }

        .form-check.custom-checkbox input[type="checkbox"] ~ label {
            color: #99899a;
            font-size: 14px;
            line-height: 27px;
            padding-bottom: 3px;
            padding-top: 3px;
            padding-left: 40px;
        }

            .form-check.custom-checkbox input[type="checkbox"] ~ label:before,
            .form-check.custom-checkbox input[type="checkbox"] ~ label:after {
                height: 23px;
                width: 23px;
            }

.form-text {
    font-size: 14px;
    line-height: 19px;
    margin-top: 20px;
}

    .form-text span {
        color: #FBBD23;
        font-size: 16px;
        line-height: 21px;
        margin-left: 5px;
    }

#FoodOrdertab > .ui-tabs-panel {
    height: calc(100% - 45px);
}

.status-filter {
    position: relative;
    display: inline-block;
}

    .status-filter .status-filter-icon a {
        color: #575855;
    }

    .status-filter .status-filter-list {
        border: 1px solid #ccc;
        background: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        display: none;
        width: 240px;
        z-index: 99;
    }

        .status-filter .status-filter-list ul {
            margin: 0;
        }

            .status-filter .status-filter-list ul li ~ li {
                border-top: 1px solid #ccc;
            }

            .status-filter .status-filter-list ul li a {
                color: #575855;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                padding: 10px;
            }

        .status-filter .status-filter-list .status-filter-box {
            display: block;
            margin-right: 10px;
            height: 25px;
            width: 25px;
        }

    .status-filter:hover .status-filter-list {
        display: block;
    }


@media (max-width: 1700px) and (min-width: 1501px) {
    .nav-wrapper .nav-item {
        width: 13.66%;
    }

    .card-header, .card-body, .card-footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card-header {
        font-size: 12px;
    }

    .card-footer {
        font-size: 16px;
    }

    .card-body-icon {
        height: 45px;
        width: 45px;
    }

    .card-body-number {
        font-size: 30px;
        width: calc(100% - 45px);
    }

        .card-body-number > ul {
            font-size: 22px;
        }

    .tickets-sold .card-body-icon .svg-inline--fa {
        bottom: 9px;
        right: 13px;
    }

    .tickets-cancelled .card-body-icon .svg-inline--fa {
        bottom: 10px;
        right: 14px;
    }
}

@media (max-width: 1500px) and (min-width: 1441px) {
    .nav-wrapper .navbar-nav {
        margin-left: -20px;
        margin-right: -20px;
    }

    .nav-wrapper .nav-item {
        padding-left: 20px;
        padding-right: 20px;
        width: 16.66%;
    }

    .card-header,
    .card-body,
    .card-footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card-header {
        font-size: 10px;
    }

    .card-body {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .revenue .card-body {
        padding-top: 9px;
    }

    .card-footer {
        font-size: 14px;
    }

    .card-body-icon {
        height: 45px;
        width: 45px;
    }

    .card-body-number {
        font-size: 25px;
        line-height: normal;
        width: calc(100% - 45px);
    }

        .card-body-number > ul {
            font-size: 18px;
            line-height: normal;
        }

    .tickets-sold .card-body-icon .svg-inline--fa {
        bottom: 9px;
        right: 13px;
    }

    .tickets-cancelled .card-body-icon .svg-inline--fa {
        bottom: 10px;
        right: 14px;
    }
}

@media (min-width: 1441px) {
    body.fixed-nav {
        padding-top: 80px;
    }

    .navbar-main {
        min-height: 80px;
        padding: 5px 30px;
    }

        .navbar-main .navbar-brand img.logo-horizontal {
            height: 39px;
            width: 200px;
        }

    body.sidenav-toggled .navbar-main .navbar-brand {
        width: 76px;
    }

    .sidenav-toggler {
        margin-left: 25px;
    }

    .navbar-main .navbar-nav .dropdown-menu {
        /*top: 89px;*/
    }

    .user-profile {
        padding-left: 40px;
        padding-right: 40px;
    }

    .logout-link {
        padding-left: 22px;
        padding-right: 5px;
    }

    .user-profile .user-image img {
        height: 60px;
        width: 60px;
    }

    .user-profile .user-name {
        font-size: 15px;
        line-height: 20px;
    }

    .navbar-main .navbar-nav .dropdown-message {
        max-width: 300px;
    }

    .navbar-main .navbar-sidenav .nav-item ~ .nav-item {
        margin-top: 15px;
    }

    .navbar-main .navbar-collapse .navbar-sidenav {
        margin-top: 100px;
        max-width: 250px;
        height: calc(100vh - 100px);
    }

        .navbar-main .navbar-collapse .navbar-sidenav .sidenav-second-level {
            padding: 10px 0 10px 50px;
        }

    .content-wrapper {
        margin-left: 250px;
        padding: 20px 25px;
    }

    body.sidenav-toggled .content-wrapper {
        margin-left: 100px;
    }

    .editor-wrap .btn-lg {
        font-size: 20px;
        line-height: 30px;
    }

    .editor-wrap .col-xl-10 {
        -ms-flex: 0 0 calc(100% - 265px);
        flex: 0 0 calc(100% - 265px);
        max-width: calc(100% - 265px);
    }

    .editor-wrap .col-xl-2 {
        -ms-flex: 0 0 265px;
        flex: 0 0 265px;
        max-width: 265px;
    }

    .navbar-block {
        margin: 0 auto;
        max-width: 1400px;
    }

    #FoodOrdertab {
        height: calc(100vh - 176px);
    }
}

@media (min-width: 1441px) {
    .modal-dialog.modal-xl {
        max-width: 1340px;
    }
    .modal-dialog.modal-sm {
        max-width: 400px;
    }
    .modal-dialog.modal-xxl {
        max-width: 1620px;
    }

    .table-responsive {
        overflow-x: hidden;
    }
}

@media (max-width: 1440px) {
    body.fixed-nav {
        padding-top: 65px;
    }

    .navbar-main {
        min-height: 65px;
        padding: 5px 20px;
    }

        .navbar-main .navbar-brand img.logo-horizontal {
            height: 39px;
            width: 200px;
        }

    .navbar-brand .logo-vertical {
        height: 80px;
        width: 128px;
    }

    .nav-wrapper {
        padding: 40px 5px;
    }

        .nav-wrapper .navbar-nav {
            margin-left: -15px;
            margin-right: -15px;
        }

        .nav-wrapper .nav-item {
            margin-bottom: 25px;
            padding-left: 15px;
            padding-right: 15px;
            width: 13.66%;
        }

        .nav-wrapper .nav-link-text {
            font-size: 12px;
            line-height: normal;
        }

    .bell .nav-link > img {
        height: 31px;
        width: 26px;
    }

    .indicator {
        height: 7px;
        width: 7px;
    }

    .navbar-main .navbar-nav .dropdown-menu {
        /*top: 65px;*/
    }

    .navbar-main .navbar-nav .dropdown-message {
        max-width: 230px;
    }

    .user-profile {
        padding-left: 30px;
        padding-right: 30px;
    }

        .user-profile .user-image img {
            height: 50px;
            width: 50px;
        }

        .user-profile .user-name {
            font-size: 15px;
            line-height: normal;
        }

    .logout-link {
        padding-left: 16px;
    }

        .logout-link .nav-link > img {
            height: 25px;
            width: 28px;
        }

    .navbar-main .navbar-sidenav .nav-item ~ .nav-item {
        margin-top: 10px;
    }

    .card-body-number {
        font-size: 30px;
        line-height: normal;
    }

    #FoodOrdertab {
        height: calc(100vh - 146px);
    }
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .card-section .col-xl-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .card-body-number > ul {
        font-size: 18px;
        line-height: normal;
    }

        .card-body-number > ul li {
            padding-left: 5px;
            padding-right: 5px;
            text-align: center;
        }

    .editor-wrap .col-xl-10 {
        -ms-flex: 0 0 calc(100% - 230px);
        flex: 0 0 calc(100% - 230px);
        max-width: calc(100% - 230px);
    }

    .editor-wrap .col-xl-2 {
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
        max-width: 230px;
    }
}

@media (min-width: 1200px) {
    .login-page .col-xl-8 {
        -ms-flex: 0 0 63.33%;
        flex: 0 0 63.33%;
        max-width: 63.33%;
    }

    .login-page .col-xl-4 {
        -ms-flex: 0 0 36.66%;
        flex: 0 0 36.66%;
        max-width: 36.66%;
    }

    .editor-wrap .row {
        margin-left: -20px;
        margin-right: -20px;
    }

        .editor-wrap .row > div[class^="col"] {
            padding-left: 20px;
            padding-right: 20px;
        }
}

@media (max-width: 1440px) and (min-width: 992px) {
    html {
        font-size: 14px;
    }

    body.sidenav-toggled .navbar-main .navbar-brand {
        width: 69px;
    }

    .sidenav-toggler {
        margin-left: 15px;
    }

    .navbar-main .navbar-collapse .navbar-sidenav {
        margin-top: 80px;
        max-width: 250px;
        height: calc(100vh - 80px);
    }

    .navbar-main .navbar-sidenav .nav-item .nav-link {
        padding: 2px 5px 2px 20px;
    }

    .navbar-main .navbar-collapse .navbar-sidenav .sidenav-second-level {
        padding: 4px 0 2px 50px;
    }

        .navbar-main .navbar-collapse .navbar-sidenav .sidenav-second-level li a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .navbar-main .navbar-sidenav .nav-item .nav-link .nav-link-icon {
        margin-right: 5px;
    }

    body.sidenav-toggled .navbar-main .navbar-sidenav .nav-item .nav-link .nav-link-icon {
        margin-right: 15px;
    }

    .content-wrapper {
        margin-left: 250px;
        padding: 15px 15px;
    }

    body.sidenav-toggled .content-wrapper {
        margin-left: 105px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .nav-wrapper .nav-item {
        width: 20%;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .select-wrap + .dataTables_wrapper .dataTables_filter {
        width: calc(100% - 374px);
    }

    .editor-wrap .card-body {
        padding: 20px;
    }

    .nav-wrapper .navbar-block .nav-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    body.sidenav-toggled .navbar-main .navbar-brand {
        overflow: hidden;
    }

    .navbar-main .navbar-collapse .navbar-sidenav {
        background-color: #FFFFFF;
        box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
        position: absolute;
        top: 0;
        left: 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        font-size: 12px;
    }

    .modal-dialog {
        max-width: 800px;
    }
        .modal-dialog.modal-xl {
            max-width: 1200px;
        }
}

@media (max-width: 991px) {
    .navbar-main .navbar-collapse {
        background-color: #FFFFFF;
        position: absolute;
        left: 0;
        top: 80px;
        overflow: auto;
        max-height: calc(100vh - 80px);
        width: 100%;
    }

    .navbar-main .navbar-sidenav .nav-item .nav-link {
        padding: 15px 10px 15px 15px;
    }

    .navbar-main .navbar-collapse .navbar-sidenav .sidenav-second-level {
        padding-left: 45px;
    }

    .navbar-main .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .content-wrapper {
        padding: 15px 0;
    }

    .navbar-dark .navbar-toggler {
        border: none;
        border-left: 1px solid #FFFFFF;
        border-radius: 0;
        padding: 10px 15px;
    }

        .navbar-dark .navbar-toggler:focus {
            outline: none;
        }

    .navbar-right {
        flex-direction: inherit;
    }

    .nav-wrapper .nav-item {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .table-right {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        min-height: 40px;
        position: absolute;
        top: -2px;
        right: 0;
        max-width: 364px;
        width: 100%;
        z-index: 1;
    }

    .select-wrap select.form-control {
        max-width: 177px;
    }

        .select-wrap select.form-control ~ select.form-control {
            margin-left: 10px;
        }

    .modal .fcd-body .fcd-body-sr {
        -ms-flex: 0 0 15.33%;
        flex: 0 0 15.33%;
        max-width: 15.33%;
    }

    .modal .fcd-body .fcd-body-added {
        -ms-flex: 0 0 19.33%;
        flex: 0 0 19.33%;
        max-width: 19.33%;
    }

    .modal .fcd-body .fcd-body-user {
        -ms-flex: 0 0 26.66%;
        flex: 0 0 26.66%;
        max-width: 26.66%;
    }

    .modal .fcd-body .fcd-body-category {
        -ms-flex: 0 0 38.66%;
        flex: 0 0 38.66%;
        max-width: 38.66%;
    }

    .nav-wrapper .navbar-block {
        overflow: hidden;
    }

    .nav-wrapper .navbar-block-row {
        margin-left: -50px;
        margin-right: -50px;
    }

        .nav-wrapper .navbar-block-row > .block {
            padding-left: 50px;
            padding-right: 50px;
        }
}

@media (max-width: 767px) {
    html {
        font-size: 16px;
    }

    body.fixed-nav {
        padding-top: 75px;
    }

    .navbar-main {
        min-height: 75px;
        padding: 5px 15px;
    }

        .navbar-main .navbar-brand img.logo-horizontal {
            height: 29px;
            width: 150px;
        }

    .navbar-dark .navbar-toggler {
        padding: 2px 10px;
    }

    .bell .nav-link > img {
        height: 24px;
        width: 20px;
    }

    .indicator {
        height: 5px;
        width: 5px;
    }

    .navbar-main .navbar-nav .dropdown-menu {
        position: fixed;
        top: 75px;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
    }

    .user-profile {
        padding-left: 20px;
        padding-right: 20px;
    }

        .user-profile .user-image img {
            height: 40px;
            width: 40px;
        }

        .user-profile .user-name {
            font-size: 14px;
        }

    .logout-link {
        padding: 5px 0 5px 10px;
    }

        .logout-link .nav-link > img {
            height: 19px;
            width: 22px;
        }

    .navbar-main .navbar-collapse {
        top: 75px;
        max-height: calc(100vh - 75px);
    }

    .navbar-main .navbar-sidenav .nav-item .nav-link {
        padding: 10px 10px 10px 15px;
    }

    .navbar-brand .logo-vertical {
        height: 55px;
        width: 88px;
    }

    .nav-wrapper .nav-item {
        width: 33.33%;
    }

    .card-header,
    .card-body,
    .card-footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card-body {
        padding-top: 5px;
        padding-bottom: 8px;
    }

    .card-footer {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .revenue .card-body {
        padding-top: 9px;
    }

    .card-body-number > ul {
        font-size: 20px;
        line-height: normal;
    }

    .dataTables_wrapper .dataTables_filter {
        width: 100%;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0;
    }

    .table-right {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .select-wrap select.form-control {
        width: calc(50% - 5px);
    }

        .select-wrap select.form-control ~ select.form-control {
            margin-left: 10px;
        }

    .editor-wrap .card-body {
        padding: 15px;
    }

    .editor-wrap .btn-lg {
        margin-top: 20px;
    }

    .nav-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

        .nav-wrapper .navbar-block-row > .block ~ .block {
            padding-top: 150px;
        }

            .nav-wrapper .navbar-block-row > .block ~ .block:before {
                top: 0;
                transform: inherit;
                left: 0;
                right: 0;
                margin: 40px auto 0;
            }

            .nav-wrapper .navbar-block-row > .block ~ .block:after {
                top: 75px;
                height: 2px;
                width: 100%;
            }
}

@media (max-width: 991px) and (min-width: 576px) {
    .modal-dialog {
        max-width: 90%;
    }
}

@media (max-width: 575px) {
    html {
        font-size: 14px;
    }

    .login-wrapper {
        padding: 30px;
    }

        .login-wrapper .login-title {
            font-size: 30px;
            line-height: normal;
            margin-bottom: 30px;
        }

    .user-profile {
        padding-left: 10px;
        padding-right: 10px;
    }

        .user-profile .user-image img {
            margin-right: 0;
        }

    .nav-wrapper .navbar-nav {
        margin-left: -10px;
        margin-right: -10px;
    }

    .nav-wrapper .nav-item {
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
    }

    .nav-wrapper .nav-link {
        padding: 10px 5px;
    }

    .nav-wrapper .nav-link-icon {
        margin-bottom: 10px;
    }

    .nav-wrapper .nav-link-text {
        font-size: 13px;
    }

    .row-custom {
        margin-left: -5px;
        margin-right: -5px;
    }

        .row-custom > div[class^="col"] {
            padding-left: 5px;
            padding-right: 5px;
        }

    .card-body-number > ul li {
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }

    .card-body-number > ul {
        flex-wrap: wrap;
    }

        .card-body-number > ul li {
            width: 50%;
        }

            .card-body-number > ul li:nth-child(3) {
                border-left: none;
            }

            .card-body-number > ul li:last-child {
                justify-content: center;
            }

    table.dataTable thead th,
    table.dataTable thead td {
        font-size: 16px;
        padding: 10px 10px;
    }

    table.dataTable.text-center thead .sorting,
    table.dataTable.text-center thead .sorting_asc,
    table.dataTable.text-center thead .sorting_desc,
    table.dataTable.text-center thead .sorting_asc_disabled,
    table.dataTable.text-center thead .sorting_desc_disabled {
        padding-right: 25px;
        padding-left: 25px;
    }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 14px 10px;
    }

    .modal-header {
        padding: 20px;
    }

    .modal-body {
        padding: 18px 20px 20px;
    }

    .modal form .form-control {
        font-size: 16px;
        height: 56px;
        padding: 15px;
    }

    .modal form select.form-control {
        background-position: right 20px center;
        padding-right: 40px;
    }

    .modal .btn-lg {
        font-size: 18px;
        line-height: normal;
    }

    .modal .btn ~ .btn {
        margin-left: 10px;
    }

    .modal .btn {
        max-width: inherit;
        margin-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        height: 56px;
        width: auto;
    }
}

@media (max-width: 359px) {
    .navbar-main .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 10px;
    }

        .navbar-main .navbar-brand img.logo-horizontal {
            height: 21px;
            width: 110px;
        }

    .nav-wrapper .nav-link-icon {
        margin-bottom: 20px;
    }

    .nav-wrapper .nav-link-text {
        font-size: 15px;
    }

    .card-header {
        font-size: 10px;
    }

    .card-footer {
        font-size: 14px;
    }

    .card-body-icon {
        height: 45px;
        width: 45px;
    }

    .card-body-number {
        font-size: 25px;
        line-height: normal;
        width: calc(100% - 45px);
    }

        .card-body-number > ul {
            font-size: 18px;
            line-height: normal;
        }

    .tickets-sold .card-body-icon .svg-inline--fa {
        bottom: 9px;
        right: 13px;
    }

    .tickets-cancelled .card-body-icon .svg-inline--fa {
        bottom: 10px;
        right: 14px;
    }

    select.form-control {
        background-position: right 10px center;
        padding: 10px 25px 10px 10px;
    }

    .nav-wrapper .navbar-block .nav-item {
        width: 50%;
    }
}

/*Start Filter CSS*/

.white-txt {
    color: #fff !important;
}

.filter-select-box .select2-container {
    width: 100% !important;
}

.filter-block-section {
    position: relative;
}

    .filter-block-section.right {
        float: right;
    }

    .filter-block-section .filter-icon {
        max-width: 30px;
    }

    .filter-block-section .btn-arrow {
        display: inline-block;
        background: #868686;
        border-radius: 5px;
        padding: 8px 10px;
        margin-right: 5px;
        text-align: center;
    }

.filter-content-block {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 200px;
    display: none;
}

.sales-section .filter-content-block {
    width: 250px;
}

.filter-content-block .inner-content {
    margin-left: 20px;
    background: #3A3E41;
}


.filter-content-block .title {
    background: #202328;
    color: #D3D3D3;
    text-transform: capitalize;
    height: 35px;
    line-height: 35px;
    font-family: 'Flexo-Black';
    font-size: 15px;
    text-align: center;
    border-left: 7px solid #13A9E1;
    position: relative;
}

    .filter-content-block .title:before {
        width: 0;
        content: "";
        position: absolute;
        top: 50%;
        left: -14px;
        margin-top: -7px;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #13A9E1;
    }

.filter-block-section.right .filter-content-block {
    left: inherit;
    right: 100%;
}

    .filter-block-section.right .filter-content-block .inner-content {
        margin-left: 0;
        margin-right: 12px;
    }

    .filter-block-section.right .filter-content-block .title {
        border-left: 0px solid #13A9E1;
        border-right: 7px solid #13A9E1;
    }

        .filter-block-section.right .filter-content-block .title:before {
            width: 0;
            content: "";
            position: absolute;
            top: 50%;
            left: inherit;
            right: -14px;
            margin-top: -7px;
            height: 0;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-right: 0px solid #13A9E1;
            border-left: 7px solid #13A9E1;
        }

.filter-content-block .filiter-inner {
    padding: 10px 0px;
}

.filter-content-block .filter-top {
    border-bottom: 1px solid #868686;
    padding: 0 20px;
}

    .filter-content-block .filter-top + .filter-top {
        margin-top: 10px;
    }

    .filter-content-block .filter-top ul {
        padding: 0;
        list-style: none;
    }

        .filter-content-block .filter-top ul li {
            display: inline-block;
            margin-bottom: 8px;
        }

            .filter-content-block .filter-top ul li a {
                border: 1px solid #95989A;
                color: #fff;
                font-size: 12px;
                font-family: 'Flexo-Regular';
                border-radius: 5px;
                padding: 3px 5px;
            }

            .filter-content-block .filter-top ul li.active a {
                background: #d3d3d3;
                color: #5e5e5e;
            }

.filter-content-block .filter-bottom {
    padding: 10px 20px 0;
}

    .filter-content-block .filter-bottom label {
        color: #fff;
        font-family: 'Flexo-BoldIt';
        font-size: 13px;
        text-align: left;
    }

.filter-content-block label.white-txt {
    color: #fff;
    font-family: 'Flexo-BoldIt';
    font-size: 13px;
    text-align: left;
}

.filter-content-block .filter-bottom .input-group {
}

.filter-block-section.active .filter-content-block {
    display: block;
}

.margin-r-5 {
    margin-right: 5%;
}

.margin-r-10 {
    margin-right: 10%;
}

.margin-r-20 {
    margin-right: 20%;
}

.margin-b-20 {
    margin-bottom: 20%;
}

.margin-b-10 {
    margin-bottom: 10%;
}

.margin-b-5 {
    margin-bottom: 5%;
}

.date-icon-with-txt {
    background: url(../images/icon-small-calander.png) no-repeat 5px center #D3D3D3;
    padding: 3px 5px 3px 28px;
    color: #5E5E5E;
    font-size: 12px;
    border: 1px solid transparent;
    font-family: 'Flexo-Regular';
    width: 49%;
    border-radius: 5px;
}

.filiter-inner .full-width-input .date-icon-with-txt {
    width: 100%;
    margin-bottom: 5px;
}

.sales-section .time-icon-with-txt {
    width: 49%;
}

.sales-section .date-icon-with-txt {
    width: 49%;
}

.filiter-inner .date-icon-with-txt {
    width: 48%;
}

.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

/*End Filter CSS*/

.table-responsive > .table.table-bordered {
    border: 1px solid #dee2e6;
}

.table.table-bordered th,
.table.table-bordered td {
    border: 1px solid #dee2e6;
}

/*Start Order Status Journey*/

.foodOrderHistory {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .foodOrderHistory > li {
        margin-bottom: 20px;
        position: relative;
    }

        .foodOrderHistory > li:before,
        .foodOrderHistory > li:after {
            content: " ";
            display: table;
        }

        .foodOrderHistory > li:after {
            clear: both;
        }

        .foodOrderHistory > li:before,
        .foodOrderHistory > li:after {
            content: " ";
            display: table;
        }

        .foodOrderHistory > li:after {
            clear: both;
        }

        .foodOrderHistory > li > .timeline-panel {
            width: 100%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            background: #fff;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

        .foodOrderHistory > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            display: none;
        }

        .foodOrderHistory > li.timeline-inverted > .timeline-panel {
            float: right;
            margin-right: 0%;
        }

            .foodOrderHistory > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .foodOrderHistory > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

    .foodOrderHistory .timeline-badge.primary {
        background-color: #2e6da4 !important;
    }

    .foodOrderHistory .timeline-badge.success {
        background-color: #3f903f !important;
    }

    .foodOrderHistory .timeline-badge.warning {
        background-color: #f0ad4e !important;
    }

    .foodOrderHistory .timeline-badge.danger {
        background-color: #d9534f !important;
    }

    .foodOrderHistory .timeline-badge.info {
        background-color: #5bc0de !important;
    }

    .foodOrderHistory .timeline-title {
        margin-top: 0;
        color: inherit;
    }

    .foodOrderHistory .timeline-body > p,
    .foodOrderHistory .timeline-body > ul {
        margin-bottom: 0;
    }

        .foodOrderHistory .timeline-body > p + p {
            margin-top: 5px;
        }

/* Food Order History Custom */
.foodOrderHistoryCustom > li {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 30px;
}

    .foodOrderHistoryCustom > li:last-child {
        padding-bottom: 0;
    }

    .foodOrderHistoryCustom > li:before {
        background-color: #fff;
        border: 2px solid #13A9E1;
        border-radius: 50%;
        content: "\f00c";
        color: #13A9E1;
        font-family: 'FontAwesome';
        font-size: 10px;
        line-height: 16px;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: -2px;
        text-align: center;
        height: 20px;
        width: 20px;
        z-index: 2;
    }

    .foodOrderHistoryCustom > li.completed:before {
        background-color: #13A9E1;
    }

    .foodOrderHistoryCustom > li:after {
        background-color: #13A9E1;
        pointer-events: none;
        position: absolute;
        left: 9px;
        top: 0;
        height: 100%;
        width: 2px;
        z-index: 1;
    }

    .foodOrderHistoryCustom > li:last-child:after {
        display: none;
    }

    .foodOrderHistoryCustom > li .timeline-heading:last-child > p:last-child {
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    /*ul.foodOrderHistory:before {
        left: 40px;
    }*/

    ul.foodOrderHistory > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.foodOrderHistory > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.foodOrderHistory > li > .timeline-panel {
        float: right;
    }
}
/*End Order Status Journey*/

/*Start foodorder color-profile code class*/
.food-square-ordercreated {
    /*height: 20px;
    width: 20px;*/
    background-color: #1E73BE;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-ordercreated {
    height: 20px;
    width: 20px;
    background-color: #1E73BE;
}

    .modal-body .food-square-ordercreated .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #1E73BE;
        position: absolute;
    }

.food-square-accepted {
    /*height: 20px;
    width: 20px;*/
    background-color: #A01497;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-accepted {
    height: 20px;
    width: 20px;
    background-color: #A01497;
}

    .modal-body .food-square-accepted .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #A01497;
        position: absolute;
    }

.food-square-inpreperation {
    /*height: 20px;
    width: 20px;*/
    background-color: #DD9933;
    color: white;
    padding: 2px 8px;
}

.food-square-inpreparation {
    /*height: 20px;
    width: 20px;*/
    background-color: #DD9933;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-inpreperation {
    height: 20px;
    width: 20px;
    background-color: #DD9933;
}

    .modal-body .food-square-inpreperation .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #DD9933;
        position: absolute;
    }

.food-square-readyforpickup {
    /* height: 20px; */
    /* width: 20px; */
    background-color: #0074A2;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-readyforpickup {
    height: 20px;
    width: 20px;
    background-color: #0074A2;
}

    .modal-body .food-square-readyforpickup .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #0074A2;
        position: absolute;
    }

.food-square-outfordelivered {
    /*height: 20px;
    width: 20px;*/
    background-color: #FFEB9C;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-outfordelivered {
    height: 20px;
    width: 20px;
    background-color: #FFEB9C;
}

    .modal-body .food-square-outfordelivered .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #FFEB9C;
        position: absolute;
    }

.food-square-pickup {
    /*height: 20px;
    width: 20px;*/
    background-color: #81D742;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-pickup {
    height: 20px;
    width: 20px;
    background-color: #81D742;
}

    .modal-body .food-square-pickup .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #81D742;
        position: absolute;
    }

.food-square-delivered {
    /*height: 20px;
    width: 20px;*/
    background-color: #4CAD50;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-delivered {
    height: 20px;
    width: 20px;
    background-color: #4CAD50;
}

    .modal-body .food-square-delivered .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #4CAD50;
        position: absolute;
    }

.food-square-ordercancled {
    /*height: 20px;
    width: 20px;*/
    background-color: #DD3333;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-ordercancled {
    height: 20px;
    width: 20px;
    background-color: #DD3333;
}

    .modal-body .food-square-ordercancled .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #DD3333;
        position: absolute;
    }

.food-square-notdelivered {
    /*height: 20px;
    width: 20px;*/
    background-color: #FF4444;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-notdelivered {
    height: 20px;
    width: 20px;
    background-color: #FF4444;
}

.food-square-orderreject {
    /*height: 20px;
    width: 20px;*/
    background-color: #DC676D;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-orderreject {
    height: 20px;
    width: 20px;
    background-color: #DC676D;
}

.modal-body .food-square-notdelivered .status-cls-title {
    margin-left: 25px;
    padding-top: 2px;
    color: #FF4444;
    position: absolute;
}

.modal-body .food-square-orderreject .status-cls-title {
    margin-left: 25px;
    padding-top: 2px;
    color: #DC676D;
    position: absolute;
}

.food-square-default {
    /*height: 20px;*/
    /* width: 20px; */
    background-color: #FFFFFF;
    padding: 2px 8px;
}

.food-square-reviewsubmitted {
    background-color: #F7B74C;
    color: white;
    padding: 2px 8px;
}

.food-square-paymentrefundedtocustomer {
    background-color: #0D4A6F;
    color: white;
    padding: 2px 8px;
}

.food-square-returnrejected {
    background-color: #317873;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-reviewsubmitted {
    height: 20px;
    width: 20px;
    background-color: #F7B74C;
}

    .modal-body .food-square-reviewsubmitted .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #F7B74C;
        position: absolute;
    }

.food-square-returnrequested {
    /*height: 20px;
    width: 20px;*/
    background-color: #30E3A8;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-returnrequested {
    height: 20px;
    width: 20px;
    background-color: #30E3A8;
}

    .modal-body .food-square-returnrequested .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #30E3A8;
        position: absolute;
    }

.food-square-orderreturned {
    /*height: 20px;
    width: 20px;*/
    background-color: #13c2c2;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-orderreturned {
    height: 20px;
    width: 20px;
    background-color: #13c2c2;
}

    .modal-body .food-square-orderreturned .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #13c2c2;
        position: absolute;
    }

.food-square-paidtorestaurent {
    /*height: 20px;
    width: 20px;*/
    background-color: #fa541c;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-paidtorestaurent {
    height: 20px;
    width: 20px;
    background-color: #fa541c;
}

    .modal-body .food-square-paidtorestaurent .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #fa541c;
        position: absolute;
    }

.food-square-returnrejected {
    /*height: 20px;
    width: 20px;*/
    background-color: #317873;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-returnrejected {
    height: 20px;
    width: 20px;
    background-color: #317873;
}

    .modal-body .food-square-returnrejected .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #fa541c;
        position: absolute;
    }

.food-square-paymentrefundedtocustomer {
    /*height: 20px;
    width: 20px;*/
    background-color: #0D4A6F;
    color: white;
    padding: 2px 8px;
}

.modal-body .food-square-paymentrefundedtocustomer {
    height: 20px;
    width: 20px;
    background-color: #0D4A6F;
}

    .modal-body .food-square-paymentrefundedtocustomer .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #0D4A6F;
        position: absolute;
    }
/*End foodorder color-profile code class*/

/*Start :: Shipment status color class */
.shipment-square-shipmentrequested {
    background-color: #1E73BE;
    color: white;
    padding: 2px 8px;
}

.modal-body .shipment-square-shipmentrequested {
    height: 20px;
    width: 20px;
    background-color: #1E73BE;
}

    .modal-body .shipment-square-shipmentrequested .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #1E73BE;
        position: absolute;
    }

.shipment-square-shipmentaccepted {
    background-color: #A01497;
    color: white;
    padding: 2px 8px;
}

.modal-body .shipment-square-shipmentaccepted {
    height: 20px;
    width: 20px;
    background-color: #A01497;
}

    .modal-body .shipment-square-shipmentaccepted .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #A01497;
        position: absolute;
    }

.shipment-square-deliveryagentassigned {
    background-color: #DD9933;
    color: white;
    padding: 2px 8px;
}
.modal-body .shipment-square-deliveryagentassigned {
    height: 20px;
    width: 20px;
    background-color: #DD9933;
}

    .modal-body .shipment-square-deliveryagentassigned .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #DD9933;
        position: absolute;
    }

.shipment-square-deliverablesinspected {
    background-color: #0074A2;
    color: white;
    padding: 2px 8px;
}
.modal-body .shipment-square-deliverablesinspected {
    height: 20px;
    width: 20px;
    background-color: #0074A2;
}

    .modal-body .shipment-square-deliverablesinspected .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #0074A2;
        position: absolute;
    }
.shipment-square-pickedup {
    background-color: #81D742;
    color: white;
    padding: 2px 8px;
}
.modal-body .shipment-square-pickedup {
    height: 20px;
    width: 20px;
    background-color: #81D742;
}

    .modal-body .shipment-square-pickedup .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #81D742;
        position: absolute;
    }
.shipment-square-outfordelivery {
    background-color: #FFEB9C;
    color: white;
    padding: 2px 8px;
}
.modal-body .shipment-square-outfordelivery {
    height: 20px;
    width: 20px;
    background-color: #FFEB9C;
}

    .modal-body .shipment-square-outfordelivery .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #FFEB9C;
        position: absolute;
    }
.shipment-square-outforpickup {
    background-color: #13c2c2;
    color: white;
    padding: 2px 8px;
}

.modal-body .shipment-square-outforpickup {
    height: 20px;
    width: 20px;
    background-color: #13c2c2;
}

    .modal-body .shipment-square-outforpickup .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #13c2c2;
        position: absolute;
    }
.shipment-square-delivered {
    background-color: #4CAD50;
    color: white;
    padding: 2px 8px;
}
.modal-body .shipment-square-delivered {
    height: 20px;
    width: 20px;
    background-color: #4CAD50;
}

    .modal-body .shipment-square-delivered .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #4CAD50;
        position: absolute;
    }
.shipment-square-notdelivered {
    background-color: #FF4444;
    color: white;
    padding: 2px 8px;
}
.modal-body .shipment-square-notdelivered {
    height: 20px;
    width: 20px;
    background-color: #FF4444;
}

    .modal-body .shipment-square-notdelivered .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #FF4444;
        position: absolute;
    }
.shipment-square-extrachargesincurred {
    background-color: #DD3333;
    color: white;
    padding: 2px 8px;
}
.modal-body .shipment-square-extrachargesincurred {
    height: 20px;
    width: 20px;
    background-color: #DD3333;
}

    .modal-body .shipment-square-extrachargesincurred .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #DD3333;
        position: absolute;
    }
.shipment-square-packagingdone {
    background-color: #DC676D;
    color: white;
    padding: 2px 8px;
}
.modal-body .shipment-square-packagingdone {
    height: 20px;
    width: 20px;
    background-color: #DC676D;
}

    .modal-body .shipment-square-packagingdone .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #DC676D;
        position: absolute;
    }
.shipment-square-deliveryrejected {
    background-color: #317873;
    color: white;
    padding: 2px 8px;
}
.modal-body .shipment-square-deliveryrejected {
    height: 20px;
    width: 20px;
    background-color: #317873;
}

    .modal-body .shipment-square-deliveryrejected .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #317873;
        position: absolute;
    }
.shipment-square-pickuprejected {
    background-color: #30E3A8;
    color: white;
    padding: 2px 8px;
}

.modal-body .shipment-square-pickuprejected {
    height: 20px;
    width: 20px;
    background-color: #30E3A8;
}

    .modal-body .shipment-square-pickuprejected .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #30E3A8;
        position: absolute;
    }
.shipment-square-shipmentcancelled {
    background-color: #fa541c;
    color: white;
    padding: 2px 8px;
}

.modal-body .shipment-square-shipmentcancelled {
    height: 20px;
    width: 20px;
    background-color: #fa541c;
}

    .modal-body .shipment-square-shipmentcancelled .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #fa541c;
        position: absolute;
    }
.shipment-square-paymentpending {
    background-color: #0D4A6F;
    color: white;
    padding: 2px 8px;
}

.modal-body .shipment-square-paymentpending {
    height: 20px;
    width: 20px;
    background-color: #0D4A6F;
}

    .modal-body .shipment-square-paymentpending .status-cls-title {
        margin-left: 25px;
        padding-top: 2px;
        color: #0D4A6F;
        position: absolute;
    }
.shipment-square-default {
    background-color: #FFFFFF;
    color: black;
    padding: 2px 8px;
}
/*End :: Shipment status color class */
.mt-12 {
    margin-top: 12px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #17a2b82e !important;
}

.dropdown-item.unread {
    background-color: lightyellow;
}

.counter {
    position: relative;
    top: -23px;
    left: auto;
    z-index: 2;
    padding: 1px 7px;
    margin-left: -11px;
    font-size: 11px;
    color: #fff;
    background-color: #fe1212;
    border-radius: 10em;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

    .counter.counter-lg {
        top: -23px !important;
    }

p.notificationContent {
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#navbarNotificationContent a {
    border-bottom: 1px solid #0000000d;
}

.custom-advertisment {
    max-width: 1560px !important;
}

.discount-wrap .card {
    margin-bottom: 20px;
}

.discount-wrap .card-body {
    padding: 20px;
}

.discount-wrap .title {
    color: #1C6F97;
    margin-bottom: 15px;
    margin-top: 10px;
}

.row-7 {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

    .row-7 > div[class*=col] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

.discount-wrap .form-group {
    margin-bottom: 20px;
}

    .discount-wrap .form-group input,
    .discount-wrap .form-group select {
        min-height: 60px;
    }

    .discount-wrap .form-group textarea {
        min-height: 100px;
        resize: none;
    }

.discount-wrap .btn-add {
    max-width: 160px;
    height: 60px;
}

.add-discount-wrap form h5 {
    color: #575855;
    font-family: 'Flexo-Demi';
    margin-bottom: 20px;
    margin-top: 0;
}

.add-discount-wrap h6 {
    color: #87899A;
    font-size: 14px;
    margin-bottom: 15px;
}

    .add-discount-wrap h6.sub-title {
        font-size: 12px;
        margin-bottom: 12px;
    }

.promo-code-wrap h5 {
    color: #FBBD23;
    font-family: 'Flexo-Bold';
    margin-bottom: 18px;
    margin-top: 0;
}

.promo-code-wrap label {
    font-family: 'Flexo-Demi';
    line-height: normal;
}

.border-dashed {
    border-top: 1px dashed #87899A;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0.6;
}

.custom-radio {
    display: flex;
    flex-wrap: wrap;
}

.redbox {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #fe1212;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.version-master a:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.version-master a span {
    display: block;
    width: 100%;
}

.upload-file input[type="file"] {
    display: none;
}

.upload-file label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .upload-file label .icon-upload {
        height: 70px;
        width: 70px;
        border: 1px dashed #EBEBEB;
        border-radius: 5px;
        margin-right: 10px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-align: center;
    }

    .upload-file label .file-name {
        word-break: break-all;
        width: calc(100% - 80px);
        line-height: 1.1;
    }

    .upload-file label .icon-upload img {
        max-width: 100%;
        object-fit: cover;
        height: 100%;
    }

.custom-radio-item {
    border: 1px solid #1C6F98;
    color: #1C6F97;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
    min-width: auto;
    position: relative;
    text-align: center;
}

    .custom-radio-item:first-child {
        border-radius: 5px 0px 0px 5px;
    }

    .custom-radio-item:last-child {
        border-radius: 0px 5px 5px 0px;
    }

    .custom-radio-item input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

    .custom-radio-item ~ .custom-radio-item {
        margin-left: -1px;
    }

    .custom-radio-item input[type="radio"] ~ span {
        cursor: pointer;
        display: block;
        padding: 10px 10px 9px;
    }

    .custom-radio-item input[type="radio"]:checked ~ span {
        background-color: #1C6F98;
        color: #ffffff;
    }

.date-selection-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .date-selection-input input[type=date] {
        border: 1px solid #D7D7D6;
        border-radius: 4px;
        color: #202328;
        font-size: 14px;
        padding: 6px 8px;
        width: 49%;
    }

.no-time-wrap .custom-radio-item {
    min-width: 63px;
}

.tabs-section .tabs {
    display: flex;
    list-style-type: none;
    margin: 0 auto 20px;
    padding: 0;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
}

    .tabs-section .tabs .tab {
        border: 1px solid #1C6F98;
        font-size: 14px;
        line-height: normal;
        margin-bottom: 0;
        min-width: 170px;
        position: relative;
        text-align: center;
    }

        .tabs-section .tabs .tab:first-child {
            border-radius: 5px 0px 0px 5px;
        }

        .tabs-section .tabs .tab:last-of-type {
            border-radius: 0px 5px 5px 0px;
        }

        .tabs-section .tabs .tab ~ .tab {
            margin-left: -1px;
        }

        .tabs-section .tabs .tab a {
            display: block;
            color: #1C6F97;
            padding: 10px 10px 9px;
        }

            .tabs-section .tabs .tab a.active {
                background-color: #1C6F98;
                color: #ffffff;
            }

        .tabs-section .tabs .tab.disabled a,
        .tabs-section .tabs .tab.disabled a:hover {
            color: rgba(238, 110, 115, 0.7);
            cursor: default;
        }

    .tabs-section .tabs .indicator {
        background-color: #1C6F97;
        border-radius: 0;
        display: none;
        min-width: 170px;
        position: absolute;
        bottom: 0;
        height: 100%;
        will-change: left, right;
    }

@media only screen and (max-width: 992px) {
    .tabs-section .tabs {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .tabs-section .tabs .tab {
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .tabs-section .tabs .tab a {
                padding: 0 12px;
            }
}

.tabs-section .tabs-content {
    overflow: hidden;
    min-height: 100px;
    position: relative;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    height: 100%;
    width: 100%;
}

    .tabs-section .tabs-content .tab-content {
        display: none;
        float: none;
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: inherit;
        height: 100%;
        width: 100%;
    }

.tabContainer {
    min-height: 525px;
}

.form-group-invoice label {
    display: inline-block;
    color: #87899A;
    font-family: 'Flexo-Demi';
    font-size: 14px;
    line-height: 10px;
    margin-bottom: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-overflow: unset !important;
}

.custom-deliveryagent {
    max-width: 1560px !important;
}
.account-check-list {
    padding-left: 0;
    max-height: calc(100vh - 570px);    
}
.mCSB_container {
    padding-top:10px;
}
.account-check-list li {
    list-style: none;
    padding-bottom:5px;
    padding-right:15px;
}
.account-check-list li input[type="radio"]{
    display:none;
    
}
    .account-check-list li input[type="radio"] + label {
        border-radius: 10px;
        border: 2px solid #d9d9d9;
        padding:10px 15px;
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .account-check-list li input[type="radio"]:checked + label {
        border-radius: 10px;
        border: 2px solid #fbbd23;
        background: #f5f6f8;               
        padding: 10px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position:relative;
    }
        .account-check-list li input[type="radio"]:checked + label::after {
            content: "";
            position: absolute;
            top: -10px;
            right: -10px;
            height: 20px;
            width: 20px;
            border-radius: 100%;
            background: url('../images/icon_check.svg') no-repeat center center/10px,#fbbd23;            
        }
    .account-check-list li input[type="radio"] + label span:last-child {
        color:#1C6F97;
        font-weight:600;
    }
.otp-form {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #128abe !important;
    background-color: rgba(18,138,190,.75);
} 
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1 !important;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{width:2px !important;}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {    
    border-radius: 4px !important;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px !important;    
}
.card-main{
    border:1px solid #d9d9d9;
    border-radius:10px;
    padding:15px;
    margin-bottom:20px;

}
.card-main h3 {
    font-size: 18px;
}
.card-main ul{
    padding-left:0;
}
.card-main ul li {
    list-style: none;
    color:#1C6F97;
    font-size:13px;
}