.page-content {
    padding: 0;
}

.text-bold {
    font-weight: bold;
}

#user-box-leftbar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px;
}

.swal2-cancel {
    background-color: #ec4445 !important;
}

.swal2-confirm {
    background-color: rgba(29, 185, 71, 0.65) !important;
}

.menu-close {
    color: #ec4445 !important;
}

    .menu-close span {
        background-color: #ec4445 !important;
    }

.btn {
    padding: 6px 10px 4px;
    border-radius: 50px;
    min-width: 90px;
    text-align: center;
}

.btn-pill {
    padding: 0px 5px;
    border-radius: 50px;
    min-width: 30px;
    text-align: center;
}

.btn-primary {
    color: #fff;
    background-color: #1B5A90;
    border-color: #1B5A90;
    /*background-color: #20c0f3;
    border-color: #20c0f3;
    color: #fff;*/
}

.btn-badge {
    padding: 0px 5px;
    border-radius: 15px;
    min-width: 50px;
    text-align: center;
}

.full-width {
    width: 100% !important;
}

.invoice-id {
    font-weight: bold;
}

.sidebar-button {
    display: inline-block;
    border-radius: 50px;
    padding: 7px 22px;
    color: #fff;
    margin-bottom: 30px;
    height: 33px;
}

.card-rounded {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 6px 15px #00000014;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.card-rounded-title {
    padding-top: 40px;
}

.card-rounded .title {
    display: inline-block;
    width: 100%;
    background-image: linear-gradient(to right, #CFCFCF 33%, rgba(245,245,245,0) 0%);
    background-image: -webkit-linear-gradient(to right, #CFCFCF 33%, rgba(245,245,245,0) 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    padding-bottom: 7px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    background: #1B5A90;
    color: white;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 5px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form-button {
    /*border-top: 1px dashed #c5c5c5;*/
    margin-bottom: 15px;
}

.form-group input, .form-group select {
    border: 1px solid #CFCFCF;
    border-radius: 6px;
    height: 35px !important;
    padding: 10px 10px !important;
    font-size: 13px;
    font-family: 'poppinsregular' !important;
    width: 100%;
}

.form-group .custom-control-input ~ .custom-control-label::before {
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.form-group .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0DD8F9;
    color: #fff;
    border: #adb5bd solid 1px;
}

.page-title {
    padding: 10px 15px;
    margin: 0 -15px;
    margin-bottom: 10px;
    background-color: #fff;
    text-align: center;
}

    .page-title h5 {
        margin: 0;
    }

.schedule-timings .schedule-timings-slider {
    padding-bottom: 0px;
}

.slots .item-content {
    position: relative;
    display: inline-block;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    background-color: #fff;
    color: #858585;
    font-size: 13px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    cursor: pointer;
}

.slots .item-content {
    width: 150px;
    height: 60px;
}

    .slots .item-content.menuitemshow {
        background-color: #0CE0FF;
        border-color: #00C8E5 !important;
        color: #fff !important;
    }

        .slots .item-content.menuitemshow .icon {
            display: block;
        }

    .slots .item-content .icon {
        margin-right: 0;
        display: none;
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

.slots .icon-checkbox {
    background-image: url('/assets/img/icon-feather-check-circle.svg');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 16px;
    background-color: transparent !important;
    border-color: transparent !important;
}

.text-center {
    text-align: center !important;
}

.home-links .item-title {
    font-size: 20px;
}

.selectable-panel p {
    margin: 0px;
}

    .selectable-panel p.title {
        display: inline-block;
        width: 100%;
        background-image: linear-gradient(to right, #CFCFCF 33%, rgba(245,245,245,0) 0%);
        background-image: -webkit-linear-gradient(to right, #CFCFCF 33%, rgba(245,245,245,0) 0%);
        background-position: bottom;
        background-size: 10px 2px;
        background-repeat: repeat-x;
        padding-bottom: 7px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 14px;
        background: #1B5A90;
        color: white;
        margin: 0px;
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.booking-days .item-content {
    width: 150px;
    height: 100px;
}

.item-content i.icon-right {
    font-size: 20px;
    position: absolute;
    top: 4px;
    right: 10px;
    color: #858585;
}

.item-content i.icon-left {
    font-size: 20px;
    position: absolute;
    top: 4px;
    left: 10px;
    color: #858585;
}

.fixed-bottom {
    position: absolute;
    bottom: 0px;
    left: 8px;
    right: 8px;
    background-color: #f6f6f6;
    padding: 10px 0px;
    margin: 0px;
}

.navbar-fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 99997;
}

.side-menu {
    z-index: 99998;
}

.page-content {
    padding-top: 53px;
    padding-bottom: 53px;
}

.swal2-container, .swal2-modal {
    z-index: 99999 !important;
}

.full-height-modal {
    height: 78vh !important;
}

#span-notification-count{
    position:absolute;
    right:0px;
    top:0px;
}
