@media (max-width: 375px) {
    a.nav-link {
        padding: 0.5rem 0.5rem !important;
    }

    #mtEdit {
        margin-top: 0px !important;
    }

    .custom-control.custom-radio.mt-4 {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }

    .btn {
        font-size: 0.600rem !important;
    }

    #pac-input {
        width: 150px !important;
    }
}

/*LoginIn page*/

#ar {
    font-family: 'Tajawal', sans-serif !important;
}

.login-body {
    font-family: 'Montserrat', sans-serif;
}

html[dir="rtl"] .login-body {
    font-family: 'Tajawal', sans-serif !important;
}

.font-weight-semi {
    font-weight: 500 !important;
}

.tx-custom {
    color: #EC6615 !important;
    font-size: 45px;
}

.tx-main {
    color: #C7341A !important;
    font-size: 25px;
}

.tx-login {
    color: #C7341A !important;
    font-size: 42px;
}

a.tx-13.clr {
    color: #EC6615 !important;
    text-decoration: underline;
}

.tx-mute {
    color: #B8ADAA !important;
}

.btn-more {
    background-color: #C7341A !important;
    color: #fff !important;
    font-size: 25px !important;
}

.btn-reg {
    background-color: #C7341A !important;
    color: #fff !important;
    border-radius: 4px;
}

.btn-lang {
    border-radius: 4px !important;
    background-color: #E3E3E3 !important;
    color: #8A8A8A !important;
}

.custom-dropdown-menu {
    margin: .5rem 0 0 !important;
    min-width: 9rem !important;
    right: 0 !important;
    left: unset !important;
    border-radius: 10px !important;
    border: none !important;
}

.dropdown-item:hover {
    background-color: #E3E3E3 !important;
}

.tx-ar-2 {
    color: #006C35 !important;
    font-family: 'Tajawal', sans-serif !important;
}

.tx-fr {
    color: /*#3F51B5*/ #7987a1 !important;
}

.tx-tr {
    color: /*#E30A17*/ #7987a1 !important;
}

.tx-ar {
    font-family: 'Tajawal', sans-serif !important;
}



.custom-card {
    border-radius: 24px !important;
    border: none !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08) !important;
}


.login-control {
    /*color: #B8ADAA !important;*/
    border-color: #B8ADAA !important;
    border-radius: 4px !important;
}

    .login-control::placeholder {
        color: #B8ADAA !important;
        font-weight: 500;
    }

.login-lbl {
    color: #706A69 !important;
}

.mt-130 {
    margin-top: 35px;
}

.bd-custom {
    border-radius: 4px 0 0 4px !important;
}

.bd-custom-2 {
    border-radius: 0px 4px 4px 0px !important;
}

@media (min-width: 576px) {
    .custom-card {
        padding: 20px 30px !important;
    }

    .b-md-45 {
        bottom: 45px !important;
    }
}

@media (min-width: 768px) {
    .mt-130 {
        margin-top: 130px !important;
    }
}

@media (min-width: 1440px) {
    .tx-custom {
        font-size: 56px !important;
    }

    .tx-main {
        font-size: 37px !important;
    }

    .btn-more {
        font-size: 32px !important;
    }
}

/*Add POS Buttons*/
@media (max-width: 560px) {
    button .AddPOSBtn {
        display: block !important;
        width: 100% !important;
        margin-bottom: 5px !important;
    }

    a.AddPOSBtn {
        display: block !important;
        width: 100% !important;
        margin-bottom: 5px !important;
    }
}

/*BusinessDay Report Buttons*/
@media (max-width: 440px) {
    button.ShiftreportBtn {
        margin-top: 5px !important;
    }
}


/*Expenses Buttons*/
@media (max-width: 618px) {
    button.BtnExp {
        margin-top: 5px !important;
    }
}

@media (max-width: 523px) {
    a.BtnExp {
        margin-top: 5px !important;
    }
}

/*Cashier Payment Report Buttons*/
@media (max-width: 739px) {
    button.Cashierbtn {
        margin-top: 5px !important;
    }
}

@media (max-width: 691px) {
    a.Cashierbtn {
        margin-top: 5px !important;
    }
}

@media (max-width: 487px) {
    a.CashierbtnTwo {
        margin-top: 5px !important;
        width: 192px !important;
    }
}

/*Merchant Stock Buttons*/

@media (max-width: 1082px) {
    a.StocktBtn {
        margin-top: 5px !important;
    }
}

@media (max-width: 869px) {
    a.LoadBtn {
        margin-top: 5px !important;
    }
}

@media (max-width: 787px) {
    button.DownloadBtn {
        margin-top: 5px !important;
    }
}

@media (min-width: 360px) {
    button.DownloadTwoBtn {
        margin-top: 5px !important;
    }
}

/*Products button*/

@media (max-width: 465px) {
    a.BtnImport {
        display: block !important;
        width: 100% !important;
        margin-top: 5px !important;
    }
}


body {
    background-image: url('~/Content/img/imageedit_3_5585311747.png'), url('~/Content/img/epay.jpg') !important;
    height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mail-content {
    left: 220px !important;
}

a.nav-link.with-sub {
    margin: 9px !important;
}

.chat-wrapper {
    background-color: #fff !important;
}

@media (min-width: 992px) {
    .content-body {
        height: calc(100% - 50px) !important;
    }
}

.footer {
    padding: 15px 35px !important;
}

@media (min-width: 992px) {
    .mg-lg-l-50 {
        margin-left: 0px !important;
    }
}

/*END*/

.aside-loggedin-user.align {
    margin-top: 3px;
}

.d-flex.justify-content-start.align-items-center.begin {
    float: left !important;
}

.mg-t-5 {
    margin-top: 30px !important;
}

ul#btnlist {
    margin-top: 20px;
}



button.btn-brand-02.btn-block {
    background-color: #d24b27 !important;
}

    button.btn-brand-02.btn-block:hover, button.btn-brand-02.btn-block:focus {
        background-color: #db5f3d !important;
    }

.nav-aside.nav-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    height: 30px;
    color: rgba(27, 46, 75, 0.9);
    transition: all 0.25s;
}

a {
    color: rgba(27, 46, 75, 0.9) !important;
}

.aside-logo span, .aside-logo:hover span {
    background: -webkit-linear-gradient(left,rgb(255, 161, 44), #d24b27) !important;
    background-clip: border-box !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.aside-logo, .aside-logo:hover, .aside-logo:focus {
    color: #d24b27 !important;
}

.nav-aside svg {
    fill: rgba(27, 46, 75, 0) !important;
}

h6.lineheight {
    line-height: 22px;
}

.aside-alert-link a:hover {
    color: #d24b27 !important;
}

.btn-success {
    background-color: #d74e28 !important;
    color: #fff !important;
    border-color: #d74e28 !important;
}

    .btn-success:hover {
        background-color: #d24b27 !important;
    }

.btn-outline-info {
    color: #d74e28 !important;
    border-color: #d74e28 !important;
    color: #d74e28
}

    .btn-outline-info:hover {
        background-color: #d24b27 !important;
        color: #fff !important;
    }

.nav-aside .nav-item.active svg {
    color: #d24b27 !important;
}

.nav-aside .nav-item.active span {
    color: #d24b27 !important;
}

.btn-secondary {
    background-color: #a6a6a6 !important;
    border-color: #a6a6a6 !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
}

li.active > a.page-link {
    background-color: #d24b27 !important;
    border-color: #d24b27 !important;
    color: #fff !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: none !important;
}

.fa.fa-cog {
    color: #d24b27 !important;
}

a.colora {
    color: #fff !important;
}

a.colorb {
    color: #10b759 !important;
}

    a.colorb:hover {
        color: #FFF !important;
    }

button.colora {
    color: #fff !important;
}

#divLoading {
    position: fixed;
    width: 100%;
    top: 50%;
    z-index: 1000;
}

@keyframes bouncing-loader {
    to {
        opacity: 0.1;
        transform: translate3d(0, -1rem, 0);
    }
}

.bouncing-loader {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .bouncing-loader > div {
        width: 1.5rem;
        height: 1.5rem;
        margin: 3rem 1rem;
        background: #e85e2a;
        border-radius: 50%;
        animation: bouncing-loader 0.6s infinite alternate;
    }

        .bouncing-loader > div:nth-child(2) {
            animation-delay: 0.2s;
        }

        .bouncing-loader > div:nth-child(3) {
            animation-delay: 0.4s;
        }

form {
    border-left: 2px solid #fd7e14;
}

    form.formTwo {
        border-left: none !important;
    }

.t-10 {
    top: -25px !important;
}

.l-10 {
    left: -17px !important;
}

.marker.pos-absolute.t-10.l-10 {
    background-color: #ececec !important;
    color: #d24b27 !important;
    text-align: center !important;
    border-radius: 4% !important;
}

#title {
    background-color: #ececec !important;
    color: #001737 !important;
    font-size: 19px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif !important;
}

#UploadBtn {
    margin-top: 29px !important;
}

.custom-left {
    left: -9px !important;
}

.bckgroundPadding {
    padding: 5px !important;
}

.bckgroundHvr:hover {
    background-color: #f4f5f7 !important;
    border-radius: 5px !important;
}

.bckgroundActive {
    background-color: #f4f5f7 !important;
    border-radius: 5px !important;
}

.nav-aside .nav-item span {
    font-weight: 500 !important;
}

.nav-item.nav-link.bckgroundPadding:hover {
    background-color: #fbeee9 !important;
    border-radius: 5px !important;
}

.nav-item.nav-link.bckgroundPadding a:hover {
    color: #d24b27 !important;
}

.nav-item.nav-link.bckgroundPadding svg {
    color: #d24b27 !important;
}

.navLinkActive {
    background-color: #fbeee9 !important;
    border-radius: 5px !important;
}

div.header {
    border-bottom: 1px solid rgba(72, 94, 144, 0.16) !important;
    padding: 10px !important;
}


.alert.alert-danger, .alert.alert-success {
    font-weight: bold !important;
}

.breadcrumb-style1 .breadcrumb-item.active {
    color: #10b759 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #10b759 !important;
    background-color: #10b759 !important;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    background: #fbeee9 !important;
}

/*MINI ASIDE*/
@media (min-width: 768px) {
    .aside.minimize .aside-body {
        width: 60px;
        padding: 20px;
        transition: none;
        display: none !important;
    }
}

@media (max-width: 992px) {
    .aside-fixed + .content {
        margin-left: 0px !important;
    }
}

@media (max-width: 768px) {
    .aside.minimize + .content {
        margin-left: 0px !important;
    }
}

.aside.minimize + .content {
    margin-left: 0px !important;
}

@media (max-width: 768px) {
    @media (min-width: 992px) {
        .aside-fixed + .content {
            margin-left: 0px !important;
        }
    }
}

@media (max-width: 992px) {
    .aside-fixed + .content {
        margin-left: 0px !important;
    }
}

@media (max-width: 768px) {
    .aside-header {
        border-right: none !important;
    }
}


.alert-success {
    color: #085f2e !important;
    background-color: #cff1de !important;
    border-color: #bcebd1 !important;
}

.alert-danger {
    color: #721c24 !important;
}

.ForgetPassPosition {
    float: right !important;
}

.chat-content-body {
    top: 5px !important;
}

@media(max-width:1200px) {
    .chat-content-body {
        top: 50px !important;
    }
}



/*Merchant TAX*/

.Lbl {
    float: left !important;
    margin-right: 40px !important;
    font-size: 12px !important;
}

.LblTwo {
    font-size: 12px !important;
}

@media(min-width:768px) {

    .Lbl {
        float: left !important;
        margin-right: 45px !important;
        font-size: 0.875rem !important;
    }

    .LblTwo {
        font-size: 0.875rem !important;
    }
}

/*DATEPICKER*/
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:hover, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:focus {
    background-color: #fbeee9 !important;
}


/*DASHBOARD*/

.datepicker {
    padding: 0px !important;
    border-radius: 4px;
    direction: ltr;
    font: 11px/1.5 "IBM Plex Sans", sans-serif !important;
    box-shadow: none !important;
}

input.datepicker {
    border: none !important;
    width: 85px !important;
}

    input.datepicker::placeholder {
        text-align: center;
        font-family: "IBM Plex Sans", sans-serif !important;
        color: black !important;
    }

@media(max-width:480px) {
    .datepicker {
        padding: 0px !important;
        border-radius: 4px;
        direction: ltr;
        font: 9px "IBM Plex Sans", sans-serif !important;
        box-shadow: none !important;
    }

    input.datepicker {
        width: 60px !important;
        font-size: 10px !important;
    }
}


a.nav-link.customLink {
    padding: 0px !important
}

@media(max-width:767px) {
    a.nav-link.customLink {
        margin-left: 3px !important;
    }
}

.bd-orange {
    border-color: #fd7e14 !important;
}

.bd-secondary {
    border-color: #7987a1 !important;
}

.CustomSelect {
    border: none !important;
    border-bottom: 1px solid gray !important;
    padding: 3px !important;
}

.CustomActive {
    color: #10b759 !important;
    font-weight: bold !important;
}

/*PIECHART*/

.chart-thirteen {
    height: 325px !important
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .chart-thirteen {
        height: 330px !important;
    }
}

/*MAP*/
.ht {
    height: 305px !important;
}

/*LOYALITY TRACKER*/

.table-dashboard-two {
    font-size: 18px !important;
}


.Cusomtcard-header {
    padding: 0rem 0rem !important;
}

.divider {
    /*background-color: #000;*/
    border: solid 1px;
    height: 15px;
}

.wd {
    width: 64px !important
}

.wdOne {
    width: 64px !important
}

@media(max-width:768px) {
    .wdOne {
        width: 46px !important
    }
}

.Customhg {
    height: 25px;
}

@media(min-width:1024px) {
    li .list-group-item.pd-y-lg-30 {
        padding: 16px 15px !important;
    }
}

@media(min-width:1440px) {
    li.list-group-item.pd-y-lg-30 {
        padding: 27px 15px !important;
    }
}

/*SALES STAFF*/
.mgb {
    margin-bottom: 18px;
}

@media(min-width:768px) {
    .mgt {
        margin-top: 105px;
    }

    .mgb {
        margin-bottom: 15px;
    }
}

/*CLAIM*/
div.btnGroup {
    padding-left: 0px;
}

button.mb, a.mb {
    margin-bottom: 5px;
}

@media(min-width:768px) {
    div .btnGroup {
        padding-left: 154px;
    }

    button.mb, a.mb {
        margin-bottom: 0px;
    }
}



/*REVENUEREPORT*/

.nav-line .nav-link {
    padding: 0 0 !important;
    border-bottom: 0 !important;
}

.bg-paleBlue {
    background-color: #69b2f8;
}


.list-group-item {
    border: 0px !important;
}

/*REGISTER*/
.w-60 {
    width: 60% !important;
}


/*CASHIER CREATE*/
.info {
    padding: 5px;
    width: 155px;
    border-radius: 5px;
    border: 1px solid #10b759;
}

#CatalogAndPriceGroup {
    cursor: pointer;
}

.table {
    padding: 0px !important;
}

.t-p {
    cursor: pointer !important;
}
/*TICKETLAYOUT*/
.custom-border {
    border-top: 1px dashed black !important;
    border-bottom: 1px dashed black !important;
}

.ticket-header {
    background-color: #f4f5f7;
    padding: 5px;
}

#ticket-modal {
    background-color: rgba(0,0,0,0.0) !important;
}

.read-more {
    max-height: 120px;
    position: relative;
    overflow: hidden;
}

.prompt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 9px;
    /* Fade to white */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

/*productLogo*/

.drop {
    cursor: pointer !important;
}

.dZUpload {
    border-style: dashed !important;
}

/*///////////////////RTL////////////////////////*/
html[dir="rtl"], html[dir="rtl"] *:not(.fa):not(.fas) {
    font-family: 'Tajawal', sans-serif !important;
    font-weight: 500 !important;
}

    html[dir="rtl"] body {
        text-align: right;
    }

    /*shared layout*/
    html[dir="rtl"] .tx-ar {
        font-size: 11px !important;
    }

    html[dir="rtl"] .show-aside .aside {
        transform: translateX(0);
    }

    html[dir="rtl"] .show-aside .aside-header {
        transform: none;
    }


    html[dir="rtl"] .show-aside .aside-body {
        border-left-color: transparent;
        border-right-color: unset !important;
    }


    html[dir="rtl"] .aside {
        transform: translateX(100%);
    }

@media (min-width: 992px) {
    html[dir="rtl"] .aside {
        transform: translateX(0) !important;
    }
}


html[dir="rtl"] .aside.minimize .aside-body {
    transition: none;
}

@media (prefers-reduced-motion: reduce) {
    html[dir="rtl"] .aside.minimize .aside-body {
        transition: none;
    }
}


html[dir="rtl"] .aside.minimize .aside-loggedin .avatar {
    margin-right: -4px;
    margin-left: unset !important;
}


html[dir="rtl"] .aside.minimize + .content {
    margin-right: 60px;
    margin-left: unset !important;
}

html[dir="rtl"] .aside-fixed {
    left: unset !important;
    right: 0;
}

@media (min-width: 992px) {
    html[dir="rtl"] .aside-fixed + .content {
        margin-right: 60px;
        margin-left: unset !important;
    }
}

@media (min-width: 1200px) {
    html[dir="rtl"] .aside-fixed + .content {
        margin-right: 240px;
        margin-left: unset !important;
    }
}

html[dir="rtl"] .aside-header {
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    border-right: unset !important;
    transform: translateX(-54px);
}

@media (min-width: 992px) {
    html[dir="rtl"] .aside-header {
        transform: none !important;
    }
}


html[dir="rtl"] .aside-header .burger-menu svg {
    margin-left: -2px;
    margin-right: unset !important;
}



html[dir="rtl"] .aside-body {
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    border-right: unset !important;
}


html[dir="rtl"] .nav-aside .nav-item.active .nav-link::before {
    border-right-color: #0168fa;
    border-left-color: unset !important;
}

html[dir="rtl"] .nav-aside .nav-item ul {
    padding-right: 34px;
    padding-left: unset !important;
}


html[dir="rtl"] .nav-aside .with-sub .nav-link::after {
    margin-right: auto;
    margin-left: unset !important;
}

html[dir="rtl"] .nav-aside svg {
    margin-left: 15px;
    margin-right: unset !important;
}

@media (min-width: 992px) {
    html[dir="rtl"] .aside-backdrop {
        display: none;
    }
}


html[dir="rtl"] .online-rtl {
    display: flex;
    align-items: center;
}

html[dir="rtl"] .d-flex.justify-content-start.align-items-center.begin {
    float: right !important;
}

html[dir="rtl"] .nav-aside {
    padding-right: 0px;
}

    html[dir="rtl"] .nav-aside svg {
        margin-left: 15px !important;
        margin-right: unset !important;
    }


/*dashboard*/
html[dir="rtl"] .breadcrumb-style1 .breadcrumb-item, .breadcrumb-style2 .breadcrumb-item, .breadcrumb-style3 .breadcrumb-item {
    font-size: 15px !important;
}

html[dir="rtl"] label {
    display: flex;
    align-items: center;
}

html[dir="rtl"] #Customalign {
    justify-content: flex-end;
}

html[dir="rtl"] .nav-row-xs .nav-link + .nav-link {
    margin-right: 10px;
    margin-left: unset !important;
}

/*margins*/
html[dir="rtl"] .mr-4, html[dir="rtl"] .mr-2 {
    margin-right: 0 !important;
    margin-left: unset !important;
}

@media (min-width: 992px) {
    html[dir="rtl"] .ml-lg-5 {
        margin-right: 3rem !important;
        margin-left: unset !important;
    }
}

html[dir="rtl"] .ml-2 {
    margin-right: 0.5rem !important;
    margin-left: unset !important;
}

html[dir="rtl"] .mg-l-15 {
    margin-right: 15px !important;
    margin-left: unset !important;
}

html[dir="rtl"] .mg-l-10 {
    margin-right: 10px !important;
    margin-left: unset !important;
}

html[dir="rtl"] .mg-l-20 {
    margin-right: 20px !important;
    margin-left: unset !important;
}

html[dir="rtl"] .mr-3 {
    margin-left: 1rem !important;
    margin-right: unset !important;
}

html[dir="rtl"] .mr-5 {
    margin-left: 3rem !important;
    margin-right: unset !important;
}

html[dir="rtl"] .mg-r-5 {
    margin-right: 1rem !important;
    margin-left: unset !important;
}

html[dir="rtl"] .mg-l-auto {
    margin-right: auto !important;
    margin-left: unset !important;
}

html[dir="rtl"] .mg-l-5 {
    margin-right: 5px !important;
    margin-left: unset !important;
}

html[dir="rtl"] .list-group {
    padding-right: 0px;
    padding-left: unset !important;
}

html[dir="rtl"] .text-right {
    text-align: left !important;
}

html[dir="rtl"] .tx-login {
    font-size: 32px;
}

/*views*/



html[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
    padding-right: 0.5rem !important;
    padding-left: unset !important;
}

    html[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
        padding-left: 0.5rem;
        padding-right: unset !important;
    }

html[dir="rtl"] form {
    border-right: 2px solid #fd7e14;
    border-left: unset !important;
}

    html[dir="rtl"] form.formTwo {
        border-right: none !important;
    }

html[dir="rtl"] .marker-ribbon::after {
    transform: rotate(-45deg);
    right: 0;
    left: unset !important;
}

html[dir="rtl"] .marker-ribbon {
    margin-right: -10px;
    margin-left: unset !important;
}

html[dir="rtl"] .l-10 {
    right: -17px !important;
    left: unset !important;
}

html[dir="rtl"] #searchDatas_wrapper [class*="col-"] {
    display: flex !important;
}



/* ###### 4.9 Perfect Scrollbar ###### */
html[dir="rtl"] .ps > .ps__rail-y {
    left: 0 !important;
    right: auto !important;
}


    html[dir="rtl"] .ps > .ps__rail-y > .ps__thumb-y {
        right: 0;
        left: unset !important;
    }


/*////new appointment////*/


.formCalendar {
    border-left: none !important;
}

.ui-datepicker {
    z-index: 1151 !important;
}

.ui-autocomplete {
    z-index: 5000 !important;
}

.nav-modal-event > a {
    color: rgba(255, 255, 255, 0.75) !important;
}

.btn-secondary {
    color: #fff !important;
}

/*.fc-event {
    background-color: #ffdec4;
    border-color: #fd7e14;
}*/

.calendar-content-body td.fc-today .fc-day-number {
    background-color: #c3edd5 !important;
    color: #000 !important;
}

    .calendar-content-body td.fc-today .fc-day-number, .calendar-content-body td.fc-today .fc-day-number:hover, .calendar-content-body td.fc-today .fc-day-number:focus {
        background-color: #c3edd5 !important;
        color: #000 !important;
    }


.calendar-content-body .fc-listWeek-view .fc-list-heading-main.now, .calendar-content-body .fc-listWeek-view .fc-list-heading-main.now > span {
    color: #10b759 !important;
}

.calendar-content-body .fc-event.fc-day-grid-event > div .fc-desc {
    display: inline !important;
}

.loader {
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 1151;
}

.loader-2 {
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 1151;
}

.swal2-title {
    font-size: 1.5em;
}

.calendar-content-body .fc-widget-content {
    border-left-width: 1px !important;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

.ui-datepicker-buttonpane {
    border-top: 1px solid #e5e9f2 !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus,
    .ui-button:hover,
    .ui-button:focus {
        border: 1px solid #cccccc;
        background: #ededed;
        font-weight: normal;
        color: #2b2b2b;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited,
        a.ui-button:hover,
        a.ui-button:focus {
            color: #2b2b2b;
            text-decoration: none;
        }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-widget-content .ui-state-hover {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

    .ui-state-hover a,
    .ui-state-hover a:hover,
    .ui-state-hover a:link,
    .ui-state-hover a:visited,
    .ui-state-focus a,
    .ui-state-focus a:hover,
    .ui-state-focus a:link,
    .ui-state-focus a:visited,
    a.ui-button:hover,
    a.ui-button:focus {
        color: #2b2b2b;
        text-decoration: none;
    }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #f2f2f2;
    padding: 5px;
    font-weight: normal;
    color: #000;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
    border-radius: 0.25rem;
    padding: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #333333;
    }

.swal2-styled.swal2-confirm {
    background-color: #10b759 !important;
    font-size: 1rem !important;
}
