﻿body {
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

#footer {
    background: #e9e9e9;
    background-color: rgb(233, 233, 233);
    bottom: 0;
    float: right;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.site-content-title h2 {
    color: #fff;
}

.content {
    min-height: 75vh;
}

.content-title-main {
    padding-left: 20px;
    line-height: 45px;
    font-weight: 500;
    font-size: 24px;
}

.content-subtitle {
    padding-left: 20px;
    line-height: 40px;
    font-weight: 500;
    font-size: 20px;
}

.content {
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 4px;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 4px;
    box-shadow: rgba(0,0,0,.2) 0 0 4px;
    margin: 5px;
    padding: 10px 10px;
    /*border-top: 3px solid #087380;*/
    overflow: hidden;
}

.avoidautofill {
    position: absolute;
    top: -10px;
    z-index: -1;
}

.page-subtitle {
    font-size: 16px;
    color: #ed842b;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 100%;
}
/*.order-collection-container {
    background-color: #fbfbfb;
}

.ps-scrollbar-y-rail {
    z-index: 101;
    position: absolute;
    right: 3px;
    width: 8px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    transition: background-color .2s linear,opacity .2s linear;
}

.order title {
    box-sizing: border-box;
    padding: 15px 0 15px 10px;
    position: relative;
}

.order-details-banner {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

.product-banner {
    position: relative;
    background-position: 0 20%;
    background-size: cover;
    -webkit-background-size: cover;
}

    .product-banner .product-banner-inner {
        width: 100%;
        position: relative;
        z-index: 2;
    }*/
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
/* =============================== Start Menu Style ================================= */
.dropNav li a i {
    margin-right: 5px;
}

.dropNav li a:hover {
}

.topmenu_style {
    min-height: 41px;
}
/* =============================== End Menu Style ================================= */
/* =========================================== Start Common Style ==================================== */
.displayflex {
    display: flex;
}

.input-group {
    margin-bottom: 1rem;
}

label {
    margin-bottom: 0;
}

table tr td a {
    cursor: pointer;
    margin-right: 5px;
}

.input-group-addon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-left: 0;
}

.btn-file input[type="file"] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: #fff;
    background-color: rgb(255, 255, 255);
    display: block;
    bottom: 7px;
    left: 0;
    max-width: 100%;
    padding: 0 15px;
    cursor: pointer;
}

.btn-file {
    width: 100%;
}

.btn i {
    margin-right: 5px;
}

.upload-img .btn {
    border-radius: 0;
}

.form-radio {
    display: flex;
    margin-right: 5px;
    align-items: center;
    margin-top: 5px;
    margin-left: 5px;
}

    .form-radio input {
        top: 0;
        margin-right: 5px;
    }

    .form-radio label {
        margin-top: 5px;
    }

.innerpanel_style {
    padding: 10px 15px;
    margin-top: 1rem;
    border: 1px solid #d7eadf;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.12);
}

    .innerpanel_style h4.headerfornt {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

.viewevent_topfilter .btn {
    padding: 5px 10px;
}

.guestdash_titlestyle {
    border-bottom-width: 2px;
}

.text-md-center {
    text-align: center;
}

.page-title {
    font-size: 20px;
    color: #ed842b;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 0px;
}

div.content {
    border-top: none !important;
    border-radius: 0;
    box-shadow: none;
    padding-top: 0;
}

.nav-tabs .nav-link.active {
    color: #fff;
}

.nav-tabs .nav-link {
    border: 1px solid #ccc;
}

.wizard-inner .nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link:hover {
    background: #255038;
    color: #fff;
}

.tabs-vertical .nav-tabs .nav-link:hover {
    background: transparent;
}

.checkbox input[type=checkbox] {
    display: inline-block;
    width: 20px;
    height: 16px;

}

.page-content-title {
    font-size: 16px;
}

@media (min-width:320px) and (max-width:575px) {
    .page-title {
        font-size: 18px;
        /*padding-left:15px;*/
    }

    .btnlist {
        text-align: center !important;
    }

        .btnlist a {
            margin-bottom: 10px;
        }

    .filterbtn a {
        padding: 5px 7px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .filteralign_fix input {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .btnfilter-alignment {
        justify-content: center;
    }

    .header-inner-right {
        float: left;
    }

    .newmenu_style .animated-arrow span, .newmenu_style .animated-arrow span::after, .newmenu_style .animated-arrow span::before {
        background-color: #fff;
    }

    .padd-0 {
        padding: 0;
    }

    .Rolestyle {
        justify-content: flex-start;
    }
    .confir-cuslist2{
        display:none !important
    }
}

@media (min-width:576px) and (max-width:767px) {
    .Rolestyle {
        justify-content: flex-start;
    }

    .header-inner-right {
        float: left;
    }

    .newadmin_headerstyle .newmenu_style .animated-arrow {
        margin: -39px 0 20px;
        right: 10px;
        left: auto;
    }
}

.newmenu_style .animated-arrow span, .newmenu_style .animated-arrow span::after, .newmenu_style .animated-arrow span::before {
    background-color: #fff;
}

.dataTables_paginate .pagination li.active .page-link, .dataTables_paginate .pagination li.disabled .page-link, .wrapper .dataTables_paginate .pagination li .page-link {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

table tr td:focus {
    outline: none !important;
}
/* =========================================== End Common Style ==================================== */
/* ================================= Start Purchase Style ========================================= */
.order-tile .order-tile-arrival {
    margin: -11px 0 8px -10px;
    white-space: nowrap;
    font-size: 11px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.img {
    max-width: 30%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
}

h3.list_font {
    font-size: 20px;
}

ul.side_barlist {
    list-style: none;
    padding: 0px;
}

    ul.side_barlist li {
        display: inline-block;
        margin: 0 2.3em 0 0;
    }

        ul.side_barlist li span, .side_barlist i {
            font-size: 12px;
            margin: 0 2px 0 0;
        }

.overflow_list {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 300px;
}

/*div.row .active {
    background-color: #068bc1;
    color: #fff;
}*/

.list_padding {
    padding: 15px 0 15px 10px;
}

.img_ontext {
    position: absolute;
    top: 0;
    z-index: 22;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.banner_img .img_ontext {
    margin: 0;
    line-height: 110px;
    text-align: center;
}

.beta-badge {
    height: 16px;
    width: 32px;
    border-radius: 2px;
    background-color: #f2b53a;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .beta-badge .beta {
        height: 12px;
        width: 20px;
        color: #fff;
        font-size: 10px;
        line-height: 12px;
        text-transform: lowercase;
    }

h3.custom_fontsize {
    font-size: 22px;
    color: #666;
}

.custom_primarybg {
    font-size: 11.9px;
}

.custom_fullsection, .custom_fullsection i {
    font-size: 13px;
    color: #999;
}

    .custom_fullsection span {
        font-size: 14px;
        color: #666;
        margin: 0 5px;
    }

.action-delete span {
    color: #fff;
}

ul.list_order {
    width: 100%;
}

    ul.list_order, ul.list_order li {
        list-style: none;
        padding: 0px;
        display: inline-block;
        margin: 0 3em 0 0;
    }

        ul.list_order li span, ul.list_order li i.fa-phone {
            transform: rotate(100deg);
        }

/*input, span {
    vertical-align: bottom;
}*/

.custom_fullsection sup {
    font-size: 14px;
}

img.img_center {
    margin: 0 auto;
    display: block;
}

.label_alignment {
    position: relative;
    top: 0.2em;
}

.custom_fullsection a i.fa-plus, .custom_fullsection a i.fa-minus {
    color: #08c;
    cursor: pointer;
}

ul.data_valuelist, ul.data_valuelist li {
    list-style: none;
    padding: 0px;
    display: inline-block;
    margin: 1em 3em 0 0;
    text-align: center;
}

.data_valuelist b {
    font-size: 35px;
    color: #666;
}

.data_valuelist sup {
    font-size: 14px;
    vertical-align: super;
}

ul.custom_tab {
    margin: 2em 0 0 0;
}

    ul.custom_tab li a.active {
        color: #fff !important;
    }

    ul.custom_tab li a {
        color: #999;
    }

ul.nav.custom_tab li a:hover {
    color: #999 !important;
    transition: 0.2s ease;
}

.custom_btn {
    position: absolute;
    top: auto;
    z-index: 22;
    bottom: 0;
}

ul.custom_nav, ul.custom_nav li, ul.custom_nav li a {
    list-style: none;
    padding: 0px;
    display: table-cell;
    background-color: rgba(51,51,51,0.3);
    color: #fff;
}



    ul.custom_nav li a:hover {
        background: #068bc1;
    }

ul.custom_nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
}

.banner_img {
    width: 100%;
    background-image: url("../../assets/images/gettyimages-613012592-2048x2048.jpg");
    position: relative;
    background-position: 0 20%;
    background-size: cover;
    -webkit-background-size: cover;
}

.img_context {
    margin: 4em 0;
    text-align: center;
    font-size: 23px;
    color: #fff;
    width: 100%;
}

.background_show {
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    display: flex;
}

ul.custom_nav li a, ul.custom_nav li a span {
    padding: 10px 0;
    min-width: 138px;
    text-align: center;
}

    ul.custom_nav li a.dot_point {
        background-color: rgba(51,51,51,0.8) !important;
    }

    ul.custom_nav li a i.fa {
        font-size: 14px;
        color: #fff;
        margin: 0 0.5em;
    }

    ul.custom_nav li a.dropdown-toggle::after {
        display: none;
    }

    ul.custom_nav li a:after, ul.custom_nav li.nav-item a:after {
        border-left: 1px solid #fff;
        content: '';
        height: 44px;
        width: 0;
        display: block;
        top: 0px;
        position: absolute;
        margin: 0;
    }

.accountbox_style1 {
    padding: 10px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(159, 118, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
    border-radius: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    /*margin: 20px;*/
}

.bs-example {
    margin: 20px;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.update-orders {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

.address_list {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    /*box-shadow: 4px 4px 4px #f6f6f6;
    border: 1px solid #eae6e6;*/
    /*padding: 10px;*/
}

ul.address_list li a {
    font-size: 14px;
}

ul.custom_giftpaadding {
    border: 1px solid #e5e5e5;
    height: 360px;
    overflow: hidden;
    overflow-y: scroll;
}

    ul.custom_giftpaadding li:last-child {
        border: none;
    }

.address_list li {
    line-height: 25px;
    font-size: 14px;
}

    .address_list li i {
        font-size: 15px;
        font-weight: 600;
        font-style: normal;
        margin-left: 0.5em;
        cursor: pointer;
        background: #d73626;
        color: #fff;
        padding: 0px 9px;
        border-radius: 4px;
    }

ul.address_list li a.under_cursor:hover {
    text-decoration: none !important;
}

.chkalignment {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
    align-items: center;
}

    .chkalignment span {
        margin-right: 10px;
    }

        .chkalignment span label {
            margin: 0;
        }
/* ================================= End Purchase Style ========================================= */

/* ============================================ 18-10-2019 ============================================== */
.value_underborder {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 5px;
}

.headerfornt_color {
    color: #08c;
    font-size: 18px;
    margin-bottom: 0;
}

ul.small li {
    font-size: 13px;
    color: #666;
    line-height: 20px;
}

ul.address_listcolor li {
    color: #fff;
}

ul.address_list li a, ul.small a {
    color: #08c;
    cursor: pointer;
    line-height: 21px;
}

.modelheader_borderbottom {
    border-bottom: 1px solid transparent;
}

.big h4 {
    font-size: 35px;
    color: #666;
}

.big sup, .big u {
    font-size: 14px;
    vertical-align: super;
    font-weight: 500;
}

button.resend {
    font-size: 12px;
    color: #666;
    text-shadow: none;
    background-color: #fbfbfb;
    background-image: linear-gradient(to bottom,#fefefe,#f6f6f6);
    border: 1px solid rgba(153,153,153,0.3) !important;
    padding: 3px 9px;
}

ul.small li i.times_icon {
    color: #fff;
}

    ul.small li i.times_icon:hover {
        color: red;
    }

ul.btn_alignemnt, ul.btn_alignemnt li {
    list-style: none;
    padding: 0px;
    margin: 0;
    display: inline-block;
}

.btn_size {
    font-size: 14px !important;
    padding: 4px 12px;
}

ul.btn_alignemnt li button {
    font-size: 14px !important;
    padding: 4px 12px;
}

input.inputfont_style {
    font-size: 14px;
}

ul.list_style {
    list-style-type: circle;
}

textarea.textarea_bordernone {
    border: 0;
    font-size: 14px;
    resize: none;
}

.notes li .action-delete {
    display: none;
    opacity: .5;
    position: absolute;
    right: 0;
    padding: 5px 10px;
}

ul.list_style li textarea:hover {
    background: #e8e7e7;
    color: #08c;
}

.action-delete {
    display: none;
    opacity: .5;
    position: absolute;
    right: 25px;
    padding: 5px 10px;
}

ul.list_style:hover .action-delete {
    display: block;
}

.section_leftbar {
    border-right: 1px solid #000;
    clear: both;
}

h4.modal-title {
    color: #fff;
    font-size: 20px;
}

button.close {
    opacity: 1 !important;
    color: #fff;
}

}

.modal-footer a {
    font-size: 16px;
    color: #fff;
    vertical-align: super;
}

.modelfooter_list li:hover {
    background-color: transparent !important;
}

.danger-modal .modal-header .close:hover {
    color: #fff !important;
    text-shadow: #fff !important;
}

ul.page_bordernone li a.custom_btnsize {
    background-color: #fbfbfb !important;
    background-image: linear-gradient(to bottom,#fefefe,#f6f6f6);
    padding: 7px;
    border-radius: 3px;
    font-size: 14px;
    color: #999 !important;
    border: 1px solid #ccc !important;
}

ul.page_bordernone li .btn {
    min-width: auto !important;
}

ul.page_bordernone li a:hover {
    background: #ea770b !important;
    color: #fff !important;
    transition: 0.2s ease;
}

ul.page_bordernone li a.custom_btnsize:hover {
    border: 1px solid #fbfbfb !important;
}

ul.list_order, ul.list_order li:hover {
    /*margin: 0px !important;*/
}

.headerfornt {
    color: #08c;
    font-size: 22px;
    /*margin-bottom: 0;*/
}

.under_border {
    border-bottom: 1px solid #e9e8e8;
    padding-bottom: 0em;
}

.custom_fullsection {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0em;
    /*margin: 1em 0 0 0;*/
    padding: 10px 0;
}

.cursor {
    color: #08c !important;
    cursor: pointer;
}

a.under_cursor:hover {
    text-decoration: underline !important;
}

.font_color {
    color: #666;
}

.list_padding i.fa-check {
    color: #8bc53f;
}

ul.custom_nav li a:hover {
    text-decoration: none;
    transition: 0.2s ease;
}

ul.custom_nav li.nav-item a:hover {
    background: transparent;
}

ul.custom_nav li.nav-item .dropdown-menu a, ul.custom_nav li.nav-item .dropdown-menu a:hover {
    background-color: #3f3f3f;
    display: inline-block;
    color: #fff;
    text-align: left;
}

    ul.custom_nav li.nav-item .dropdown-menu a i {
        margin: 0 10px;
    }

    ul.custom_nav li.nav-item .dropdown-menu a:hover {
        background: #068bc1;
    }

ul.custom_nav li.nav-item .dropdown-menu {
    border: 1px solid transparent;
    padding: 0px !important;
    margin: 0px !important;
    min-width: 8rem !important;
}

    ul.custom_nav li.nav-item .dropdown-menu a:after {
        border-style: none;
        content: none;
    }

ul.btn_alignemnt li button {
    min-width: 140px;
}

ul.custom_tab li a i {
    margin: 0 5px;
}

table tr.table_headercolor th, table tr.table_headercolor th i {
    color: #fff;
    margin: 0 5px;
}

table.custom_table tr td i {
    margin: 0 5px;
}

.headerfornt_color a {
    color: #08c;
}

    .headerfornt_color a:hover {
        color: #005580;
    }

.modal-body a i {
    margin: 0 0.5em 0 0;
}

ul.modelfooter_list {
    padding: 0px 5px;
    display: inline-block;
    margin: 10px;
}

    ul.modelfooter_list li {
        display: inline-block;
    }

.modal-footer.custom_modelfooter {
    border-top: 1px solid rgba(0,0,0,.2) !important;
    padding: 0rem 2rem 0 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

ul.modelfooter_list li .btn {
    vertical-align: bottom !important;
    min-width: 90px;
}

    ul.modelfooter_list li .btn i {
        margin: 0 5px;
    }

.modal-footer a:hover {
    text-decoration: none;
    transition: 0.2s ease;
}

ul.modelfooter_list li a i {
    margin: 0 0.5em;
}

.modal-header {
    padding: 0.5rem 1rem;
}

ul.modelfooter_list li .btn-primary {
    border: 1px solid #ea770b !important;
}

    ul.modelfooter_list li .btn-primary:hover {
        border: 1px solid #827d77 !important;
    }

h1.groupheader {
    font-size: 30px;
}

a.btn {
    color: #fff !important;
}

.modal_sectionone {
    max-width: 800px;
}

table tr td.borderless {
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    text-align: center;
}

.model_body_width table tr td {
    padding: 0.25rem !important;
}

.model_body_width {
    padding: 0px;
}

.modeal_bgcolor {
    background-color: #f5f5f5;
    padding: 15px;
}

ul li span.value_underborders {
    border-bottom: dotted 1px #ccc;
}

ul.horizontal_list, ul.horizontal_list li {
    list-style: none;
    padding: 0px;
    margin: 0 0em 0 0.5em;
    /*min-width: 190px;*/
}

.bg_color {
    padding: 15px 15px 5px;
    margin: 15px;
    background-color: #f2f2f2;
}

ul.refun-list {
    list-style: none;
    padding: 0px;
}

.refund-option-content h4 {
    font-size: 17px;
}

.refund-option-content p {
    font-size: 14px;
}

ul.refun-list li {
    display: inline-flex;
}

    ul.refun-list li i {
        margin: 0 10px;
        position: relative;
        top: 1rem;
        font-size: 18px;
    }

.refund-option-content {
    display: table-cell;
    vertical-align: middle;
}

.custom_formpadding {
    height: calc(1em + 0.75rem + 2px);
    font-size: 14px;
}

.custom_giftpaadding, {
    /*padding: 1em 1em;*/
    border: 1px solid rgba(0, 0, 0, 0.13) !important;
}

    .custom_giftpaadding h6 {
        margin-bottom: 0em;
    }

    .custom_giftpaadding li:hover {
        background-color: #8bc53f;
        color: #fff;
        cursor: pointer;
    }

.user-style {
    position: absolute;
    left: 0;
    z-index: 22;
    background: transparent;
    border: transparent;
    height: 34px;
}

/* Dashboard style start */
ul.header_list {
    list-style: none;
    padding: 0px;
}

    ul.header_list li .calender_part .date {
        display: block;
        font-size: 20px;
        font-weight: bold;
    }

.calender_part .month {
    font-size: 12px;
}

.input-group-text {
    background: transparent;
    border: 1px solid #ced4da;
}

ul.header_list li {
    display: inline-block;
    vertical-align: text-top;
}

.calender_part {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 4px 12px 0;
    line-height: 16px;
}

button.btn_custom, button.btn_custom:focus {
    background: #fff none !important;
    border-color: #e5e5e5 !important;
    border-radius: 4px;
}

.custom_toggle:after {
}

.filterpnl_style {
    background: #f4f4f4;
    padding: 5px 10px 5px;
    border: 1px solid #ccc;
    margin-bottom: 0.5rem;
}

#dvNotes .timeline-row .timeline-content .share-ddstyle i {
    font-size: 14px;
    padding: 0;
    border: none;
}
/* Dashboard style End */
.value_add {
    font-size: 12px;
    color: #999;
}

.custom_giftpaadding img {
    width: 75px;
}

a.toggleicon_none:after {
    content: none;
}

ul.custom_giftpaadding li .row {
    padding: 39px 18px;
}

ul.custom_giftpaadding li {
    border-bottom: 1px solid #e5e5e5;
}

.bg_active {
    background-color: #25aae2;
    padding: 20px 15px;
}


/* ================================= End Purchase Style ========================================= */
/* ================================= Start Footer Alignment ====================================== */
html {
    position: relative;
    min-height: 100%;
}

footer {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
}
/* ================================= End Footer Alignment ====================================== */
/* ================================== Start Gift Offers Style ================================== */
.giftoffers_list {
    list-style: none;
    /*padding: 0;*/
    margin: 0;
    display: flex;
    /*margin-top: 1rem;*/
    border: 2px solid #e8e8e8;
    flex-direction: column;
    position: relative;
    padding: 0;
}

    .giftoffers_list li.giftofferslist_liststyle {
        /*background: #f7f7f7;*/
        width: 100%;
        /*padding: 1rem;*/
        /*margin-bottom: 1rem;*/
    }

        .giftoffers_list li.giftofferslist_liststyle .gitsection_style {
            display: flex;
        }

            .giftoffers_list li.giftofferslist_liststyle .gitsection_style .giftsection_img {
                /*width: 130px;*/
                height: 85px;
                display: flex;
                justify-content: center;
                align-items: center;
                border: 1px solid #ccc;
                border-radius: 5px;
                padding: 0.5rem;
                margin-right: 2rem;
                background: #fff;
            }

                .giftoffers_list li.giftofferslist_liststyle .gitsection_style .giftsection_img img {
                    height: auto;
                    max-height: 100%;
                    /*max-width: 100%;*/
                    width: 100%;
                }

            .giftoffers_list li.giftofferslist_liststyle .gitsection_style .giftoffer_desc h2 {
                font-size: 1.3rem;
                letter-spacing: 1px;
                color: #333;
            }

            .giftoffers_list li.giftofferslist_liststyle .gitsection_style .giftoffer_desc h4 {
                font-size: 1rem;
                letter-spacing: 0.5px;
                color: #333;
            }

.gitsectionaction_style {
    position: absolute;
    width: 96%;
    margin-top: -8rem;
    opacity: 0;
}

    .gitsectionaction_style ul li:hover {
        cursor: pointer;
        color: #0056b3;
    }

    .gitsectionaction_style ul {
        /*padding: 1.5rem 1.5rem;
        margin: 0;
        display: flex;
        list-style: none;
        justify-content: space-between;*/
        margin: 1.5em 5em;
        display: inline-flex;
        list-style: none;
        padding: 0;
    }

        .gitsectionaction_style ul li {
            text-align: center;
            margin: 0px 17em 0em 0;
            width: max-content;
        }

            .gitsectionaction_style ul li a i {
                font-size: 1.2rem;
            }

            .gitsectionaction_style ul li a h5 {
                font-size: 0.9rem;
            }

.giftofferslist_liststyle:hover .gitsectionaction_style {
    /*opacity: 1;*/
}

.giftofferslist_liststyle:hover .gitsection_style {
    /*opacity: 0.1;*/
}

/* ================================== End Gift Offers Style ================================== */
.btn_alignmentstyle {
    position: absolute;
    z-index: 2;
    left: 1.5rem;
    top: 0.5rem;
    bottom: auto;
}

    .btn_alignmentstyle a.btn {
        font-size: 14px;
        padding: 4px 12px;
    }

.cursor_pointer {
    cursor: pointer;
}

.padding-zero {
    padding: 0px;
}

.img_postionbox {
    position: absolute;
    /*bottom: 5px;
    width: 100%;*/
    display: inline-flex;
    margin-top: -2.5em;
}

.search_width {
    margin-left: -6px;
}

    .search_width input {
        height: 30px;
        font-size: 14px;
    }

.img_postionbox a.btn {
    font-size: 14px;
    /*padding: 4px 12px;*/
    padding: 4px 20px;
}

.pull_right {
    float: right;
    margin-bottom: 0em !important;
}

.custom_modelwidth {
    max-width: 540px;
}
/******************** image style start ******************/
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

#content {
    /*max-width: 650px;text-align: center;
    margin: 3rem auto;*/
}

/*#featured_img img {
    width: 650px;
    height: 378px;
}

#featured_img img,
#thumb_img img {
    max-width: 100%;
}

#thumb_img {
    margin-top: 3%;
    margin-left: 2%;
    img;

{
    float: left;
    max-width: 32%;
    width: 32%;
    cursor: pointer;
    margin-right: 2%;
    border: 2px solid #eee;
    box-sizing: border-box;
    &.active;

{
    border: 2px solid #cac6b8;
}

&:last-child {
    margin-right: 0;
}

}
}*/

#thumb_img img.active {
    border: 5px solid #ea770b;
    border-radius: 5px;
    transition: 0.2s ease;
}

#thumb_img img {
    width: 110px;
    margin-bottom: 5px;
    height: 75px;
}

.envelope_bordernone input[type="checkbox"] + label::before {
    color: #08c !important;
    border: none !important;
}

.text-red {
    color: red;
}

ul.demographic_list, ul.demographic_list li {
    list-style: none;
    margin: 5px 1.8em;
    margin-bottom: 5px;
    display: inline-flex;
    margin-bottom: 0;
}

    ul.demographic_list li span {
        margin: 0 9px;
    }

.model_alignmentstyle .row {
    margin-bottom: 10px;
}

label.checkbox_inlinestyle {
    /*display: inline !important;
    top: 5px;*/
}

.verticaltab_content .tab-pane {
    line-height: 1rem;
}

.radio-inline {
    line-height: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.btn_space a i {
    margin: 0 5px 0 0;
}

ul.btn_space li i {
    margin: 0 5px 0 0;
}

label {
    font-size: 14px;
    margin-bottom: 5px;
}

ul.early_list {
    list-style: none;
    padding: 0px;
}

    ul.early_list li {
        display: inline-flex;
    }

.input_boxwidth {
    width: 10%;
}

.modal-content {
    border-style: none;
}

input[type="checkbox"] {
    border: 2px solid #ccc !important;
}

ul.normaltab_order, ul.normaltab_order li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
}

.custom_checktck {
    display: flex;
}

ol.address_list {
    list-style: disclosure-closed;
    margin: 0 1.1rem;
}

h4.headerfornt {
    font-size: 17px;
    color: #255038 !important;
    font-weight: 700;
    margin-bottom: 1rem;
}

h4.main_header {
    font-size: 20px;
    color: #ea770b !important;
    font-weight: 700;
    border-bottom: 1px solid #ede2e2;
    padding-bottom: 10px;
    width: 100%;
}
/********************** custom tag style *****************************/
.td_style {
    text-align: center;
}

    .td_style:hover {
        cursor: pointer;
        background-color: #e9ecef;
    }

select.form-control {
    font-size: 14px;
}
/* calender dashboard design*/
.fc-event .fc-content {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 5px;
}

table thead.fc-head tr td.fc-widget-header table thead tr th {
    padding: 5px;
    font-size: 14px;
}

.fc-header-toolbar h2 {
    font-size: 1.55em !important;
    font-weight: 600;
    color: #0b3e24;
}

.custom_fullwidth {
    width: 100%;
    float: left;
    margin: 1em 0;
    border-bottom: 1px solid #e8e7e7;
    padding-bottom: 8px;
}

.section_one ul, .section_one li {
    list-style: none;
    padding: 0px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin: 0 2px;
    font-size: 14px;
}

.section_one img {
    width: 35%;
    vertical-align: inherit;
}

.section_one {
    width: 15%;
    float: left;
}

.section_two {
    width: 8%;
    vertical-align: inherit;
    float: left;
}

    .section_two ul, .section_two li {
        list-style: none;
        padding: 0px;
        display: inline-block;
        text-align: center;
        font-size: 14px;
    }

.section-three .dashoard_commontext {
    font-size: 20px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}

.section-three {
    width: 21%;
    float: left;
}

.section_four {
    width: 28%;
    float: left;
}

.section_five {
    width: 10%;
    float: left;
}

.section_six {
    width: 10%;
    float: left;
}

.section_seven {
    width: 8%;
    float: left;
}

.radiobtn_leftalign {
    position: relative;
    left: 0.8em;
}

.popover-header button .close:hover {
    color: #255038;
}

.popover.left > .arrow {
    display: none;
}

.eventcalendar_headerdate h4 {
    font-size: 16px !important;
}

.eventcalendar_headerday h4 {
    font-size: 18px !important;
}

.eventcalendar_headerdate b {
    font-size: 21px !important;
}

.section_two ul li {
    font-size: 16px;
}

.commonbtn_style .btn.active {
    background-color: #255038 !important;
    border: 1px solid #255038;
    color: #fff;
}

.commonbtn_style .btn {
    color: #313131;
    background-color: #E8E8E8 !important;
    border-style: none !important;
}

    .commonbtn_style .btn:hover {
        color: #fff !important;
        background-color: #255038 !important;
        border-color: #255038 !important;
    }

.fc-header-right .fc-state-active {
    background: #255038 !important;
    color: #fff !important;
}

ul.menu-list li ul li a:hover {
    text-decoration: none;
    transition: 0.2s ease;
}

.Schedule_width {
    max-width: 8%;
}

input .btn {
    cursor: pointer;
}

.gitsection_styleborder .col-md-11 {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0rem;
}

.title_underborder {
    padding: 0.5rem;
    border: 1px solid #ddd;
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-size: 17px;
    border-bottom: transparent;
}

.header_title {
    font-size: 17px;
}

.section_padding {
    padding: 1rem;
}

.align_itemcenter {
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: block;
    top: 3rem;
    font-size: 14px;
}

.text_bold {
    font-weight: bold;
}

.minus_bgcolor {
    background: #f0f0f0;
}

.plus_bgcolor {
    background: #f0f0f0;
}

.tdbookingquantity {
    font-size: 1.2rem;
    text-align: center;
}

.list-group-horizontal .list-group-item.active {
    /*background-color: #8fc6f5 !important;
    border-color: #8fc6f5 !important;*/
    color: #fff !important;
}

p {
    text-align: left !important;
}

.gitsection_styleborder .col-md-11:before {
    color: #5cb85c;
    position: absolute;
    content: "";
    left: -6px;
    right: auto;
    top: 3.4rem;
    background: #5cb85c;
    height: 10px;
    width: 10px;
    border-radius: 50px;
}

.amountcss {
    padding-left: 125px;
}

.h6color {
    color: #979696;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.accountbox_style2 {
    padding: 10px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(159, 118, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
    border-radius: 10px;
    padding-bottom: 1px;
    margin-bottom: 20px;
    width: max-content;
}

.searchfilterpnl_style {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 10px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 99;
}

    .searchfilterpnl_style .searchfilterpnl_onerowstyle {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .searchfilterpnl_style .searchpnldesc_style h4 {
        font-size: 1rem;
        letter-spacing: 1px;
        font-weight: normal;
        margin-bottom: 0.5rem;
        text-transform: uppercase;
        width: 100%;
    }

    .searchfilterpnl_style .searchpnldesc_style h6 {
        font-size: 0.8rem;
        margin-bottom: 0px;
        letter-spacing: 0.5px;
    }

    .searchfilterpnl_style .searchpnldesc_style ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
    }

        .searchfilterpnl_style .searchpnldesc_style ul li {
            margin-right: 10px;
            font-size: 0.8rem;
        }

            .searchfilterpnl_style .searchpnldesc_style ul li i {
                margin-right: 5px;
            }

.searchfilterpnl_btnstyle {
    padding: 0;
    text-align: right;
}

.searchpnl_rightactionbtns {
    align-items: center;
    display: flex;
}

    .searchpnl_rightactionbtns ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

    .searchpnl_rightactionbtns li {
        margin-right: 10px;
    }
/* ============================= Start View Event Page Style =============================================== */
.viewevent_topfilter {
    display: flex;
    border-bottom: 1px solid #ccc;
    justify-content: center;
    /*background: #f2f2f2;*/
    /*border-bottom: 2px solid #ccc;*/
    /*padding: 5px 0;*/
    /*margin-bottom: 2rem;*/
    flex-wrap: wrap;
    /*padding: 4px;*/
}

    .viewevent_topfilter h4 {
        font-size: 1rem;
        width: 8rem;
        margin-top: 0.5rem;
        margin-bottom: 0;
        font-weight: normal;
        color: #848484;
    }

.event_fullinnerstyle h3 {
    font-weight: normal;
    color: #848484;
}

.viewevent_topfilter h4 + div {
    width: 16rem;
}

.viewevent_topfilter .dropdown .btn {
    padding: 5px 10px;
    color: #000 !important;
    margin-left: 5px;
    background: #ECEEEF;
}

.viewevent_topfilter .dropdown .dropdown-toggle::after {
    display: none;
}

.viewevent_topfilter .dropdown-menu {
    min-width: 300px;
    padding: 0.5rem 1rem;
}

.viewevent_topfilter .input-group {
    margin-bottom: 0rem;
}

.multicheck_style h5 {
    margin-bottom: 0.5rem;
}

.multicheck_style .filterchk_align {
    display: flex;
}

    .multicheck_style .filterchk_align h5 {
        margin-left: 10px;
    }

    .multicheck_style .filterchk_align .filterclose {
        text-align: right;
    }

.multicheck_style .filterclose a {
    color: #e97e15;
    cursor: pointer;
}

.eventfull_style {
    /*padding-top: 1rem;*/
    /*border-left: 1px solid #ccc;*/
}

.eventheader {
    display: inline-block;
}

    .eventheader h4 {
        font-size: 20px;
        float: right;
        font-weight: 600;
        color: #666;
    }

    .eventheader h6 {
        float: left;
        font-size: 20px;
        font-weight: 600;
        color: #666;
    }

.oneeventstyle {
    display: flex;
    width: 100%;
}

.enventimg_style {
    display: flex;
    width: 120px;
    height: 80px;
    /*border: 1px solid #e5e1e1;*/
    justify-content: center;
    /*padding:0.5rem*/
}

    .enventimg_style img {
        /*width: auto;
        max-height: 100%;
        height: auto;*/
        width: 120px;
        height: 80px;
        max-width: 120px;
        max-height: 80px;
        object-fit: cover
    }

.enventright_style {
    padding-left: 1.2rem;
    width: calc(100% - 120px);
}

    .enventright_style h3 {
        font-size: 1.3rem;
    }

    .enventright_style .eventdate_style {
        display: inline-block;
        width: 100%;
    }

        .enventright_style .eventdate_style h5 {
            float: left;
            font-size: 14px;
            font-weight: normal;
            color: #848484;
        }

        .enventright_style .eventdate_style h6 {
            float: right;
            font-size: 13px;
            font-weight: normal;
            color: #848484;
        }

.event_fullinnerstyle {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 140px;
}

.chkbox-panel {
    position: absolute;
    background: #f2f2f2;
    z-index: 9;
    width: 300px;
    /*margin-top: 37px;*/
    top: 43px;
    border: 1px solid #ccc;
    margin-left: 8rem;
}

.chkbox-header {
    padding: 5px;
    border-bottom: 1px solid #dfdddd;
    margin: 0;
}

    .chkbox-header a {
        float: right;
    }

    .chkbox-header i {
        margin-right: 5px;
    }

.chkbox-body {
    padding: 5px 16px !important;
    /*height: 190px;*/
    max-height: calc(100vh - 25rem);
    overflow-y: auto;
}

.chkbox-footer {
    border-top: 1px solid #dfdddd;
    text-align: right;
    padding: 5px 20px;
}

.chkbox-body .checkbox label {
    display: block;
}

.chkbox-body table tr td {
    padding-left: 15px;
}

/*.chkbox-body .checkbox input[type=checkbox] {
    position: absolute;
}*/

.events-paging {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
}

    .events-paging select {
        width: 100px;
        margin: 0 10px;
    }

@media (min-width:320px) and (max-width:575px) {
    .chkbox-panel {
        margin: 0;
    }

    .event_fullinnerstyle {
        border-left: none;
    }
}

.chklist-filter {
    padding: 0;
    margin: 0;
    list-style: none;
    /*padding-left: 1rem;*/
}

    .chklist-filter li {
        margin-bottom: 10px;
    }

        .chklist-filter li .checkbox {
            margin-bottom: 10px;
        }

        .chklist-filter li ul li {
            list-style: none;
            margin-bottom: 5px;
        }

            .chklist-filter li ul li .checkbox {
                margin-bottom: 5px;
            }

.chkparent {
    margin-bottom: 5px;
    display: inline-block;
}
/* ============================= End View Event Page Style =============================================== */
/* ================================ Start Your Listing page Style ====================================== */
/*.yourlisting_filterstyle {
    margin-bottom: 0.5rem;
}*/
.yourlisting_filterstyle .form-inline .form-group {
    width: 70%;
}

.yourlisting_filterstyle .form-inline label {
    margin-right: 10px;
}

.yourlisting_filterstyle .form-inline .form-group input {
    width: 100%;
}

.viewlistevent_liststyle {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    /*border-top: 1px solid #e4e4e4;*/
    flex-wrap: wrap;
}

    .viewlistevent_liststyle li {
        width: calc(100% / 1);
        padding-left: 10px;
        /*border-bottom: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;*/
        border: 1px solid #d7eadf;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.12);
        /*margin-right: 0.7%;*/
        margin-bottom: 1rem;
        padding: 15px;
        display: flex;
        align-items: center;
    }

.viewlist_img {
    display: flex;
    width: 200px;
    height: 100px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #e4e4e4;
}

    .viewlist_img img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

.viewlist_eventfull {
    display: flex;
    width: 100%;
    padding: 1rem 0;
}

.viewlist_desc {
    width: 70%;
    padding-left: 1rem;
}

.viewlist_amount {
    display: flex;
    align-items: center;
    width: 65px;
}

    .viewlist_amount h4 {
        font-size: 1rem;
        font-weight: bold;
    }

/*.viewlistevent_liststyle li:nth-child(odd) {
    padding: 0;
}*/

.viewlistevent_liststyle li:nth-child(even) {
    border-right: none;
    margin-right: 0;
}

.viewlisteventsectionaction_style {
    position: absolute;
    width: 90%;
    /*margin-top: 1rem;*/
    opacity: 0;
    /*background:#ccc;*/
}

    .viewlisteventsectionaction_style ul li:hover {
        cursor: pointer;
        color: #0056b3;
    }

    .viewlisteventsectionaction_style ul {
        /*padding: 1.5rem 1.5rem;
        margin: 0;
        display: flex;
        list-style: none;
        justify-content: space-between;*/
        margin: 1.5em 5em;
        display: inline-flex;
        list-style: none;
        padding: 0;
        width: 80%;
    }

        .viewlisteventsectionaction_style ul li {
            text-align: center;
            width: calc(100% / 4);
            border: none;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 10px;
            box-shadow: none;
        }

            .viewlisteventsectionaction_style ul li a {
                z-index: 9;
            }

.gitsectionaction_style ul li a i {
    font-size: 1.2rem;
}

.gitsectionaction_style ul li a h5 {
    font-size: 0.9rem;
}

.viewlistevent_liststyle li:hover .viewlisteventsectionaction_style {
    opacity: 1;
    /*background: rgba(0,0,0,0.5);*/
}

.viewlistevent_liststyle li:hover .viewlist_desc, .viewlistevent_liststyle li:hover .viewlist_amount, .viewlistevent_liststyle li:hover .viewlist_img {
    opacity: 0.1;
}

.yourlisting_filterstyle .btn i {
    margin-right: 5px;
}

.btnfilter-alignment {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .btnfilter-alignment a {
        margin-left: 5px;
    }

@media (min-width:992px) and (max-width:1199px) {
    .viewlistevent_liststyle li {
        width: 100%;
    }

    .viewlisteventsectionaction_style {
        width: 95%;
    }

        .viewlisteventsectionaction_style ul li {
            margin: 0px 12em 0em 0;
        }

        .viewlisteventsectionaction_style ul {
            width: 80%;
        }
}

@media (min-width:768px) and (max-width:991px) {
    .viewlistevent_liststyle li {
        width: 100%;
    }

    .viewlisteventsectionaction_style {
        width: 90%;
    }

        .viewlisteventsectionaction_style ul li {
            margin: 0px 8em 0em 0;
        }

        .viewlisteventsectionaction_style ul {
            width: 80%;
        }
}

/*@media (min-width:320px) and (max-width:767px) {
    .viewlistevent_liststyle li {
        width: 100%;
    }

    .viewlisteventsectionaction_style {
        width: 50%;
    }

        .viewlisteventsectionaction_style ul li {
            margin: 0px 5em 0em 0;
        }

        .viewlisteventsectionaction_style ul {
            width: 60%;
        }
}*/
/* ================================ End Your Listing page Style ====================================== */

/* ================================= Start Add Packages Style ======================================== */
.addpackages_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

    .addpackages_list li {
        /*margin-right: 1rem;*/
        margin-bottom: 5px;
    }

        .addpackages_list li a {
            color: #26759e;
        }

            .addpackages_list li a.packagesicon_style {
                display: inline-block;
                margin-left: 5px;
                color: #ea770b;
            }

.packagerepeat_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
}

    .packagerepeat_list li {
        width: calc(100% / 7);
    }

.customwidth {
    width: 100%;
    padding: 0;
    margin: 0;
}
/* ================================= End Add Packages Style ======================================== */
/* ===================================== Start Inline Datepicker ===================================== */
.datepicker-inline table tr th, .datepicker-inline table tr td {
    border-radius: 0 !important;
}

.datepicker-inline {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
}
/* ===================================== End Inline Datepicker ===================================== */

/* ================================== Start Contact Information Page Style ========================= */
.phonenumcontrol_alignment {
    display: flex;
}

/* ================================== End Contact Information Page Style ========================= */
/* ==================================== Start Description page design ============================== */
.timecontrol {
    position: absolute;
    z-index: 9;
    right: 0;
    top: -13px;
}

.left-width {
    width: 125px;
    padding-left: 15px;
}

.rightwidth {
    width: calc(100% - 125px);
    padding-right: 15px;
}

.high-rowalignment {
    align-items: center;
}

.high-previewicon {
    width: 70px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

.hightage-style #tags > span:after {
    content: none;
}

.actionicon-align {
    margin-left: 10px;
}

.high-previewicon img {
    max-width: 35px;
    max-height: 35px;
}
/* ==================================== End Description page design ============================== */
/* ==================================== Start Booking Add page design ============================== */
.bookingpanel_style {
    border: 1px solid #d7eadf;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.12);
    padding: 10px;
    margin-bottom: 1rem;
}

    .bookingpanel_style h4 {
        font-size: 1rem;
        color: #255038;
        border-bottom: 1px solid #ccc;
        padding-bottom: 6px;
        font-weight: bold;
        letter-spacing: 0.5px;
    }

.bookingaddtime_list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    margin-top: 1rem;
    align-items: center
}

    .bookingaddtime_list li {
        width: calc(100% / 4);
    }

        .bookingaddtime_list li label {
            font-size: 1rem;
            margin: 0;
        }

        .bookingaddtime_list li input.btn {
            background-color: #efefef;
            border: 2px solid #ccc;
            padding: 2px 10px;
        }

.increasedecrease_list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 1rem;
}

    .increasedecrease_list li {
        width: calc(100% / 3);
        display: flex;
        justify-content: center;
        align-items: center;
    }

.bookingdesc_list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .bookingdesc_list li {
        line-height: 40px;
    }

        .bookingdesc_list li i {
            margin-right: 10px !important;
            color: #aca6a6;
            font-size: 1rem;
        }

.alignbooking-incdecsec {
    margin-top: 1.5rem;
}

.list-incdecstyle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    margin-bottom: 0.8rem;
}

    .list-incdecstyle li:first-child {
        width: 50px;
    }

    .list-incdecstyle li:nth-child(2) {
        margin: 0 1.5rem;
        width: 180px;
    }

    .list-incdecstyle li:last-child {
        min-width: 100px;
    }

.donateaddress-list li:last-child {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

    .donateaddress-list li:last-child .list-group-horizontal .list-group-item {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .donateaddress-list li:last-child .input-group {
        margin: 0;
    }

    .donateaddress-list li:last-child .has-search {
        min-width: 100px;
    }

        .donateaddress-list li:last-child .has-search .form-control {
            padding-left: 10px;
        }

.extra-img {
    width: 300px;
    height: 150px;
    /*border: 1px solid #ccc;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

    .extra-img img {
        max-height: 140px
    }

#dvDonate .under_border, #divAddons .under_border {
    padding-bottom: 2rem;
}

.tblincdec-style .decrese, .tblincdec-style .plus_bgcolor {
    width: 40px;
    height: 40px;
}

.tblincdec-style .tdbookingquantity {
    max-width: 100px;
    width: 100px;
}

.tblincdec-style .table_size {
    margin: 0 auto;
}

.amount-addonsalignment {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .amount-addonsalignment .amount-style, .amount-addonsalignment .amount-style label {
        font-size: 1.2rem;
    }

@media (min-width:320px) and (max-width:575px) {
    .increasedecrease_list {
        width: 100%;
    }

        .increasedecrease_list li:first-child {
            width: 50px;
        }

        .increasedecrease_list li:nth-child(2) {
            width: 48%;
        }

        .increasedecrease_list li table {
            display: block;
        }

            .increasedecrease_list li table td {
                display: revert;
                width: auto !important;
                padding: 2px 10px;
            }

                .increasedecrease_list li table td:nth-child(2) {
                    width: 145px !important;
                }

    .bookingaddtime_list li {
        width: calc(100% / 2);
        margin-bottom: 0.5rem;
    }

    .list-incdecstyle li:first-child {
        width: 100%;
        text-align: center;
        margin-bottom: 0.5rem
    }

    .list-incdecstyle li:nth-child(2) {
        margin: 0;
        width: 130px;
    }

    .incrementdecreament-newstyle a {
        width: 30px !important;
        height: 30px !important;
    }

    .incrementdecreament-newstyle input {
        max-width: 60px !important;
        max-height: 30px;
        font-size: 1rem !important;
    }

    .bookingaddtime_list li {
        width: calc(100% / 2) !important;
    }
}
/* ==================================== End Booking Add page design ============================== */
/* ===================================== Start Product View Page Style =========================== */
.productlisting_cartstyle {
    border: 1px solid #d7eadf;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.12);
    padding: 10px 10px 0px 10px;
    /*display: flex;
    flex-wrap: wrap;*/
    margin-bottom: 1.5rem;
    float: left;
    width: 100%;
}

    .productlisting_cartstyle .productlisting_left {
        float: left;
        height: 100%;
        margin-bottom: 10px;
    }

    .productlisting_cartstyle .productlisting_imgstyle {
        padding: 15px;
        width: 200px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #ccc;
        margin-right: 2rem;
    }

        .productlisting_cartstyle .productlisting_imgstyle img {
            max-width: 100%;
            max-height: 100%;
        }

    .productlisting_cartstyle .shoppingcart_btn {
        border-radius: 0;
        display: block;
        margin-top: 10px;
        font-size: 1rem;
        opacity: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .productlisting_cartstyle .shoppingcart_btn i {
            margin-right: 5px;
        }

    .productlisting_cartstyle:hover .shoppingcart_btn {
        opacity: 1;
    }

.producttitle_style {
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
    color: #255038;
    letter-spacing: 1px;
}

.productprice_style {
    color: #000;
    display: flex;
    align-items: baseline;
    margin: 1rem 0 1rem;
}

    .productprice_style .dollar_symboll {
        font-size: 1.2rem;
        font-weight: 500;
        margin-right: 5px;
    }

    .productprice_style .productamount {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .productprice_style .productamountdecimal {
        font-size: 1rem;
        font-weight: 500;
    }

.productlisting_descstyle {
    float: left;
    width: calc(100% - 250px);
}

    .productlisting_descstyle p {
        margin-bottom: 1rem;
        line-height: 25px;
        letter-spacing: 0.5px;
        word-wrap: anywhere;
    }
/* ===================================== End Product View Page Style =========================== */
/* ========================================= Start Dashboard Style =============================== */
.subdropdowstyle {
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.12);
    /*padding: 10px;*/
    position: absolute;
    width: 300px;
    z-index: 9;
}

    .subdropdowstyle h2 {
        font-size: 1rem;
        margin: 0;
        padding: 5px 10px;
        background: #fdfdfd;
        border-bottom: 1px solid #ccc;
        display: flex;
        align-items: center;
    }

        .subdropdowstyle h2 a {
            cursor: pointer;
            font-size: 1.2rem;
            margin-right: 10px;
        }

.filtersearchtop_controls {
    padding: 5px 10px;
    background: #fdfdfd;
    border-bottom: 1px solid #ccc;
}

    .filtersearchtop_controls .checkbox {
        padding-left: 2px;
    }

.subdropdowstyle ul {
    padding: 5px 20px;
    list-style: none;
    margin: 0;
}

.filtersearchtop_controls h6 {
    font-size: 14px;
    font-weight: 400;
}
/* ========================================= End Dashboard Style =============================== */

.disablemenu {
    cursor: not-allowed;
    pointer-events: none;
    cursor: not-allowed;
}

    .disablemenu a {
        pointer-events: none;
        cursor: not-allowed;
    }

    .disablemenu li {
        pointer-events: none;
        cursor: not-allowed;
    }

    .disablemenu span {
        pointer-events: none;
        cursor: not-allowed;
    }

/* ========================================= Start Purchase Gift style ============================= */
.giftpurchase-title h2 {
    color: #acabab;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2rem;
}

.giftpurchase-panel {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.12);
    padding: 1rem 2rem;
    margin: 1rem 0;
    background: #fafafa;
    border: 1px solid #f8f8f8;
}

.gift-innertitle {
    display: flex;
    align-items: center;
    color: #acabab;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2rem;
}

    .gift-innertitle img {
        max-height: 100px;
        max-width: 100px;
        margin-right: 1rem;
    }

.giftpurchase-panel .input-group-prepend {
    position: absolute;
    z-index: 9;
    height: 40px;
}

.giftpurchase-panel .input-group-text {
    background: transparent;
    border: none;
    line-height: 40px;
    padding: 0 7px 0px 10px;
}

.giftpurchase-panel .input-group .dollarinput {
    padding-left: 25px;
}

.giftpurchase-panel .total-amount {
    color: #a5a5a5;
    font-weight: 500;
}

.nextbtn-align {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 2rem;
    margin-top: 2rem;
}

.subtitle-border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 1rem;
}

.purchase-completeimg {
    text-align: center;
}

    .purchase-completeimg img {
        max-height: 100px;
        max-width: 100px;
    }

.purchaser-name {
    color: #acabab;
    font-weight: normal;
    font-size: 16px;
    margin-top: 1rem;
}

    .purchaser-name span {
        font-weight: bold;
        text-transform: uppercase;
        color: #808080;
    }

.purchased-amount {
    margin: 1rem 0;
    text-align: center;
    color: #89b8fe;
    font-size: 16px;
}

.getcode-style {
    margin-bottom: 1rem;
    color: #acabab;
    text-align: center;
    font-size: 16px;
}

.giftcode-align {
    justify-content: center;
}

    .giftcode-align span {
        margin-left: 3rem;
    }

.giftcode-img {
    text-align: center;
}

    .giftcode-img img {
        max-height: 200px;
        max-width: 200px;
    }

.coder-name {
    color: #acabab;
    font-weight: bold;
    font-size: 16px;
    margin-top: 1rem;
}

.coder-amount {
    margin: 1rem 0;
    text-align: center;
    color: #89b8fe;
    font-size: 24px;
    font-weight: bold;
}

    .coder-amount span {
        margin-left: 3rem;
        position: absolute;
        font-size: 12px;
        color: #fff;
        background: #34d50c;
        padding: 1px 4px;
        margin-top: 6px;
    }
/* ========================================= End Purchase Gift style ============================= */
.lblStyle {
    font-size: 16px;
    color: red;
    font-weight: bold;
}


/* ========================================= Tootip ============================= */
.assetuploadinfo_style a span {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}

.assetuploadinfo_style .infotooltip {
    width: auto;
    background: none;
    color: #0e81c2;
    border: none;
    font-size: 14px;
}

.assetuploadinfo_style i {
    margin-right: 5px;
}

.assetuploadinfo_style .infotooltip:hover {
    color: #0e81c2;
}

@media (min-width:320px) and (max-width:991px) {
    .admindash_logo input {
        max-height: 50px;
        max-width: 80px;
    }

    .newheader_style .admindash_logo {
        max-height: 50px;
        height: 50px !important;
        text-align: center;
        padding: 5px;
    }

    .newadmin_headerstyle .newmenu_style .animated-arrow {
        margin: -39px 0 20px;
        right: 10px;
        left: auto;
    }

    .topmenu_style {
        min-height: 50px;
    }
}

@media (min-width:320px) and (max-width:575px) {


    /*.viewevent_topfilter h4 {
        margin-bottom: 5px;
    }

    .viewevent_topfilter .btn {
        margin-top: 5px;
    }*/

    .event_fullinnerstyle {
        padding: inherit;
        border-right: 0;
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .enventimg_style {
        width: 80px;
        height: 60px;
    }

        .enventimg_style img {
            width: 80px;
            height: 60px;
        }

    .enventright_style h3 {
        font-size: 16px;
    }

    .eventheader h6 {
        font-size: 15px;
        font-weight: 400;
        color: #636262;
    }

    .eventdate_style h5, .eventdate_style h6 {
        font-size: 13px;
    }

    .viewevent_topfilter h4 + div {
        width: 10rem;
    }

    .viewevent_topfilter h4 {
        width: 100%;
        margin-right: 10px;
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .topmenu_style {
        padding-right: 0;
    }

    .viewevent_topfilter {
        margin-bottom: 15px;
    }

    .event_fullinnerstyle {
        min-height: initial;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .admindash_logo input {
        max-height: 35px;
        max-width: 80px;
    }

    .newheader_style .admindash_logo {
        max-height: 61px;
        height: 61px;
        padding-left: 10px;
    }

    div.shopping-pnl {
        width: 70%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .admindash_logo input {
        max-height: 50px;
        max-width: 90px;
    }

    .newheader_style .admindash_logo {
        max-height: 52px;
        height: 52px;
        padding-left: 10px;
    }

    .newheader_style .logo_style {
        padding: 3px 0;
        padding-left: 10px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .user-dropdown {
        margin-bottom: 0px;
    }
}
/* ========================== Start Shopping Cart Style ================================== */
.guestwizard .wizard .nav-tabs.mobile-tabs > li {
    width: auto;
}

    .guestwizard .wizard .nav-tabs.mobile-tabs > li a {
        width: auto;
        height: auto;
        margin: 0;
        border-radius: 100%;
        padding: 0;
        position: relative;
    }

.active .mobile-text {
    color: #ea770b;
}

.mobile-text {
    display: block;
    font-size: 1.2rem;
}

.round-tab {
    display: none !important;
}

.guestwizard .wizard .nav-tabs > li {
    width: auto;
}

    .guestwizard .wizard .nav-tabs > li a {
        width: auto;
        height: auto;
        margin: 0;
        margin-right: 15px;
        font-size: 1rem;
    }

.Waiver .nav-link.active {
    background-color: transparent !important;
    color: #ed842b !important;
}

.guestwizard .wizard li a::after {
    display: none;
}

.Waiver span.mobile-text:hover, .Waiver span.mobile-text:hover i {
    background: transparent !important;
}

.mobile-text i {
    margin-left: 5px;
}

.guestwizard .wizard li.active.nav-item::after {
    display: none;
}

.Waiver .mobile-text i {
    color: inherit !important;
}

.guestwizard .wizard .nav-tabs {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.wizard .nav-tabs > li .nav-link.active {
    background: transparent !important;
}

.wizard .nav-tabs > li.EmergencyInfo span:hover, .wizard .nav-tabs > li.EmergencyInfo span:hover i {
    background: transparent !important;
    color: #ea770b !important;
}

.shopping-dates {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .shopping-dates li {
        display: flex;
        color: #a2a2a2;
    }

        .shopping-dates li span {
            margin-right: 6px;
            font-size: 16px;
            width: 30px;
            display: inline-block;
            color: #a2a2a2;
        }

        .shopping-dates li div {
            margin-left: 30px;
            color: #a2a2a2;
        }

.shopping-pnl {
    width: 50%;
    margin: 0 auto;
    background: #fff;
    /*padding: 10px;*/
    border: 1px solid #e5e5e5;
}

.shopping-title {
    color: #979696;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

    .shopping-title span {
        float: right;
    }

.shopping-maintitle {
    color: #979696;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

    .shopping-maintitle span {
        float: right;
    }

.guest-style {
    margin-top: 10px;
    color: #a2a2a2;
}

    .guest-style span {
        float: right;
        color: #a2a2a2;
    }

.modal .modal-content .guest-style {
    padding-left: 36px;
}

.shoppingbottom-btn span {
    float: right;
    color: #a2a2a2;
}

.shoppingbottom-btn a:first-child {
    width: 200px;
    display: inline-block;
}

.addbtn-style {
}

    .addbtn-style span {
        float: right;
    }

.fee-style {
    color: #a2a2a2;
    margin-bottom: 5px;
}

    .fee-style span {
        float: right;
    }

.shoppingbottom-btn {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: -1px;
}

.event-section {
    /*border-bottom: 2px solid #ccc;*/
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: -1px;
}

.modal .event-section {
    padding: 10px 0;
}

.shopping-pnlspace {
    padding: 10px;
}

.list-inline {
    display: flex;
    width: 100%;
    justify-content: center;
}

    .list-inline li a {
        margin-right: 5px;
    }

svg > g[class^="raphael-group-"] > text {
    display: none !important;
}

@media (min-width:320px) and (max-width:575px) {
    div.content {
        border: none !important;
        box-shadow: none !important;
        margin: 0;
        border-radius: 0;
        /*padding:0;*/
    }

    .round-tab {
        display: none !important;
    }

    .guestwizard .wizard .nav-tabs > li {
        width: auto;
        min-width: unset;
    }

        .guestwizard .wizard .nav-tabs > li a, .guestwizard span.round-tab {
            width: auto;
            height: auto;
            background: transparent !important;
            line-height: normal;
            margin: 0;
            margin-right: 5px;
        }

    .connecting-line {
        display: none;
    }

    .guestwizard .wizard .nav-tabs {
        border-bottom: 1px solid #ccc;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        display: flex;
        justify-content: center;
    }

    .site-content-title::after {
        display: none;
    }

    .guestwizard .tab-content {
        padding: 0;
        background: transparent;
        border: none;
    }

    .guestwizard .wizard .tab-pane {
        padding: 0;
    }

    .mobile-text {
        display: block;
        font-size: 14px;
    }

    .accountbox_style1 h6 {
        font-size: 16px;
    }

    .user-dropdown {
        margin: 0;
    }

    div.Rolestyle {
        margin-bottom: 0 !important;
        padding-top: 7px;
        margin-top: 0 !important;
        padding-bottom: 8px;
    }

    /*.newadmin_headerstyle .newmenu_style .animated-arrow {
        margin: -36px 0 20px;
    }*/

    .guestwizard .wizard li.active.nav-item::after {
        display: none;
    }

    .guestwizard .wizard .nav-tabs > li a:hover .mobile-text {
        color: #ea770b !important;
    }

    .guestwizard .wizard li a::after {
        display: none;
    }

    .Waiver span.mobile-text:hover, .Waiver span.mobile-text:hover i {
        background-color: transparent !important;
        color: #ed842b !important;
        border-color: transparent !important;
    }

    .shopping-pnl {
        width: 100%;
    }

    .shoppingbottom-btn a:first-child {
        width: 120px;
    }

    .content {
        padding-top: 0;
    }
}
/* ========================== End Shopping Cart Style ================================== */
/* ============================== Start Billing and Shipping Style ============================== */
.bs-cinamestyle {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 30%;
}

    .bs-cinamestyle li {
        margin-bottom: 5px;
        color: #838282;
        font-size: 1rem;
    }

    .bs-cinamestyle span {
        margin-right: 10px;
    }

    .bs-cinamestyle li a {
        float: right;
    }

@media (min-width:320px) and (max-width:575px) {
    .bs-cinamestyle {
        width: 100%;
    }
}
/* ============================== End Billing and Shipping Style ============================== */
/* ============================== Start Add Booking Style ====================================== */
.addminus-style a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #ccc;
    text-align: center;
    color: #fff;
}

.booking-slideimg {
    width: 100%;
    height: 400px;
    /*border:1px solid #ccc;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .booking-slideimg img {
        max-height: 400px;
        border-radius: 10px;
    }

ul.bookingimg-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap;
}

    ul.bookingimg-list li {
        display: flex;
        width: 100px;
        height: 70px;
        margin-left: 10px;
        margin-bottom: 10px;
        justify-content: center;
        align-items: center;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

        ul.bookingimg-list li img {
            width: auto;
            height: auto;
            /*border-radius: 6px;*/
            cursor: pointer;
            max-width: 90px;
            max-height: 60px;
        }

.eventcalendar_style.booking-calendar .fc-event .fc-content {
    font-size: 0.6rem;
}

.bookingadd-calbottom.list-group-horizontal .list-group-item + .list-group-item {
    width: 100%;
}

.bookingadd-calbottom, .bookingadd-calbottom .list-group-horizontal {
    width: 100%;
}

    .bookingadd-calbottom .ca-list {
        flex-wrap: wrap;
        justify-content: center;
    }

div.bookingadd-calbottom div.ca-list a {
    width: calc(97% / 3) !important;
    margin-bottom: 5px;
    border-radius: 8px;
    margin-right: 1%;
}

    div.bookingadd-calbottom div.ca-list a:last-child {
        border-radius: 8px;
    }

.bookingadd-calbottom .list-group-item.active {
    background-color: #255038 !important;
    color: #fff !important;
    border-color: #255038 !important;
}

.booking-ckeditortext {
    white-space: normal;
    /*word-break: break-all;*/
}
/*.booking-ckeditortext ul li
    {
        list-style:none;
    }
        .booking-ckeditortext ul li:before {
            content: "\f1bb";
            font-family: "Font Awesome 5 Free";
            display: inline-block;
        }*/
.addbooking-guestlist {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 1rem 0;
    align-items: center;
}

    .addbooking-guestlist li:first-child {
        width: 15%;
        text-align: center;
    }

        .addbooking-guestlist li:first-child span {
            font-size: 1.2rem;
            font-weight: 500;
        }

    .addbooking-guestlist li:nth-child(2) {
        width: 15%;
    }

        .addbooking-guestlist li:nth-child(2) label {
            font-size: 14px;
            font-weight: 500;
            margin: 0;
        }

    .addbooking-guestlist li:nth-child(3) {
        width: 8%;
    }

    .addbooking-guestlist li:nth-child(4) {
        width: 47%;
    }

    .addbooking-guestlist li:nth-child(5) {
        width: 15%;
        text-align: left;
    }

    .addbooking-guestlist li:nth-child(4) table {
        width: 75%;
    }

@media (min-width:320px) and (max-width:575px) {
    div .bookingadd-calbottom div.ca-list a {
        width: 100% !important;
    }
}

@media (min-width:576px) and (max-width:767px) {
    div.bookingadd-calbottom div.ca-list a {
        width: calc(97% / 2) !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .checkbox input[type="checkbox"] {
        position: absolute;
    }
}
/* ============================== End Add Booking Style ====================================== */
/* ============================ Start Event Photos page Style =============================== */
.photo-style {
    width: 100%;
    height: 450px;
    display: flex;
    border: 1px solid #ccc;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .photo-style img {
        max-width: 95%;
        max-height: 430px;
    }

div.photo-desc {
    position: absolute;
    margin-top: 20rem;
}

    div.photo-desc.form-inline input.form-control {
        width: 250px;
        margin-right: 10px;
    }

.photo-thumbnil {
    padding: 0;
    margin: 10px 0;
    list-style: none;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    /*overflow-x: auto;*/
    width: 100%;
    gap: 1rem;
}

    .photo-thumbnil li {
        width: 150px;
        height: 100px;
        /*margin-right: 10px;*/
        display: flex;
        flex-direction: column;
    }

        .photo-thumbnil li img {
            width: 150px;
            height: 100px;
        }

        .photo-thumbnil li a {
            position: absolute;
            background: #e20f0f;
            padding: 3px 10px;
            color: #fff;
            opacity: 0;
        }

        .photo-thumbnil li:hover a {
            opacity: 1;
        }

.uploadphoto-style {
    width: 400px;
    margin: 0 auto;
}

@media (min-width:320px) and (max-width:575px) {
    .uploadphoto-style {
        width: 100%;
    }
}
/* ============================ End Event Photos page Style =============================== */
/* ============================= Start Extras Page Style ================================== */
.list-group-horizontal a {
    text-align: center;
}
/* ============================= End Extras Page Style ================================== */
/* ============================= Start Payment Page Style =============================== */
.payments-align {
    width: 380px;
    margin: 0 auto;
}

    .payments-align .bs-cinamestyle {
        width: 100%;
    }

.payment-line {
    border-bottom: 2px solid #ccc;
    padding-top: 5px;
    clear: both;
    width: 100%;
}

.billing-address .col-md-4, .billing-address .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.accountbox_style1 h6.totalamount-style {
    color: #949494 !important;
}

h6.totalamount-style span:last-child {
    float: right;
}

@media (min-width:320px) and (max-width:400px) {
    .payments-align {
        width: 280px;
        margin: 0 auto;
    }
}

.choose-payment.radio-inline div.radio-button {
    margin-bottom: 10px;
}
/* ============================= End Payment Page Style =============================== */
/* ============================== Start Responsive Style ======================================= */
@media (min-width:320px) and (max-width:575px) {
    .viewlist_eventfull {
        flex-wrap: wrap;
    }

    .viewlist_img {
        margin: 0 auto;
    }

    .viewlist_desc {
        width: 100%;
        margin-top: 10px;
    }

        .viewlist_desc h3 {
            text-align: center;
            font-size: 16px;
        }

    .viewlisteventsectionaction_style {
        width: 100%;
    }

        .viewlisteventsectionaction_style ul {
            width: 100%;
            margin: 0;
        }
}

/* ============================== End Responsive Style ======================================= */
/* ================================= Start New Footer Style ========================================== */
.footer-top {
    padding: 3rem 0;
    background: #f6c42c;
}

    .footer-top h3 {
        margin-bottom: 1rem;
    }

    .footer-top ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-top address strong, .footer-top .textwidget strong {
        font-size: 18px;
        line-height: 29px;
    }

    .footer-top a {
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px !important;
        line-height: 29px;
    }

    .footer-top h4 {
        color: #000;
        font-weight: bolder;
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }

    .footer-top .textwidget p {
        margin-bottom: 1rem;
    }

    .footer-top .menu li a {
        line-height: 35px;
    }

@media (min-width:320px) and (max-width:575px) {
    .footer-top .col-md-4 {
        margin-bottom: 1.2rem;
    }

        .footer-top .col-md-4:last-child {
            margin-top: 2rem;
        }
}

/* =================================End New Footer Style ========================================== */
/* =================================== Start Report Style ======================================= */
.report-filters {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .report-filters li {
        margin-right: 10px;
    }

        .report-filters li .input-group {
            margin: 0;
        }

        .report-filters li .chkbox-panel {
            margin-left: 1rem;
        }

        .report-filters li .filterchk_align .filterclose .fa-angle-left {
            margin-right: 5px;
        }

        .report-filters li .filterchk_align .filterclose a {
            position: absolute;
            right: 20px;
            font-size: 1.2rem;
            color: #ea770b;
        }

.datatable-width .dataTables_info {
    position: initial;
}

ul.report-filters li .subdropdowstyle ul.report-chklist {
    padding: 0;
}

@media (min-width:320px) and (max-width:575px) {
    .report-filters {
        justify-content: flex-start;
    }

        .report-filters li {
            margin-bottom: 10px;
        }

        .report-filters li {
            z-index: 999;
        }

    .reports-topbtn .commonbtn_style {
        margin-top: 10px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .reports-topbtn .commonbtn_style {
        margin-top: 10px;
    }
}
/* =================================== End Report Style ======================================= */
/* ==================================== Start Event Pricing Style =========================== */
.customwidth-days {
    width: 150px;
}

.pricing-style .checkbox {
    margin-bottom: 8px;
}
/* ==================================== End Event Pricing Style ================================= */
.event_fullinnerstyles {
    cursor: pointer;
}

    .event_fullinnerstyles:hover {
        background: #f8f8f8;
    }

/* ============================ Start Customer Order Details Style =============================== */
.cod-main {
    margin-bottom: 3rem;
}

    .cod-main .customer-row {
        display: flex;
        flex-wrap: wrap;
    }

    .cod-main .cutomer-img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #d9d9d9;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        color: #131212;
        font-size: 2rem;
        font-weight: normal;
        border: 1px solid #ccc;
        margin-left: 2rem;
        margin-right: 3rem;
    }

    .cod-main .customer-details h2 {
        font-size: 1.4rem;
        text-transform: uppercase;
        font-weight: normal;
        color: #535151;
        letter-spacing: 1px;
    }

        .cod-main .customer-details h2 .btn {
            background: #d5d5d5;
            color: #000 !important;
            font-size: 14px;
            margin-left: 1rem;
            text-transform: initial;
            padding: 1px 10px;
        }

    .cod-main .customer-details h4 {
        font-size: 1rem;
        font-weight: normal;
        color: #767171;
    }

        .cod-main .customer-details h4 i {
            margin-right: 7px;
        }

    .cod-main .customer-details ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }

        .cod-main .customer-details ul li {
            font-size: 15px;
            color: #959595;
        }

        .cod-main .customer-details ul li {
            margin-right: 1rem;
        }

            .cod-main .customer-details ul li i {
                margin-right: 7px;
            }

    .cod-main .customer-details {
        width: 69%;
    }

    .cod-main .customer-expand {
        display: flex;
        align-items: center;
    }

    .cod-main .customer-amount {
        width: 200px;
        display: flex;
        align-items: center;
    }

.customer-amount h4 {
    font-size: 2.5em;
    margin: 0;
}

    .customer-amount h4 sup {
        color: #a2a2a2;
        font-size: 14px;
        margin-left: 3px;
        margin-right: 3px;
    }

.customer-amount p {
    font-size: 14px;
    color: #706f6f;
}

    .customer-amount p i {
        margin-right: 7px;
    }

.customer-pricelist {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .customer-pricelist ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding-left: 10.5rem;
        margin-top: 1rem;
        width: 100%;
    }

        .customer-pricelist ul li {
            width: calc(100% / 4);
        }

.customer-amount p {
    font-size: 12px;
}

.customer-tabs {
    /*padding-left: 10.5rem;*/
    margin-top: 2rem;
    padding: 0
}

.customer-booking {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    width: 100%;
}

    .customer-booking .booking-img {
        width: 150px;
        height: auto;
        margin-right: 2rem;
    }

    .customer-booking .booking-events h3 {
        text-transform: uppercase;
        font-size: 1rem;
        letter-spacing: 0.5px;
        color: #666;
    }

        .customer-booking .booking-events h3 a {
            color: #f20;
            margin-left: 5px;
        }

.booking-events ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

    .booking-events ul li {
        margin-right: 1.5rem;
    }

        .booking-events ul li i {
            margin-right: 5px;
        }

.booking-events .waiver-signed {
    margin-top: 10px;
}

    .booking-events .waiver-signed a {
        color: #08c;
    }

        .booking-events .waiver-signed a i {
            margin-right: 5px;
            text-decoration: underline;
        }

.customer-booking .booking-amount {
    width: calc(90% - 600px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .customer-booking .booking-amount span {
        font-size: 1.5rem;
    }

.pi-amountlist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
}

    .pi-amountlist li:first-child {
        width: 36%;
    }

    .pi-amountlist li:nth-child(2) {
        width: 32%;
    }

    .pi-amountlist li:nth-child(3) {
        width: 32%;
    }

    .pi-amountlist li.piguest-style {
        font-size: 13.7px;
        font-weight: normal;
    }

        .pi-amountlist li.piguest-style span {
            float: right;
            width: auto;
        }

    .pi-amountlist li h6 {
        margin: 0;
        font-size: 14px;
        text-align: right;
    }

.odpayment-box .events .pitax-style {
    margin-bottom: 5px;
}

    .odpayment-box .events .pitax-style h4 span {
        padding-right: 0;
    }

.customer-paging {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .customer-paging label {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .customer-paging select {
        width: 100px;
    }

.customer-tabs .nav-tabs {
    border-bottom: 2px solid #255038;
}

    .customer-tabs .nav-tabs .nav-link {
        min-width: 200px;
        text-align: center;
        margin-right: 0.3rem;
        margin-bottom: 0.5rem;
        line-height: 16px;
        background: #255038;
        color: #fff;
        border-radius: 4px;
        font-size: 1rem;
    }

        .customer-tabs .nav-tabs .nav-link.active {
            background-color: #ed842b !important
        }

@media (min-width:320px) and (max-width:575px) {
    .customer-exportbtn {
        margin-top: 10px;
        text-align: center;
    }

    .cod-main .cutomer-img {
        width: 50px;
        height: 50px;
        font-size: 1rem;
        margin-left: 0rem;
        margin-right: 1rem;
    }

    .cod-main .customer-details h2 {
        font-size: 1rem;
    }

        .cod-main .customer-details h2 a {
            margin-top: 10px;
        }

    .customer-pricelist ul {
        padding: 0;
    }

        .customer-pricelist ul li {
            width: calc(100% / 2);
            margin-bottom: 1rem;
        }

    .cod-main .customer-amount {
        justify-content: center;
    }

    .customer-amount h4 {
        font-size: 1.5em;
    }

    .cod-main .customer-details ul {
        margin-bottom: 10px;
    }

    .customer-tabs {
        padding: 0;
    }

        .customer-tabs .nav-tabs {
            display: block;
            width: 100%;
        }

            .customer-tabs .nav-tabs .nav-link {
                display: block;
                width: 100%;
            }

    .customer-booking .booking-amount {
        width: auto
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .cod-main .customer-details {
        width: 60%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .cod-main .customer-details {
        width: 60%;
    }

    .cod-main .customer-amount {
        width: 115px;
    }

    .customer-tabs .nav-tabs .nav-link {
        min-width: 178px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .customer-paging {
        margin-top: 10px;
    }

    .alignsmall {
        margin-top: 10px;
    }
}

@media (min-width:320px) and (max-width:575px) {
    .customer-paging {
        margin-top: 10px;
        justify-content: center;
    }

    .alignsmall {
        margin-top: 10px;
    }
}
/* ============================ End Customer Order Details Style =============================== */
/* ============================= Start Manage booking Style ===================================== */
.mbleft-panel .gpleft-active .event_title, .mbleft-panel .gpleft-active {
    color: #fff;
}

.mbleft-panel .mbemail {
    font-size: 13px;
    font-weight: normal;
}

    .mbleft-panel .mbemail i {
        margin-right: 5px;
    }

.mbleft-panel .gpleft-active .mbemail {
    color: #fff;
}

.mbcontact-info span:first-child {
    margin-right: 10px;
}

.mbleft-panel li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #c6c4c4;
}

    .mbleft-panel li:hover {
        background: #255038 !important;
    }

        .mbleft-panel li:hover .event_title, .mbleft-panel li:hover span.mbemail {
            color: #fff;
        }

.mbcontact-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .mbcontact-info .mbemail {
        display: flex;
        align-items: center;
        overflow-wrap: anywhere;
    }

.mbdbtn-align {
    display: flex;
    align-items: center;
}
/* ============================= End Manage booking Style ===================================== */
/* ============================= Start Order Details Style ==================================== */
.odleft-panel li a h2 {
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
    margin: 0;
}

.odleft-panel li.gpleft-active {
    background: #255038 !important;
}

    .odleft-panel li.gpleft-active a h2, .odleft-panel li.gpleft-active a .date h5 {
        color: #fff;
    }

.odleft-panel li a .date h5 {
    font-weight: normal;
    font-size: 0.8rem;
    color: #515151;
}

.odleft-panel li {
    list-style: none !important;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

    .odleft-panel li:nth-child(2n+1) {
        background-color: #eee;
    }

    .odleft-panel li a .gpleft-date {
        padding-right: 2rem;
    }

        .odleft-panel li a .gpleft-date span {
            display: inline-block;
            margin-left: 2rem;
        }

.odpage-title {
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
    padding-left: 0;
}

.odright-inner {
    padding-left: 1rem;
    padding-right: 1rem;
}

.bookingpanel_style.odcustomer-box {
    padding: 1rem 1.5rem;
}

.odcustomer-box a {
    font-size: 1.2rem;
    color: #08c;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 1rem;
}

.odcustomer-box div.contactinfo {
    margin-bottom: 15px;
    padding-left: 1rem;
}

    .odcustomer-box div.contactinfo i {
        margin-right: 10px;
    }

.odcustomer-btn {
    display: flex;
    padding-top: 5px;
    padding-left: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

    .odcustomer-btn a {
        text-decoration: none;
        margin-right: 1rem;
        font-size: 13px;
        margin-bottom: 0;
        margin-bottom: 10px;
    }

.od-events h5 {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #000;
    font-weight: normal;
    margin-bottom: 1.2rem;
}

.od-events ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.od-events button {
    font-size: 14px;
}

.od-events ul li:nth-child(2n+1) {
    width: 180px;
}

.od-events ul li i {
    margin-right: 10px;
}

.od-events ul li {
    margin-bottom: 10px;
}

.bookingpanel_style.od-events {
    padding: 1rem 1.5rem;
}

.odpayment-box h6 {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #000;
    font-weight: normal;
    margin-bottom: 2rem;
}

    .odpayment-box h6 a {
        float: right;
    }

.odpayment-box .events h4 {
    border: none;
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
}

.odpaymentbox-inner {
    padding: 0 1.2rem;
}

.odpayment-amount {
    padding: 0 2rem;
    margin-bottom: 1rem;
    margin-top: 5px;
}

    .odpayment-amount span {
        font-weight: normal;
    }

        .odpayment-amount span:first-child {
            display: inline-block;
            width: 35px;
        }

        .odpayment-amount span:last-child {
            float: right;
        }

.odpayment-box .events h4 span {
    float: right;
    padding-right: 1rem;
}

.odpayment-btn {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.odpayment-right h4.border-pay {
    border-bottom: 2px solid #ccc;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 10px;
}

    .odpayment-right h4.border-pay span {
        padding: 0;
    }

.odpayment-right .creditcard h3 {
    font-size: 1.1rem;
    margin-top: 0.5rem;
}

.odpayment-right h5 {
    font-size: 14px;
    color: #212529;
    padding-bottom: 10px;
    font-weight: 500;
}

    .odpayment-right h5 span {
        float: right;
        margin-top: 5px;
    }

    .odpayment-right h5.border-line {
        border-bottom: 2px solid #ccc;
    }

.odbooking-events h5 {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #000;
    font-weight: normal;
    margin-bottom: 1.2rem;
    color: #212529;
}

.odbooking-events h6 {
    padding-left: 15px;
}

.odbooking-events ul {
    list-style: none;
    padding-left: 20px;
    margin: 0;
}

    .odbooking-events ul li {
        line-height: 30px;
        color: #08c;
    }

        .odbooking-events ul li i {
            margin-right: 10px;
            color: #a9a9a9;
        }

.odbooking-btn button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.rdbook-section {
    margin-bottom: 1rem;
    border-bottom: 2px solid #ccc;
    padding-bottom: 1rem;
}

    .rdbook-section:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }

.odbooking-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.odtimeline-inner {
    padding: 0 1.5rem;
    margin-top: 1.5rem;
}

    .odtimeline-inner .bookingpanel_style {
        min-height: initial;
    }

.tag-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tag-list li {
        margin-right: 10px;
    }

        .tag-list li span {
            display: inline-block;
            min-width: 60px;
        }

        .tag-list li .tag-name {
            border: 1px solid #ccc;
            padding: 5px;
        }
/* ============================= End Order Details Style ==================================== */
/* ================================= Start Order List page Style ============================== */
.odbooking-events ul.ordertag-list {
    padding: 0;
    margin: 0;
}

    .odbooking-events ul.ordertag-list li {
        border: 1px solid #ccc;
        margin-top: 10px;
        padding: 0px 5px;
        color: #000;
    }

ul.ordertag-list li a {
    cursor: pointer;
}
    /*ul.ordertag-list li a:first-child {
            color: #007bff;
        }*/
    ul.ordertag-list li a:last-child {
        margin-left: 10px;
    }

.od-btnalign {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.odbooking-btn button {
    font-size: 13px;
}

@media(min-width:1200px) and (max-width:1450px) {
    .od-btnalign button {
        font-size: 13px !important;
        padding: 5px 5px;
        margin-bottom: 10px;
    }
}

.cr-panel h4 {
    color: #000;
    font-size: 1rem;
    font-weight: normal;
}

.cr-buttons {
    padding: 0
}
    /*.cr-buttons > *{
        margin:0;
    }*/
    .cr-buttons .btn {
        display: inline-block;
        width: 49%;
        border-radius: 0;
        padding: 0.8rem 0;
    }

    .cr-buttons .btn-secondary {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

a.btn.rf-secondary-button {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
/* ================================= End Order List Page Style ================================= */
/* ============================= Start Manage Booking Style ================================= */
/* The actual timeline (the vertical ruler) */
.timeline-conversation {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline-conversation::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #000;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

/* Container around content */
.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .timeline-container::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: -13px;
        background-color: white;
        border: 4px solid #FF9F55;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #534c4c;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #dbdbdb;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #534c4c;
    border-width: 10px 10px 10px 0;
    border-color: transparent #dbdbdb transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -12px;
}

/* The actual content */
.timeline-content {
    padding: 20px 30px;
    background-color: #efefef;
    position: relative;
    border-radius: 6px;
    border: 1px solid #ccc;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .timeline-container::before {
            left: 60px;
            border: medium solid #000;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

.mbdrop-action .dropdown-menu {
    background-color: #f3f3f3;
    padding: 0;
    border: 1px solid #ccc;
}

    .mbdrop-action .dropdown-menu a {
        font-size: 14px;
        border-bottom: 1px solid #ccc;
    }

        .mbdrop-action .dropdown-menu a i {
            margin-right: 5px;
            display: inline-block;
            width: 20px;
            font-size: 14px;
        }
/* ============================= End Manage Booking Style ================================= */
/* ============================= Start Cupon code style ==================================== */
/*#tags {
            float: left;
            border: 1px solid #ccc;
            padding: 5px;
            font-family: Arial;
        }*/

#tags > span {
    cursor: pointer;
    display: block;
    float: left;
    color: #000;
    background: #f6f6f6;
    padding: 5px;
    padding-right: 10px;
    margin: 0 10px 10px 0;
    border: 1px solid #b4b4b4;
    font-size: 15px;
    padding-left: 23px;
    border-radius: 7px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding-top: 15px
}

    #tags > span > img {
        margin-right: 10px;
    }

    #tags > span span.actionicon-align {
        margin-left: 10px;
        position: absolute;
        right: 9px;
        top: 6px;
    }
    /*#tags > span:first-child {
        display: none;
    }*/
    #tags > span:empty {
        display: none
    }

    #tags > span:hover {
        opacity: 0.7;
    }

    #tags > span:after {
        position: absolute;
        content: "\f00d";
        margin-left: -16px;
        font-size: 14px;
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        margin-top: 2px;
    }

/*#tags > input {
                background: #eee;
                border: 0;
                margin: 4px;
                padding: 7px;
                width: auto;
            }*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/* ============================= End Cupon code style ==================================== */
/* ============================= Start Media Print Style ====================================== */
@media print {
    .noprint {
        display: none !important;
    }
}

/* ============================= End Media Print Style ====================================== */
/* ============================= Start Report Style ========================================== */
.custom-rptlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .custom-rptlist li {
        line-height: 35px;
    }

        .custom-rptlist li a i {
            margin-right: 10px;
        }

/* ============================= End Report Style ========================================== */
/* ============================= Start Confirmation Style ========================================== */
.confir-cuslist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .confir-cuslist li {
        margin-right: 15px;
    }

.confir-cuslist1 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .confir-cuslist1 li {
        margin-right: 5px;
    }

        .confir-cuslist1 li:first-child {
            width: 14%;
        }

        .confir-cuslist1 li:nth-child(2), .confir-cuslist1 li:nth-child(3) {
            width: 26%;
        }

        .confir-cuslist1 li:nth-child(4) {
            width: 28%;
        }
/*.confir-cuslist1 li:nth-child(5) {
            width: 122px;
        }*/
.change-btn {
    display: flex;
    /*justify-content:flex-end;*/
    /*align-items:center;*/
}

.confir-change {
    /*text-align:right;*/
}

.time-style label {
    font-size: 16px;
}

.confirmation-events {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}

    .confirmation-events:last-child {
        border: none;
        margin-bottom: 0;
    }

.bookingsection-align {
    display: flex;
    flex-wrap: wrap;
}

.frm-list-question {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
}

    .frm-list-question li {
        margin-right: 1rem;
    }

        .frm-list-question li .form-group {
            display: flex;
            align-items: center;
        }

            .frm-list-question li .form-group label {
                margin-right: 1rem;
            }

            .frm-list-question li .form-group .form-control {
                /*width:auto*/
                max-width: 150px;
            }

.guest-inner-panel {
    padding: 0 2rem;
    margin-top: 1rem
}

    .guest-inner-panel .guset-questions {
        display: flex;
        flex-wrap: wrap;
    }

        .guest-inner-panel .guset-questions .guest-quest-ans .form-group {
            display: flex;
            align-items: center
        }

            .guest-inner-panel .guset-questions .guest-quest-ans .form-group label {
                margin-right: 1rem;
                min-width: 120px;
            }

            .guest-inner-panel .guset-questions .guest-quest-ans .form-group .form-control {
                min-width: 200px;
            }

@media (min-width:320px) and (max-width:575px) {
    .confir-change {
        text-align: center;
        margin-bottom: 10px;
    }

    .confir-cuslist1 li:first-child {
        width: 100%;
    }

    .confir-cuslist1 li:nth-child(2), .confir-cuslist1 li:nth-child(3) {
        width: 100%;
    }

    .confir-cuslist1 li:nth-child(4) {
        width: 100%;
    }

    .change-btn {
        justify-content: center;
        margin-bottom: 10px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .confir-cuslist1 li:nth-child(4) {
        width: 39%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .confir-cuslist1 li:nth-child(4) {
        width: 39%;
    }
}
/* ============================= End Confirmation Style ========================================== */
/* ============================== Start Feedback Style ============================================ */
.question-panel {
    border: 1px solid #d7eadf;
    box-shadow: 0 0 1px rgb(0 0 0 / 18%), 0 2px 4px rgb(0 0 0 / 12%);
    padding: 15px;
}

    .question-panel h4 {
        font-size: 1.2rem;
        color: #000;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 1rem;
    }

    .question-panel label span:first-child {
        display: inline-block;
        width: 25px;
        float: left;
    }

    .question-panel label span:last-child {
        display: inline-block;
        width: calc(100% - 25px);
    }

    .question-panel input[type=text], .question-panel select, .question-panel .input-group {
        margin-left: 25px;
        width: calc(100% - 25px);
    }
/* ============================== End Feedback Style ============================================== */
/* ============================== Start Gift Voucher Description Style ============================ */
.attach-link {
    margin-bottom: 5px;
}

    .attach-link span:first-child {
        margin-right: 10px;
    }

        .attach-link span:first-child i {
            font-size: 16px;
        }

    .attach-link a {
        color: #08c;
    }
/* ============================== End Gift Voucher Description Style ============================ */
/* ============================== Start Increment and Decrement Style =========================== */
.incrementdecreament-newstyle {
    display: flex;
    flex-wrap: wrap;
}

    .incrementdecreament-newstyle a {
        color: #000;
        background: #ededed;
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        border: 1px solid #ccc;
    }

    .incrementdecreament-newstyle input {
        text-align: center;
        border: 1px solid #ccc;
        font-size: 1.5rem;
        max-width: 100px;
    }
/* ============================== End Increment and Decrement Style =========================== */
/* ================================ Start Reservation Style ================================= */
.reservation-panel {
    border: 1px solid #d7eadf;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.12);
    padding: 1rem 1.2rem;
    margin-bottom: 1rem;
}

    .reservation-panel h4 {
        font-size: 18px;
        color: #ed842b;
        margin-bottom: 1rem;
    }

    .reservation-panel h6.groupheader {
        font-size: 16px;
        color: #ed842b !important;
        font-weight: normal;
    }

.reservation-addons {
    padding: 0;
}

    .reservation-addons .reservation-addons-amount {
        display: flex;
        flex-wrap: wrap;
    }

        .reservation-addons .reservation-addons-amount .list-group-horizontal {
            flex-wrap: wrap;
        }



            .reservation-addons .reservation-addons-amount .list-group-horizontal .list-group-item {
                margin-right: 9px !important;
                cursor: pointer;
                padding: 0;
                min-width: 40px;
                padding: 2px 5px;
                font-size: 13px;
                margin-bottom: 5px;
                height: calc(1.5em + 0.75rem + 2px);
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .reservation-addons .reservation-addons-amount .list-group-horizontal .input-group {
                margin: 0;
            }

            .reservation-addons .reservation-addons-amount .list-group-horizontal .has-search .form-control {
                padding-left: 15px;
                min-width: 100px;
                width: 100px;
            }

#dvaddons .under_border {
    padding-bottom: 1rem;
}

.norecord-reservation a {
    float: right;
}
/* ================================ End Reservation Style ================================= */
/* ================================ Start Shopping Cart and Payment Style ================================== */
.shopandpayment-panel {
    border: 1px solid #d7eadf;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.12);
    padding: 1rem 1.2rem;
    margin-bottom: 1rem;
}

    .shopandpayment-panel h4 {
        font-size: 18px;
        /*color: #ed842b;*/
        /*margin-bottom: 1rem;*/
    }

.shopandpayment-inner {
    border: 1px solid #d7eadf;
    padding: 0 10px;
}

    .shopandpayment-inner .event-section {
        border-bottom: 1px solid #d7eadf;
    }

    .shopandpayment-inner .bs-cinamestyle {
        width: 80%;
    }
/* ================================ End Shopping Cart and Payment Style ================================== */
/* ==============================================Start Gift cart purchase style===================================== */
.gc-header h4 {
    font-weight: normal;
    font-size: 1.3rem;
    padding: 10px 2rem;
    border-bottom: 1px solid #ccc;
    color: #616060;
}

    .gc-header h4 span {
        float: right;
        font-size: 15px;
        margin-top: 5px;
        color: #616060;
    }

.gc-body {
    margin-left: 2rem;
    margin-right: 3rem;
    padding-bottom: 2rem;
}

    .gc-body h5 {
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }

        .gc-body h5 span:first-child {
            font-size: 1.2rem;
            font-weight: bold;
            min-width: 250px;
            display: inline-block;
        }

        .gc-body h5 span:last-child {
            font-weight: normal;
            font-size: 14px;
            color: #616060;
        }

.gc-body-inner {
    margin-left: 1.5rem;
}

    .gc-body-inner h4 {
        font-weight: normal;
        font-size: 1.3rem;
        padding: 10px 0rem;
        border-bottom: 1px solid #ccc;
        color: #616060;
    }

        .gc-body-inner h4 span:not() {
            /*float: right;*/
            font-size: 16px;
            margin-top: 5px;
            color: #616060;
        }

.paurchase-date {
    display: inline-block;
    margin-left: 3rem;
}

.gc-body-subevent {
    margin-left: 1rem;
    margin-right: 1rem;
}

    .gc-body-subevent h3 {
        font-size: 18px;
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
    }

        .gc-body-subevent h3 .booking-style {
            font-size: 15px;
            margin-top: 5px;
            color: #616060;
            font-weight: normal;
        }

    .gc-body-subevent h4 {
        border-bottom: 1px solid #ccc;
        padding: 10px 0rem 10px 1rem;
        font-size: 1.3rem;
        color: #616060;
    }

        .gc-body-subevent h4 .subevent-amount {
            display: inline-block;
            float: right;
            font-size: 1.1rem;
            color: #616060;
        }

            .gc-body-subevent h4 .subevent-amount span {
                margin-left: 3rem;
                font-size: 1.1rem;
                margin-top: 0;
                color: #616060;
            }

        .gc-body-subevent h4.gc-service-fee {
            font-size: 1.1rem;
            color: #616060;
        }

.gc-body h5.gc-subtotal {
    font-size: 1.1rem;
    color: #616060;
    border: none;
    padding-right: 0;
}

.gc-subtotal span {
    float: right;
    min-width: initial !important
}

.gc-body h2 {
    margin-top: 2rem;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-size: 1.3rem;
    color: #3a3a3a;
}

    .gc-body h2 span {
        float: right;
    }

.gc-footer {
    margin-top: 4rem;
}

    .gc-footer h2 {
        font-size: 1.3rem;
        padding: 10px 2rem;
        color: #434242;
        border-bottom: 1px solid #ccc;
        margin-bottom: 1rem;
    }

    .gc-footer .gc-address {
        padding: 10px 3rem;
        font-size: 1.2rem;
        color: #616060;
        line-height: 30px;
        margin-bottom: 2rem
    }

.gc-state-bottom h4 {
    padding: 10px 1rem 1rem;
    font-size: 1rem;
    color: #616060;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: normal;
}

.gc-address-line {
    margin-top: 2rem;
    text-align: center;
    font-size: 1.1rem;
    color: #616060;
    margin-bottom: 2rem;
}

.gc-state-contact {
    font-size: 1.1rem;
    color: #616060;
    text-align: center;
    padding-bottom: 2rem;
}

    .gc-state-contact span {
        display: inline-block
    }

        .gc-state-contact span:first-child {
            margin-right: 3rem
        }
/* ==============================================End Gift cart purchase style===================================== */
/* ====================================== Start Tour page style ============================ */
.bookingtotal-list {
    list-style: none;
}

    .bookingtotal-list li h4 span:last-child {
        width: 150px;
        display: inline-block;
    }

.bookingcost-amount {
    margin-top: 10px;
    color: #a2a2a2;
}

    .bookingcost-amount span {
        color: #979696;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

.tour-cal-bottom {
    flex-wrap: wrap;
}

    .tour-cal-bottom.list-group-horizontal a.list-group-item {
        width: 100px;
        padding: 5px 2px;
        max-width: 100px;
        margin-bottom: 10px
    }
/* ====================================== End Tour page style ============================ */
/* ====================================== Start Dashboard Refund Modal Style ==================== */
.refund-bottom-btn {
    border-top: 2px solid #aca9a9;
    padding-top: 1rem;
}

.refund-md-right {
    border-left: 2px solid #aca9a9;
    padding-left: 2rem;
    padding-right: 2rem
}

    .refund-md-right .refund-guest span {
        float: right
    }

.refund-bottom-line {
    height: 2px;
    background: #d3d3d3;
    margin: 5px 0 10px;
}

.refund-evnt-titel {
    color: #979696;
    font-size: 16px;
}

#mdRefund.modal .modal-content .guest-style {
    padding-left: 0;
}
/* ====================================== End Dashboard Refund Modal Style ==================== */
/* ====================================== Start Dashboard Link Waiver Modal Style ==================== */
.lw-left-list {
    height: 300px;
    overflow-y: auto;
}

    .lw-left-list .lw-left-list-item {
        display: flex;
        /*flex-wrap: wrap;*/
        align-items: center;
        width: 100%;
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 0.5rem;
        justify-content: space-between;
        margin-bottom: 1rem
    }

        .lw-left-list .lw-left-list-item .lw-user {
            margin-right: 0.5rem;
        }

            .lw-left-list .lw-left-list-item .lw-user i {
                margin-right: 5px
            }

            .lw-left-list .lw-left-list-item .lw-user span {
                font-size: 1rem;
            }

.lw-datetime {
    text-align: right;
    margin-left: 0.5rem;
    display: flex;
}

.lw-right-pnl {
    height: 350px;
    background: #f3f3f3;
    padding: 1rem;
    width: 70%;
}

    .lw-right-pnl h3 {
        text-align: center;
        text-transform: uppercase;
    }

    .lw-right-pnl ul {
        margin-top: 1rem;
        padding: 0;
        list-style: none;
    }

        .lw-right-pnl ul li {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            padding-bottom: 5px;
            margin-bottom: 0.5rem;
        }

.lw-right-pnl-user {
    font-size: 1rem;
}

    .lw-right-pnl-user i {
        margin-right: 5px;
    }

.lw-right-pnl ul li a {
    color: #ed842b;
    cursor: pointer
}

.lw-notifi-count i {
    transform: rotate(45deg);
}

.lw-notifi-count span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #255038;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    position: relative;
}

.lw-new-title {
    font-size: 1.3rem;
    color: #ea770b;
    margin-bottom: 1.3rem;
}

.lw-participants-list {
    padding-left: 1rem;
    list-style: none
}

    .lw-participants-list li a {
        display: block;
        border: 1px solid #8d8d8d;
        padding: 0.3rem 1rem;
        font-size: 1.2rem;
        border-radius: 5px;
        margin-bottom: 0.5rem;
        cursor: pointer
    }

        .lw-participants-list li a span {
            font-size: 0.9rem;
            padding-left: 1.5rem;
            display: block
        }

    .lw-participants-list li.active a {
        border-color: #ed842b
    }


.lw-waivers-list {
    padding-left: 1rem;
    list-style: none
}

    .lw-waivers-list li a {
        display: block;
        border: 1px solid #8d8d8d;
        padding: 0.3rem 1rem;
        font-size: 1.2rem;
        margin-bottom: 0rem;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap
    }

        .lw-waivers-list li a span {
            font-size: 0.9rem;
            padding-left: 1.5rem;
            display: block
        }

    .lw-waivers-list li.active1 a {
        border-color: #c05b06
    }

    .lw-waivers-list li:first-child a {
        border-radius: 5px 5px 0 0;
    }

    .lw-waivers-list li:last-child a {
        border-radius: 0px 0px 5px 5px;
    }

    .lw-waivers-list li a .lw-waivers-details {
        width: calc(100% - 80px)
    }

    .lw-waivers-list li a .lw-waivers-date {
        font-size: 0.9rem;
        padding-top: 5px;
    }

.wl-new-scrollable {
    max-height: 400px;
    overflow-y: auto
}

.active2 a {
    border-color: #539772 !important;
}
/* ====================================== End Dashboard Waiver Waiver Modal Style ==================== */
.loader-payment {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 100000;
    background: rgba(0,27,17,.9);
    width: 100%;
    text-align: center;
}
/* BEGIN: Photos Slider Style =========================================== */
.photo-thumbnil .owl-nav {
    position: relative
}

    .photo-thumbnil .owl-nav button {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background-color: rgba(0,0,0,0.6) !important;
        font-size: 1.5rem !important;
        color: #fff !important;
        position: absolute;
        top: -5rem;
    }

    .photo-thumbnil .owl-nav .owl-prev {
        left: 0;
    }

    .photo-thumbnil .owl-nav .owl-next {
        right: 5px;
    }
/* END: Photos Slider Style =========================================== */
.select2-container--default .select2-selection--multiple {
    height: 35px;
    border-color: #ced4da !important;
}

select.manfield + .select2-container .select2-selection--single {
    border-left: 4px solid #255038;
}

select.manfield + .select2-container--default .select2-selection--multiple {
    border-left: 4px solid #255038 !important;
}

/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}*/

/*BEGIN: Make a Reservation page style ======================================= */
.product-section{
    margin-top:3rem;
    margin-bottom:1.5rem;
    align-items:center;
    justify-content:center
}
.prod-sec-title {
    text-align: center;
    font-size: 1.2rem;
    color: #888;
    margin-bottom:0rem
}
.product-section .mr-produ-panel {
    padding: 1rem;
    /*border: 1px solid #ccc;*/
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
    margin-bottom: 0rem;
    width: 100%;
    /*height: 20rem;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
        .product-section .mr-produ-panel img{
            max-height:19rem;
            max-width:100%;
        }
        .product-section .btn-book-now {
            margin-bottom: 1.5rem;
            background: #ed842b;
            text-transform: uppercase;
            color: #fff;
            border-radius: 0;
            padding: 0.5rem 1rem;
        }
        .product-section .btn-book-now:hover {
            background-color: #255038;
            color:#fff;
        }
        @media (min-width:320px) and (max-width:575px){
            .product-section{
                gap:4rem;
            }
        }
    /*END: Make a Reservation page style ======================================= */

.note {
    position: relative;
    padding: 0.25rem 1rem;
    margin-bottom: 0.5rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.note-info {
    background-color: #e6f9fb;
    color: #000;
}
.note-info ul{
    margin-bottom:0;
}
.flatpickr-weekday, .flatpickr-day {
    width:45px !important;
    height:45px !important;
}
.flatpickr-calendar, .flatpickr-innerContainer, .flatpickr-rContainer, .flatpickr-weekdays {
    width: 315px !important;
    max-width: 315px !important;
}

.event-details-panel{
    margin-top:1.5rem;
}
    .event-details-panel h4 {
        color: #484848;
        font-weight: 500;
        font-size:1rem;
    }
    .event-details-panel h5 {
        color: #484848;
        font-weight: normal;
        font-size:0.8rem;
    }
.pi-title  {
    font-size: 1.2rem;
    color: #255038;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 0.5rem;
    text-transform: uppercase;
    margin-bottom:0;
}
.event-details-panel-right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding:0.5rem;
    margin-bottom:0.5rem;
}
    .event-details-panel-right h4 {
        font-size: 1rem;
        color: #255038;
    }
.even-details-panel-right-inner{
    padding-inline:1.5rem
}
.panel-right-list{
    padding:0;
    list-style:none;
}
.panel-right-list li {
    width: 100%;
    font-size: 0.8rem;
    color: #255038;
    font-weight:500
}
    .panel-right-list li  span{
        float:right;
    }
    .panel-right-list hr {
        margin: 0.2rem 0 0.5rem;
        border-top: 1px solid #abaaaa;
    }

