* {
    margin: 0;
    padding: 0;
    outline: 0;
}

/* Font Monstrate included */

/* Regular */

/* Medium */

/* SemiBold */

/* Bold */

html {
    font-size: 10px;
}
body {
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #222;
    font-family: "Poppins", sans-serif;
    height: 100vh;
    font-weight: 500;
}
/* .container {
    max-width: 18.2rem;
} */

.f-14 {
    font-size: 14px !important;
}

input,
textarea {
    outline: none;
}
.fa-minus-circle:before {
    padding-left: 353px;
}
.fa-plus-circle:before {
    padding-left: 353px;
}
.form-control,
.form-control:focus {
    box-shadow: none;
}
html .fc,
.fc table {
    width: 100%;
}
.font-18 {
    font-size: 1.1rem !important;
}
p {
    color: #555555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 2rem 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
}

a {
    color: #222222;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

a:hover {
    color: #41b649;
    text-decoration: none;
    cursor: pointer;
}

p {
    margin-bottom: 1.5rem;
}
.popup-form .ms-drop li label {
    width: 100%;
}

.popup-form .ms-drop li label input {
    width: 10%;
}

video {
    max-width: 100%;
    width: 100%;
}
figure {
    margin: 0;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bg-color-primary {
    background: #41b649;
}
.color-primary {
    color: #41b649;
}
.color-secondary {
    color: #222222;
}
.color-red {
    color: #f40f2a;
}
.color-gray {
    color: #555555;
}
.color-white {
    color: #fff;
}
.btn:focus {
    box-shadow: none;
    outline: none;
}

.light-bg {
    background-color: #f8f8f8;
}
.red-bg {
    background-color: #f40f2a;
}

.btn {
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 2rem 5rem;
    height: auto;
    line-height: 1;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: 0.3rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.btn-sm {
    padding: 2rem;
}

.btn-lg {
    padding: 2.8rem 5rem;
}

.btn-primary {
    background-color: #41b649;
    border-color: #41b649;
    color: #fff;
}

.btn-primary:hover {
    background-color: #222222;
    border-color: #222222;
}

.btn-secondary {
    background-color: #222222;
    border-color: #222222;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #a24a13;
    border-color: #a24a13;
}
.priority-Mandatory {
    color: #f40f2a;
}
.priority-Important {
    color: #a441b6;
}
.priority-Fun {
    color: #e99222;
}
.social {
    color: #11a9fd;
}

.font-80 {
    font-size: 8rem;
}

.font-40 {
    font-size: 4rem;
}
.font-36 {
    font-size: 3.6rem;
}
.font-28 {
    font-size: 2.8rem;
}
.font-26 {
    font-size: 2.6rem;
}

.boardheight {
    height: 107px;
}
.font-24 {
    font-size: 2.4rem;
}

.font-22 {
    font-size: 2.2rem;
}

.font-20 {
    font-size: 2rem;
}

.font-18 {
    font-size: 1.8rem;
}

.font-16 {
    font-size: 1.6rem;
}

.font-14 {
    font-size: 1.4rem;
}
.on_imgtext img {
    max-width: 65px;
    border-radius: 60px;
}
.updates_img img {
    border-radius: 15px;
}
.on_imgtext figure {
    float: left;
    min-width: 80px;
}
.on_imgtext {
    position: absolute;
    width: 100%;
    top: 10px;
}
.updates_img {
    position: relative;
}
.font-normal {
    font-weight: normal;
}
/* Header styling */
.site-header {
    background-image: url("../images/line-texture.png");
    padding: 5rem 0;
}

.site-header .left-content-details,
.site-header .navbar-brand,
.site-header .right-items {
    flex: 0 0 33%;
}

.site-header .left-content-details img {
    max-width: 20px;
    margin-right: 1.5rem;
}

.site-header .left-content-details li,
.site-header .left-content-details li span {
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: middle;
}

.site-header .left-content-details li {
    margin-bottom: 2rem;
}

.site-header .left-content-details li:last-child {
    margin-bottom: 0;
}

.navbar-brand .brand {
    max-width: 170px;
}

.site-header .right-items .font-20 {
    vertical-align: middle;
    cursor: pointer;
}

.site-header .right-items li {
    margin-left: 3rem;
}

.cart-notifiction {
    position: relative;
}

.cart-notifiction .notify-counter {
    font-size: 1.4rem;
    background-color: #a24a13;
    color: #fff;
    border-radius: 100%;
    font-weight: 600;
    position: absolute;
    left: 60%;
    top: -5px;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
}
a.add-row {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    padding: 0 18px;
    border: 1px dashed #41b649;
    color: #41b649 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "f-medium";
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}
/* popup style */
.popup-outer {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #00152C2B;
}

.popup-outer {
    width: 100%;
    /* left: unset; */
}

.popup-header a.closebtn {
    padding: 2px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-weight: 100;
    background: black;
    height: 25px;
    border-radius: 100%;
    width: 25px;
    font-size: 23px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.popup a:hover,
.popup a:focus {
    color: #ececec;
}
.popup {
    /* width: 60%; */
    margin: 0px auto;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    min-height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.popup .closebtn {
    position: absolute;
    top: 2rem;
    right: 2.5rem;
    padding: 2px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-weight: 100;
    background: black;
    height: 25px;
    border-radius: 100%;
    width: 25px;
    font-size: 23px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.popup-header {
    position: relative;
    padding: 2rem 5.5rem 1rem 2.5rem;
    border-bottom: 1px solid #eeeeee;
}
.popup-content {
    padding: 2rem 2.5rem;
    overflow: scroll;
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 2px;
    margin-bottom: 10px;
}
div#contactListpopup .popup-content {
    height: 55vh;
}
.row.top-color label.check-box {
    width: 15%;
}

/* check box */
.check-box {
    /* display: block; */
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 17px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: transparent !important;
    border: 2px solid #00152C;
    border-radius: 4px;
}
label.check-box h6 {
    padding-right: 25px;
}
/* .popup-form input,
.popup-form textarea,
.popup-form select {
    outline: none;
    border: 1px solid #eeeeee !important;
    min-height: 55px;
    margin: 5px 0;
    padding: 10px 10px !important;
    width: 100%;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 400;
} */
.popup-serch input {
    margin-top: 0;
    min-height: 50px;
}
.popup-form .form-group.title {
    width: 100%;
}
.add-guest li img {
    width: 50px;
    float: left;
    margin-right: 10px;
}
.add-guest h2 {
    float: left;
    width: 65%;
}
/* popup two */
.level-two .popup {
    width: 56.3%;
}
/* popup three */

.level-three .popup {
    width: 52.4%;
}

/* box hover or slect box */
.hover-bg:hover {
    background: #41b649 !important;
}
.hover-bg:hover h2 {
    color: #fff !important;
}
.over-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}
/* add a guest popup booking details */
/* The radio-btn */
.radio-btn {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #555555;
    font-weight: normal;
}
/* Hide the browser's default radio button */
.radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.add-guest.check-box-bg .check-box {
    margin-bottom: 0;
}
/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: -3px;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #f8f8f8;
    border-radius: 50%;
    border: 1px solid #ededed;
}

/* On mouse-over, add a grey background color */
.radio-btn:hover input ~ .checkmark-radio {
    background-color: #ccc;
}
.check-box:hover input ~ .checkmark {
    background: #ccc;
}
.check-box input:checked ~ .checkmark {
    background-color: #41b649;
}
/* When the radio button is checked, add a blue background */
.radio-btn input:checked ~ .checkmark-radio {
    background-color: #41b649;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn input:checked ~ .checkmark-radio:after {
    display: block;
}
/* map */
html,
body {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}
.popup-content.mCustomScrollbar._mCS_8.mCS-autoHide.mCS_no_scrollbar {
    margin-bottom: 0;
}
/* When the checkbox is checked, add a blue background */
span.checkmark.one {
    background-color: #DB2B26 !important;
    height: 10px;
    width: 10px;
    border-radius: 100px;
}
span.checkmark.two {
    background-color: #802ACB !important;
    height: 10px;
    width: 10px;
    border-radius: 100px;
}
span.checkmark.three {
    background-color: #FC9B00 !important;
    height: 10px;
    width: 10px;
    border-radius: 100px;
}
span.checkmark.two:after,
span.checkmark.three:after,
span.checkmark.one:after {
    display: none !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-box .checkmark:after {
    /* left: 8px;
    top: 1px;
    width: 11px;
    height: 19px;
    border: solid white;
    border-width: 0 4px 5px 0; */
    left: 3px;
    top: 0px;
    width: 6px;
    height: 9px;
    border: solid #41b649;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.check-box p {
    padding-left: 20px;
    /* padding-top: 3px; */
}
.row-outer .form-group {
    padding: 10px;
}

/* Slide Menu */
.right-navbar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100%;
    z-index: 999;
}

.right-navbar.show {
    left: 0;
}

.right-navbar .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
}

.right-navbar.show .overlay {
    opacity: 1;
}

.navbar-wrapper {
    width: 80%;
    z-index: 2;
    background: #ffffff;
    max-width: 42rem;
    overflow-x: auto;
    padding: 2rem 0;
    position: absolute;
    right: -100%;
    bottom: 0;
    top: 0;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
}

.right-navbar.show .navbar-wrapper {
    right: -2rem;
}

.right-navbar .navbar-brand {
    padding: 4rem 2rem;
    margin: 0;
}

.right-navbar .nav li {
    display: block;
    width: 100%;
}

.right-navbar .nav li a {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: #222;
    padding: 2rem 3rem;
    border: 0.5rem solid #fff;
    border-top: 0;
    border-bottom: 0;
}

.right-navbar .nav li a.active,
.right-navbar .nav li a:hover {
    border-color: #a24a13;
    color: #a24a13;
}

.navbar-wrapper .btn.btn-secondary {
    width: calc(100% - 7rem);
    margin: 5rem auto 0;
    display: table;
}
.close-red {
    position: relative;
}
.close-red:after {
    content: "";
    background: url("../../webroot/img/close-red.png");
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: -5px;
    background-repeat: no-repeat;
    width: 12px;
    height: 15px;
    cursor: pointer;
}

.close-red-close {
    position: relative;
}

.close-red-close:after {
    content: "";
    background: url("../../webroot/img/close-red.png");
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: -5px;
    background-repeat: no-repeat;
    width: 12px;
    height: 15px;
    cursor: pointer;
}

/* Search */
.site-header .search-wrapper {
    position: relative;
}

.site-header .search-wrapper .search-form {
    position: absolute;
    z-index: 9;
    width: 40rem;
    right: -10rem;
    display: none;
}

.site-header .search-wrapper .search-form .form-control {
    height: 100%;
    border: none;
    padding: 2rem;
    font-size: 1.6rem;
}

.site-header .search-wrapper .search-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
#sidebar {
    height: 100vh;
    transition: margin 0.25s ease-out;
    padding: 140px 0 90px 0;
    position: relative;
}

/* .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
}

.logo a {
    width: 100%;
    height: 100%;
    padding: 30px;
}

.logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
} */

.left_side {
    max-width: 450px;
    width: 30%;
}

#sidebar .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar .list-group {
    width: 15rem;
}

#page-content-wrapper {
    width: 100vw;
    height: 100vh;
    /* padding-top: 100px;*/
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    /* z-index: 9; */
}

.header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    padding: 1.5rem 4rem;
    z-index: 5;
}
/* section.form-section {
    position: relative;
    z-index: 1;
} */
#wrapper.toggled #sidebar {
    margin-left: 0;
}
ul.nav-items li a {
    color: #fff;
    display: flex;
    position: relative;
    padding: 18px 10px 20px 105px;
}

ul.nav-items li a figure {
    width: 28px;
    height: auto;
    position: absolute;
    left: 60px;
    top: 14px;
    max-width: 35px;
}
img.cust_het {
    max-height: 40px;
}

.logout {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    padding: 30px 10px;
    background: #39a641;
    color: #fff;
}
.over_scroll {
    height: 100%;
    overflow-x: hidden;
    padding: 30px 0px;
    overflow-y: auto;
}

form.serch_btn input[type="text"] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: #eef8ef;
    border-radius: 5px 0px 0px 5px;
    height: 5rem;
}
form.serch_btn button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #eef8ef;
    color: #41b649;
    font-size: 17px;
    border: none;
    border-left: none;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
    height: 5rem;
}

form.serch_btn::after {
    content: "";
    clear: both;
    display: table;
}
.dropdown-toggle::after {
    border: none;
    content: "";
    position: absolute;
    right: 10px;
    color: #00152C;
    font-size: 14px;
}
ul.navbar-nav li {
    margin: 0 1rem;
}

.bg_light_green {
    /*background: #d9eddb;*/
    background: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu-right {
    left: 0;
}
.dropdown-menu {
    min-width: 14rem;
}

.heading_sidebar {
    margin: 20px 20px 20px 60px;
}

.nav-items li a:hover,
.nav-items li a:active,
a.active {
    border-bottom: 3px solid #3ca943 !important;
}
.left_side figure {
    text-align: center;
}
.dropdown-item {
    white-space: unset;
}
.top-header .dropdown-item {
    text-align: center !important;
    font-size: 13px;
    line-height: 17px;
    font-family: 'f-medium';
    margin-top: 22px;
}
.top-header .dropdown-item:first-child {
    margin-top: 0;
}
.user_name {
    position: relative;
    font-weight: 500;
}

.hedding_style {
    font-weight: 600;
    margin-bottom: 0;
}

.right_content .booking-schedule-row .shadow-lg {
    height: 100%;
    min-height: 200px;
    /*padding: 2rem 4rem;*/
}

.right_content .booking-schedule-row .shadow-lg figure {
    /*height: 65px;*/
    height: 40px;
}

.right_content .booking-schedule-row .shadow-lg figure img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: table;
}

.right_content .booking-schedule-row .shadow-lg .hedding_style {
    margin-top: 2rem;
    text-align: center;
}

.outer-div:after {
    content: "";
    background: #ffffff66;
    position: absolute;
    bottom: -15px;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    width: 75%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.outer-div {
    position: relative;
    z-index: 1;
}
.mobile_serch {
    position: absolute;
    right: 25px;
}
.crater-img {
    max-width: 40px;
    float: left;
    margin-right: 10px;
}
/* width */
::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f8f8f8;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2cba3a;
    border-radius: 100px;
}
.over_scroll {
    height: 100%;
    overflow-x: hidden;
    padding: 30px 0px;
    overflow-y: auto;
    scrollbar-color: #f8f8f8 #dfdfdf;
    scrollbar-width: thin;
}

.user_prof figure {
    width: 70px !important;
    height: 70px !important;
    border: 1px solid #eef8ef;
    border-radius: 100%;
    margin-right: 15px;
}
.user_prof figure .profile_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
sub {
    font-size: 18px;
    bottom: -0em;
}
.custum-boxshadow-perent {
    /*box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 10%);*/
    background: #fff;
}
.custum-boxshadow {
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 22%);
    background: #fff;
}

.cards-hover-cst {
    width: 98%;
    margin: 0 auto;
    position: relative;
    min-height: auto !important;
    padding-bottom: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cards-hover-cst:hover {
    width: 100%;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 42%);
    transition: 0.2s;
}

.cards-hover-cst button {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
    border: none;
    background: #41b649;
    color: #fff;
    padding: 10px 0;
}

.cards-hover-cst button:hover {
    background: #2a8b31;
}

.cards-hover-cst button.booked-btn {
    color: #000;
}

.cards-hover-cst button.waitlist-btn {
    background: #8f3183;
    color: #fff;
}

.cards-hover-cst button.waitlist-btn:hover {
    background: #5c1f55;
}

.booking-schedule-row {
    margin-bottom: 3rem;
}
.booking-schedule-row figure img {
    width: 100px;
    height: auto;
    margin-bottom: 5px;
}
.fc-daygrid-event-harness:after{
    display: none;
}
/* .right_content {
    height: 100vh;
    overflow-x: auto;
    scrollbar-color: #f8f8f8 #dfdfdf;
    scrollbar-width: thin;
} */
.rounded {
    border-radius: 1rem !important;
}
.font-semi-bold {
    font-weight: 600;
}
.Quest-scroll {
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #f8f8f8 #dfdfdf;
    scrollbar-width: thin;
}
.Quest-scroll:hover {
    overflow-y: scroll;
}
.droplink {
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
}
label {
    float: left;
    width: 100%;
    margin: 10px 0 5px 0;
}
.custum-dropdown {
    position: relative;
    display: inline-block;
}
form.serch_btn button:focus {
    border: 1px solid #41b649;
    outline: none;
}
.dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #eef8ef;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    border-radius: 10px;
    z-index: 9;
}
.dropdown-content2 {
    display: none;
    position: absolute;
    left: 0;
    background-color: #eef8ef;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    left: -110px;
    border-radius: 10px;
    z-index: 9;
}

.droplink {
    position: relative;
}

.notify-counter {
    position: absolute;
    right: 5px;
    bottom: 70%;
    font-size: 1.4rem;
}
.custum-dropdown:hover .dropdown-content {
    display: block;
    height: 600px;
    overflow: scroll;
}
.custum-dropdown:hover .dropdown-content2 {
    display: block;
}

.notif figure {
    float: left;
    min-width: 40px;
}

.col-75 {
    float: left;
    width: 75%;
}

.col-25 {
    float: left;
    width: 25%;
}

.li_styl li {
    padding: 10px !important;
    border-bottom: 1px solid #fff;
}

.li_styl li img {
    width: auto;
    height: auto !important;
}

figure.uplod-img.rounded-half {
    width: 50px;
    float: left;
    margin-left: 20px;
}
form.serch_btn {
    max-width: 400px;
    width: 30%;
}
.popup-form button.custum-btn.btn-primary {
    min-width: 16rem;
    height: 50px;
}
.popup-form button.custum-btn.custum-secondary {
    min-width: 15rem;
    height: 50px;
}
.User-status {
    min-height: 150px;
}
button#sidebarCollapse:focus {
    box-shadow: none !important;
}
/* contact page */
.font-46 {
    font-size: 4.6rem;
}
.rw_secend form.serch_btn {
    max-width: 100%;
    width: 100%;
}
.rw_secend form.serch_btn input[type="text"] {
    width: 90%;
    height: 7rem;
}
.rw_secend form.serch_btn button {
    width: 10%;
    color: #000;
    height: 7rem;
}
.pd-35 {
    padding: 3rem;
}
.custum-btn {
    min-width: 22rem;
    font-size: 1.6rem;
    height: 5rem;
    cursor: pointer;
    border: none;
}
ul.vertical-menu li {
    width: 160px;
    height: 6rem;
}
.custum-secondary:hover {
    background-color: #5a6268;
    border-color: #5a6268;
}
.custum-secondary {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}
.dropsetting-content {
    position: absolute;
    right: -83px;
    background: #fff;
    top: 45px;
    z-index: 1;
    min-width: 150px;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    display: none;
}
.collapse {
    display: inline-block;
}
.row-postion {
    position: absolute;
    top: 5px;
    right: 25px;
    width: 50px;
}
.hover-showsetting:hover .dropsetting-content {
    display: block;
}
.three-dotted {
    min-height: 50px;
}
.font-13 {
    font-size: 1.3rem;
}
.vertical-menu li:hover {
    background: #41b649;
    color: #fff;
    font-weight: 600;
}
.dropsetting-content ul.li_styl li a:hover {
    color: #41b649;
}
.rounded-half {
    border-radius: 0.5rem !important;
}

.inner_box {
    float: left;
    width: 100%;
}
.font-46 {
    font-size: 2.5rem;
}
.inner_box {
    min-height: 100px;
}
.max-height {
    max-height: 475px;
    margin-bottom: 100px;
}
.over-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 90vh;
}
.shadow-lg.custum-boxshadow {
    margin-bottom: 10px;
}
.popup-form .row {
    padding: 10px;
}
.Booked-Quest.shadow-lg.custum-boxshadow.bg-white {
    margin-bottom: 50px;
}
p.text-limet {
    position: absolute;
    right: 0;
}
.postion {
    position: relative;
}
/* booked quest pulblic */
.booked-quest .on_imgtext {
    background: #00000085;
}
.over-scrolltwo {
    /*max-height: 430px;*/
    max-height: 100%;
}
.tag_style h5 {
    width: auto;
    position: relative;
    padding-left: 30px;
    padding: 5px 5px 5px 30px;
}
.tag_style h5:before {
    content: "";
    position: absolute;
    top: 2px;
    background: url(../../webroot/img/event.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    left: 0px;
}
.link-icons img {
    max-width: 25px;
}
.link-icons li {
    padding: 0 15px;
}
.link-icons li a {
    border: 1px solid #000;
    padding: 5px 5px;
    border-radius: 5px;
    cursor: pointer;
}
/* popup table details */
.popup-eventdetails th {
    width: 25%;
}
tr {
    border-bottom: 1px solid #eee !important;
}
.popup-eventdetails th,
.popup-eventdetails td {
    padding: 10px 0px;
}
.table-style th {
    font-size: 1.6rem;
    font-weight: 500;
}
.table-style td {
    font-size: 1.4rem;
    font-weight: normal;
}
.table-style td:before {
    display: none;
}
/* agenda */

figure.user-dataimg {
    max-width: 60px;
    margin-right: 10px;
    border-radius: 100%;
    height: 60px;
}
li.img-right .thumb-img {
    position: absolute;
    right: 0px;
    top: 50%;
    max-width: 70px;
    transform: translateY(-50%);
}
ul.message-board {
    position: relative;
}
ul.message-board li:first-child {
    max-width: 15%;
}
ul.message-board li:nth-child(2) {
    max-width: 68%;
}
figure.imgmax-hgt img {
    width: 100%;
    max-height: 240px;
}
.over_scrollshow {
    overflow: scroll;
    max-height: 500px;
    overflow-x: hidden;
}
.max-overflow {
    max-height: 430px;
    overflow: scroll;
    overflow-x: hidden;
    min-height: 400px;
}
.max-overflow-schedule {
    max-height: 430px;
    overflow: scroll;
    /* overflow-x: hidden;*/
    min-height: 400px;
}
.schedule-button.custum-btn.btn-primary.rounded-half.mr-2 {
    background-color: #41b649;
    border-color: #41b649;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.pb-2.d-flex.align-items-right.page-title {
    float: right;
}
.dropdown-content.profile-setting {
    min-width: 150px;
    background: #fff;
}
.top-header .dropdown-content2.profile-setting {
    width: 160px;
    padding: 30px;
    background: #fff;
}
/* Messages */
.msg_cotainer,
.msg_cotainer_send {
    width: 45%;
}
.Messages.right-side {
    position: relative;
}
.Messages.right-side .over-scroll {
    max-height: 360px;
}
.footer-sendbtn {
    /*position: absolute;*/
    bottom: 0;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.footer-sendbtn .input-group {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.footer-sendbtn .input-group .input-group-append {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 3;
}
textarea.form-control.type_msg {
    position: relative;
    z-index: 0;
}
.post-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 3;
}

.post-btn .custum-btn {
    min-width: 12rem;
}
textarea.form-control.type_msg {
    padding: 10px 146px 10px 90px;
}

.scrollbox {
    width: 10em;
    height: 10em;
    overflow: auto;
    visibility: hidden;
}
.scrollbox-content,
.scrollbox:hover,
.scrollbox:focus {
    visibility: visible;
}
.scrollbox_delayed {
    transition: visibility 0.2s;
}
.scrollbox_delayed:hover {
    transition: visibility 0s 0.2s;
}
.hover-bg {
    cursor: pointer;
}
.min-height {
    min-height: 490px;
}
/* profle settings */
button.tablinks {
    border: none;
    padding: 15px;
    width: 100%;
    white-space: nowrap;
}
.tab {
    display: flex;
    border-radius: 3px !important;
    background: #eef8ef;
    margin-bottom: 15px;
}
button.tablinks.active {
    background: #41b649;
    color: #fff;
}
/*button.tablinks {
    background: transparent;
}*/
.tab button#defaultOpen.active {
    border-radius: 3px 0px 0px 3px;
}
.form-style input,
.form-style textarea,
.form-style select {
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    padding: 5px 10px;
    font-size: 1.8rem;
    min-height: 40px;
}
.form-style input:focus,
.form-style textarea:focus,
.form-style select:focus {
    color: #000000;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
textarea.form-control.type_msg {
    font-size: 15px;
}
.img-radius-ten img {
    border-radius: 10px;
}
.social li {
    padding: 10px 10px 0px 10px;
}
.custum-radius img {
    width: 164px;
    height: 164px !important;
    border-radius: 100%;
    margin: 0 auto;
    border: 2px solid #fff;
}
figure.profile-photo {
    margin-top: -85px;
}
.full-scroll {
    max-height: 504px;
}
.profile.right-side {
    height: 100%;
    max-height: 504px;
}
/* booking popup */
.on_imgtext.Booking-Details img {
    max-width: unset;
}
.book-icons .col-margin {
    margin: 0 13px;
}
figure.icon-style {
    background: #eef8ef;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 2rem;
    cursor: pointer;
    text-align: center;
}
.book-icons .col-margin {
    margin: 15px 13px;
    padding: 0;
}
figure.icon-style img {
    max-width: 55px;
    max-height: 60px;
}
/*   Booking Details  */
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 26px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.togele-round {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.togele-round:before {
    position: absolute;
    content: "";
    height: 27px;
    width: 27px;
    left: 0px;
    right: 0px;
    bottom: 4px;
    background-color: #222;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow:
        2px 3px 3px 0 rgba(0, 0, 0, 0.24),
        2px 3px 3px 1px rgba(0, 0, 0, 0.19);
    top: -1px;
}
.settings input:checked + .togele-round {
    background-color: #41b649;
}
.settings input:focus + .togele-round {
    box-shadow: 0 0 1px #2196f3;
}
.settings input:checked + .togele-round:before {
    -webkit-transform: translateX(27px);
    -ms-transform: translateX(27px);
    transform: translateX(27px);
    background: #fff;
    box-shadow:
        1px 0px 1px 0px rgba(0, 0, 0, 0.24),
        1px 1px 1px 1px rgba(0, 0, 0, 0.19);
}
hr.border-bot {
    border-bottom: 1px solid #ededed;
    width: 96%;
    margin: 0 auto;
    border-top: 0;
}
/* Rounded sliders */
.togele-round.round {
    border-radius: 34px;
}
.togele-round.round:before {
    border-radius: 100%;
}

/* group chat popup */
.group-chat .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.group-chat .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: -15px !important;
}
div#Chat .popup-content {
    margin-bottom: 0;
}
.group-chat .p-5 {
    padding: 2.3rem !important;
}

.feature.map iframe {
    height: 400px;
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    border-radius: 1rem;
}
/* share popup */
.btn-fb {
    background-color: #3b5998 !important;
}
.btn-tw {
    background-color: #55acee !important;
}
.btn-li.custum-btn {
    background-color: #0082ca !important;
}
.socail-links .btn.custum-btn {
    color: #fff;
    font-size: 1.2rem;
}
.socail-links {
    display: inline-flex;
    gap: 20px;
}

.socail-links .btn.custum-btn:hover,
.socail-links .btn.custum-btn:focus,
.socail-links .btn.custum-btn:active {
    box-shadow:
        0 5px 11px 0 rgba(0, 0, 0, 0.18),
        0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.socail-links i.fa {
    font-size: 20px;
}
.filter-check label.check-box {
    display: inline-block;
    width: auto;
    margin: 0 5px;
}
/* delete account popup */
ul.delete-account-ul li {
    list-style-type: disc;
    list-style-position: inside;
}
/*nov-9-2020-start*/
div#calendar .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
    flex-direction: unset;
    position: relative;
}

.message.success {
    margin-left: 22px;
    color: #28a745;
}

.creator_image {
    border-radius: 100% !important;
    height: 40px !important;
    width: 40px !important;
    object-fit: cover;
}
/*nov-9-2020-end*/

#note_msg {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}
div#event_comment {
    width: 100%;
}
div#event_comment .comment-text {
    text-align: center;
}
.group-chat span.msg_date_time {
    width: 100%;
    font-size: 11px;
    position: absolute;
    top: 3px;
    left: 14px;
    font-weight: 500;
    color: #787878;
}
.group-chat .p-5 {
    position: relative;
}
.group-chat span.msg_date_time.sender {
    position: absolute;
    left: 5px;
    text-align: left;
}

.group-chat figure.img-radius.pl-3.pr-3 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0px !important;
    margin: 0 !important;
}
.pull-right i {
    font-size: 13px;
    background: #41b649;
    color: white;
    padding: 4px 6px 4px 6px;
    margin: 0px 5px 0 0;
}
i.fa.fa-trash {
    background: red;
}
.comment-container {
    background: #e5e5e5;
    margin: 10px 0;
    border-radius: 15px;
}
img#scheduleCoverImage {
    max-height: 400px;
}
button.notify-btn {
    height: 2.5rem !important;
    margin-top: 8px !important;
    width: 48%;
    float: left;
    margin: 1px;
}
.group_msg_file {
    border: none;
    background: none;
}

img.grp_img {
    width: 75px;
    max-width: 75px;
}

/*24/03/2021*/
.notedate {
    font-size: 9px;
    color: #797777;
    margin-bottom: 6px;
}
.notetext {
    width: 100%;
    word-break: break-all;
}

.fa-arrows-alt:before {
    font-family: fontawesome;
}

.panel {
    display: none;
}

.full-width-calendar {
    width: 100% !important;
}
.fc-remove-icon {
    background: red;
    width: 16px;
    height: 10px;
    line-height: 1;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}
@media only screen and (min-width: 992px) {
    .col-xl-12 div#calendar .fc-toolbar-chunk {
        width: unset !important;
    }
}

table.fc-scrollgrid-sync-table td.fc-daygrid-day {
    height: 60px;
}
table.full-width-calendar td.fc-daygrid-day {
    height: 120px;
}

#gritter-notice-wrapper {
    background-color: #41b649 !important;
}
.gritter-top {
    background-color: #41b649 !important;
    background: unset !important;
}
.gritter-item {
    background-color: #41b649 !important;
    background: unset !important;
}

.gritter-bottom {
    background-color: #41b649 !important;
    background: unset !important;
}

.gritter-title {
    font-size: 17px !important;
    text-shadow: none !important;
}

.gritter-item p {
    font-size: 14px !important;
    color: #fff !important;
}

.filter-hide {
    display: none;
}

.btn-primary-open {
    background-color: #41b649 !important;
}

.slect-fild li {
    width: 10px;
}
.link-icons .view-details {
    border: 1px solid #000;
    padding: 5px 5px;
    border-radius: 5px;
    cursor: pointer;
}

.img-round {
    height: 35px;
    border-radius: 50%;
}

.outer-block-div figure {
    display: none;
}
.outer-block-div .right_content .booking-schedule-row .shadow-lg {
    height: 50%;
}

.outer-block-div .shadow-lg {
    height: 50% !important;
}

.outer-div:after {
    content: unset !important;
}

.broadcast-icon-block {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    margin-top: 30px;
    position: relative;
}
.comment_brd img {
    width: 30px;
}
.broadcast-icon-first-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.broadcast-icon-first-block i {
    margin-right: 10px;
}
.on_imgtext.overlay-text {
    border-radius: 15px;
    position: relative;
    width: 100%;
    bottom: 0px;
    background: gray;
    margin: 1px 0;
    padding: 10px !important;
}

.on_imgtext.overlay-text {
    display: flex;
    align-items: center;
    background-image: linear-gradient(to top, #fff 10% 27%, #91918c 10% 70%, #fff 10% 15%);
    border-radius: 0;
    top: 0;
}

figure.img-radius.broadcastimg img {
    height: 45px;
}

.on_imgtext.overlay-text figure.img-radius.broadcastimg img {
    height: 50px;
    border-radius: 50px;
    border: 4px solid #40b649;
}

.on_imgtext.overlay-text h2 {
    font-size: 11px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.on_imgtext.overlay-text p {
    font-size: 9px;
    margin-left: 7px;
    font-weight: 600;
    padding-top: 3px;
}

.on_imgtext .overlay-text .pl-3.pr-3.mb-2 h2.text-white.mb-0.pt-4.font-20.font-semi-bold {
    margin: 0px !important;
    padding: 6px 0 0 0 !important;
}

/*.broadcast-icon-second-block .notify-counter-icon.color-red {
  position: absolute;
  right: 10px;
  bottom: 43px;
  font-size: 1.4rem;
}*/

.broadcast-comment-send {
    float: right;
}

.notify-counter-icon {
    position: absolute;
    top: -15px;
    transform: translateX(30px);
}

a.closebtn.close-broadcast {
    position: absolute;
    right: -15px;
    top: -14px;
    background: black;
    color: white;
    border-radius: 50%;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 1.4;
}

button.ms-choice {
    outline: none;
    border: 1px solid #eeeeee !important;
    min-height: 46px;
    margin: 5px 0;
    padding: 10px 10px !important;
    width: 100%;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 400;
}

#private_access input[type="checkbox"] {
    min-height: auto;
}

.broadcast-checkbox input[type="checkbox"] {
    min-height: auto;
}

.ms-parent {
    width: 100% !important;
}

.ms-choice > div {
    top: 15px !important;
}

.inner-box {
    margin: 0 2px;
}

@media (max-width: 1600px) {
    .padd_sec .custum-btn {
        font-size: 1.4rem;
        height: 4rem;
    }
}

.broadcast-count {
    font-size: 10px;
    background-color: #41b649;
    padding: 1px;
}

input#usersearchmessage {
    width: 100% !important;
}

.show_more {
    height: 2.5rem !important;
    margin-top: 8px !important;
    width: 100%;
    float: left;
    margin: 1px;
}
.show_more_main {
    margin: 0 auto;
}

.show_more_full {
    height: 2.5rem !important;
    margin-top: 8px !important;
    width: 40%;

    margin: 1px;
}
.show_more_main_full {
    margin: 0 auto;
    text-align: center;
}

.fc-button-group .fc-button {
    top: 0px !important;
}

/* div#calendar h2.fc-toolbar-title {
    position: absolute !important;
    top: 38px;
    left: 0;
    right: 0;
} */
div#calendar .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
    margin: 25px 0 !important;
}
div#calendar .fc-toolbar-chunk {
    /* width: 100%;
    display: flex; */
    text-align: center;
}

.blackboard-panel {
    display: block;
}
.broadcast-icons {
    cursor: pointer;
}
.button-cursor {
    cursor: pointer;
}
.green .fc-daygrid-event-dot {
    border: 4px solid #41b649;
}
.black .fc-daygrid-event-dot {
    border: 4px solid #000;
}
.yellow .fc-daygrid-event-dot {
    border: 4px solid #ffff00 !important;
}

#openBroadcastSendFilePopup .popup {
    width: 40%;
}

.notify-buttons {
    display: inline-block;
    width: 100%;
}

.red-btn {
    background-color: red;
    border-color: red;
}
.yellow-btn {
    background-color: #cdcd42;
    border-color: #cdcd42;
}

.col-100 {
    text-align: center;
    clear: both;
}
button.notify-btn {
    float: unset !important;
    margin: unset !important;
}

.green-box {
    background-color: #41b649 !important;
}

.playbook-edit {
    clear: both;
    border-bottom: 1px solid #eeeeee;
    background: none !important;
}

#appendPlayBook {
    border: 1px solid #eeeeee;
}

#EventEdit .playbook-map {
    display: none;
}

a.add-playbook-row {
    padding: 2rem;
    border: 2px dashed #41b649;
    width: 97%;
}
/*5-5-2021*/
.postion-set {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0px 68px;
}

select.cust-time-input {
    width: 108px;
}

figure.bookedquest-logo {
    max-width: 150px !important;
    width: 130px !important;
    height: auto !important;
}

.booking_black .fc-event-title {
    color: #000000;
}

.booking_red .fc-event-title {
    color: #e51b0e;
}

.booking_green .fc-event-title {
    color: #129d13;
}
.booking_orange .fc-event-title {
    color: black;
}

.booking_purple .fc-event-title {
    color: #9b2adb;
}

.booking_blue .fc-event-title {
    color: #1342c4;
}

.guest-status {
    width: 100%;
    font-size: 12px;
    float: left;
    position: relative;
    padding: 0px 15px;
}
.price {
    width: 10% !important;
}
.guest-status-on-popup {
    display: flex;
}

.guest-status-on-popup span p {
    font-size: 10px;
    text-align: center;
}

#Guests .shadow-lg.custum-boxshadow {
    flex-wrap: wrap;
}

.new-notify {
    border: 2px solid red;
}
.red-dot .fc-daygrid-event-dot {
    border: 4px solid red;
}
h2.users-name {
    font-size: 14px;
}
h2.event-name {
    font-size: 14px;
}
@media (max-width: 767px) {
    .book-icons .col-margin {
        flex: unset !important;
        max-width: unset !important;
        width: 25% !important;
    }
    div#Guests .postion-set {
        position: absolute;
        top: 67px;
        right: 0;
        margin: 0px 0;
        transform: translateX(-50%);
    }
    .rw_secend form.serch_btn input[type="text"] {
        width: 100% !important;
        margin-bottom: 10px;
    }
    div#Guests .row.rw_secend.mt-3.popup-serch {
        margin-top: 30px !important;
    }
    div#Guests .inner_box.d-flex.p-4 {
        flex-wrap: wrap;
    }
    div#Guests .custum-btn {
        min-width: 9rem;
    }
    div#Guests .custum-btn {
        height: 3rem;
    }
    .inner_box {
        min-height: auto;
    }
}
a.fc-timegrid-event.fc-v-event {
    background-color: transparent !important;
    border: none;
}
.fc-timegrid-event .fc-event-main-frame {
    flex-direction: unset !important;
}
.fc-timegrid-event .fc-event-title-container {
    position: relative;
    top: -4px;
    left: 2px;
}
.fc-event-time {
    color: black;
}
.fc-timegrid-event .fc-event-time {
    padding-left: 14px;
    position: relative;
}
.fc-timegrid-event .fc-event-time {
    bottom: 3px;
}
.fc-timegrid-event.red-dot .fc-event-time::before {
    content: "";
    background: red;
    position: absolute;
    left: 0 !important;
    top: 3px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
}

.fc-timegrid-event.green .fc-event-time::before {
    content: "";
    background: #41b649;
    position: absolute;
    left: 0 !important;
    top: 3px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
}
.fc-timegrid-event.blue .fc-event-time::before {
    content: "";
    background: #1342c4;
    position: absolute;
    left: 0 !important;
    top: 3px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
}
.fc-timegrid-event.orange .fc-event-time::before {
    content: "";
    background: #ffa500;
    position: absolute;
    left: 0 !important;
    top: 3px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
}
.fc-timegrid-event.black .fc-event-time::before {
    content: "";
    background: #000;
    position: absolute;
    left: 0 !important;
    top: 3px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
}
.booking-popup {
    display: flex;
    align-items: center;
}

#eventstatuscancel {
    padding-left: 14px;
    color: red;
    font-size: 20px;
}

.hover-img {
    display: none !important;
}

.dash-box.shadow-lg.custum-boxshadow:hover .hover-img {
    display: block !important;
}

.dash-box.shadow-lg.custum-boxshadow:hover .plain-img {
    display: none !important;
}

.dash-box.shadow-lg.custum-boxshadow:hover {
    background: #41b649 !important;
    cursor: pointer;
}

.dash-box.shadow-lg.custum-boxshadow:hover h2 {
    color: #fff !important;
}
.outer-div {
    display: flex;
    border-radius: 20px;
    padding: 10px 5px !important;
}
.outer-div1 .custum-boxshadow {
    border-radius: 20px;
}
.box-custom img {
    max-height: 20px;
    width: auto !important;
}
.box-custom {
    text-align: center;
    flex: 33.33%;
}
.booking-schedule-row .outer-div {
    align-items: center;
    flex: 50%;
}
div#postnowevent {
    align-self: center;
    justify-content: center;
    gap: 15px;
}
.alert-confirm {
    flex: 100%;
    text-align: center;
}
.alert-confirm a#post-alert-no {
    background: red;
    color: #fff;
    padding: 0 7px;
    border-radius: 5px;
}
.alert-confirm a#post-confirm-button {
    background: green;
    color: #fff;
    padding: 0 7px;
    border-radius: 5px;
}
.inner-box.custom_booking-box {
    flex: 100%;
    max-width: 100%;
}
.custom_booking-box h2 {
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    font-size: 1.7rem;
}
.custom_booking-box {
    padding: 6px 11px;
}

.custom_booking-box .color-success {
    color: #41b649;
}
.custom_booking-box .color-black {
    color: black;
}
.custom_booking-box .color-gary {
    color: gray;
}
.custom_booking-box h2 span {
    font-size: 13px;
    margin-top: 5px;
    color: gray;
}
.booking-schedule-row .outer-div .box-custom:last-child {
    border: none;
}
.booking-schedule-row .outer-div .box-custom {
    border-right: 1px solid #b5b4b4;
}
div#calendarDiv .booking-schedule-row {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    background: #fff;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 15px;
}
div#calendarDiv .outer-div1 {
    flex: 50%;
}
div#calendarDiv .box-custom {
    text-align: center;
}
form.serch_btn-new {
    text-align: center;
    margin: 0 30px;
    position: relative;
}
form.serch_btn-new #querystring {
    height: 36px;
    width: 100%;
    padding: 0 5px;
}
.Booked-Quest .mCustomScrollbar {
    /*background: #b9b9b9;*/
    /*margin-top: -40px;*/
}
.serch_btn-new #globalsearch {
    position: absolute;
    right: 10px;
    top: 7px;
    background: none;
    border: none;
    color: green;
}
.dash-box.box-custom {
    cursor: pointer;
}
.col-sm-7.outer-div {
    padding: 0 !important;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin-top: 1.5em;
}
.container-fluidrq select#privacy {
    width: 100%;
}
.container-fluidrq .form-group input,
.form-group select {
    width: 100%;
    padding: 0 7px;
    border: 1px solid gray;
}
.custum-dropdown .droplink {
    position: relative;
}
.custum-dropdown .on_hover {
    position: absolute;
    left: 10px;
    opacity: 0;
    z-index: 999;
}
.custum-dropdown .droplink:hover .on_hover {
    /*opacity: 1;*/
}
.dash-box.box-custom:hover img {
    /* display: block; */
}
.dash-box.box-custom:hover .hover-img {
    display: block !important;
}

.dash-box.box-custom:hover .hedding_style {
    color: #fff;
}
.box-custom .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.dash-box.box-custom figure {
    position: relative;
}
.booking-schedule-row .outer-div .box-custom:hover h2 {
    color: #565656;
}
.booking-schedule-row .outer-div .box-custom {
    flex: 50%;
}
div#runningTime {
    font-size: 18px;
    font-weight: 700;
    color: #00152c !important;
    position: relative;
    width: fit-content;
    margin: 0px 8px 0px 8px;
    opacity: 1;
    background-color: transparent;
}
span.head-date {
    position: absolute;
    left: 14px;
    top: -9px;
    color: #686868;
    font-size: 17px;
    font-weight: 600;
}
.fc .fc-view-harness {
    z-index: 0;
}
#openChatPopup {
    z-index: 99999;
}
.footer_button {
    padding: 20px 30px;
    text-align: right;
}
.guests_cls {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.guests_cls .check-box {
    max-width: fit-content;
}
.notify-counter-icon-event {
    position: absolute;
    top: 1px;
    transform: translateX(6px);
}
.orange .fc-daygrid-event-dot {
    border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, orange);
}

/* Start New css for calendar */
a.orange .fc-daygrid-event-dot {
    border : calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid orange !important;
}

a.gray .fc-daygrid-event-dot{
    border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid gray !important;
}

a.time_pink .fc-event-time {
    color : #d57687 !important;
}

tr.time_black .fc-list-event-time {
    color : #222 !important;
}

tr.time_pink .fc-list-event-tim {
    color : #d57687 !important;
}

td a.fc-daygrid-more-link {
    color: red;
    font-size: initial;
}

.orange .fc-list-event-dot {
    border : calc(var(--fc-list-event-dot-width, 8px) / 2) solid orange !important;
}

.gray .fc-list-event-dot{
    border: calc(var(--fc-list-event-dot-width, 8px) / 2) solid gray !important;
}

.red-dot .fc-list-event-dot {
    border: 4px solid red;
}

td .fc-list-more-link {
    color: red;
    font-size: initial;
}
.green .fc-list-event-dot {
    border: 4px solid #41b649;
}
.black .fc-list-event-dot {
    border: 4px solid #000;
}
.yellow .fc-list-event-dot {
    border: 4px solid #ffff00 !important;
}

.booking_black .fc-list-event-title {
    color: #000000;
}

.booking_red .fc-list-event-title {
    color: #e51b0e;
}

.booking_green .fc-list-event-title {
    color: #129d13;
}
.booking_orange .fc-list-event-title {
    color: black;
}

.booking_purple .fc-list-event-title {
    color: #9b2adb;
}

.booking_blue .fc-list-event-title {
    color: #1342c4;
}

tr.time_pink .fc-list-event-time {
    color : #d57687 !important;
}


/* End New css for calendar */

#UserAddForm {
    padding: 20px;
}

#UserAddForm .form-group .row {
    flex-wrap: nowrap;
}
#UserAddForm .form-group .row #birthday_month {
    width: unset;
    margin: 0;
}
#UserAddForm .form-group .row #birthday_year {
    margin: 0 15px;
}
.form-head {
    display: flex;
}
.form-group {
    width: 100%;
}

/*9-5-22*/
.fc .fc-scrollgrid-section table,
div#calendarInnerFirstDiv {
    width: 100% !important;
}

.new1 {
    margin-left: 67px;
}

.newclass {
    margin-left: 87px;
}

/*===================*/
.box-manage-adst {
    margin-bottom: 0px !important;
}

.bottom-box-manage-ads {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.bottom-box-manage-ads .over-scroll {
    padding-top: 0 !important;
    margin-top: -40px;
}

.custom-box-custom-manage a {
    width: 100% !important;
}

/*#calendarDiv{
    z-index: 99999999;
}
*/
.right-bar-adstmnt a:first-child {
    width: 100%;
}

.right-bar-adstmnt #blackboard-minus {
    width: 100%;
    text-align: right;
    float: left;
}
.right-bar-adstmnt #blackboard-plus {
    width: 100%;
    text-align: right;
    float: left;
}

.right-bar-adstmnt .inner-div-booked-quest {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.right-bar-adstmnt .inner-div-booked-quest .padd_sec .row div {
    padding: 0 13px !important;
}

.right-bar-adstmnt .inner-div-booked-quest .padd_sec .row div .blackboard-count {
    padding: 0 !important;
}

.right-bar-adstmnt .inner-div-booked-quest .padd_sec .row div .blackboard-count h2 {
    text-align: left;
    padding: 0 !important;
    display: none;
}
#post {
    background-color: white;
    color: yellowgreen;
    border: solid #00000045;
}
.right-bar-adstmnt #blackboard-minus:before {
    padding-left: 0px !important;
}
.right-bar-adstmnt #blackboard-plus:before {
    padding-left: 0px !important;
}

.footer-buttons-three {
    display: flex;
    gap: 13px;
}

.footer-buttons-three button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

#post:hover {
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

.column-all-gallery-outer {
    columns: 4;
}

.column-all-gallery-outer .column-all-gallery {
    margin-bottom: 20px;
}

.column-all-gallery-outer .column-all-gallery .updates_img figure {
    /*height: 160px;*/
    overflow: hidden;
    border-radius: 10px;
}

.column-all-gallery-outer .column-all-gallery .ght-adst-boxcnt {
    /*    height: 70px !important;
    overflow: hidden !important;*/
}

.column-all-gallery-outer .column-all-gallery .ght-adst-boxcnt p {
    /*overflow: unset !important;
    height: unset !important;*/
}

.spinner {
    position: absolute;
    left: 0%;
    top: 0%;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    margin: auto;
    -webkit-animation: rotation 0.6s infinite linear;
    -moz-animation: rotation 0.6s infinite linear;
    -o-animation: rotation 0.6s infinite linear;
    animation: rotation 0.6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, 0.15);
    border-right: 6px solid rgba(0, 174, 239, 0.15);
    border-bottom: 6px solid rgba(0, 174, 239, 0.15);
    border-top: 6px solid rgba(0, 174, 239, 0.8);
    border-radius: 100%;
}
.spinner-overlay {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999999999;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
/*.booked-quest{
  height: calc(100% - 100px);
    overflow: hidden;
    overflow-y: scroll;
}*/
.image-hover-text {
    visibility: hidden;
    transition: 0.5s ease;
}
.cards-hover-cst:hover .image-hover-text {
    visibility: visible;
}
.booked-quest .on_imgtext {
    background: none;
}
.cards-hover-cst:hover .on_imgtext {
    background: #00000085;
}

#mCSB_2_scrollbar_vertical {
    display: none !important;
}
/*.custum-boxshadow .updates_img {*/
/*    min-height: 160px;*/
/*    overflow: hidden;*/
/*    border-radius: 10px;*/
/*}*/
.custum-boxshadow .updates_img.broadcast-img-head {
    overflow: visible;
}
h2.hedding_style.font-18.color-secondary {
    font-size: 24px !important;
    text-decoration: underline;
    text-transform: capitalize;
    margin-bottom: 5px !important;
}
p.font-16.color-secondary {
    font-size: 12px !important;
    color: gray;
    font-weight: 300;
}

.last_dv_btns {
    gap: 10px;
}

.last_dv_btns a:first-child {
    background: #41b649;
    padding: 3px 15px;
    color: #fff;
    border-radius: 3px;
}

.last_dv_btns a {
    background: #f91b1b;
    padding: 3px 15px;
    color: #fff !important;
    border-radius: 3px;
}

.newcalender {
    width: 176% !important;
    margin-top: 50px !important;
}

#calendarDiv {
    /* z-index: 999; */
    padding: 0 42px;
}

#calendar {
    width: 100%;
}

.header {
    z-index: 99999;
}

.popup-outer {
    z-index: 10;
}

.ul.navbar-nav.d-flex.align-items-center {
    background: #fff;
}

#gritter-notice-wrapper {
    z-index: 999999999999999999 !important;
}

.table.myschedule_table thead tr th:first-child {
    width: 35% !important;
}

.table.myschedule_table .tble_ro_dsgn .td_one {
    width: 65% !important;
}

.hover-bg.active:focus {
    background: #000;
}

.fc-popover.fc-more-popover {
    top: 90px !important;
}

.fc-popover.fc-more-popover .fc-popover-body {
    height: 80vh;
    overflow: auto;
}

@media screen and (max-width: 992px) {
    .popup-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        width: 100%;
    }
    .popup-inner button {
        margin: 5px !important;
    }

    .right_content .padd_sec .top-butns .custum-btn.custum-secondary {
        min-width: 40%;
    }
}
@media screen and (max-width: 576px) {
    .custum-btn.guest-btn-rubber {
        min-width: 100% !important;
        margin: 10px 0px !important;
    }
}
@media screen and (max-width: 480px) {
    .myschedule_table .tble_ro_dsgn .td_one {
        width: 100% !important;
        display: grid !important;
    }

    #sidebar .over_scroll {
        overflow-y: auto;
        overflow-x: hidden;
        /* padding-bottom: 80px;*/
    }

    .column-all-gallery-outer .column-all-gallery:last-child {
        margin-bottom: 150px;
    }

    .myschedule_table .tble_ro_dsgn .td_tw button {
        padding: 4px 0px !important;
        margin-left: 0px !important;
        width: 48%;
    }

    .myschedule_table .tble_ro_dsgn .td_tw button:first-child {
        margin-left: 2%;
    }

    .myschedule_table .tble_ro_dsgn .dropdown {
        width: 100%;
        text-align: right;
    }

    .myschedule_table .tble_ro_dsgn .dropdown button {
        padding: 0px 20px !important;
        width: 40% !important;
        margin-right: 0 !important;
    }

    #BlackboardPostSec #calendarDiv {
        margin-bottom: 0 !important;
    }

    .newcalender {
        width: 100% !important;
        margin-top: -33px !important;
    }

    #BlackboardPostSec {
        margin-bottom: 100px;
    }

    .Booked-Quest {
        margin-bottom: 150px !important;
    }

    table.fc-scrollgrid-sync-table td.fc-daygrid-day {
        height: 60px !important;
    }

    .calendar-dropdown button {
        top: 93px !important;
    }

    #calendar {
        width: 100% !important;
    }

    /* .custum-btn {
        min-width: 7rem !important;
    }*/

    ul.navbar-nav.d-flex.align-items-center {
        display: inline-block !important;
        position: fixed !important;
        top: 0;
        right: 0;
    }

    .right_content {
        /* padding: 3rem 3px !important; */
    }

    #calendar .fc-view-harness.fc-view-harness-active {
        margin-top: 30px;
    }

    /*.calendar-dropdown button {
        top: 260px !important;
    }*/

    .fc-popover.fc-more-popover {
        top: 290px !important;
        left: auto !important;
        right: auto;
    }

    .fc-popover.fc-more-popover .fc-popover-body {
        height: 32vh;
    }

    .header .navbar .collapse.navbar-collapse .navbar-nav {
        top: 5px;
        padding-left: 50px;
    }

    #runningTime {
        margin-top: 50px;
    }
    span.head-date {
        top: 36px;
    }
}

@media screen and (max-width: 1200px) {
    .newcalender {
        width: 100% !important;
    }
    .guest-status-on-popup {
        display: block;
    }
    .postion-set {
        position: absolute;
        top: 10px;
        right: 0;
        margin: 0px 68px;
    }
}

/*17-02-2023*/

@media screen and (max-width: 480px) {
    .calendar-dropdown button {
        top: 120px !important;
        z-index: 0 !important;
    }

    .right_content.bg_light_green button.schedule-button.custum-btn,
    .calendar-dropdown button {
        z-index: 0 !important;
        top: 128px !important;
    }
    .dropdown-content2 {
        min-width: 225px ;
    }
    /*.calendar-dropdown button#dropdownMenuButton{
    margin-top: -78px !important;
}*/
    button#dropdownMenuButton {
        margin-top: -79px !important;
    }
}

/*****20-02-23*****/
.padd_sec .custum-btn {
    padding: 7px !important;
}
@media screen and (max-width: 768px) {
    .fc-view-harness.fc-view-harness-active {
        margin-top: 50px !important;
    }
    .calendar-dropdown button {
        top: 213px !important;
    }
    /* .right_content {
        height: 100vh;
        overflow-x: auto;
    } */
    div#page-content-wrapper {
        overflow-x: hidden;
        overflow-y: auto;
    }
}
/*@media screen and (max-width: 375px){
    .calendar-dropdown button {
    top: 213px !important;
}
    }*/

/*24-02-2023*/

@media screen and (min-width: 1440px) {
    .calendar-dropdown button {
        top: 66px !important;
    }
}
/*.container-fluidrq button.custum-btn:first-child{
    display: block;
}*/

/*@media screen and (max-width: 992px){
    .calendar-dropdown button{
        top: 166px !important;
    }
}*/

.custom_buttons button {
    top: 56px !important;
}

@media screen and (max-width: 480px) {
    .custom_buttons button {
        top: 163px !important;
    }
    .custom_buttons button button#dropdownMenuButton {
        margin-top: 5px !important;
    }
    .custom_buttons button#dropdownMenuButton {
        margin-top: 0px !important;
    }
    button.schedule-button.custum-btn.btn-primary.rounded-half.mr-2.custom_schedule_btn {
        top: 159px !important;
    }
}
@media screen and (max-width: 768px) {
    .custom_buttons button {
        top: 166px !important;
    }
}

@media screen and (min-width: 1440px) {
    .custom_buttons button {
        top: 68px !important;
    }
}

@media screen and (min-width: 1025px) {
    /* div#calendar h2.fc-toolbar-title {
        position: absolute !important;
        top: 44px !important;
        left: 58px !important;
        right: 0;
    } */
}

@media screen and (min-device-width: 1261px) and (max-device-width: 1442px) {
    .custum-btn {
        min-width: 12rem !important;
    }
    .custom_schedule_btn {
        margin-left: 88px !important;
    }
    /* div#calendar h2.fc-toolbar-title {
        margin-top: 0px !important;
    } */
}

@media screen and (min-device-width: 768px) and (max-device-width: 900px) {
    .custom_buttons button {
        top: 166px !important;
    }
    div#calendar .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
        margin-bottom: 20px !important;
    }
    .fc-view-harness.fc-view-harness-active {
        margin-top: 50px !important;
    }
    /* div#calendar h2.fc-toolbar-title {
        margin-top: 0px !important;
    } */
    .schedule-button.custum-btn.btn-primary.rounded-half.mr-2 {
        z-index: 0 !important;
    }
    button.custom_legend_btn {
        z-index: 0 !important;
    }
}

/*.calendar-dropdown button{
    z-index: 0 !important;
}
*/
@media screen and (min-device-width: 1200px) and (max-device-width: 1260px) {
    .custom_buttons button {
        top: 143px !important;
    }
    .fc-view-harness.fc-view-harness-active {
        margin-top: 50px !important;
    }
}

/*.fc-popover.fc-more-popover .fc-popover-body{
    height: auto !important;
}*/

/******13-03-2023*******/
.Booked-Quest div#open_event {
    width: 100%;
}
.Booked-Quest .column-all-gallery-outer {
    width: 100%;
}

h2.fc-toolbar-title {
    z-index: -1 !important;
}

div#calendar .fc-toolbar-chunk {
}

@media screen and (max-device-width: 1024px) {
    .schedule-button.custum-btn.btn-primary.rounded-half.mr-2 {
        z-index: 0;
    }
    button.custom_legend_btn {
        z-index: 999 !important;
    }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1199px) {
    .schedule-button.custum-btn.btn-primary.rounded-half.mr-2 {
        z-index: 0 !important;
    }
    .button.custom_legend_btn {
        z-index: 1 !important;
    }
    .fc-media-screen .fc-toolbar-chunk:nth-child(2) {
        /* z-index: -999; */
        position: relative;
    }
}

/*****    22-03-2023 **************/

.img-radius-ten img {
    width: 100%;
    height: 288px;
    object-fit: cover;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    display: none !important;
}

.popup-outer .popup .mCSB_container {
    top: 0px !important;
    height: 100% !important;

    overflow-y: scroll !important;
}

.over-scroll {
    overflow-y: scroll !important;
}

@media (max-width: 1200px) {
    .book-icons div#openSettings {
        flex: 0 0 20.66667%;
        max-width: 22.66667%;
    }
}

.Booked-Quest div#mCSB_3_container {
    top: 0px !important;
}

.popup-form .form-fields {
    width: 20%;
    float: left;
    margin-right: 20px;
}
.main_buttons {
    float: left;
    width: 100%;
}
.form-fields.remove_btn {
    width: 12% !important;
    margin-top: 44px !important;
}
.custum-btn.btn-primary.rounded-half.font-semi-bold.font-16.float-right {
    padding: 10px;
}

#AddEmailContactForm .popup-form {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 40px;
    padding-bottom: 28px;
}

#AddEmailContactForm .popup-form .form-fields.remove_btn button {
    min-width: 100%;
    margin: 0;
}

#added_status .ul_status_nav-items {
    width: 50%;
}

#added_status .ul_status_nav-items li {
    display: flex;
    justify-content: space-between;
}

.purple {
    color: purple;
}

.orange {
    color: orange;
}

.green {
    color: green;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

@media (max-width: 1000px) {
    #AddEmailContactForm .popup-form {
        flex-wrap: wrap;
        gap: 2%;
    }
    #AddEmailContactForm .popup-form .form-fields {
        width: 48%;
        margin: 0;
    }

    #AddEmailContactForm .form-fields.remove_btn {
        margin-top: 13px !important;
    }
}

.time-container {
    background-color: #f8f8f9;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    padding: 0px 10px;
    cursor: pointer;
    width: 200px;
}
.time-container:hover {
    background: #f9f4fc 0% 0% no-repeat padding-box;
}
.time-container:hover .byt, .time-container:hover .time-date {
    color: #802ACB !important;
}
.byt {
    margin: 0px 3px 0px -6px;
}

.time-date {
    font-size: 12px;
    font-weight: bold;
}

.book-event-btn {
    width: 116px;
    height: 31px;
    border: 1px solid #41b649;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.book-event-text {
    text-wrap: wrap;
}

ul {
    padding: 0 !important;
}

.search-bar,
.fltr-btn {
    width: 300px;
    height: 44px;
    border-radius: 100px;
    font-size: 16px;
    position: relative;
    padding: 0px 25px 3px 50px;
    border: none;
}

.fltr-btn {
    width: 110px;
    height: 44px;
    background-color: transparent;
    border: 2px solid #00152c;
    border-radius: 100px;
    padding: 0px 25px 0px 50px;
}

.nav-link {
    font-size: 16px !important;
}

.nav {
    margin: 0px 0px 0px 22px ;
}

.booked-quest-badge {
    width: 20px;
    height: 20px;
    background-color: #db2b26;
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    padding: 10px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-container {
    border: 1px solid #00152c1a;
    border-radius: 20px;
    margin-bottom: 15px;
    width: 100%;
}

.card-body {
    height: 200px;
}

.card-image {
    /* width: 228px;
    height: 140px; */
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 19px;
}

.card-badge-skeleton {
    width: 72px;
    height: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.private-badge {
    background-color: #802acb;
}

.public-badge {
    background-color: #fc9b00;
}

.card-shade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 21, 44, 1));
}

.tick-badge {
    background-color: #f8f8f9;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 0px 11px 0px 5px;
    margin-bottom: 5px;
}

.limit-text {
    color: #00152c;
    opacity: 0.6;
}

.book-now-btn {
    width: 110px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 100px;
    background-color: #2cba3a;
}
.dp__input {
    /* width: 250px !important; */
    height: 40px !important;
    font-size: 12px !important;
    background: #f2f3f4 !important;
    border: 1px solid #f2f3f4 !important;
    border-radius: 100px !important;
    /* padding: 10px 20px 10px 20px !important; */
    margin-right: 15px !important;
}
.dp__input_icon {
    top: 12px !important;
    right: 10px !important;
}
.dp__month_year_wrap, .dp__calendar_item, .dp__calendar_header_item, .dp__selection_preview {
    font-size: 16px !important;
}
.dp__action_button {
    font-size: 14px !important;
}
.dp__action_select, .dp__range_end, .dp__range_start, .dp__active_date {
    background: #2cba3a !important;
}
.dp__today {
    border: 1px solid #2cba3a !important;
}
/* .dp__sidebar_left {
    width: 100px;
} */
.dp__instance_calendar:first-child {
    border-right: 1px solid #ddd !important;
}
/* Calender Dashboard */
.all-booked, .you-booked, .booked-you {
    height: 71px;
    border: 1px solid #00152C1A;
    border-radius: 15px;
    padding: 16px 20px;
}
.all-booked .count, .you-booked .count, .booked-you .count {
    font-size: 16px;
}
.all-booked .title, .you-booked .title, .booked-you .title {
    font-size: 12px;
}
.all-booked img, .you-booked img, .booked-you img {
    width: 26px;
    height: 29px;
}
.all-booked {
    background: #802ACB;
}
.you-booked {
    background: #fc9b00;
}
.booked-you {
    background: #41B649;
}
.actions-btns {
    padding: 25px 0;
}
.add-schedule, .upload-schedule, .compare-schedule {
    height: 34px;
    border: 1px solid #00152C;
    background-color: transparent;
    border-radius: 100px;
    color: #00152C;
    font-size: 12px;
    font-weight: 600;
    font-family: 'f-medium';
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-schedule:hover, .upload-schedule:hover, .compare-schedule:hover {
    background: #41B649;
    border: 1px solid #41B649;
    color: #FFFFFF !important;
    text-decoration: none !important;
}
.add-schedule {
    width: 140px;
}
.upload-schedule {
    width: 159px;
    margin-right: 15px;
}
.compare-schedule {
    width: 170px;
}
.add-schedule img {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.upload-schedule img, .compare-schedule img {
    width: 14px;
    height: 16px;
    margin-right: 10px;
}
.custom-dropdown {
    margin-right: 15px;
}
.custom-dropdown-btn {
    width: 160px;
    height: 34px;
    background: #f2f3f4;
    border: 1px solid #f2f3f4;
    color: #00152C;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: 'f-medium';
    font-size: 12px;
}
.dropdown-menu.show {
    width: 160px;
    border-radius: 16px;
    box-shadow: 0px 3px 6px #0000001A;
    border: none;
    padding: 17px 20px;
}
.color-circle{
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}
.dropdown-items {
    font-size: 13px;
    color: #00152C;
    font-family: 'f-medium';
}
.fc-direction-ltr .fc-button-group > .fc-button {
    background: transparent;
    border-radius: 100px;
    color: #00152C;
    border: 1px solid #00152C;
    font-size: 16px;
    padding: 0.4em 1em;
    text-transform: capitalize;
}
.fc .fc-button-group > .fc-button.fc-button-active {
    background-color: #129d13;
    border: 1px solid #129d13;
    color: #fff;   
}
.fc-today-button.fc-button.fc-button-primary {
    background: transparent;
    border-radius: 100px;
    color: #00152C;
    border: 1px solid #00152C;
    font-size: 16px;
    padding: 0.4em 1em;
    text-transform: capitalize;
}
.fc-direction-ltr .fc-button-group > .fc-today-button {
    margin-left: 15px !important;
    border-radius: 100px !important;
}
.fc-nextYear-button.fc-button.fc-button-primary {
   border-top-right-radius: 100px !important; 
   border-bottom-right-radius: 100px !important; 
   color: #00152C !important;
}
.fc .fc-scroller-liquid-absolute {
    position: relative !important;
}
.fc .fc-scrollgrid-section > * {
    border-left-width: 1px !important;
    border-top-width: 1px !important;
}
.fc-theme-standard .fc-scrollgrid {
    border: none !important;
}
.fc-theme-standard th {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.fc-theme-standard td {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.fc-col-header-cell {
    padding: 10px 0px !important;
    font-size: 13px;
}
.fc .fc-daygrid-day-top {
    flex-direction: column-reverse;
}
/* .fc .fc-daygrid-day-frame {
    padding: 20px;
} */
.fc .fc-daygrid-day-number {
    font-size: 12px;
    font-weight: 500;
    padding: 12px;
}
.boady-parent {
    height: 130vh;
    overflow-y: scroll;
    padding: 0 0 20px;
}
.boady-parent::-webkit-scrollbar {
    display: none;
}
@media (max-width: 1440px) {
    /* .all-booked, .you-booked, .booked-you {
        width: 230px !important;
    } */
    .fc-direction-ltr .fc-button-group > .fc-button {
        font-size: 14px !important;
    }
    .fc .fc-button .fc-icon {
        font-size: 1.2em !important;
    }
}
.add-to-cart-btn {
    background-color: #802ACB;
    border-radius: 100%;
    border: none;
    padding: 4px;
    color: white;
}
.cart-parent {
    padding: 0 20px 20px 20px ;
}
.cart-item {
    padding-top: 15px;
}
.cart-item-img {
    width: 90px;
    height: 66px;
    position: relative;
}
.cart-badge-skeleton{
    bottom: 5px;
    left: 3px;
    color: wheat;
    display: flex;
    align-items: center;
    padding: 2px 4px;
    border-radius: 73px;
}
.cart-item-img .booked-you-booked-quest-card-badge-icon {
    width: 10px;
    height: 10px;
}
.cart-item-heading-name {
    color: #00152C;
    font-size: 14px;
    font-weight: bold;
    max-width: 139px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cart-item-heading {
    margin-bottom: 2px;
}
.cart-item-img .cart-bg-img {
    width: 90px;
    height: 66px;
    object-fit: cover;
    border-radius: 10px;
}
.favourite-icn {
    top: 5px;
    right: 5px;
}
.cart-detail-item {
    margin-bottom: 2px;
}
.cart-detail-item img {
    width: 10px;
    height: 10px;
}
.cart-detail-item .cart-detail-item-name {
    color: #00152C;
    font-size: 10px;
}
.cart-detail-user-item img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    border-radius: 100%;
}
.cart-detail-user-item .cart-detail-user-item-name {
    color: #00152C;
    font-size: 12px;
    font-weight: bold;
}
.cart-detail-user-item {
    gap: 8px;
}
.card-detail-user-item-parent .cart-price {
    color: #41B649;
    font-size: 14px;
    font-weight: bold;
}
.cart-view-all {
    text-decoration: underline !important;
    color: #00152C !important;
    font-size: 13px;
}

.amount-item,
.total-amount-item {
  border-bottom: 1px solid #00152C1A;
  padding: 7px 0;
}

.amount-item, .amount-value{
  color: #00152C;
  font-weight: bold;
  font-size: 12px;
}


.total-amount-item {
  color: #00152C;
  font-weight: bold;
  font-size: 15px; 
  font-weight: bold;
}
.cart-btns {
    margin: 20px 0;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-btns button {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    border-radius: 100px;
}
.cart-btns .btn-dark-outlined {
    background-color: transparent;
    color: #00152C;
    border: 1px solid #00152C;
}
.cart-btns .btn-green-outlined {
    background-color: transparent;
    color: #41B649;
    border: 1px solid #41B649;
}
.cart-btns .btn-green-filled {
    background-color: #41B649;
    color: white;
    border: none;
}
.term-text {
    color: #000000;
    font-size: 12px;
    text-align: center;
}
.term-text a{
    color: #41B649 !important;
    font-size: 12px;
    text-decoration: underline !important;
}