.toast-header {
    background-color: lightblue;
}

[data-href] {
    cursor: pointer;
}

#headerJobSearch {
    display: block;
    margin-right: 9%;
    padding-bottom: 20px
}

.vertical-menu {
    width: 240px;
    z-index: -1001;
    background: #393f4e;
    bottom: 0;
    margin-top: 0;
    padding-top: 80px;
    top: 0;
    position: fixed;
    -webkit-box-shadow: 0 0 20px 0 rgba(183, 190, 199, 0.15);
    box-shadow: 0 0 20px 0 rgba(183, 190, 199, 0.15);
}

@media (max-width: 1400px) {
    .storeBookingLink {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .copyStoreBookingLink,
    .viewStoreBookingLink {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

body.enable-vertical-menu .vertical-menu,
body.enable-vertical-menu .menu-overlay {
    display: block;
}

.navbar-brand-box {
    padding-left: calc(24px / 2);
    text-align: center;
}

@media (max-width: 992px) {
    .vertical-menu {
        display: none;
    }
    .main-content {
        margin-left: 0;
    }
    .navbar-brand-box {
        padding-left: 0;
    }
    .logo {
        padding-right: 15px;
    }
    .logo span {
        display: none;
    }
    .logo i {
        display: inline-block;
    }
    .image-uploader .uploaded {
        padding: .4rem
    }
    .image-uploader .uploaded .uploaded-image {
        width: calc(25% - .8rem);
        padding-bottom: calc(25% - .4rem);
        margin: .4rem
    }
    .mobile-bar {
        display: block !important;
    }
    #page-topbar {
        position: fixed;
        top: 0;
        width: 100%;
        background: #f8f8f8 !important;
    }
    #headerJobSearch {
        padding-top: 120px;
        min-height: auto;
        margin-right: 2%;
    }
    .topnav {
        padding-top: 0px !important;
        max-height: 500px !important;
    }
    .logo-mobile {
        padding: 6px 0px 0px 0px !important;
    }
    #navigation {
        width: 100%;
        background: #B2D235;
        position: fixed !important;
        margin-top: 473px;
    }
    .mobile-logout {
        display: block !important;
        text-align: center;
        margin: 25px;
    }
    .dashboard-logout {
        display: none !important;
    }
    .navbar-toggle {
        border: none;
        background: transparent;
        padding-right: 25px;
    }
    .navbar-header {
        height: 94px !important;
    }
    #page-topbar {
        padding: 0px;
    }
    .background-overlay {
        display: none;
    }
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .collapse:not(.show) {
        display: none !important;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: column;
    }
    .navbar-nav {
        display: flex !important;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: relative !important;
    }
}


/* 7. Waves */

@media print {
    .left-side-menu,
    .page-title-box,
    .navbar-header,
    .footer {
        display: none !important;
    }
    .card-body,
    .page-content,
    body {
        padding: 0 !important;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-header {
        max-width: 85%;
    }
}

.navbar-brand-box {
    padding-left: calc(24px / 2);
    text-align: center;
}

.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.multiselectButton .btn-group {
    display: block;
    background: #fff;
    border: 1px solid #ced4da;
}

.multiselectButton .btn-group ul.multiselect-container {
    width: 100%;
    top: 103% !important;
}

.multiselectButton .btn-group>.btn {
    width: 100%;
    text-align: left;
}

@font-face {
    font-family: 'Image Uploader Icons';
    src: url(../fonts/iu.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

[class*=iui-],
[class^=iui-] {
    font-family: 'Image Uploader Icons'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iui-close:before {
    content: "\e900"
}

.iui-cloud-upload:before {
    content: "\e901"
}

.image-uploader {
    min-height: 0rem;
    border: 1px solid #d9d9d9;
    position: relative;
    border-radius: 25px;
}

.image-uploader.drag-over {
    background-color: #f3f3f3
}

.image-uploader input[type=file] {
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0
}

.image-uploader .upload-text {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 5px;
    cursor: pointer;
}

.image-uploader .upload-text i {
    display: block;
    font-size: 3rem;
    margin-bottom: .5rem
}

.image-uploader .upload-text span {
    display: block
}

.image-uploader.has-files .upload-text {
    /* display: none */
}

.image-uploader .uploaded {
    padding: 0rem;
    line-height: 0;
    /* border-bottom: 1px solid rgb(217, 217, 217); */
}

.image-uploader .uploaded .uploaded-image {
    display: inline-block;
    width: calc(16.6666667% - 1rem);
    padding-bottom: calc(16.6666667% - 1rem);
    height: 0;
    position: relative;
    margin: .5rem;
    background: #f3f3f3;
    cursor: default
}

.image-uploader .uploaded .uploaded-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute
}

.image-uploader .uploaded .uploaded-image embed {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute
}

.image-uploader .uploaded .uploaded-image .delete-image {
    display: none;
    cursor: pointer;
    position: absolute;
    top: .2rem;
    right: .2rem;
    border-radius: 50%;
    padding: .3rem;
    line-height: 1;
    background-color: rgba(0, 0, 0, .5);
    -webkit-appearance: none;
    border: none
}

.image-uploader .uploaded .uploaded-image:hover .delete-image {
    display: block
}

.image-uploader .uploaded .uploaded-image .delete-image i {
    display: block;
    color: #fff;
    width: 1.4rem;
    height: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.4rem
}

@media screen and (max-width:1366px) {
    .image-uploader .uploaded .uploaded-image {
        width: calc(20% - 1rem);
        padding-bottom: calc(20% - 1rem)
    }
}

@media screen and (max-width:992px) {
    .image-uploader .uploaded {
        padding: .4rem
    }
    .image-uploader .uploaded .uploaded-image {
        width: calc(25% - .8rem);
        padding-bottom: calc(25% - .4rem);
        margin: .4rem
    }
}

@media screen and (max-width:786px) {
    .image-uploader .uploaded {
        padding: .3rem
    }
    .image-uploader .uploaded .uploaded-image {
        width: calc(33.3333333333% - .6rem);
        padding-bottom: calc(33.3333333333% - .3rem);
        margin: .3rem
    }
}

@media screen and (max-width:450px) {
    .image-uploader .uploaded {
        padding: .2rem
    }
    .image-uploader .uploaded .uploaded-image {
        width: calc(50% - .4rem);
        padding-bottom: calc(50% - .4rem);
        margin: .2rem
    }
}

.pdfAttachment {
    background-image: url(../../assets/images/pdf_icon.png);
}

.innerTabs {
    border: 1px solid #E9EDF3;
    border-radius: 0px 0px 0px 0px;
    padding: 9px;
}

.subInnerTabs {
    min-height: 400px;
}


/* 
//New Design */

.topnav {
    padding-top: 51px;
    background: transparent;
    /* padding: 0; */
    -webkit-box-shadow: none;
    box-shadow: none;
}

.background-overlay {
    background-image: url("https://public.fluger.com.au/images/Mask-Group-1.png");
    z-index: -1;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 30%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
}

.login-button {
    fill: rgb(57, 181, 74);
    color: rgb(57, 181, 74);
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgb(57, 181, 74);
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 100px 100px 100px 100px;
    padding: 13px 30px 11px 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 15px;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
}


/* Style the header */

.header {
    padding: 10px 16px;
    background: #555;
    color: #f1f1f1;
}


/* Page content */

.content {
    padding: 16px;
}


/* The sticky class is added to the header with JS when it reaches its scroll position */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #f8f8f8 !important;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.sticky+.content {
    padding-top: 102px;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.bx-support:before {
    margin-right: 7px
}

.form-control,
.form-control-sm,
.multiselectButton .btn-group {
    border-radius: 25px !important;
}

.skip-border-radius {
    border-radius: 0px !important;
}

.btn-success {
    background-color: rgb(75, 160, 19);
    border-color: rgb(75, 160, 19);
}

.btn {
    border-radius: 25px;
    padding: 6px 15px;
}

@media screen and (max-width:560px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10 {
        max-width: 100%;
        width: 100%;
        flex: auto;
    }
    .btn {
        width: 100% !important;
    }
    .col-1 .btn,
    .col-2 .btn,
    .col-3 .btn,
    .col-4 .btn,
    .col-5 .btn,
    .col-6 .btn,
    .col-7 .btn,
    .col-8 .btn,
    .col-9 .btn,
    .col-10 .btn {
        margin-bottom: 13px;
    }
}

select {
    border-radius: 25px !important;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .76562rem;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0;
    /* Firefox 1-3.6 */
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.badge {
    border-radius: 25px !important;
}

.collapseHeading {
    border-radius: 25px !important;
    padding: 4px 15px !important;
}

.table-striped tbody tr:nth-of-type(odd),
.card {
    background: transparent !important;
}

.jobDetailSection .card {
    background: #F8F8F8!important;
}

.btn-primary {
    color: #fff;
    background-color: rgb(57, 181, 74);
    border-color: rgb(57, 181, 74);
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(57, 181, 74);
    border-color: rgb(57, 181, 74);
    opacity: 0.8;
}

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 {
    background-color: rgb(57, 181, 74);
}

.page-item.active .page-link {
    background-color: rgb(57, 181, 74);
}

.paginate_button.active {
    background-color: rgb(48, 186, 66);
    border-radius: 50%;
}

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 {
    top: 0.75rem !important;
    height: 21px;
    width: 21px;
    line-height: 21px;
}

#jobSearchNav {
    border-radius: 25px 0px 0px 25px !important;
}

.card {
    border: 1px solid #65686fa3 !important
}

.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:active:focus {
    color: rgb(222, 226, 230);
    border-color: rgb(222, 226, 230);
}

.innerTabs {
    border: 1px solid #65686fa3;
    border-radius: 0px 0px 0px 0px;
    padding: 9px;
}

.subInnerTabs {
    min-height: 400px;
}

.themeImage {
    width: auto;
    height: 201px;
    border: 2px solid;
}

.swal2-actions button {
    border-radius: 25px !important;
}

.modal-content {
    border-radius: 15px !important;
    border-color: #65686fa3 !important
}

.nav-tabs .nav-link {
    border-radius: 15px 15px 0px 0px !important;
    border-color: #65686fa3 !important
}

.marketingRow {
    display: block;
    text-align: right
}

.marketingRow select {
    height: 35px;
}

#url_subdomain {
    border-radius: 0px !important;
}

.domainLeft {
    border-radius: 25px 0px 0px 25px;
}

.domainRight {
    border-radius: 0px 25px 25px 0px;
}


/* #Login_body .btn.btn-primary.btn-block {
    color: #fff !important;
    background-color: #346ee0 !important;
    border-color: #346ee0 !important;
    border-radius: 0px !important;
}

#Login_body .btn-warning.btn-block {
    border-radius: 0px !important;
}

#Login_body .card {
    background-color: #f5f7fa !important;
    background-clip: border-box !important;
    border: 1px solid #e9edf3 !important;
    border-radius: 0.3rem !important;
} */

.patientNotesView {
    background: gray;
    color: #fff;
    border-radius: 25px;
    padding: 6px 10px;
    border: none;
}

.patientNotesView:hover {
    color: #fff;
    opacity: .9;
}

.patientNotesView:active,
.patientNotesView:focus {
    color: #fff;
    opacity: .9;
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 37px;
    cursor: text;
    display: block;
    min-height: 148px;
    word-break: break-all;
    margin-top: 12px;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    background-color: #20b799;
    border-color: #20b799;
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.patientSearchName {
    background: rgb(57, 181, 74);
    padding: 10px 25px;
    border-radius: 25px;
    color: #fff;
}

.patientSearchName:hover {
    color: #fff;
    opacity: .8;
}

.bookingQR {
    background: rgb(57, 181, 74);
    color: #fff;
    padding: 10px 10px;
    line-height: 36px;
    width: 100%;
    border-radius: 7px;
}

.QROptions {
    margin-right: 10px;
    width: 40px;
    height: 1.5rem;
}

.QROptionsClass {
    border: none;
    width: 30%;
    float: left;
    margin-bottom: 20px;
}

.QROptionsLabel {
    width: 100%;
    display: block;
}

.modal-loading,
.modal-loading-wait {
    display: none;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(215 215 215 / 58%) url('../images/loadingIcon.gif') 50% 50% no-repeat;
    overflow: hidden;
}

.eligibility-answer {
    float: right;
    width: 25%;
    margin-bottom: 20px;
}

.eligibility-question {
    width: 70%;
    display: -webkit-box;
    float: left;
    margin-bottom: 20px;
}

#shareBookingLink .shareBookingLinkLabel {
    margin-bottom: 0px;
    margin-left: 16px;
    width: 135px;
    font-weight: 600 !important;
    font-size: .875rem !important;
}

#shareBookingLink button {
    float: right
}

fieldset {
    border: 1px solid #CCC;
    max-width: 100%;
    padding: 16px;
    border-radius: 15px;
}

.left-inner-addon-payment span {
    position: absolute;
    padding: 7px 12px;
    pointer-events: none;
}

.left-inner-addon-payment input {
    padding-left: 22px;
}

.consent-question-buttom {
    float: right;
    width: 25%;
}

.consent-question-buttom label {
    margin-left: 5px;
}

.consent-question {
    width: 75%;
    display: -webkit-box;
    float: left;
    margin-bottom: 23px;
}

.consent-question-buttom .invalid-feedback {
    margin-top: 0px
}

@media only screen and (max-width: 480px) {
    .consent-question-buttom {
        float: right;
        width: 45%;
    }
    .consent-question {
        width: 53%;
        display: -webkit-box;
        float: left;
        margin-bottom: 23px;
    }
    #medicareNumberDIV,
    #medicareRefDIV {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .dummy-medicare {
        width: 100%;
    }
}

.multiple-groups-list,
.multiple-stores-list {
    border-radius: 25px !important;
    border: 1px solid #ced4da;
}

.multiselect-selected-text {
    color: #495057;
}

.curserNotAllowed {
    cursor: not-allowed;
}

.btn-primary-new {
    color: #fff;
    background-color: #346ee0;
    border-color: #346ee0;
}
.btn-primary-new:hover{
    color: #fff;
}

table.dataTable {
    text-transform: capitalize;
}

.manageFilterButton {
    float: right;
    margin-left: 60px;
}

.dt-button-background {
    position: relative !important;
}

a.dt-button.dropdown-item.buttons-columnVisibility.active {
    background: #39B54A !important;
    color: white;
}

a.dt-button.dropdown-item.buttons-columnVisibility {
    background: #747a80 !important;
    color: white;
}

.dt-button-collection a.buttons-columnVisibility:before,
.dt-button-collection a.buttons-columnVisibility.active span:before {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 0;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}

.dt-button-collection a.buttons-columnVisibility:before {
    content: ' ';
    margin-top: -6px;
    margin-left: 10px;
    border: 1px solid black;
    border-radius: 3px;
}

.dt-button-collection a.buttons-columnVisibility.active span:before {
    content: '\2714';
    margin-top: -7px;
    margin-left: 12px;
    text-align: center;
    /* text-shadow: 1px 1px #DDD, -1px -1px #DDD, 1px -1px #DDD, -1px 1px #DDD; */
}

.dt-button-collection a.buttons-columnVisibility span {
    margin-left: 20px;
}

.dt-button-collection.dropdown-menu {
    min-width: 12rem;
}