
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@font-face {
    font-family: Arial-Rounded-MT;
    src: local("Arial-Rounded-MT"),
        local("Arial-Rounded-MT"),
        url(../fonts/Arial-Rounded-MT.ttf);
}

/*input type number*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.color-000 {
    color: #000;
}

.color-111 {
    color: #111;
}

.color-222 {
    color: #222;
}

.color-333 {
    color: #333;
}

.color-444 {
    color: #444;
}

.color-555 {
    color: #555;
}

.color-666 {
    color: #666;
}

.color-777 {
    color: #777;
}

.color-888 {
    color: #888;
}

.color-999 {
    color: #999;
}

.pointer, select {
    cursor: pointer;
}

input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 15px;
    opacity: 0;
    z-index: 2;
    cursor: pointer
}

::-webkit-file-upload-button {
    cursor: pointer;
}

.text-green {
    color: #12b48b;
}

::-webkit-input-placeholder {
    font-family: Arial-Rounded-MT;
}

:-ms-input-placeholder {
    font-family: Arial-Rounded-MT;
}

:-moz-placeholder {
    font-family: Arial-Rounded-MT;
}

::-moz-placeholder {
    font-family: Arial-Rounded-MT;
}
body{
    font-size: 14px;
}
.table thead tr th{
    background-color: #cbcbcb;
    font-family: Poppins;
    font-weight: 500;
    border-bottom: none!important;
    white-space: nowrap;
}

.table tr:nth-child(odd) {background-color: #e6e6e6;}

.table.dataTable thead th, .table.dataTable thead td {
    border-bottom: none;
    padding: 15px 18px;
}
.edit_opt img{
    width: 30px;
}
.download-green-icon {
    width: 35px;
    background: #31b48b;
    border-radius: 50%;
}
.delete-icon {
    width: 38px;
    border-radius: 50%;
    border: none;
}

#header{
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
}

.login-name{
    font-family: Poppins;
    font-weight: 800;
}

.navbar-toggler-icon{
    width: auto;
    height: auto;
}

.search-box {
    border: 2px solid #b7b5b6;
    font-family: Poppins;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 7px;
    flex: 1 0 auto;
}

.search-icon{
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: #666666;
}

.contact-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.form-group label{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.contact-details{
    border: 2px solid #b7b5b6;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 10px;
    border-radius: 7px;
}

.booking-details{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 10px;
    border-radius: 7px;
}

.submit-btn{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background-color: #31b48a;
    border: 2px solid #31b48a;
    min-width: 107px;
    padding: 15px;
    border-radius: 10px;
}

.book-now-btn{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #e83636;
    padding: 10px;
    border-radius: 10px;
}

.bg-828282{
    background-color: #828282;
}

.upcomming-event{
    height: 500px;
}

.card-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.checkout{
    border-radius: 10px;
    overflow: hidden;
    min-height: 500px;
    height: calc(100%);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border:1px solid #dee2e6;
}

.payable-amount{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000000;
}

.card-text input{
    padding: 10px;
}

#myTab a{
    color: inherit;
}

.font-10{
    font-size: 10px;
}

.card-text.active:after{
    position: absolute;
    content: '';
    height: 100%;
    width: 5px;
    background-color: #f62f2a;
    left: -1px;
    top: -1px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 10px!important;
}

.upcomming-event-name{
    font-family: 'Raleway' , sans-serif;
    font-weight: 600;
}

.date-text,.time-text{
    font-family: 'Raleway' , sans-serif;
    font-weight: 500;
}

.cancel-btn{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 15px;
    min-width: 107px;
    border: 2px solid #31b48a;
    color: #31b48a;
    border-radius: 10px;
}
.element-center{
    text-align: center;
}
.smileybox label {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.smileybox input[type="checkbox"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}


.smileybox .check::before, .rated::after {
    content: '☆';
    font-size: 40px;
    position: absolute;
    color: orange;
    left: 0;
    bottom: 0;
    line-height: 50px;
}
.smileybox .rated::after {
    color: orange;
    content: '\2605';
}



.rate-text{
    font-family: 'Poppins', sans-serif;
    color: #333333;
    font-weight: 600;
}

.rate-textarea{
    font-family: 'Poppins', sans-serif;
}

.patient-details{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #333;
}

.service-description{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.text-item{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.posted-name{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.posted-event{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #666666;
}

.event-details{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #444444;
}

.modal-title{
    font-family: 'Raleway' , sans-serif;
    font-weight: 800;
    color: #000000;
}

.event-heading{
    font-family: 'Raleway' , sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
}

.location{
    left: 0;
    color: #595959;
    top: 50%;
    transform: translateY(-50%);
}

.booking-icons{
    left: 0;
    color: #000000;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

.booking-successful{
    font-family: 'Raleway' , sans-serif;
    font-weight: 600;
    color: #368a01;
    font-size: 20px;
}

.add-event-text{
    font-family: 'Poppins' , sans-serif;
}

.photos{
    font-family: 'Poppins' , sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.event-location{
    font-family: 'Poppins' , sans-serif;
    font-weight: 600;
    font-size: 18px;
}

#map_location_id, #edit_map_location_id {
    border: solid 1px #c8c8c8;
    border-radius: 10px;
    height: 225px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.upload-event-image{
    height: 120px;
    width: 150px;
    border: 2px solid #b6b6b6;
    padding: 1px;
}
.edit-password {
    cursor: pointer;
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #ccc;
    /* height: 42px; */
}

.user-password-wrapper-edit:after {
    content: '';
    position: absolute;
    right: 10px;
    background: url(../img/pencil-edit-button.svg) no-repeat center / contain;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.add-more,.remove {
    background-color: #000000;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}

.upload-text{
    font-family: 'Poppins' , sans-serif;
}


.add-event-text input{
    border: 2px solid #b6b6b6;
    padding: 10px;
    border-radius: 7px;
}

.completed{
    font-family: 'Raleway' , sans-serif;
    font-weight: 600;
    color: #368a01;
    font-size: 20px;
}

.pending{
    font-family: 'Raleway' , sans-serif;
    font-weight: 600;
    color: #f62f00;
    font-size: 20px;
}

.start-scanning{
    font-family: 'Poppins' , sans-serif;
    font-size: 12px;
    border:1px solid #000000;
    border-radius: 15px;
}

.view-ticket{
    font-family: 'Raleway' , sans-serif;
    color: #f62f00;
    font-weight: 600;
    font-size: 12px;
}

.booking-heading{
    font-family: 'Poppins' , sans-serif;
    font-size: 18px;
}

.booking-cancelled{
    font-family: 'Raleway' , sans-serif;
    font-weight: 600;
    color: #f62f00;
    font-size: 20px;
}

.view-text{
    font-family: 'Poppins' , sans-serif;
    color: inherit;
}

.envelope{
    left: 0;
    color: #f62f00;
    top: 50%;
    transform: translateY(-50%);
    /* font-size: 18px;*/
}

.contact-singlepage-text{
    font-family: 'Poppins', sans-serif;
}

.contact-singlepage-text:before{
    content: '';
    position: absolute;
    background: url(../img/two-quotes.svg);
    height: 16px;
    width: 16px;
    left: -5px;
    transform: rotate(180deg);
    top: 40px;
}

.contact-singlepage-text:after{
    content: '';
    position: absolute;
    background: url(../img/two-quotes.svg);
    height: 16px;
    width: 16px;
    right: 0;
    bottom: 40px;
}

.dropdown-item{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.accept-btn{
    font-family: 'Poppins', sans-serif;
    color: #000000;
    border: 1px solid #000000;
    font-size: 13px;
}

.unconnect-btn{
    font-family: 'Poppins', sans-serif;
    color: #000000;
    border: 1px solid #000000;
    font-size: 13px;
}

.reject-btn{
    font-family: 'Poppins', sans-serif;
    color: #f62f00;
    border: 1px solid #f62f00;
    font-size: 13px;
}

.add-event{
    font-family: 'Poppins', sans-serif;
    background-color: #e83636;
    padding: 10px;
    border-radius: 25px;
}

.dropdown-item.active, .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.call-image{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.font-size-12{
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.bg-f1f1f1{
    background-color: #f1f1f1;
}

.tags{
    transform: rotate(90deg);
    top: 20px;
    color: #991900;
    font-size: 16px;
}

.see-more{
    color: #991900;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

#events.owl-carousel button.owl-dot{
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    margin-right: 5px;
    text-align: center;
}

.era-text{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.event-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.show-more{
    color: #851400!important;
}

.contact-person{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.contact-name{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.ticket{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.ticket-cost{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    min-width: 150px;
    font-size: 25px;
    color: #000000;
}

.card-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.calender{
    font-size: 16px;
    color: #f62f0f;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-calender{
    font-size: 16px;
    color: #333333;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.booking-form{
    background-color: #3c3c3c;
}

.clock{
    font-size: 16px;
    color: #f62f0f;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.eye,.ticket{
    font-size: 16px;
    color: #f62f0f;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contactus-image{
    height: 150px;
    width: 150px;
}

.write-review{
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
}

.ticket-cost:before{
    content: '';
    height: 25px;
    width: 25px;
    background-color: #000000;
    position: absolute;
    border-radius: 50%;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
}

.ticket-cost:after{
    content: '';
    height: 25px;
    width: 25px;
    background-color: #000000;
    position: absolute;
    border-radius: 50%;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
}

.progress, .progress-2, .progress-3, .progress-4, .progress-5 {
    background: #eaeaea;
    height: 16px;
    /* width: 127%; */
    /* padding: 3px; */
    margin: -30px 0px 0px 50px;
    display: block;
    margin-left: 35%;
    border-radius: 0;
}

.five-rating:after{
    content: '';
    display: block;
    background: #156803;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.four-rating:after{
    content: '';
    display: block;
    background: #156803;
    width: 80%;
    height: 100%;
    border-radius: 0px;
}

.three-rating:after{
    content: '';
    display: block;
    background: #156803;
    width: 60%;
    height: 100%;
    border-radius: 0px;
}

.two-rating:after{
    content: '';
    display: block;
    background: #de6609;
    width: 40%;
    height: 100%;
    border-radius: 0px;
}

.one-rating:after{
    content: '';
    display: block;
    background: #9b1a00;
    width: 20%;
    height: 100%;
    border-radius: 0px;
}

.name-circle {
    background-color: #cccccc;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#events .owl-dots{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

#events.owl-carousel button.owl-dot.active{
    border: 1px solid #f62f00;
    background-color: #f62f00;
}

.nav-gallery {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: auto;
}

.call{
    left: 0;
    color: #595959;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.sign-up{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.sign-up-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.signin-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #31b48a;
}

.event-single-heading{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.facebook-btn{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    background-color: #235497;
    letter-spacing: 1px;
}

.google-btn{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    background-color: #313131;
    letter-spacing: 1px;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.rating-name{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #666666;
}

.calender-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}

.select-date{
    background-color: #f5f5f5;
    font-family: Poppins;
    padding: 15px;
    border-radius: 8px;
}

.input-group-addon{
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.control {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}

.control input:checked ~ .control__indicator {
    background: #e83636;
}
.control--checkbox .control__indicator:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.font-35{
    font-size: 35px;
}

.sign-up label{
    color: #444444;
    font-weight: 600;
}

.order-summary{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #f62f2a;
}

.order-text{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.timer{
    left: 0;
    color: #595959;
    top: 50%;
    transform: translateY(-50%);
}

.submit-button{
    background-color: #e83636;
}

.submitbutton {
    background: #143e7c;
    padding: 10px 0;
    border-radius: 6px;
    color: #fff;
    margin-bottom: 10px;
    font-family: Poppins;
}

.payment-btn{
    background-color: #e83636;
    font-family: 'Poppins', sans-serif;
    padding: 15px 10px;
}

.close{
    color: #f62f00;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    opacity: 1;
}

.payment-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.filter-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.booking-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.payment-success-text{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.continue-btn{
    background-color: #e83636;
    padding: 15px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
}

.transaction-id{
    color: #f62f00;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.amount-details{
    background-color: #e83636;
    font-family: 'Poppins', sans-serif;
    padding: 20px 10px;
    left: 0;
    bottom: 0;
    font-size: 16px;
}

.total-cost{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

input:focus, textarea:focus, select:focus {
    outline-offset: unset;
    outline: none;
}

.content{
    margin-top: 97px;
}

.footer{
    background-color: #0c0c0c;
}

.footer-header{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.footer-links a{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

.footer-border{
    border-bottom: 1px solid #333333;
}

.facebook {
    background-color: #3a559f;
    height: 30px;
    width: 30px;
    margin-right: 5px;
}

.twitter{
    background-color: #03a9f4;
    height: 30px;
    width: 30px;
    margin-right: 5px;
}

.printset{
    background-color: #c82426;
    height: 30px;
    width: 30px;
    margin-right: 5px;
}

.linkedin{
    background-color: #0084b1;
    height: 30px;
    width: 30px;
    margin-right: 5px;
}

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

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

.copyrights{
    font-size: 12px;
}

.feedback-section, .confirmation-section {
    height: 0;
    position: fixed;
    bottom: 0 !important;
    background-color: #586c8e;
    color: #ffffff;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 9999;
}

.feedback-section.error {
    background-color: #c82333;
}

.feedback-section.success {
    background-color: #1e7e34;
}

.feedback-section span:nth-child(1) {
    line-height: 70px;
    font-size: 17px;
}

.fa-star, .fa-star-o,.fa-star-half-alt {
    color: orange;
}

.rating-right-part{
    margin: 10px 0;
}

.vertical-border-line {
    height: 175px;
    width: 1px;
    top: 25px;
    position: absolute;
    left: 30%;
    background-color: #b7b7b7;
}

.bill-header{
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hospital-type{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
}


[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-family: Poppins;
    font-size: 12px;
}

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #32b58a;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #32b58a;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.calender-image{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.form-control{
    height: unset;
    border-radius: 10px;
}

.input-group-text {
    background-color: #f5f5f5;
    border-right: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    font-size: 18px;
    border-radius: 8px;
}

.download-btn{
    border: 2px solid #217346;
    color: #217346;
    font-size: 12px;
    padding: 10px 25px;
    font-family: Poppins;
    font-weight: 600;
    border-radius: 8px;
}

.date{
    width: 200px;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none;
    background: #a9a9a9;
    box-shadow: none;
    border-radius: 0;
}

table.dataTable.no-footer {
    border: 1px solid #afafaf;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
    color: #000000;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 18px;
    font-family: Poppins;
}

#new-pagination thead tr th {
    background-color: #cbcbcb;
    padding: 10px;
    font-family: Poppins;
    border-bottom: none;
    white-space: nowrap;
}

#ratings-table_length label,#hospital-request-table_length label,#hospital-bill-table_length label,#package-table_length label,#hospital-list_length label,#patient-list-table_length label,
#contactus-list-table_length label,#hospital-patient-table_length label,#new-request-table_length label,#hospitalstaff-table_length label,#auditHistory-table_length label,#subsciptions-table_length label,#hospital-staff-list_length label,#auditSinglePage_Listing_length label{
    margin-bottom: 0;
}

#ratings-table_length select,#hospital-request-table_length select,#hospital-bill-table_length select,#package-table_length select,#hospital-list_length select,#patient-list-table_length select,
#contactus-list-table_length select,#hospital-patient-table_length select,#new-request-table_length select,#hospitalstaff-table_length select,#auditHistory-table_length select,#subsciptions-table_length select,#hospital-staff-list_length select,#auditSinglePage_Listing_length select{
    padding: 5px 10px;
    background-color: #cbcbcb;
    border-radius: 8px;
    border: 1px solid #cbcbcb;
}

.filter-by{
    font-family: Poppins;
    font-weight: 600;
    top: -50px;
    right: 0;
}

table.dataTable tbody tr {
    background-color: #e6e6e6;
}

#all-table thead tr th{
    background-color: #000;
    padding: 20px 15px;
    font-family: Poppins;
    color: #ffffff;
}

#all-manual-table thead tr th{
    background-color: #000;
    padding: 20px 15px;
    font-family: Poppins;
    color: #ffffff;
}

#attendees-manual-table thead tr th{
    background-color: #000;
    padding: 20px 15px;
    font-family: Poppins;
    color: #ffffff;
}

#attendees-table thead tr th{
    background-color: #000;
    padding: 20px 15px;
    font-family: Poppins;
    color: #ffffff;
}

#user-list .nav-item .nav-link{
    padding: 10px 25px;
    margin-right: 10px;
    font-family: Poppins;
    transform: skew(-200deg);
    color: #ffffff;
    border: 1px solid #ffffff;
    font-weight: 600;
}

#user-list .nav-item .nav-link.active{
    background-color: #f62f00;
    border: 1px solid #f62f00;
}

.change-to-text{
    font-family: 'Poppins' , sans-serif;
    border-bottom: 1px solid #f62f00;
    padding-bottom: 2px;
    font-size: 12px;
}

.attend-details input{
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.attend-details label{
    position: relative;
    cursor: pointer;
}

.thankyou-text{
    font-family: 'Raleway' , sans-serif;
    font-weight: 600;
    color: #378a04;
    font-size: 25px;
}

.booking-confirmation{
    font-family: 'Raleway' , sans-serif;
    font-weight: 600;
    font-size: 18px;
}

#all-manual-table tbody td {
    padding: 10px;
    font-family: Poppins;
}

#attendees-table tbody td {
    padding: 5px 10px;
    font-family: Poppins;
}

/*#hospitalstaff-table thead tr th {
    background-color: #cbcbcb;
    padding:10px;
    font-family: Poppins;
    border-bottom: none;
    text-align: center;
    white-space: nowrap;
}*/

#patient-list-table thead tr th,#hospital-request-table thead tr th,#package-table thead tr th,#hospital-list thead tr th,#hospital-bill-table thead tr th,
#contactus-list-table thead tr th,#ratings-table thead tr th,#hospital-patient-table thead tr th,#hospitalstaff-table thead tr th,#new-request-table thead tr th,
#auditHistory-table thead tr th,#subsciptions-table thead tr th,#auditSinglePage_Listing thead tr th,#hospital-staff-list thead tr th{
    background-color: #cbcbcb;
    padding:15px;
    font-family: Poppins;
    border-bottom: none!important;
    white-space: nowrap;
}
.message{
    width: 140px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.message-width{
    width: 120px;
}
.name{
    white-space: nowrap;
}

.edit-delete{

}

.dropdown-toggle::after{
    display: none;
}

.dropdown-menu.show {
    padding: 10px;
    top: 20px!important;
}

.rate-section{
    border-radius: 10px;
    background-color: #f1f1f1;
}

.share-feedback{
    font-family: Poppins;
    font-weight: 600;
    font-size: 17px;
}

.dropdown-toggle,.dropdown-toggle:hover{

    font-family: Arial-Rounded-MT;
    font-weight: 500;
    font-size: 14px;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    right: 11px;
    position: absolute;
    top: 27px;
}
.user_details .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    right: -15px;
    position: absolute;
    top: 10px;
}
.filter_opt select{
    border: solid 1px #afafaf;
    padding: 9px 10px;
    min-width: 164px;
    border-radius: 6px;
}
#homeSubmenu li a, #adminCases li a, #nhaCases li a, #saCases li a {
    color: #fff;
    font-family: Arial-Rounded-MT;
    font-weight: 500;
    font-size: 14px;
}


/*Checkbox CSS*/
.card .circular-container {
    background-color:#0067FF;
}

.input-title {
    clear: both;
    padding: 22px 0px 0px 0px;
    font-size: 16px;
    color: rgba(255,255,255,.6);
    font-weight: 300;
}




/* Styling Checkbox Starts */
.checkbox-label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    clear: both;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
    width: 24px;
    background-color: #dcdcdc;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #FFFFFF;
}

.checkbox-custom.checkbox-customgreen {
    border: 2px solid #3ab38b;
    background: transparent;
}

.checkbox-label input:checked ~ .checkbox-custom.checkbox-customgreen {
    border: 2px solid #3ab38b;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #dcdcdc;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #FFFFFF;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked ~ .checkbox-custom::after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity:1;
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #204066;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    border-radius: 0;
}

.checkbox-label input:checked ~ .checkbox-custom.checkbox-customgreen::after {
    border-color: #3ab38b;
}



/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}





/*End of Checkbox CSS*/
.nav_heading {
    width: 100%;
}
.dropdown-menu a{
    font-family: Poppins;
    font-size: 12px;
}

.profile-container{
    background-color: #ffffff;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-upload{
    width: 192px;
}

.avatar-upload .avatar-edit input + label:after {
    content: "";
    background: url("../img/pencil-edit-button.svg") no-repeat center / contain;
    height: 15px;
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    cursor: pointer;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
    cursor: pointer;
}

.submit-text{
    background-color: #31b489;
    font-family: Poppins;
    border-radius: 8px;
}

.four-rating-feedback{
    background-color: #249909;
    font-size: 12px;
}

.three-rating-feedback{
    background-color: #f89d03;
    font-size: 12px;
}

.two-rating-feedback{
    background-color: #f76e30;
    font-size: 12px;
}

.attend-details label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.odd .attend-details label:before{
    border: 1px solid #000000;
}

.attend-details input:checked + label:before{
    border: 1px solid #d92817;
}

.attend-details input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #d92817;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    border: none;
    background: #e6e6e6;
    box-shadow: none;
    border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    margin-right: 5px;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-width: unset;
    /* border-radius: 5px; */
    /* color: #ffffff!important; */
    font-size: 12px;
    border: none;
    background: #e6e6e6;
    box-shadow: none;
    border-radius: 0;

}

.approved-text{
    color: #459a2a;
}

.addbilling-btn{
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    background-color: #31b489;
    border-radius: 8px;
    padding: 16px 20px;
}

.document-text{
    color: #31b48a;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
}

.upload-query{
    background-color: #fef0ed;
    border: 1px solid #fbbfb7;
    border-radius: 8px;
}

.day-text{
    font-family: Poppins;
    font-size: 12px;
}

.upload-document{
    font-family: Poppins;
    color: #444444;
}

.query{
    font-family: Poppins;
    font-size: 16px;
}

.uploader-name{
    font-family: Poppins;
    font-weight: 600;
    color: #666666;
    font-size: 12px;
}

.pending-text{
    color: #f34d50;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border: 1px solid #fff;
    border-radius: 5px;
    color: #ffffff!important;
    background: transparent;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    font-family: Poppins;
}

.dataTables_wrapper .dataTables_paginate{
    display: flex;
    align-items: center;
}

.styled-checkbox:checked + label:before {
    background: #f62f00;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.usd-cost{
    width: 110px;
}

.border-radius-10{
    border-radius: 10px;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.input-group input{
    border-right: none;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}


.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    /*  margin-left: 12px;*/
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

.login-text{
    font-family: Raleway;
    font-weight: 800;
    font-style: italic;
    color: #f62f00;
    font-size: 20px;
}

.login-account{
    background-color: #e7e7e7;
    padding: 10px;
    font-family: Poppins;
}

.add-sub-category{
    height: 40px;
    width: 40px;
    background-color: #f62f00;
    font-size: 30px;
}

.select-staff{
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
    cursor:pointer;
    height: 100%;
}

.common-input{

    padding: 15px;
    border-radius: 8px;
    height: 100%;
}

#YmlsbGluZ0hvc3BpdGFsTmFtZQ ,#service-desciption {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
    height: 100%;

}

.edit-profile{
    font-family: Poppins;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.select-hospital{
    background-color: #f5f5f5;
    font-family: Poppins;
    padding: 15px;
    border-radius: 8px;
    width: 300px;
}

.document1{
    border-radius: 8px;
}

.search{
    background-color: #31b489;
    padding: 10px 25px;
    font-family: Poppins;
    font-weight: 600;
    border-radius: 8px;
}

.add-staff{
    background-color: #31b489;
    padding: 10px 25px;
    font-family: Poppins;
    font-weight: 600;
    border-radius: 8px;
}
.red{
    background-color: #b71c1c;
    padding: 10px 25px;
    font-family: Poppins;
    font-weight: 600;
    border-radius: 8px;
}
.green{
    background-color: #2e7d32;
    padding: 10px 25px;
    font-family: Poppins;
    font-weight: 600;
    border-radius: 8px;
}
.search-bar input[type="text"]{
    border: solid 1px #afafaf;
    padding: 9px 10px;
    min-width: 300px;
    border-radius: 6px;
}

.add-button{
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.categories-text{
    font-family: Poppins;
    padding: 12px;
}

.save-btn{
    background-color: #ed2d22;
    font-family: Poppins;
    font-size: 12px;
}

.view-event,.owner-profile,.user-profile{
    color: #ed2d22;
    font-family: Poppins;
}


.deactive-text{
    color: #ed2d22;
}

.cancel-button{
    font-family: Poppins;
    font-size: 12px;
}

.data-uploader{
    font-family: Poppins;
    font-weight: 600;
}

.query-document{
    border-radius: 8px;
    min-height: 85px;
    height: 100%;
}

.query-text{
    font-family: Poppins;
    font-weight: 600;
}

@media only screen and (min-width: 992px) {
    .verify{
        width: 80%;
        margin: 0 auto;
    }

    .add-category{
        background-color: #ffffff;
        border-radius: 5px;
        padding: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .rating {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .patient-form{
        width: 100%;
    }
}

@media only screen and (min-width: 1500px) {
    .col-xxl-8{
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media only screen and (min-width: 1600px) {
    .col-xxl-4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }


    .col-xxl-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 1700px) {
    .col-xxl-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

#loadingDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    right: 0;
    z-index: 1;
    display: none;
}

#loadingDiv span:nth-child(1) {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: calc(50vh - 40px);
}

#loadingDiv span:nth-child(1) img {
    width: 80px;
}

.switch {
    margin: 0;
}

#hospital-list-status.switch {

    position: relative;
    display: inline-block;
    height: 15px;
    width: 50px;
}
.switch input {display:none;}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 1px 1px 1px 1px #ccc;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0;
    bottom: 4px;
    top: calc(50% - 13px);
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color:#2A3F59
}

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

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

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

.text-center{
    text-align: center;
}

.arrow-top{
    margin-top: -5px;
}


.filter-reset-wrapper span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../img/reset.svg");
    background-size: cover;
    /*margin-top: 3px;*/
}
.filter-reset-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 47px;
    background-color: #e0e1e2;
    text-align: center;
    /* padding: 5px; */
    cursor: pointer;
    margin-left: 5px;
    /* margin-bottom: 5px; */
}

.btn, .form-control {
    font-size: 14px;
}

.searchbtn-box:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    background: url('../img/search.png') no-repeat center;
}

.search-btn {
    height: 54px;
    padding-left: 40px;
    border-radius: 10px;
    background: #f5f5f5;
}

.doc-heading {
    color: #12b48b;
    font-family: Arial-Rounded-MT;
    font-weight: 600;
    font-size: 20px;
}

.download-all {
    color: #eb1212;
    font-family: Arial-Rounded-MT;
    font-weight: 600;
    text-transform: uppercase;
}

.doc-viewbox {
    border-radius: 15px;
    box-shadow: 0px 3px 3.5px rgba(0,0,0,0.12);
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
}

.doc-name {
    font-family: Arial-Rounded-MT;
    font-weight: 600;
    color: #333;
}

.view-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #12b48b;
}

.view-btn svg {
    /*font-size: 16px;*/
}

.text-link {
    color: #0d71bb;
    text-decoration: underline;
}

.cancel-btn {
    color: #12b48b;
    border: 2px solid #12b48b;
}

.delete-modaltext {
    font-family: Arial-Rounded-MT;
    font-weight: 600;
    font-size: 20px;
}

.text-red {
    color: #ff0000;
}

.text-green {
    color: #359004;
}

.btn-reject {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    min-width: 107px;
    padding: 15px;
    border-radius: 10px;
    background: #e41c1c;
}

.image-box {
    text-align: center;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px dashed #c2c2c2;
}

.image-box img {
    max-width: 80px;
}

.add-staff img {
    width: 18px;
    margin-right: 5px;
}
.case-details
{
    cursor: pointer;
}
.edit-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #12b48b;
    cursor: pointer;
}
.dataTables_length{
    display: none;
}
.delete-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d75a4a;
    cursor: pointer;
}
.download-pdf-icon{

    width: 35px;
    background: #31b48b;
    border-radius: 50%;
}

.download-zip-icon{
    height:25px;
    width:25px;
}

.download-wrapper:hover{
    color:#ffffff;
}

.download-wrapper{
    background-color: #31b488;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    height: 100%;
    color: #ffffff;
}