﻿@charset "utf-8";
/* CSS Document */

/*============================================backtotop End============================================*/
.clr, .clear, .clearfix:before, .clearfix:after, .container:before, .container-fluid:before, .container:after, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table
}

.clr, .clear, .clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both
}
/* default settings */
/* Alert text end */
.alertext {
    color: #d9534f;
    display: block;
    font-size: 12px;
}

.alertexta {
    color: #d9534f;
    display: block;
    font-size: 13px;
    margin-top: 8px;
}

.helptext {
    color: #969696;
    font-size: 10px;
    padding: 10px 0 0 0;
    text-align: center;
    display: block;
}

    .helptext.left {
        text-align: left;
        font-size: 12px;
    }
/* Alert text end */
.green {
    color: #8bc34a;
}

.gray {
    color: #afafaf;
}
/**/
.bodyfix {
    overflow: hidden;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute
}

.ftlt {
    float: left;
}

.ftrt {
    float: right;
}

.show {
    visibility: visible;
    display: block !important
}

.hide, .hidden {
    display: none !important;
}

.otherhide {
    display: none !important;
}
/**/
.nav-tabs > li > a {
    margin-right: 5px;
}

@media (min-width: 1200px) {
    .container-max {
        width: 1600px;
    }
}

#page-content .row {
    margin-right: -10px;
    margin-left: -10px;
}

.sulekha-logo {
    height: 54px;
    margin: 0 10px 0 10px;
    width: 150px;
    float: left
}

    .sulekha-logo a {
        background: url(http://us.sulekhalive.com/common/images/default/sulekha-logo-ushome.svg) no-repeat 0 center;
        display: block;
        height: 54px;
        overflow: hidden;
        text-indent: -9999px;
        background-size: contain;
    }
/* --- ---*/
.page-title {
    font-family: Google Sans, Arial, sans-serif;
    font-size: 26px !important;
    letter-spacing: .3px;
    border: 0 none;
    font-size: 1.5em;
    font-weight: 400;
    color: #4d627b;
    margin: 0;
    padding: 0 0 10px;
}
/*progresswrp start*/
.progresswrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 10px;
    padding: 0;
    list-style: none;
    padding: 15px 0 0;
}

.progress-step {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin: 0;
    padding: 0;
    min-width: 28px;
    text-align: center;
}

    .progress-step:last-child {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .progress-step:not(:last-child)::after {
        content: '';
        display: block;
        position: absolute;
        top: 22px;
        bottom: 12px;
        right: -14px;
        width: 100%;
        height: 8px;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

.progress-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 45px;
    height: 45px;
    padding-bottom: 2px;
    color: #fff;
    font-weight: 400;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: background-color, border-color;
    transition: background-color, border-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.progress-step .progress-count {
    color: #fff;
    background-color: #b6b6b6;
}

.progresswrp .progress-step::after {
    background-color: #b6b6b6;
}

.progresswrp .progress-step.complete::after {
    background-color: #25486a;
}

.progresswrp .progress-text {
    display: block;
    padding: 14px 9.3333333333px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #777;
    line-height: 14px;
}

.progresswrp .progress-title {
    margin-top: 0;
    font-weight: 500;
    font-size: 14px;
    color: #b2b2b2;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.progress-center .progress-step:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.progress-center .progress-step::after {
    right: -50%;
}

.progress-center .progress-count {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-weight: 700;
    color: #6a6a6a
}

    .progress-center .progress-count a {
        display: block;
        color: #fff
    }

.progress-step.active .progress-count, .progress-step.complete .progress-count {
    background-color: #25486a;
    color: #3c611b;
}

.progress-step.complete .progress-title {
    color: #212121
}

.progress-tracker-text .progress-step:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
/*progresswrp end*/

/*-- --*/
.step-heading {
    font-weight: normal;
    font-size: 1.15em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #4d627b;
    letter-spacing: 0.5px;
    padding: 15px 10px;
    border-bottom: solid 1px #d9e2ea;
    display: flex;
}

    .step-heading i {
        font-size: 36px;
        color: #25476a;
        margin-right: 8px;
        opacity: 0.4;
    }

    .step-heading p {
        font-size: 12px;
        font-weight: 400;
        color: #25476a;
        opacity: 0.7;
        font-family: 'Roboto', sans-serif;
        letter-spacing: normal;
        padding: 5px 0 0;
        margin: 0;
        line-height: 15px;
    }

    .step-heading .heading {
        margin: 0;
        font-size: 1.5em;
    }
/* -- -- */
.form-group {
    position: relative
}

    .form-group .customaddon {
        border: 1px solid rgba(0,0,0,0.07);
        padding: 7px 15px;
        display: inline-block;
        margin-right: 10px;
        text-align: center;
        margin-bottom: 10px;
        border-radius: 3px
    }

        .form-group .customaddon:hover {
            border-color: #25476a;
        }

    .form-group.has-error .customaddon {
        border-color: #f8877f;
    }

.frmcustom label {
    display: block
}

.loadmap {
    background: #f5f5f5;
    height: 230px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

    .loadmap i {
        font-size: 100px;
        margin: 0 auto;
        color: #ccc
    }

.form-group .customaddon .magic-radio:checked + label {
    color: #25476a;
}


.form-group .count {
    position: absolute;
    width: 28px;
    height: 28px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin-right: 3px;
    right: 0;
    top: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 27px;
    color: #525f78;
    font-style: normal;
}

    .form-group .count i {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

.form-group .helptext {
    display: block;
    text-align: left;
    font-size: 12px;
}

    .form-group .helptext a {
        color: #009fff;
        display: inline-block;
        padding-right: 10px;
    }

        .form-group .helptext a:hover {
            text-decoration: underline
        }

.form-group .custombtnwrp {
}

    .form-group .custombtnwrp ul {
        display: flex;
        align-items: center;
        padding: 0;
    }

        .form-group .custombtnwrp ul li {
            border: 1px solid rgba(0,0,0,0.07);
            display: flex;
            min-width: 100px;
            margin-right: 10px;
            text-align: center;
            border-radius: 500rem;
            padding: 3px;
            height: 33px;
        }

            .form-group .custombtnwrp ul li.has-error {
                border-color: #f8877f;
                color: #f55a4e;
            }

                .form-group .custombtnwrp ul li.has-error b {
                    background: #f8877f !important
                }

            .form-group .custombtnwrp ul li.active {
                background: #ecefff;
                border: solid 1px #4065fb
            }

                .form-group .custombtnwrp ul li.active a {
                    color: #4065fb;
                }

            .form-group .custombtnwrp ul li a {
                color: #666;
                display: block;
            }

            .form-group .custombtnwrp ul li b {
                width: 25px;
                height: 25px;
                background: #ccc;
                display: inline-block;
                line-height: 23px;
                border-radius: 50%;
                margin-right: 3px;
            }

            .form-group .custombtnwrp ul li span {
                padding-left: 5px;
                padding-right: 10px;
                display: inline-block
            }

            .form-group .custombtnwrp ul li a b i {
                color: #fff
            }

            .form-group .custombtnwrp ul li b.facebook {
                background: #3a559e
            }

            .form-group .custombtnwrp ul li b.instagram {
                background: #f1486c
            }

            .form-group .custombtnwrp ul li b.youtube {
                background: #cd201f
            }

            .form-group .custombtnwrp ul li b.zoom {
                background: #6194ce
            }

            .form-group .custombtnwrp ul li b.sulekha {
                background: url("../images/default/sulekha-icon.png")0 0 no-repeat;
                background-size: 100%;
                border-radius: 0;
                float: left
            }

            .form-group .custombtnwrp ul li b.twitch {
                background-color: #953ca4
            }

            .form-group .custombtnwrp ul li b.others {
                background-color: #294f75
            }

.autocomplete {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 100%;
    max-height: 250px;
    overflow-x: hidden;
    min-height: 100px;
}

    .autocomplete ul {
        padding: 0;
    }

        .autocomplete ul li {
            padding: 2px 7px;
            list-style-type: none;
            font-size: 12px;
        }

            .autocomplete ul li a {
                display: block;
                padding: 7px 10px;
                clear: both;
                font-weight: 400;
                line-height: 1.42857143;
                color: #333;
                white-space: nowrap;
                border-radius: 3px;
                cursor: pointer;
            }

            .autocomplete ul li.active a, .autocomplete ul li:hover a {
                background-color: #25476a;
                color: #fff;
            }
/**/
.dropzone .dz-icon {
    font-size: 5em;
}

.dropzone-a .dropzone {
    min-height: 324px;
}

.dropzone-a .helper {
    font-size: 11px;
    line-height: 22px;
    display: block;
    color: #999;
    margin: 5px 0 0;
}

    .dropzone-a .helper span {
        color: #333;
    }

    .dropzone-a .helper em {
        color: #ac1a25;
    }

.ex-img {
    background-color: #000;
    border-radius: 5px;
}

    .ex-img .ex-text {
        padding: 5px 10px;
        color: #fff
    }

    .ex-img img {
        opacity: 0.5;
        border-radius: 5px;
    }

    .ex-img:hover img {
        opacity: 9
    }
/**/
.bootstrap-timepicker-widget {
    z-index: 99999;
}
/**/
.tktsetting .table th {
    text-align: center;
    font-weight: 500
}

.tktsetting .table td {
    font-size: 14px;
}

.tktsetting .table td {
    color: #212121
}

    .tktsetting .table td.ctapart .fa {
        color: #7a878e;
    }

        .tktsetting .table td.ctapart .fa.text-success {
            color: #79af3a;
        }

        .tktsetting .table td.ctapart .fa.text-danger {
            color: #f22314;
        }

.form-header {
    border-bottom: solid 1px #ddd;
    padding: 15px;
    position: relative;
}
/**/
.input-group-addon.facebook {
    background: #3a559e;
    color: #fff
}

.input-group-addon.twitter {
    background: #1ca1f2;
    color: #fff
}

.input-group-addon.instagram {
    background: #f1486c;
    color: #fff
}

.input-group-addon.youtube {
    background: #cd201f;
    color: #fff
}
/**/
.has-error label {
    color: #f8877f;
}

.has-error .bootstrap-select .dropdown-toggle {
    border-color: #f8877f !important;
}

.has-error .chosen-container {
    border: solid 1px #f8877f !important;
}
/**/
.faqwarp {
}

    .faqwarp .faq-ft {
        background-color: #eee;
        color: #7a878e;
        border-color: rgba(0,0,0,0.02);
        padding: 10px;
    }

    .faqwarp .faqaction {
        margin-top: 25px;
    }
/**/
.rsvpform {
    background-color: #dbe3ec;
}

    .rsvpform .nav-tabs > li > a {
        border-top: solid 3px ##dbe3ec;
        !important
    }

    .rsvpform .nav-tabs > li.active > a {
        border-top: solid 3px #294f75 !important
    }
/**/
.artistauto {
    top: 32px
}

.artistags {
    margin: 5px 0 0
}

    .artistags ul {
        margin: 0;
        padding: 0;
    }

        .artistags ul li {
            list-style-type: none;
            margin: 5px 10px 0;
            float: left
        }

            .artistags ul li figure {
                background: #fff;
                border: solid 3px #fff;
                border-radius: 50%;
                box-shadow: 0 1px 6px rgba(32, 33, 36, .28);
                -moz-box-shadow: 0 1px 6px rgba(32, 33, 36, .28);
                -webkit-box-shadow: 0 1px 6px rgba(32, 33, 36, .28);
                margin: 0 auto;
                width: 70px;
                height: 70px;
                margin-bottom: 8px;
            }

            .artistags ul li span {
                background-color: #25476a;
                color: #fff;
                border: 0;
                border-radius: 2px;
                box-shadow: none;
                line-height: 16px;
                position: relative;
                margin: 3px 0;
                padding: 3px 20px 3px 5px;
                max-width: 100%;
                position: relative;
                display: block;
            }

                .artistags ul li span a {
                    display: block;
                    height: 1.5em;
                    transform: rotate(45deg);
                    width: 1em;
                    color: #fff;
                    font-size: inherit;
                    top: 2px;
                    position: absolute;
                    right: 3px;
                    cursor: pointer;
                }

                    .artistags ul li span a:after, .artistags ul li span a:before {
                        box-shadow: 0 0 0 1px inset;
                        content: "";
                        left: 50%;
                        position: absolute;
                        top: 50%;
                        transform: translate(-50%,-50%);
                    }

                    .artistags ul li span a:before {
                        height: 2px;
                        width: .8em;
                    }

                    .artistags ul li span a:after {
                        height: .8em;
                        width: 2px;
                    }
/**/
.eventstypes, .recurringevents {
    padding: 10px;
    background: #dbe3ec;
    border-radius: 3px;
}

.recurringevents {
    margin-bottom: 0
}

    .recurringevents.tab-stacked-left .tab-content {
        overflow: visible
    }
/**/
.widget-hd {
    height: 65px;
}

    .widget-hd a {
        line-height: normal;
        display: flex;
        align-items: center;
        padding-bottom: 3px;
    }

    .widget-hd span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        max-width: 70%;
        margin-right: 5px;
    }

    .widget-hd em {
        font-size: 11px;
        color: #0060ff;
        font-style: normal;
        font-weight: 400
    }

    .widget-hd:hover em {
        text-decoration: underline
    }

    .widget-hd .datewrp {
        font-size: 13px;
        font-weight: 500;
        color: #4d627b;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        max-width: 100%;
        margin-right: 5px;
    }

        .widget-hd .datewrp span {
            color: #fb0544;
            display: inline;
        }

        .widget-hd .datewrp b {
            color: #666;
            font-weight: 400
        }

        .widget-hd .datewrp strong {
            color: #666;
            font-weight: 400;
            margin-left: 3px;
            color: #666
        }

            .widget-hd .datewrp strong i {
                margin-right: 3px;
            }

        .widget-hd .datewrp.orgwrp {
            font-size: 13px;
            padding-bottom: 5px;
            font-weight: 500;
            color: #4d627b;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: inline-block;
            max-width: 100%;
            margin-right: 5px;
        }

.widget-bd {
    padding-top: 5px;
}

    .widget-bd figure {
        margin-right: 10px;
    }

    .widget-bd .widget-detls {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .widget-bd .widget-detls span {
            display: inline-block;
            text-align: center;
            position: relative
        }

            .widget-bd .widget-detls span em, .widget-bd .widget-detls span b {
                display: block;
                font-style: normal
            }

            .widget-bd .widget-detls span.ticket:after {
                content: "";
                display: block;
                height: 3px;
                width: 50%;
                top: auto;
                right: 0;
                bottom: -5px;
                left: 0;
                position: absolute;
            }

            .widget-bd .widget-detls span.ticket:before {
                background-color: #e6e6e6;
                content: "";
                display: block;
                height: 3px;
                width: 100%;
                top: auto;
                right: 0;
                bottom: -5px;
                left: 0;
                position: absolute;
            }

            .widget-bd .widget-detls span.ticket.sale:after {
                background-color: #7dbb33;
                width: 50%;
            }

            .widget-bd .widget-detls span.ticket.fast:after {
                background-color: #ff4242;
                width: 75%;
            }

            .widget-bd .widget-detls span.ticket.sold:after {
                background-color: #000;
                width: 100%;
            }

            .widget-bd .widget-detls span b {
                font-size: 1.2em;
                color: #4d627b;
                padding-top: 5px;
            }

            .widget-bd .widget-detls span small {
                display: -ms-flexbox;
                display: flex;
            }

                .widget-bd .widget-detls span small b {
                    font-weight: 400;
                    font-size: 12px;
                    color: #000;
                }

                    .widget-bd .widget-detls span small b.mr-auto {
                        margin-right: auto;
                    }

.widget-ft {
    border-top: dotted 1px #c3c3c3;
    padding: 10px 0 0
}

    .widget-ft a.btn {
        font-weight: 400;
        font-size: 12px;
    }

    .widget-ft .text-success:hover {
        background-color: #92c755 !important;
        color: #fff !important
    }

    .widget-ft .text-info:hover {
        background-color: #0ab1fc !important;
        color: #fff !important
    }

    .widget-ft .text-warning:hover {
        background-color: #ffb80f !important;
        color: #fff !important
    }

    .widget-ft .text-danger:hover {
        background-color: #f44336 !important;
        color: #fff !important
    }
/**/
.upload-loading {
    background: rgba(255,255,255,0.7) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 97%;
    z-index: 2;
    margin: 10px;
    text-align: center;
    padding: 71px 0;
    height: 90%
}

.transloadedbig {
    background: url(/common/images/other/transloadedbig.gif) 0 0 no-repeat;
    height: 66px;
    width: 66px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
/**/
.videobgwrp {
    padding: 10px;
    background: #dbe3ec;
    border-radius: 3px;
    margin: 10px 0
}

.peviewarp {
    margin: 10px 0;
    background: #fff;
    border-radius: 3px;
}

    .peviewarp .close {
        text-align: right;
        margin: 10px;
        display: block
    }

    .peviewarp figure {
        padding: 0 10px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%
    }

        .peviewarp figure i {
            position: absolute;
            font-size: 52px;
            color: #f00;
        }

        .peviewarp figure img {
            width: 100%
        }

    .peviewarp p {
        font-weight: 700;
        color: #4d627b;
        padding: 0 10px 10px
    }

/**/
.cropwrp {
    text-align: center
}

    .cropwrp p {
        padding: 0 0 10px 0;
        font-size: 11px;
        line-height: 22px;
        display: block;
        color: #999;
        text-align: left;
        margin: 0
    }

        .cropwrp p span {
            color: #212121
        }

        .cropwrp p em {
            color: #ac1a25;
        }

    .cropwrp .btn-group {
        padding-top: 20px;
    }

.filterwrp {
    padding: 0 10px 15px
}
/**/
.customtable .table {
    border-spacing: 1px;
    border-collapse: inherit;
}

    .customtable .table, .customtable .table th {
        text-align: center
    }

        .customtable .table th {
            border-top: 1px solid rgba(0,0,0,0.07) !important;
            background: #dbe3ec;
        }

        .customtable .table tr {
            border-radius: 3px;
        }

            .customtable .table tr.totalbg {
                background: #e9d3ec;
            }

        .customtable .table td, .customtable .table th {
            border-right: solid 1px #ddd;
            position: relative;
            vertical-align: middle
        }

        .customtable .table .bilername {
            display: block;
            font-weight: 700;
            color: #4d627b;
            font-size: 11px;
        }

        .customtable .table .customtr td {
            padding: 8px 0 0
        }

        .customtable .table .customtr .bilername {
            margin-bottom: 5px
        }

        .customtable .table .bilerblock {
            display: block;
            background: #efefef;
            border-bottom: solid 1px #fff;
            padding: 3px 0
        }

            .customtable .table .bilerblock i {
                color: #b5babf;
            }

.customtable .pagination {
    margin: 0
}

.customtable .customtitle {
    font-weight: 600;
    background-color: #25476a;
    text-align: left;
    color: #fff
}

    .customtable .customtitle a {
        color: #fff;
    }

        .customtable .customtitle a i {
            margin-right: 5px
        }

.customtable .nano {
    height: 50px;
}

.alertbordr .table, .alertbordr .table th, .alertbordr .table tr, .alertbordr .table td {
    border: solid 1px #f0685e !important
}
/**/
.customtablea .table {
    border-spacing: 1px;
    border-collapse: inherit;
}

    .customtablea .table, .customtablea .table th {
        text-align: left
    }

        .customtablea .table th {
            border-top: 1px solid rgba(0,0,0,0.07) !important;
            width: 200px;
        }

        .customtablea .table td, .customtablea .table th {
            border-right: solid 1px #ddd;
            position: relative
        }
/**/
.mycontacts .table, .mycontacts .table th {
    text-align: left;
}

    .mycontacts .table th, .mycontacts .table td {
        width: 50%
    }

    .mycontacts .table .checkbox {
        margin: 0
    }

.mycontacts {
    max-height: 340px;
    overflow: auto;
}

.gustlistwrp {
}

    .gustlistwrp .gustlistbd {
        max-height: 374px;
        overflow: auto;
        padding: 10px;
        background: #dbe3ec;
        border-radius: 3px;
    }

        .gustlistwrp .gustlistbd .table, .gustlistwrp .gustlistbd .table th {
            text-align: left;
        }

        .gustlistwrp .gustlistbd th, .gustlistwrp .gustlistbd td {
            width: 33%
        }

    .gustlistwrp .table {
        background: #fff
    }

.gustlistft {
    background: #ecf0f5;
    padding: 5px;
}

.mycontactscta {
    background: #ecf0f5;
    padding: 10px;
}
/**/
.inviteoptin .input-group-addon {
    background: #fff
}

    .inviteoptin .input-group-addon i {
        font-size: 18px;
    }

        .inviteoptin .input-group-addon i.fa-check-circle-o {
            color: #45a91f
        }

        .inviteoptin .input-group-addon i.fa-question-circle-o {
            color: #ff9900
        }

        .inviteoptin .input-group-addon i.fa-times-circle-o {
            color: #ff1500
        }
/**/

.customtablefilter .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%
}

.customtable a.fa {
    font-size: 15px;
}

.customtable .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%
}

.customtable .editbtn {
    position: absolute;
    top: 0;
    right: 0
}

.customlink .mar5b {
    margin-bottom: 5px;
}

.customlink .text-success {
    color: #79af3a
}

.customlink .text-info {
    color: #0391d1
}

.customlink .text-warning {
    color: #db9a00
}

.customlink .text-purple {
    color: #b052c0
}
/**/
.promowrp {
    background: #dbe3ec;
    padding: 10px;
}

    .promowrp .promofild {
        background: #fff;
        padding: 10px;
    }
/**/
.paymentwrp {
    background: #dbe3ec;
    padding: 15px;
    border: solid 3px #fff;
    border-radius: 3px;
}

    .paymentwrp .payment {
        background: #fff;
        padding: 10px;
        border-radius: 3px;
    }

        .paymentwrp .payment .input-group label {
            display: block
        }
/**/
.tab-base .nav-tabs > li:not(.active) > a.btn {
    background-color: #f1709c;
    border-color: #f06292 !important;
    color: #fff;
}

.emailer-view table.herotable {
}

    .emailer-view table.herotable a {
        color: #0167ff;
    }

        .emailer-view table.herotable a.btn {
            color: #fff
        }

.emailer-view table.secherotable {
    background-color: #fff;
}

.emailer-view table.ordrtable {
    background-color: #f7f7f7
}

.emailer-testview {
    padding: 15px;
}

.emailer-testviewform label {
    width: 10%;
    display: inline-block;
    font-weight: bold;
}

.emailer-testviewform input {
    width: 40%;
    padding: 5px 0;
    margin-right: 10px;
}
/**/
.success {
    text-align: center;
    color: #08a182;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    display: block;
    font-family: "Google Sans", Arial, sans-serif;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}

    .success i {
        font-size: 56px;
    }

.pad-hor .fa {
    font-size: 3em;
    line-height: 1em;
}
/**/
.filterwarp {
    background: #ecf0f5;
    border-radius: 3px
}

    .filterwarp .filterhd {
        border-bottom: solid 1px #d2dce8;
        padding: 10px;
        font-size: 18px !important;
    }

    .filterwarp .filterbd {
        border-top: solid 1px #fff;
        padding: 10px;
    }

        .filterwarp .filterbd .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
            width: 100%
        }

    .filterwarp .filterft {
        background: #e2e8f0;
        padding: 10px;
    }

        .filterwarp .filterft .form-group {
            margin: 0
        }

            .filterwarp .filterft .form-group .radio {
                display: inline-block;
                margin: 0
            }

            .filterwarp .filterft .form-group label {
                margin-right: 15px;
            }

            .filterwarp .filterft .form-group .magic-radio + label:before {
                background: #fff
            }
/**/
.selectboxfull {
}

    .selectboxfull label {
        display: block
    }

    .selectboxfull .select, .selectboxfull .select select {
        width: 100%
    }

        .selectboxfull .select select {
            padding: 6px 2.5em 7px 10px;
        }
/**/
.buywrap {
    box-shadow: 0 1px 6px rgba(32, 33, 36, .28);
    -moz-box-shadow: 0 1px 6px rgba(32, 33, 36, .28);
    -webkit-box-shadow: 0 1px 6px rgba(32, 33, 36, .28);
    position: relative
}

.buyerlistwarp {
    margin: 15px 0 0;
    display: -ms-flexbox;
    display: flex;
}

    .buyerlistwarp .buyerlistcol {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 1px;
        text-align: center;
        border: 1px solid rgba(0,0,0,0.09)
    }

        .buyerlistwarp .buyerlistcol:last-child {
            margin-right: 0;
        }

        .buyerlistwarp .buyerlistcol .buyerlistcolhd {
            background: #dbe3ec;
            margin: 1px;
            color: #4d627b;
            font-size: 1.05em;
            font-weight: 600;
            padding: 10px;
        }

        .buyerlistwarp .buyerlistcol .buyerlistcolbd {
            padding: 10px;
        }

            .buyerlistwarp .buyerlistcol .buyerlistcolbd small {
                display: block;
                font-size: 13px;
                color: #7a878e
            }

                .buyerlistwarp .buyerlistcol .buyerlistcolbd small em {
                    font-style: normal;
                    color: #274769;
                    margin-left: 3px;
                    font-weight: 500
                }

                    .buyerlistwarp .buyerlistcol .buyerlistcolbd small em i {
                        margin-right: 3px;
                    }

            .buyerlistwarp .buyerlistcol .buyerlistcolbd .levels {
                display: block
            }

            .buyerlistwarp .buyerlistcol .buyerlistcolbd.buyamount {
                padding: 0
            }

                .buyerlistwarp .buyerlistcol .buyerlistcolbd.buyamount .totalwrp {
                    padding: 10px
                }

            .buyerlistwarp .buyerlistcol .buyerlistcolbd .totalbg {
                background: #e9d3ec;
                padding: 5px;
                color: #953ca4;
                font-weight: 700
            }

                .buyerlistwarp .buyerlistcol .buyerlistcolbd .totalbg em {
                    color: #953ca4;
                    font-weight: 700
                }

.buyerlistcolft {
    border: 1px solid rgba(0,0,0,0.09);
    margin-top: 1px;
    padding: 10px 0;
}

    .buyerlistcolft ul {
        padding: 0;
        margin: 0;
    }

        .buyerlistcolft ul li {
            list-style-type: none;
            float: left;
            line-height: 25px;
            padding: 0 0 0 15px;
        }

            .buyerlistcolft ul li:before {
                border-left: solid 1px #ddd;
                content: "";
                padding-right: 15px;
            }

            .buyerlistcolft ul li:first-child {
                padding-left: 0;
            }

                .buyerlistcolft ul li:first-child:before {
                    border-left: 0
                }

            .buyerlistcolft ul li b {
                font-weight: 600
            }

            .buyerlistcolft ul li a, .buyerlistcolft ul li a:hover i {
                color: #6a7281
            }

                .buyerlistcolft ul li a:hover {
                    color: #009fff
                }

            .buyerlistcolft ul li i {
                margin-right: 3px;
                text-align: center
            }
/**/
.orgcontrol {
    background: #f5f5f5;
    margin-top: 15px;
}

    .orgcontrol .widget-detls {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px;
    }

        .orgcontrol .widget-detls span {
            display: inline-block;
            text-align: center;
            position: relative;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            margin-right: 1px;
        }

            .orgcontrol .widget-detls span em {
                display: block;
                font-style: normal;
                padding-bottom: 5px;
            }

            .orgcontrol .widget-detls span b {
                font-size: 13px;
                color: #4d627b;
                padding: 5px;
                font-weight: 500;
            }

                .orgcontrol .widget-detls span b a {
                    color: #0060ff;
                    text-decoration: underline
                }
/**/
.accesssetting {
    background: #dbe3ec;
    padding: 15px;
    border-radius: 3px;
}

    .accesssetting .table {
        background: #fff
    }

        .accesssetting .table tr th {
            text-align: center
        }
/**/
.thankuwrp {
    padding: 15px;
    text-align: center;
    color: #fff
}

    .thankuwrp i {
        font-size: 70px;
    }

    .thankuwrp h2 {
        color: #fff;
    }

    .thankuwrp p a {
        text-decoration: underline;
        color: #ff0
    }

    .thankuwrp p {
        font-size: 16px;
        font-weight: 400
    }

        .thankuwrp p a {
            border-radius: 17px;
            padding: 2px 15px;
            margin: 0 5px;
            text-decoration: none
        }
/**/
.tktsdetailswrp .tktsdetails {
    position: relative;
    display: flex
}

    .tktsdetailswrp .tktsdetails .tktsdetailslt {
        width: 83%;
        padding: 10px 15px;
        border-right: solid 1px #ddd;
        float: left;
    }

        .tktsdetailswrp .tktsdetails .tktsdetailslt.fullwidth {
            width: 100%;
            border: 0
        }

    .tktsdetailswrp .tktsdetails .tktsdetailsrt {
        width: 17%;
        float: left;
        padding: 15px 0;
        text-align: center;
        vertical-align: middle;
        align-self: center;
    }

    .tktsdetailswrp .tktsdetails .tktsdetails:after, .tktsdetailswrp .tktsdetails .tktsdetails:before {
        position: absolute;
        display: inline-block;
        content: "";
        width: 24px;
        height: 24px;
        background: #f2f2f2;
        border-radius: 24px;
        right: 23.7%;
        z-index: 1;
    }

    .tktsdetailswrp .tktsdetails .tktsdetails:before {
        top: -12px;
        -webkit-box-shadow: inset 0 -2px 0 #dfddde;
        box-shadow: inset 0 -2px 0 #dfddde;
    }

    .tktsdetailswrp .tktsdetails .tktsdetails:after {
        bottom: -12px;
        -webkit-box-shadow: inset 0 2px 0 #dfddde;
        box-shadow: inset 0 2px 0 #dfddde;
    }

    .tktsdetailswrp .tktsdetails .tktsdetailslt .tktdetal {
    }

    .tktsdetailswrp .tktsdetails .tktsdetailslt .qrcode {
        text-align: center;
        padding-top: 15px;
    }

    .tktsdetailswrp .tktsdetails .tktsdetailslt .tktdetal ul {
        padding: 0;
        margin: 0
    }

        .tktsdetailswrp .tktsdetails .tktsdetailslt .tktdetal ul li {
            font-size: 14px;
            color: #444;
            padding: 0 0 10px;
            display: block;
            position: relative
        }

            .tktsdetailswrp .tktsdetails .tktsdetailslt .tktdetal ul li i {
                color: #929292;
                margin-right: 5px;
                font-size: 14px;
            }

    .tktsdetailswrp .tktsdetails .tktsdetailslt .tktdetal .linea {
        font-size: 20px;
        font-weight: 700;
        color: #4d627b;
    }
    /**/
    .tktsdetailswrp .tktsdetails .tktsdetailslt .tktdetal ul li .timezoneoverlay {
        position: relative
    }

        .tktsdetailswrp .tktsdetails .tktsdetailslt .tktdetal ul li .timezoneoverlay i {
            font-weight: 500;
            border: solid 1px #eee;
            width: 20px;
            height: 20px;
            background: #eee;
            border-radius: 50px;
            display: inline-block;
            font-size: 12px;
            text-align: center;
            line-height: 20px;
            cursor: pointer;
            color: #212121
        }

        .tktsdetailswrp .tktsdetails .tktsdetailslt .tktdetal ul li .timezoneoverlay:hover .timezone {
            display: block
        }

        .tktsdetailswrp .tktsdetails .tktsdetailslt .tktdetal ul li .timezoneoverlay .timezone {
            position: absolute;
            bottom: 27px;
            background: #000;
            color: #fff;
            right: 0;
            border-radius: 4px;
            border: solid 1px #333;
            border-bottom: 0;
            z-index: 9;
            display: none;
            width: 220px;
        }

            .tktsdetailswrp .tktsdetails .tktsdetailslt .tktdetal ul li .timezoneoverlay .timezone ul {
                padding: 5px 0
            }

                .tktsdetailswrp .tktsdetails .tktsdetailslt .tktdetal ul li .timezoneoverlay .timezone ul li {
                    padding: 5px 10px;
                    display: block;
                    color: #fff;
                    font-weight: 400
                }

            .tktsdetailswrp .tktsdetails .tktsdetailslt .tktdetal ul li .timezoneoverlay .timezone:after {
                position: absolute;
                bottom: -6px;
                right: 10px;
                display: inline-block;
                border-right: 6px solid transparent;
                border-top: 6px solid #000;
                border-left: 6px solid transparent;
                content: '';
            }

    .tktsdetailswrp .tktsdetails .qrcode {
    }

        .tktsdetailswrp .tktsdetails .qrcode figure {
            text-align: center
        }

        .tktsdetailswrp .tktsdetails .qrcode figcaption {
            padding: 5px 0 10px
        }

            .tktsdetailswrp .tktsdetails .qrcode figcaption span {
                color: #444;
                display: block
            }

            .tktsdetailswrp .tktsdetails .qrcode figcaption p {
                color: #333;
                font-weight: 500;
                padding: 0
            }
/**/
.tktswrap {
    border-top: dotted 1px #c3c3c3;
    padding: 15px;
}

    .tktswrap .tktsitem {
        background: #e6e7ec;
        padding: 10px;
        margin: 0 0 10px;
        border-radius: 3px;
    }

        .tktswrap .tktsitem .tktsitemtitle {
            font-size: 22px;
            font-weight: 500;
            color: #4d627b;
            border-bottom: solid 1px #d8dae0;
            padding-bottom: 10px;
            text-align: center
        }

        .tktswrap .tktsitem .tkts-detls {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            border-top: solid 1px #f9f6f6;
            padding-top: 10px;
        }

            .tktswrap .tktsitem .tkts-detls span {
                display: inline-block;
                text-align: center;
                position: relative;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto;
                margin-right: 1px;
            }

                .tktswrap .tktsitem .tkts-detls span em {
                    display: block;
                    font-style: normal;
                    padding-bottom: 5px;
                }

                .tktswrap .tktsitem .tkts-detls span b {
                    font-size: 13px;
                    color: #4d627b;
                    padding: 5px;
                    font-weight: 500;
                }

                    .tktswrap .tktsitem .tkts-detls span b.price {
                        font-family: "Google Sans", Arial, sans-serif;
                        color: #08a182;
                        font-weight: 700;
                        font-size: 18px;
                    }
/**/
.tktshare {
}

    .tktshare ul {
        list-style-type: none;
        margin: 0;
        padding: 0
    }

        .tktshare ul li {
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            .tktshare ul li a i {
                margin-right: 5px;
            }

            .tktshare ul li a.facebook {
                border-color: #3e65b4;
                color: #3e65b4;
            }

            .tktshare ul li a.google {
                border-color: #db4d37;
                color: #db4d37;
            }

            .tktshare ul li a.twitter {
                border-color: #57a2d9;
                color: #57a2d9;
            }

            .tktshare ul li a.whatsapp {
                border-color: #2ab200;
                color: #2ab200;
            }

            .tktshare ul li a.mobile {
                border-color: #75b6b9;
                color: #75b6b9;
            }

            .tktshare ul li a:hover {
                color: #fff
            }

            .tktshare ul li a.facebook:hover {
                background-color: #3e65b4;
            }

            .tktshare ul li a.google:hover {
                background-color: #db4d37;
            }

            .tktshare ul li a.twitter:hover {
                background-color: #57a2d9;
            }

            .tktshare ul li a.whatsapp:hover {
                background-color: #2ab200;
            }

            .tktshare ul li a.mobile:hover {
                background-color: #75b6b9;
            }
/**/
.orgdetailswrp {
}

    .orgdetailswrp .widget-header {
        padding: 15px 15px 50px 15px;
        min-height: 106px;
    }

    .orgdetailswrp .widget-body {
        padding: 40px 15px 15px;
    }

    .orgdetailswrp .orgdetails {
    }

        .orgdetailswrp .orgdetails ul {
            padding: 0;
            margin: 0
        }

            .orgdetailswrp .orgdetails ul li {
                list-style-type: none;
                border-bottom: dotted 1px #c3c3c3;
            }

                .orgdetailswrp .orgdetails ul li:hover {
                    background-color: rgba(0,0,0,0.05);
                }

                .orgdetailswrp .orgdetails ul li a {
                    display: block;
                    padding: 10px;
                }

                    .orgdetailswrp .orgdetails ul li a i {
                        margin-right: 5px;
                    }
/**/
.copy-rights {
    padding: 15px;
}

    .copy-rights b {
        color: #ADADAD;
        font-size: 12px;
        font-weight: 500
    }

    .copy-rights ol, .copy-rights ul {
        margin-left: 15px;
        padding: 0
    }

        .copy-rights ol li, .copy-rights ul li {
            color: #ADADAD;
            font-size: 11px;
            line-height: 20px;
            list-style-type: decimal
        }
/**/
.einviteviewarp {
    background: #dbe3ec;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #beccdc;
}

    .einviteviewarp .einviteviewlt {
        float: left;
        width: 38.5%
    }

        .einviteviewarp .einviteviewlt .einviteimage {
            width: 350px;
            overflow: hidden;
        }

            .einviteviewarp .einviteviewlt .einviteimage img {
                width: 100%;
                border: solid 1px #beccdc;
            }

    .einviteviewarp .einviteviewrt {
        float: left;
        padding-left: 15px;
        width: 61.5%;
    }

        .einviteviewarp .einviteviewrt b {
            color: #999;
            display: block;
            font-size: 11px;
            text-transform: uppercase;
            height: 22px;
        }

            .einviteviewarp .einviteviewrt b i {
                margin-right: 3px;
            }

        .einviteviewarp .einviteviewrt p {
            display: block;
            color: #212121
        }

        .einviteviewarp .einviteviewrt .einvitetitle {
            font-size: 25px;
            line-height: 29px;
            color: #B30000;
            padding: 10px;
            background-color: #FFF;
            border: solid 1px #beccdc;
            border-radius: 3px;
            text-align: center;
        }

.einvite-content-when, .einvite-content-where, .einvite-content-message, .einvite-content-host {
    margin: 10px 0 0 0;
    background-color: #FFF;
    border: solid 1px #beccdc;
    padding: 10px;
    border-radius: 3px;
}

.einviteviewarp .einviteviewrt .einvite-content-when {
    width: 100px;
    font-size: 12px;
    line-height: 13px;
    min-height: 126px;
}

    .einviteviewarp .einviteviewrt .einvite-content-when em {
        font-weight: 700;
        font-style: normal;
        font-size: 11px;
        display: block;
    }

    .einviteviewarp .einviteviewrt .einvite-content-when strong {
        font-size: 23px;
        font-weight: 700;
        line-height: 25px;
        display: block;
        padding: 5px 0 0 0;
    }

    .einviteviewarp .einviteviewrt .einvite-content-when p {
        text-align: center
    }

.einviteviewarp .einviteviewrt .einvite-content-where {
    width: 432px;
    min-height: 126px;
}

.einviteviewarp .einviteviewrt .einvite-content-message {
    width: 332px;
    min-height: 120px;
}

.einviteviewarp .einviteviewrt .einvite-content-host {
    width: 200px;
    min-height: 120px;
}

.einviteviewarp .einviteviewrt .ctawarp {
    padding: 10px 0 0 0;
    text-align: center;
    float: left;
    width: 100%;
}
/**/
.einvite-viewarp {
    background: #dbe3ec;
    border-radius: 3px;
    border: solid 1px #beccdc;
    background: url("../images/other/einvitebg.jpg")0 0 no-repeat;
    background-size: 100% 500px;
    padding-bottom: 45px;
}

    .einvite-viewarp .einvite-mainwarp {
        width: 85%;
        margin: 0 auto
    }

    .einvite-viewarp .einvite-viewhd {
        padding: 15px;
        background: rgba(0,0,0,.7);
        color: #fff
    }

        .einvite-viewarp .einvite-viewhd .einvite-header {
            text-align: center
        }

            .einvite-viewarp .einvite-viewhd .einvite-header img {
                width: 100%;
            }

        .einvite-viewarp .einvite-viewhd .einvite-viewbdtile {
            text-align: center;
            padding: 20px 20px 5px;
            font-family: Roboto, sans-serif;
            font-size: 22px;
            font-weight: 500;
        }

        .einvite-viewarp .einvite-viewhd .einvite-viewbddesc {
            text-align: center;
            padding: 0 20px 20px;
            font-size: 14px;
        }

    .einvite-viewarp .einvite-detailwrp {
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 0 0 6px rgba(0,0,0,.5);
        border: 1px solid #dcdcdc;
        padding: 10px 0
    }

        .einvite-viewarp .einvite-detailwrp .adreswrp {
            width: 33.33333333%;
            padding-left: 10px;
            padding-right: 10px;
            float: left;
        }

            .einvite-viewarp .einvite-detailwrp .adreswrp .adresbg {
                background: #fafafa;
                border: solid 1px #dcdcdc;
                border-radius: 4px;
                padding: 10px;
                text-align: center;
                min-height: 200px;
            }

                .einvite-viewarp .einvite-detailwrp .adreswrp .adresbg .adresicon {
                    width: 66px;
                    height: 66px;
                    display: flex;
                    background: #fff;
                    border-radius: 50%;
                    margin: 0 auto;
                    margin-bottom: 15px;
                }

                    .einvite-viewarp .einvite-detailwrp .adreswrp .adresbg .adresicon i.calendar {
                        width: 45px;
                        height: 45px;
                        background: url("../images/other/calendar.svg") 0 0 no-repeat;
                        background-size: cover;
                        margin: 0 auto;
                        display: block;
                        margin-top: 10px;
                    }

                    .einvite-viewarp .einvite-detailwrp .adreswrp .adresbg .adresicon i.user {
                        width: 45px;
                        height: 45px;
                        background: url("../images/other/user.svg") 0 0 no-repeat;
                        background-size: cover;
                        margin: 0 auto;
                        display: block;
                        margin-top: 10px;
                    }

                .einvite-viewarp .einvite-detailwrp .adreswrp .adresbg .adresdesc p {
                    padding: 0;
                    margin: 0;
                    font-weight: 500;
                    color: #7a878e;
                }

    .einvite-viewarp .einvite-action {
        text-align: center;
        padding: 15px 0
    }

.tab-base .tab-content.customtab-content {
    background: transparent;
    padding: 0;
}
/**/
.timetable {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

    .timetable .customtable {
        padding: 15px 10px
    }

        .timetable .customtable .amount {
            color: #08a182;
            font-weight: 700;
            font-size: 16px;
            font-family: "Google Sans", Arial, sans-serif;
        }
/**/
.thankuotrdetls {
    margin-left: 15px;
    padding: 0
}

    .thankuotrdetls li {
        list-style-type: circle;
        margin: 0 0 10px;
        color: #777;
        font-size: 14px;
    }

    .thankuotrdetls ol {
        padding: 0
    }

        .thankuotrdetls ol li {
            list-style-type: decimal;
            color: #333;
            padding: 3px 0;
            margin: 0;
            margin-left: 20px;
        }
/**/
.panelhd {
    padding: 15px 20px 0;
}

    .panelhd .form-group {
        float: left;
        margin-right: 15px;
        margin-bottom: 0
    }

.pollwarp {
    background: #f5f5f5;
    border: solid 1px #ddd;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 4px;
    text-align: left
}
/**/
.editdeletewrp .alradypolltitle {
    display: inline-block;
    font-size: 14px;
}
/**/
/* Header */
.zoomcustomizehdwrp {
}

    .zoomcustomizehdwrp .zoomcustomize-hd {
        background: #000;
        position: relative;
        overflow: hidden;
        border-radius: 4px;
        border: solid 1px rgba(255, 255, 255, 0.5)
    }

        .zoomcustomizehdwrp .zoomcustomize-hd img {
            filter: blur(5px);
            -webkit-filter: blur(6px);
            -moz-filter: blur(5px);
            -ms-filter: blur(5px);
            -o-filter: blur(5px);
            width: 100%;
            opacity: 0.4;
            height: 220px;
            border-radius: 4px;
        }

    .zoomcustomizehdwrp .hdeventdetailswrp {
        position: absolute;
        width: 100%;
        top: 0;
        color: #fff;
        z-index: 2;
        padding: 15px;
        border-radius: 2px;
        height: 220px;
    }

        .zoomcustomizehdwrp .hdeventdetailswrp h1 {
            font-family: 'Roboto', sans-serif;
            font-size: 26px;
            font-weight: 400;
            line-height: 34px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding-right: 35px;
            margin: 0 0 10px;
        }

            .zoomcustomizehdwrp .hdeventdetailswrp h1 a {
                color: #fff;
            }

        .zoomcustomizehdwrp .hdeventdetailswrp .detail-wrp .dates-wrp {
            background-color: rgba(242, 242, 242, 0.2);
            border: solid 1px rgba(242, 242, 242, 0.4);
            float: left;
            text-align: center;
            padding: 8px 0;
            width: 100px;
            margin: 0 15px 0 0;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .zoomcustomizehdwrp .hdeventdetailswrp .detail-wrp .dates-wrp .month {
                display: block;
                font-size: 16px;
                padding: 0 0 5px;
            }

            .zoomcustomizehdwrp .hdeventdetailswrp .detail-wrp .dates-wrp .day {
                display: block;
                font-size: 35px;
                padding: 0 0 5px;
            }

            .zoomcustomizehdwrp .hdeventdetailswrp .detail-wrp .dates-wrp .time {
                display: block;
                font-size: 16px;
                padding: 0 0 5px;
            }

        .zoomcustomizehdwrp .hdeventdetailswrp .detail-wrp ul.event-info {
            margin-top: 10px;
        }

            .zoomcustomizehdwrp .hdeventdetailswrp .detail-wrp ul.event-info li {
                padding: 7px 0;
                font-size: 14px;
                line-height: 22px;
                font-weight: 300;
                color: #fff;
                list-style-type: none
            }

                .zoomcustomizehdwrp .hdeventdetailswrp .detail-wrp ul.event-info li a {
                    color: #fff;
                }

                    .zoomcustomizehdwrp .hdeventdetailswrp .detail-wrp ul.event-info li a:hover {
                        text-decoration: underline
                    }

                .zoomcustomizehdwrp .hdeventdetailswrp .detail-wrp ul.event-info li span {
                    color: #ccc;
                    font-weight: 300;
                    font-size: 14px;
                    padding: 0 5px 0 0;
                }

                .zoomcustomizehdwrp .hdeventdetailswrp .detail-wrp ul.event-info li.artislists a {
                    border: 1px solid #aaa;
                    padding: 3px 8px;
                    border-radius: 30px;
                    margin-right: 3px;
                    cursor: pointer;
                    font-size: 11px;
                    text-decoration: none;
                    color: #fff;
                }

                    .zoomcustomizehdwrp .hdeventdetailswrp .detail-wrp ul.event-info li.artislists a:hover {
                        background: rgba(242, 242, 242, 0.2);
                    }

        .zoomcustomizehdwrp .hdeventdetailswrp .event-location {
            font-size: 16px;
            color: #ddd;
            margin: 0;
        }

            .zoomcustomizehdwrp .hdeventdetailswrp .event-location a.venuelink {
                font-size: 16px;
                font-style: normal;
                color: #fff;
                padding: 0;
            }
/**/
.modal .help-bd {
    padding: 15px;
    background: #dbe3ec;
    border-radius: 3px;
}

    .modal .help-bd ul {
        border-radius: 4px;
        margin: 0;
        padding: 0
    }

        .modal .help-bd ul li {
            border-radius: 2px;
            padding: 10px;
            background: #fff;
            margin-bottom: 1px;
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
            box-shadow: 0 1px 2px rgba(0,0,0,0.2);
            -webkit-transition: box-shadow 250ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms cubic-bezier(0.23, 1, 0.32, 1);
            -moz-transition: box-shadow 250ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 250ms cubic-bezier(0.23, 1, 0.32, 1);
            border-radius: 2px;
            border-left: solid 3px #fff;
            font-size: 13px;
            letter-spacing: 0.5px;
            list-style-type: none;
            font-weight: 500;
        }

            .modal .help-bd ul li:last-child {
                border: 0
            }

            .modal .help-bd ul li ul {
                margin-left: 25px;
                margin-top: 10px;
            }

                .modal .help-bd ul li ul li {
                    list-style-type: circle;
                    box-shadow: none;
                    background: none;
                    border-bottom: 0;
                    letter-spacing: normal;
                    padding: 0 0 8px;
                    font-weight: 400;
                }
/**/
.surveywrap {
    background: #ecf0f5;
}

    .surveywrap .surveymintitlwrp {
        padding: 15px;
        position: relative;
        display: flex;
        border-bottom: solid 1px #d2dce8;
    }

        .surveywrap .surveymintitlwrp .surveymintitle {
            font-size: 18px;
            color: #212121;
            line-height: 22px;
        }

        .surveywrap .surveymintitlwrp .surveyaction {
            margin-left: auto
        }

    .surveywrap .surveydetails {
        border-top: solid 1px #fff;
        border-bottom: solid 1px #d2dce8;
        padding: 15px;
        position: relative
    }

        .surveywrap .surveydetails:hover .surveyaction {
            display: block
        }

        .surveywrap .surveydetails .surveyaction {
            position: absolute;
            right: 15px;
            top: 10px;
            display: none
        }

        .surveywrap .surveydetails .question {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .surveywrap .surveydetails .questiondesc {
            padding: 10px;
        }

    .surveywrap .surveydetailsform {
        background: #fff
    }

        .surveywrap .surveydetailsform .actionav {
            border-bottom: solid 1px #ddd;
            padding: 0 10px;
        }

            .surveywrap .surveydetailsform .actionav ul {
                margin: 0;
                padding: 0;
                list-style-type: none
            }

                .surveywrap .surveydetailsform .actionav ul li {
                    float: left;
                    margin-right: 15px;
                    font-size: 15px;
                }

                    .surveywrap .surveydetailsform .actionav ul li i {
                        margin-right: 5px;
                    }

                    .surveywrap .surveydetailsform .actionav ul li.edit {
                        border-bottom: solid 3px #5bb6d8;
                    }

                        .surveywrap .surveydetailsform .actionav ul li.edit a {
                            color: #5bb6d8;
                        }

                    .surveywrap .surveydetailsform .actionav ul li.delete {
                        border-bottom: solid 3px #db685a;
                    }

                        .surveywrap .surveydetailsform .actionav ul li.delete a {
                            color: #db685a;
                        }

                    .surveywrap .surveydetailsform .actionav ul li a {
                        padding: 10px;
                        display: block
                    }

        .surveywrap .surveydetailsform .editqestinconthd {
            border-bottom: solid 1px #ddd;
            padding: 15px;
        }

.surveyactions {
    text-align: right
}

    .surveyactions ul {
    }

        .surveyactions ul li {
            display: inline-block;
            margin: 0 0 0 15px
        }

            .surveyactions ul li a {
                font-weight: 400 !important
            }

.feedbackwarp {
    padding: 10px;
}

    .feedbackwarp .surveyactions ul {
        margin: 10px
    }
/**/
.startwarp {
}

    .startwarp ul {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

        .startwarp ul li {
            float: left;
            text-align: center;
            margin-right: 20px;
        }

            .startwarp ul li span {
                display: block;
                margin-bottom: 5px;
            }

            .startwarp ul li i {
                background: #ffb300;
                padding: 3px;
                color: #fff;
                border-radius: 3px;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }
/**/
.bggray {
    background-color: #eee;
    border-color: rgba(0,0,0,0.02);
}
/**/
.zoomop-a span {
    padding: 10px 10px 10px 0;
    font-size: 12px;
    display: inline-block
}

.zoomop-a .lbl-btn {
    color: #7c7c7c;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 4px;
    padding: 0 10px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    margin: 5px 10px 8px 0;
}

    .zoomop-a .lbl-btn.active, .zoomop-a .lbl-btn:hover {
        color: #3dc6c4;
        border-color: #3dc6c4;
    }

.zoomop-a .lbl-btn {
    background: #fff;
    font-style: normal
}

    .zoomop-a .lbl-btn.active {
        background: #3dc6c4;
        color: #fff
    }
/**/
.postadwrp {
    background: #20344a;
    position: relative;
    border-radius: 4px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

    .postadwrp .postadnav {
        float: left;
        width: 25%
    }

        .postadwrp .postadnav ul {
            margin: 10px 0;
            padding: 0;
        }

            .postadwrp .postadnav ul li {
                list-style-type: none;
                padding: 10px 15px;
                margin-bottom: 5px;
            }

                .postadwrp .postadnav ul li i {
                    margin-right: 5px;
                }

                .postadwrp .postadnav ul li.active, .postadwrp .postadnav ul li:hover {
                    background: #fff
                }

                    .postadwrp .postadnav ul li.active a, .postadwrp .postadnav ul li:hover a {
                        color: #20344a;
                        font-weight: 500
                    }

                .postadwrp .postadnav ul li a {
                    display: block
                }

    .postadwrp .postadcard {
        background: #fff;
        padding: 15px;
        float: left;
        width: 75%;
        min-height: 450px;
    }

        .postadwrp .postadcard .page-title {
            font-size: 18px !important;
            font-weight: 500
        }

        .postadwrp .postadcard .form-group label {
            color: #212121
        }

        .postadwrp .postadcard .form-group.has-error label {
            color: #f55a4e;
        }

        .postadwrp .postadcard .form-group .input-group-btn .btn {
            padding: 8px 12px;
        }

        .postadwrp .postadcard .form-group .form-control {
            height: 37px;
        }

        .postadwrp .postadcard .form-group .count {
            top: 27px;
        }

        .postadwrp .postadcard .venueicons {
            background: #fff;
            border: 1px solid rgba(0,0,0,0.1);
            text-align: center;
            padding: 15px 0;
            border-radius: 3px;
            -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
            box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
        }

            .postadwrp .postadcard .venueicons a {
                display: block
            }

            .postadwrp .postadcard .venueicons.active {
                border: solid 1px #274769;
            }

            .postadwrp .postadcard .venueicons span {
                display: block;
                color: #212121;
                font-size: 14px;
                padding: 5px 0
            }

            .postadwrp .postadcard .venueicons i.venue {
                background: url("../images/other/venue.svg")0 0 no-repeat;
                background-size: 100%;
                width: 70px;
                height: 70px;
                display: inline-block
            }

            .postadwrp .postadcard .venueicons i.livestreaming {
                background: url("../images/other/live-streaming.svg")0 0 no-repeat;
                background-size: 100%;
                width: 70px;
                height: 70px;
                display: inline-block
            }

        .postadwrp .postadcard .venuewrp {
            background: #fff;
            border-radius: 3px;
            padding: 15px;
        }

    .postadwrp .bootstrap-select > .dropdown-toggle {
        padding: 8px 12px;
    }
/**/
.category-list {
}

    .category-list ul {
        margin: 0;
        padding: 0;
    }

        .category-list ul li {
            width: 144px;
            height: 95px;
            margin-right: 15px;
            float: left;
            border: 1px solid #d0d0d0;
            border-radius: 6px;
            background: #fff;
            text-align: center;
            padding-top: 15px;
            margin-bottom: 15px;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            list-style-type: none;
            position: relative
        }

            .category-list ul li .close {
                position: absolute;
                right: -10px;
                top: -10px;
                width: 20px;
                height: 20px;
                background: #0267ff;
                border-radius: 50%;
                color: #fff;
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
            }

                .category-list ul li .close a {
                    color: #fff
                }

            .category-list ul li.active, .category-list ul li:hover {
                border: 1px solid #fe3724;
                box-shadow: 0 1px 6px rgba(57,73,76,.35);
            }

            .category-list ul li a {
                color: #212121;
                display: block
            }

                .category-list ul li a i {
                    width: 30px;
                    height: 30px;
                    background: #f5f5f5;
                    display: block;
                    margin: 0 auto;
                    margin-bottom: 10px;
                }

                .category-list ul li a span {
                    display: block;
                    padding-top: 10px;
                    font-family: Google Sans, Arial, sans-serif;
                }

            .category-list ul li:hover a span {
                color: #fe3724
            }

            .category-list ul li a i.liveinconcert {
                background: url("../images/other/liveinconcert.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.yoga {
                background: url("../images/other/yoga.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.fitness-trainers {
                background: url("../images/other/fitness-trainers.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.music {
                background: url("../images/other/music.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.singing {
                background: url("../images/other/singing.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.healthcare-advisors {
                background: url("../images/other/healthcare-advisors.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.zumba {
                background: url("../images/other/zumba.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.pilates {
                background: url("../images/other/pilates.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.spinning {
                background: url("../images/other/spinning.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.crossfit {
                background: url("../images/other/crossfit.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.aerobics {
                background: url("../images/other/aerobics.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.comedy {
                background: url("../images/other/comedy.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.webinar {
                background: url("../images/other/webinar.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.dance {
                background: url("../images/other/dance.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.storytime {
                background: url("../images/other/storytime.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.food-drink {
                background: url("../images/other/food-drink.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.magic-show {
                background: url("../images/other/magic-show.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.bollywood {
                background: url("../images/other/bollywood.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.classical {
                background: url("../images/other/classical.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.devotional {
                background: url("../images/other/devotional.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.diwali {
                background: url("../images/other/diwali.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.drama {
                background: url("../images/other/drama.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.exhibition {
                background: url("../images/other/exhibition.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.food-drink {
                background: url("../images/other/food-drink.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.holi {
                background: url("../images/other/holi.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.navratridandiya {
                background: url("../images/other/navratridandiya.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.new-year {
                background: url("../images/other/new-year.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.night-party {
                background: url("../images/other/night-party.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.pongalmakar-sankranti {
                background: url("../images/other/pongalmakar-sankranti.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.ugadi {
                background: url("../images/other/ugadi.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.religious {
                background: url("../images/other/religious.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.seminar {
                background: url("../images/other/seminar.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.spiritual {
                background: url("../images/other/spiritual.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.theater {
                background: url("../images/other/theater.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.valentines-day {
                background: url("../images/other/valentines-day.svg") 0 0 no-repeat;
                background-size: 100%
            }

            .category-list ul li a i.fusion {
                background: url("../images/other/fusion.svg") 0 0 no-repeat;
                background-size: 100%
            }
/**/
.language-list {
    padding-bottom: 20px;
}

    .language-list ul {
        margin: 0;
        padding: 0
    }

        .language-list ul li {
            list-style-type: none;
            border: solid 1px #274769;
            float: left;
            margin-right: 10px;
            padding: 2px 10px;
            margin-bottom: 10px;
            border-radius: 3px;
            cursor: pointer
        }

            .language-list ul li:hover, .language-list ul li.active {
                background: #274769
            }

                .language-list ul li:hover span, .language-list ul li.active a, .language-list ul li.active span {
                    color: #fff
                }
/**/
.postadcard .tktsetting .table td {
    padding: 8px 6px;
}

.postadwrp .postadcard .form-group textarea.form-control {
    height: auto;
}
/**/
.panel-tag {
    padding: 0 15px 15px;
}

    .panel-tag span {
        display: inline-block
    }

.pannel-chart {
    text-align: center;
    padding: 10px;
}
/**/
.imgedit {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}

    .imgedit img {
        width: 100%;
        height: 150px;
    }

    .imgedit .editicon {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0;
        top: 0
    }

        .imgedit .editicon a {
            color: #fff
        }
/**/
.reviewwrp {
}

.ratingwrp {
    background: #f5f5f5;
    padding: 15px;
}

.starrating {
    display: flex;
    align-items: center;
}

    .starrating em {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        display: inline-block;
        margin-right: 8px;
    }

    .starrating span {
        color: #777
    }

    .starrating .startwarp {
        display: inline-block;
    }

        .starrating .startwarp ul {
            list-style-type: none;
            padding: 0;
            margin: 0
        }

            .starrating .startwarp ul li {
                float: left;
                text-align: center;
                margin-right: 5px;
            }

                .starrating .startwarp ul li span {
                    display: block;
                    margin-bottom: 5px;
                }

                .starrating .startwarp ul li i {
                    background: #ccc;
                    padding: 3px;
                    color: #fff;
                    border-radius: 3px;
                    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                }

                    .starrating .startwarp ul li i.active {
                        background: #ffb300;
                    }

.review-sort {
    position: relative;
    font-size: 12px;
    color: #666;
    width: 200px;
    text-align: right;
    margin-left: auto
}

    .review-sort .sortby {
        padding: 8px 10px;
        border: 1px solid #ddd;
        background: #fff;
        color: #212121;
        display: inline-block;
        margin-left: 5px
    }

        .review-sort .sortby.active {
            color: #009fff
        }

        .review-sort .sortby i {
            margin: 0 5px 0;
            font-size: 16px;
            -webkit-transition: all .5s ease-in;
            -moz-transition: all .5s ease-in;
            -ms-transition: all .5s ease-in;
            -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
        }

        .review-sort .sortby.active i {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            color: #333
        }

    .review-sort .review-sort-list {
        position: absolute;
        right: 0;
        background: #fff;
        box-shadow: 0 1px 6px rgba(32,33,36,.28);
        z-index: 3;
        min-width: 150px;
        margin-top: 5px;
        right: -15px;
        display: none;
        text-align: left
    }

        .review-sort .review-sort-list ul {
            margin: 0;
            padding: 0;
        }

            .review-sort .review-sort-list ul li {
                color: #666;
                padding: 0 8px;
                line-height: 38px;
                font-weight: 400;
                text-transform: none;
                font-size: 13px;
                list-style-type: none;
            }

                .review-sort .review-sort-list ul li.active, .review-sort .review-sort-list ul li:hover {
                    background: #eee
                }

                .review-sort .review-sort-list ul li a {
                    color: #666;
                    display: block
                }

.reviewrp {
    padding: 15px;
    border-bottom: solid 1px #ddd
}

    .reviewrp .reviewhd {
    }

        .reviewrp .reviewhd figure {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 10px;
            float: left;
            background: #f5f5f5
        }

            .reviewrp .reviewhd figure img {
                width: 50px;
                height: 50px;
                border-radius: 50%;
            }

        .reviewrp .reviewhd .userinfo {
            float: left;
        }

            .reviewrp .reviewhd .userinfo .username {
                color: #212121;
                font-weight: 500;
                float: none;
                line-height: normal;
            }

            .reviewrp .reviewhd .userinfo .userdetails {
            }

                .reviewrp .reviewhd .userinfo .userdetails .text-warning {
                    font-weight: 500;
                    font-size: 13px;
                    margin: 5px 3px;
                    display: inline-block;
                }

    .reviewrp .reviewbd p {
        padding: 10px 0;
        font-size: 13px;
        color: #666;
        line-height: 18px;
        margin: 0
    }
/**/

.form-header .tktdetal ul {
    padding: 0;
    margin: 0
}

    .form-header .tktdetal ul li {
        font-size: 14px;
        color: #444;
        padding: 0 0 10px;
        display: block;
        position: relative
    }

        .form-header .tktdetal ul li i {
            color: #929292;
            margin-right: 5px;
            font-size: 14px;
        }

        .form-header .tktdetal ul li .timezoneoverlay {
            position: relative
        }

            .form-header .tktdetal ul li .timezoneoverlay i {
                font-weight: 500;
                border: solid 1px #eee;
                width: 20px;
                height: 20px;
                background: #eee;
                border-radius: 50px;
                display: inline-block;
                font-size: 12px;
                text-align: center;
                line-height: 20px;
                cursor: pointer;
                color: #212121
            }

            .form-header .tktdetal ul li .timezoneoverlay:hover .timezone {
                display: block
            }

            .form-header .tktdetal ul li .timezoneoverlay .timezone {
                position: absolute;
                bottom: 27px;
                background: #000;
                color: #fff;
                right: 0;
                border-radius: 4px;
                border: solid 1px #333;
                border-bottom: 0;
                z-index: 9;
                display: none;
                width: 220px;
            }

                .form-header .tktdetal ul li .timezoneoverlay .timezone ul {
                    padding: 5px 0
                }

                    .form-header .tktdetal ul li .timezoneoverlay .timezone ul li {
                        padding: 5px 10px;
                        display: block;
                        color: #fff;
                        font-weight: 400
                    }

                .form-header .tktdetal ul li .timezoneoverlay .timezone:after {
                    position: absolute;
                    bottom: -6px;
                    right: 10px;
                    display: inline-block;
                    border-right: 6px solid transparent;
                    border-top: 6px solid #000;
                    border-left: 6px solid transparent;
                    content: '';
                }
/**/
.checkinwrp {
    background: #fbfbfb;
    padding: 15px;
    border: solid 5px #fff;
    border-radius: 3px;
}

    .checkinwrp .checkinbg {
        background: #fff;
        padding: 10px;
        border-radius: 3px;
    }

    .checkinwrp .panel {
        border: solid 1px #ddd;
        min-height: 150px;
    }

        .checkinwrp .panel a {
            color: #0167ff;
            text-decoration: underline
        }

.checkedtitlewrp {
    padding: 0 0 5px 0;
}

    .checkedtitlewrp b {
        display: block;
        font-size: 20px;
        font-weight: 700;
        color: #4d627b;
    }

        .checkedtitlewrp b a {
            color: #4d627b;
        }

            .checkedtitlewrp b a:hover {
                text-decoration: underline
            }

    .checkedtitlewrp span {
        display: block;
        font-weight: 500;
        font-size: 16px;
        color: #4d627b;
    }

        .checkedtitlewrp span em {
            padding-right: 5px;
            font-style: normal;
        }

.checkinwrp .select {
    padding: 3px 0;
    display: block;
}

    .checkinwrp .select select {
        width: 100%
    }
/**/
.customalert {
    background-color: #f0685e;
    border-color: transparent;
    border-left: 3px solid #cf1c0f;
    color: #fff;
    padding: 15px 2em 15px 15px;
    position: relative;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    line-height: 30px;
    font-size: 16px;
    text-shadow: 2px 2px 0 #c75149;
}

    .customalert i {
        font-size: 28px;
        float: left;
        margin-right: 5px;
    }
/**/
.input-group.mar-btm .autocomplete {
    top: 45px;
}
/**/

.validwrp {
}

    .validwrp .select {
        vertical-align: top;
    }

    .validwrp select {
        border-radius: 0;
    }

    .validwrp span {
        width: 33px;
        min-width: 16px;
        padding: 7px 5px 5px;
        border: 1px solid rgba(0,0,0,0.07);
    }

        .validwrp span.of {
            display: inline-block;
            margin-left: -3px;
            vertical-align: top;
            border-left: 0;
            border-right: 0;
        }

    .validwrp .inputwrp {
        display: inline-block;
        margin-left: -3px;
    }

        .validwrp .inputwrp input {
            border-radius: 0;
            height: 32px
        }

    .validwrp .input-group-addon {
        position: relative
    }

    .validwrp .popovernew {
        position: absolute;
        top: -40px;
        left: 50px;
        width: 250px;
        text-align: left;
        background-color: #fff;
        background-clip: padding-box;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
        white-space: normal;
        display: none;
        z-index: 99;
        border: solid 1px #ddd;
        padding: 10px;
        border-radius: 4px;
    }

    .validwrp .inputwrp .input-group-addon:hover .popovernew {
        display: block
    }

    .validwrp .popovernew:before {
        position: absolute;
        top: 39px;
        left: -15px;
        display: inline-block;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #ccc;
        content: '';
    }

    .validwrp .popovernew:after {
        position: absolute;
        top: 40px;
        left: -14px;
        display: inline-block;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-right: 14px solid #fff;
        content: '';
    }

    .validwrp .popovernew .popovernew-content {
        color: #666;
        font-size: 13px;
        padding: 10px;
        line-height: 20px;
    }

        .validwrp .popovernew .popovernew-content b {
            color: #842b99;
        }
/**/
.userlist {
    display: flex;
    flex-wrap: wrap
}

    .userlist span {
        margin-bottom: 5px;
        background: #f4f4f4;
        color: #999;
        border: 1px solid #dfe3e7;
        border-radius: 20px;
        padding: 3px 10px;
        text-align: center;
        margin-right: 3px;
        font-size: 13px;
        display: inline-block;
        font-weight: 500;
    }

        .userlist span i {
            cursor: pointer
        }

.peraction > div {
    display: inline-block
}

.filtercta {
    margin-top: 25px;
}

.tab-base .tab-content.multiorder {
    padding: 0;
}

    .tab-base .tab-content.multiorder .paymentwrp {
        border-top: 0
    }

.tab-base.multinav .nav-tabs > .active > a {
    background: #dbe3ec
}

.tab-base.multinav .nav-tabs {
    margin-left: 3px;
    padding-top: 3px;
}

    .tab-base.multinav .nav-tabs > li:not(.active) > a {
        background: #fff
    }
/**/
.assign {
}

    .assign input {
        width: 50%;
        display: inline-block
    }
/**/
.viewimgblock a {
    color: #0391d1;
    font-size: 14px;
}

    .viewimgblock a i {
        color: #212121;
        font-size: 32px;
        margin-right: 10px;
    }

    .viewimgblock a span {
        display: block;
        padding-top: 5px;
    }

    .viewimgblock a figure {
        width: 100px;
        height: 100px;
        background: #f5f5f5
    }

        .viewimgblock a figure img {
            width: 100px;
            height: 100px;
        }
/**/
#chart {
    width: 100%;
    height: 100%;
}

.seatmodal {
    background-color: #fff;
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    z-index: 1000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding: 0 !important
}

.seat-dialog {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.seatcontent {
}

.chartwrp {
    height: calc(100% - 17rem);
    position: fixed;
    width: 100%;
    text-align: center
}

.seatehd {
    background: #f5f5f5;
    display: flex;
    flex-wrap: nowrap
}

.seatingcountwrp {
}

.seatingcountwrprt {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: auto;
    margin-right: 25px
}

.seatingcountwrp .seatingcount {
    padding: 10px 15px;
    float: left
}

    .seatingcountwrp .seatingcount span {
    }

    .seatingcountwrp .seatingcount b {
        font-size: 32px;
        padding-top: 3px;
        display: block;
        color: #212121;
        font-weight: 500;
    }

.seatclose {
    margin: 0 15px
}
/**/
.seatinfomsg {
    position: relative;
    display: inline-block
}

    .seatinfomsg i {
        cursor: pointer;
        font-size: 12px
    }

    .seatinfomsg:hover .seatinfodetls {
        display: block
    }

    .seatinfomsg .seatinfodetls {
        position: absolute;
        top: -50px;
        left: -50px;
        width: 200px;
        background: #333;
        color: #fff;
        font-size: 13px;
        display: none;
        font-weight: 400;
        padding: 5px 10px;
        border-radius: 4px;
    }
/**/
/* timer Started */
.pie-progress-svg {
    display: none
}

.seating-timer {
    margin: 4px 0;
}

    .seating-timer .pie-progress-number, .seating-timer .pie-value {
        position: static;
        margin: 0;
        display: inline-block;
    }

    .seating-timer .pie-progress-number {
        font-size: 42px;
        font-weight: 400;
        color: #212121
    }

    .seating-timer .pie-value {
        font-size: 14px;
        font-weight: 300;
        color: #212121;
        padding-left: 5px;
    }

    .seating-timer .prgrs-count i {
        font-size: 40px;
        color: #999;
        margin-left: 10px;
    }

    .pie-progress-svg, .seating-timer .pie-progress-svg svg, .seating-timer .pie-progress-svg {
        display: none
    }

    .seating-timer .pie-progress {
        width: 100%;
        float: left;
        text-align: left
    }

.seatingft {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 -1px 8px 0 rgb(0 0 0 / 10%);
}
/* Timer End */
/**/
.mobilpromo {
    padding: 15px;
    background: #0f2037;
    margin: 15px 15px 0 15px;
    text-align: left;
    color: #fff;
}

    .mobilpromo .close {
        display: none
    }

    .mobilpromo b {
        margin: 0;
        font-size: 14px;
        ;
        font-weight: 700;
        display: block
    }

    .mobilpromo span {
        display: block;
        font-size: 12px;
    }

    .mobilpromo .appicons {
        margin-top: 8px;
    }

        .mobilpromo .appicons big {
            display: inline-block;
            margin-right: 10px;
        }

            .mobilpromo .appicons big a {
                display: block;
                color: #fff
            }

            .mobilpromo .appicons big i {
                background: #fff;
                height: 25px;
                width: 25px;
                border-radius: 50%;
                display: inline-block;
                text-align: center;
                line-height: 25px;
                margin-right: 5px;
            }

                .mobilpromo .appicons big i.fa-android {
                    color: #a4c639;
                }

                .mobilpromo .appicons big i.fa-apple {
                    color: #0186c1;
                }
/**/
.modifra {
    top: 65px;
    left: 50%;
    margin-left: -200px;
    min-height: 614px;
    width: 400px;
}

.cancel-heading {
    font-size: 1.15em;
    font-weight: 500;
    color: #4d627b;
    padding: 15px 10px;
}

.canclereson {
    display: flex;
    justify-content: flex-start
}

    .canclereson b {
        margin: 0 5px;
        color: #4d627b;
    }

.canclereson {
    background: #f5f5f5;
    padding: 5px 10px;
    margin: 10px 0 0
}

.widget-ft .status {
    display: inline-flex;
    padding: 5px 0 0 15px;
    font-size: 14px;
    color: #8bc34a;
    align-items: center;
    gap: 10px;
}

    .widget-ft .status i {
        font-size: 20px;
    }
/**/
.paygirdwrp {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(6, 1fr);
    padding: 10px;
    margin-bottom: 15px
}

.paygird {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(137 173 255 / 35%);
    padding: 15px;
    border: solid 2px #fff;
    position: relative
}

    .paygird i {
        position: absolute;
        right: -24px;
        top: 47px;
        font-size: 35px;
        font-style: normal;
        background: #fff;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        z-index: 9;
        box-shadow: 0 0 10px rgb(0 0 0 / 35%);
        color: #212121
    }

    .paygird span {
        font-size: 16px;
        text-transform: uppercase
    }

    .paygird big {
        display: block;
        font-size: 26px;
        color: #212121;
        font-weight: 500
    }

        .paygird big em {
            font-size: 20px;
            font-style: normal
        }

    .paygird p {
        font-size: 14px;
        color: #212121
    }

    .paygird.one {
        background: #ede4fd
    }

    .paygird.two {
        background: #fff2e2
    }

    .paygird.three {
        background: #fee2e5
    }

    .paygird.four {
        background: #f44336
    }

    .paygird.five {
        background: #f44336
    }

    .paygird.six {
        background: #dcedcb
    }

    .paygird.four p, .paygird.four span, .paygird.four big {
        color: #fff
    }

    .paygird.five p, .paygird.five span, .paygird.five big {
        color: #fff
    }
/**/
.payoutwrp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

    .payoutwrp .payout {
        text-align: center
    }

        .payoutwrp .payout b {
            font-size: 28px;
            color: #08a182;
        }

        .payoutwrp .payout span {
            display: block;
            font-size: 16px;
        }

.paydesc {
    display: block;
    font-size: 16px;
    border-top: solid 1px #ddd;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    padding: 15px 0 0;
    margin-top: 15px
}
/**/
.amountalert {
    border-radius: 4px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgb(137 173 255 / 35%);
    border: solid 1px #fff
}

    .amountalert .icons {
        background: #dd3544;
        color: #fff;
        padding: 15px
    }

        .amountalert .icons i {
            font-size: 32px;
        }

    .amountalert .alertdesc {
        padding-right: 15px
    }

        .amountalert .alertdesc b {
            font-size: 16px;
        }

        .amountalert .alertdesc p {
            font-size: 14px;
        }

        .amountalert .alertdesc a.btn {
            margin-left: 10px;
        }

    .amountalert .alertacton {
        margin-left: auto;
        padding-right: 15px
    }
/**/
.taglines {
    color: #212121;
    padding-left: 5px
}

.packagewrp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 15px 0
}

    .packagewrp .package {
        box-shadow: 0 0 10px rgb(137 173 255 / 35%);
        background: #fff;
        border-radius: 5px;
        padding: 10px;
        position: relative
    }

        .packagewrp .package .radio {
            margin: 0
        }

            .packagewrp .package .radio label {
                font-weight: 700;
                font-size: 15px;
                margin: 0;
                display: block
            }

                .packagewrp .package .radio label span {
                    display: block;
                    font-weight: 400;
                    padding: 5px 0
                }

                    .packagewrp .package .radio label span b {
                        color: #08a182;
                    }

                    .packagewrp .package .radio label span em {
                        font-size: 14px;
                    }

        .packagewrp .package a {
            color: #0167ff;
            display: block;
            text-align: center
        }

.features-list {
    position: absolute;
    left: 0;
    background: #fff;
    box-shadow: 0 0 10px rgb(137 173 255 / 35%);
    z-index: 3;
    padding: 0;
    border-radius: 4px;
    width: 240px;
}

    .features-list ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .features-list ul li {
            padding: 5px 10px;
            color: #777;
            border-bottom: dotted 1px #ddd;
            font-weight: 500
        }

            .features-list ul li span {
                color: #212121;
                padding-left: 10px;
                padding-top: 5px;
                display: block
            }

.addonwrp {
}

    .addonwrp label.control-label {
        color: #212121;
        font-weight: 500;
        margin-bottom: 10px
    }

    .addonwrp .inline {
        display: flex;
        gap: 10px 15px;
        flex-wrap: wrap;
        padding-bottom: 15px
    }

        .addonwrp .inline .radio {
            margin: 0;
        }

    .addonwrp .customtable .table-bordered img {
        width: 50px;
        height: 50px;
    }

.amountadon {
    font-weight: 700;
    text-align: center
}

    .amountadon .input-group-addon {
        background: #fff;
    }

    .amountadon .input-group {
        width: 200px;
        margin: 0 auto
    }

.amountadonsum {
    text-align: right;
    vertical-align: middle
}

    .amountadonsum .input-group {
        text-align: right;
        width: 200px;
        float: right
    }

    .amountadonsum .total {
        font-weight: 500;
        padding: 8px 10px 0 0;
        display: inline-block
    }


.statusribbon {
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #9d0000;
    font-size: 13px;
    color: #fff;
    position: absolute;
    left: 0;
}

    .statusribbon:after {
        content: "";
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        top: 0;
        right: -12px;
        border-top: 12px solid #9d0000;
        border-bottom: 12px solid #9d0000;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
    }

.statusribbona {
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #FFD72A;
    font-size: 13px;
    color: #6f1b1b;
    position: absolute;
    left: 0;
}

    .statusribbona:after {
        content: "";
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        top: 0;
        right: -12px;
        border-top: 12px solid #FFD72A;
        border-bottom: 12px solid #FFD72A;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
    }

.stepheading {
    font-weight: normal;
    padding: 0 20px 0 20px;
    font-size: 1.6em;
    color: #4d627b;
    line-height: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: solid 1px #d9e2ea;
    font-weight: 700;
}


.payoutwarp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: 0 0 10px rgb(137 173 255 / 35%);
    border-radius: 4px;
    margin-bottom: 30px
}

.payoutgird {
    text-align: center;
    border-right: solid 1px #ddd;
    padding: 15px;
}

    .payoutgird span {
        display: block;
        font-size: 16px;
        color: #7a878e
    }

    .payoutgird b {
        display: block;
        font-size: 28px;
        color: #212121;
    }

    .payoutgird em p {
        color: #212121;
        display: inline-block
    }
/**/
.paymentinfowrp {
    box-shadow: 0 0 10px rgb(137 173 255 / 35%);
    border-radius: 4px;
    margin: 30px 0;
}

.payment-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px;
}

.paymenttitle {
    font-size: 18px;
    border-bottom: solid 1px #ddd;
    padding: 15px;
    font-weight: 700;
    display: flex
}

.addacount {
    margin-left: auto
}

    .addacount a {
        color: #0167ff;
        font-size: 14px;
        text-decoration: underline
    }

.paymentdetals {
    font-size: 16px;
}

    .paymentdetals span {
        display: block
    }

    .paymentdetals b {
        display: block
    }
/**/
.statementwrp {
    box-shadow: 0 0 10px rgb(137 173 255 / 35%);
    border-radius: 4px;
}

    .statementwrp .statementdeta {
        padding: 15px;
    }

.helpalert {
    border-radius: 4px;
    background: #ffe9ec;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

    .helpalert .icons {
        background: #dd3544;
        color: #fff;
        padding: 15px
    }

        .helpalert .icons i {
            font-size: 32px;
        }

    .helpalert .helpalertdesc {
        padding-right: 15px
    }

        .helpalert .helpalertdesc b {
            font-size: 16px;
        }

        .helpalert .helpalertdesc p {
            font-size: 14px;
        }

.amountalert .infocons {
    padding: 15px 0;
    margin-left: 15px
}

    .amountalert .infocons i {
        font-size: 32px;
        color: #dd3544;
    }

.pos-rel.fully-paid {
    border-top: 2px solid #009d73;
}

    .pos-rel.fully-paid:before {
        content: 'Amount fully settled';
        left: 15px;
        top: 0;
        font-size: 11px;
        color: #fff;
        background-color: #009d73;
        position: absolute;
        z-index: 1;
        padding: 0px 10px;
        line-height: 13px;
        height: 15px;
        border-radius: 0 0 3px 3px;
        text-transform: uppercase;
    }

.pos-rel.amount-paid {
    border-top: 2px solid #FFB11C;
}

    .pos-rel.amount-paid:before {
        content: 'Amount Paid';
        left: 15px;
        top: 0;
        font-size: 11px;
        color: #fff;
        background-color: #FFB11C;
        position: absolute;
        z-index: 1;
        padding: 0px 10px;
        line-height: 13px;
        height: 15px;
        border-radius: 0 0 3px 3px;
        text-transform: uppercase;
    }

.bankdetails {
    padding-top: 10px
}

.widget-alert {
    padding-top: 10px
}

    .widget-alert .link {
        color: #0060ff;
        text-decoration: underline
    }

.tktdelivr {
}

    .tktdelivr p {
        padding: 10px 0;
        color: #212121
    }

    .tktdelivr label {
        font-weight: 500;
        color: #4d627b;
    }

.checkin {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

    .checkin span {
        margin-right: 20px;
        font-size: 14px;
        display: inline-block
    }

        .checkin span i {
            width: 30px;
            height: 30px;
            background: #f5f5f5;
            border-radius: 50%;
            text-align: center;
            line-height: 30px;
            margin-right: 5px;
        }

            .checkin span i.checktik {
                background: #FFE0E6;
                color: #FF5975;
            }

            .checkin span i.checkwrp {
                background: #E9E6F9;
                color: #624BD8;
            }

        .checkin span b {
            font-weight: 500;
            font-size: 18px;
            color: #212121
        }

.checkcta {
    text-align: center;
    padding: 15px 0;
}

    .checkcta a {
        margin-right: 10px;
    }

.checkinsusses span {
    border: solid 1px #ddd;
    background: #fff;
    display: inline-flex;
    align-items: center;
    padding: 0 15px 0 0;
    gap: 10px;
    font-size: 20px;
    min-width: 400px;
    margin-bottom: 10px;
}

    .checkinsusses span b {
        font-weight: 400
    }

    .checkinsusses span i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-size: 30px;
        background: #019d1f;
        color: #fff
    }

    .checkinsusses span .checkindetails {
        text-align: left;
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .checkinsusses span .checkindetails em {
            display: block;
            font-style: normal;
            font-size: 15px;
        }

        .checkinsusses span .checkindetails small {
            display: block;
            font-size: 15px;
        }

.error span {
}

    .error span i {
        background: #ff585d;
    }

.modal-open .modal {
    bottom: 0;
    margin: 15px;
}

.checkinew {
}

    .checkinew .progress {
        margin-bottom: 0;
        background-color: rgba(255,255,255,0.3);
    }

.checkinseats {
    margin-bottom: 10px;
}

    .checkinseats b {
        font-weight: 400
    }

    .checkinseats span {
        font-size: 13px;
        padding-left: 3px;
        font-weight: 500
    }

.checkintitle {
    text-align: left;
    display: block;
    padding-bottom: 5px;
}

/**/
.comments {
    padding: 15px;
}

    .comments b {
        color: #4d627b;
    }

    .comments p {
        color: #777;
        font-size: 14px;
    }
/**/
.datawrapper {
    display: flex;
    gap: 40px;
    padding: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.datagroup {
    border-right: solid 1px #ddd;
    padding-right: 40px;
    position: relative
}

    .datagroup:last-child {
        border-right: 0
    }

    .datagroup span {
        display: flex;
        gap: 8px;
        color: #777;
        font-size: 16px;
        align-items: center;
    }

        .datagroup span i {
            width: 13px;
            height: 13px;
            background: #f00;
            border-radius: 50%
        }

    .datagroup big {
        font-size: 26px;
        font-weight: 900;
        color: #212121;
        font-family: Google Sans, Arial, sans-serif;
        display: block
    }

        .datagroup big em {
            font-size: 20px;
            font-style: normal
        }

    .datagroup > i {
        position: absolute;
        right: -10px;
        top: 32px;
        font-size: 22px;
        background: #ecf0f5;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        z-index: 9;
        color: #212121;
        font-style: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700
    }



    .datagroup.one span i {
        background: #238bdf
    }

    .datagroup.two span i {
        background: #ccc
    }

    .datagroup.three span i {
        background: #24c46d
    }

    .datagroup.four span i {
        background: #0a44cb
    }

    .datagroup.five span i {
        background: #fd585f
    }

    .datagroup.six span i {
        background: #bc4ce9
    }

    .datagroup.seven span i {
        background: #f8c75b
    }

    .datagroup.eight span i {
        background: #2bcdb1
    }

    .datagroup .popover {
        top: -130px;
        width: 230px;
        margin-top: 0;
    }

    .datagroup .popover-content {
        padding: 15px;
    }

.popwarp {
    cursor: pointer
}

    .popwarp:hover .popover {
        display: block;
    }


.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    position: relative;
    vertical-align: middle;
    width: 35px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box
}

    .switchery > small {
        background: #fff;
        border-radius: 100%;
        box-shadow: 0 1px 3px rgba(0,0,0,0.4);
        height: 18px;
        position: absolute;
        top: 0;
        width: 18px
    }

.switchery-small {
    border-radius: 20px;
    height: 13px;
    width: 25px
}

    .switchery-small > small {
        height: 13px;
        width: 13px
    }

.switchery-large {
    border-radius: 30px;
    height: 30px;
    width: 50px
}

    .switchery-large > small {
        height: 30px;
        width: 30px
    }

.switchery {
    background-color: #afafaf !important;
    border-color: transparent !important
}
/**/
.emailcampainwarp {
}

    .emailcampainwarp .campainnav {
        padding: 10px 10px 0;
        border-bottom: solid 1px #ddd;
    }

        .emailcampainwarp .campainnav ul {
            display: flex;
            gap: 10px;
            padding: 0 35px;
            margin: 0
        }

            .emailcampainwarp .campainnav ul li {
                font-size: 16px;
                list-style-type: none
            }

                .emailcampainwarp .campainnav ul li a {
                    padding: 10px;
                    display: block
                }

                .emailcampainwarp .campainnav ul li.active {
                    border-bottom: solid 3px #274769;
                }

                    .emailcampainwarp .campainnav ul li.active a {
                        color: #4d627b
                    }

    .emailcampainwarp .tab-pane {
        display: none
    }

        .emailcampainwarp .tab-pane.active {
            display: block
        }

    .emailcampainwarp .campaininfo {
        padding: 15px;
    }

        .emailcampainwarp .campaininfo .title {
            font-weight: normal;
            font-size: 1.5em;
            font-weight: 500;
            color: #212121;
        }

            .emailcampainwarp .campaininfo .title p {
                font-size: 13px;
                font-weight: 400;
                color: #7a878e;
            }

        .emailcampainwarp .campaininfo .has-error {
        }

            .emailcampainwarp .campaininfo.has-error .title {
                color: #f8877f;
            }

            .emailcampainwarp .campaininfo.has-error .dropzone {
                border-color: #f8877f;
            }

.campainformwarp {
}

    .campainformwarp .input-group .form-control {
        padding: 15px;
        height: 53px;
        margin: 10px 0;
        border-color: #999;
    }

.createcampinwrp .campainformwarp .input-group .input-group-btn a {
    height: 53px !important;
    max-height: none !important;
    line-height: 38px;
    font-weight: 500;
    font-size: 15px;
}


.campainformwarp .form-group {
    margin: 10px 0 0
}

    .campainformwarp .form-group .control-label {
        font-weight: 500;
    }

.campainformwarp .form-control {
    height: 45px;
}

.campainformwarp .fileupload p a {
    color: #3d64ff;
}

.eventinfo {
    background: #f5f5f5;
    margin: 15px 0
}

    .eventinfo .eventinfohd {
        background: #eeedf2;
        padding: 10px;
        font-size: 16px;
        font-weight: 500
    }

    .eventinfo .selectedeve {
        margin: 0;
        padding: 15px;
        display: flex;
        gap: 10px;
    }

        .eventinfo .selectedeve figure {
            width: 100px;
            height: 67px;
        }

            .eventinfo .selectedeve figure img {
                width: 100%;
                height: 67px;
            }

        .eventinfo .selectedeve .selectedeveinfo {
        }

            .eventinfo .selectedeve .selectedeveinfo h2 {
                margin: 0;
                padding: 0 0 5px;
                font-size: 16px;
            }
/**/
.campainout .step-heading {
    display: flex;
    align-items: center
}

    .campainout .step-heading a {
        margin-left: auto
    }

.campainout .campainmailer {
    padding: 15px;
    background: #f5f5f5;
    border: solid 5px #fff
}

    .campainout .campainmailer table div {
        background: #fff
    }

    .campainout .campainmailer table.otherevents {
        padding: 10px;
        display: inline-block;
    }

.emailcampaigntitle {
    padding: 15px;
    border-bottom: solid 1px #d9e2ea;
    color: #4d627b;
}

    .emailcampaigntitle h3 {
        margin: 0;
        font-weight: 500;
    }

    .emailcampaigntitle p {
        margin: 0
    }

.trialalrtbgwarp {
    background: #f8f7fa;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    padding: 15px 0;
    border-radius: 6px;
}

    .trialalrtbgwarp .trialcount {
    }

        .trialalrtbgwarp .trialcount p {
            margin: 0
        }

        .trialalrtbgwarp .trialcount span {
            font-size: 18px;
        }

            .trialalrtbgwarp .trialcount span b, .trialalrtbgwarp .trialinfo b {
                color: #212121
            }

    .trialalrtbgwarp .trialinfo {
        font-size: 15px;
    }

    .trialalrtbgwarp .trialcta {
    }
/**/
.histryserchwrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd
}

    .histryserchwrp .histryserch {
        display: flex;
        gap: 10px;
    }

        .histryserchwrp .histryserch label {
            display: block
        }

    .histryserchwrp .newcampains {
    }
/**/
.campaignrowwarp {
    border: solid 1px #ddd;
    border-radius: 4px;
    margin: 15px
}

    .campaignrowwarp .campaignrowhd {
        display: grid;
        grid-template-columns: repeat(11,1fr) 30px;
        grid-template-rows: 1fr;
        align-items: center;
        background: #f8f7fa;
        padding: 15px;
        font-weight: 500;
        color: #212121
    }

.campaignrowhd :first-child {
    grid-column: 1/8;
}

.campaignrow {
    display: grid;
    grid-template-columns: repeat(11,1fr) 30px;
    grid-template-rows: 1fr;
    align-items: center;
    padding: 15px;
}

    .campaignrow :first-child {
        grid-column: 1/8;
    }

.campaigndetls {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500
}

    .campaigndetls figure {
        width: 50px;
        height: 50px;
        background: #f5f5f5;
        border-radius: 4px;
        overflow: hidden
    }

        .campaigndetls figure img {
            width: 50px;
            height: 50px;
        }

    .campaigndetls p {
        margin: 0
    }

.campaignrowbd {
    border-bottom: dotted 1px #ddd
}

.campaigndetls .ticket {
    color: #666;
    display: block;
    font-weight: 700;
    padding: 0;
    width: 70px;
    font-size: 12px;
    position: relative;
    text-transform: uppercase
}

    .campaigndetls .ticket:after, .campaigndetls .ticket:before {
        content: "";
        display: block;
        height: 4px;
        top: auto;
        right: 0;
        bottom: -5px;
        left: 0;
        border-radius: 8px
    }

    .campaigndetls .ticket:after {
        background-color: #7dbb33;
        width: 50%;
        position: absolute
    }

    .campaigndetls .ticket:before {
        background-color: #e6e6e6;
        width: 100%;
        position: absolute
    }

    .campaigndetls .ticket.fast:after {
        background-color: #ff4242;
        width: 75%
    }

    .campaigndetls .ticket.sold:after {
        background-color: #ff4242;
        width: 100%
    }

.campaigndetls .fa {
    font-size: 16px;
}

.recipientslist {
}

    .recipientslist .title {
        font-size: 20px;
        font-weight: 500;
        padding: 0 15px;
        color: #212121
    }

    .recipientslist .campnsearch {
        padding: 0 15px;
    }

        .recipientslist .campnsearch .form-group input {
            padding: 15px;
            height: 53px;
            margin: 10px 0;
            border-color: #999
        }

.campaign-content .subscriberhd {
    background: #f5f5f5;
    margin: 15px;
    padding: 10px
}

    .campaign-content .subscriberhd .checkbox {
        display: flex;
        align-items: center;
        color: #212121;
        font-size: 15px;
    }

        .campaign-content .subscriberhd .checkbox label {
            font-weight: 500;
        }

        .campaign-content .subscriberhd .checkbox b {
            margin-left: auto;
        }

.campaign-content .subscriberlistswarp {
    padding: 0 10px;
    margin: 10px 15px 0;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto
}

    .campaign-content .subscriberlistswarp .checkbox {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
        border-bottom: dotted 1px #ccc;
        padding-bottom: 15px
    }

        .campaign-content .subscriberlistswarp .checkbox label {
            font-weight: 500;
            font-size: 15px;
        }

            .campaign-content .subscriberlistswarp .checkbox label b {
                display: block;
                font-weight: 400;
                font-size: 13px;
            }

        .campaign-content .subscriberlistswarp .checkbox b {
            margin-left: auto
        }

            .campaign-content .subscriberlistswarp .checkbox b .fa {
                font-size: 22px;
            }

.campaign-content .checkbox .magic-checkbox + label:before {
    width: 20px;
    height: 20px;
}

.campaign-content .checkbox .magic-checkbox + label:after {
    top: 2px;
    left: 7px;
}

.campaign-content .subscriberschedule {
    margin: 15px;
}

    .campaign-content .subscriberschedule .radio {
        margin-bottom: 20px;
    }

    .campaign-content .subscriberschedule .customselect {
        padding: 15px 0;
        margin: 10px 0;
    }

        .campaign-content .subscriberschedule .customselect .btn {
            padding: 15px;
            height: 48px;
            border-color: #999 !important;
        }

.custom-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    left: 0;
    padding: 15px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 10px;
}

    .custom-footer .demo-nifty-btn {
        text-align: center
    }

.campainout .step-heading {
    display: flex;
    align-items: center
}

    .campainout .step-heading a {
        margin-left: auto
    }

.campainout .campainmailer {
    padding: 15px;
    background: #f5f5f5;
    border: solid 5px #fff
}

    .campainout .campainmailer table div {
        background: #fff
    }

    .campainout .campainmailer table.otherevents {
        padding: 10px;
        display: inline-block;
    }

.emailcampaigns {
    margin-bottom: 35px;
}

.campaintitle p {
    font-size: 14px;
}

    .campaintitle p span {
        font-weight: 500;
        padding-right: 5px;
    }


.newtab {
    display: flex;
    align-items: center;
    justify-content: center
}

    .newtab ul {
        border: solid 1px #ddd;
        border-radius: 60px;
        padding: 5px 8px;
        display: flex;
        background: #fff;
    }

        .newtab ul li {
            list-style-type: none;
            font-weight: 500
        }

            .newtab ul li.active {
                background: #f5f5f5;
                border-radius: 60px;
            }

                .newtab ul li.active a {
                    color: #4d627b;
                }

            .newtab ul li a {
                padding: 14px 26px;
                display: block;
            }
/**/
.createcampinwrp {
    padding: 15px;
}

    .createcampinwrp .campainformwarp .input-group label {
        font-weight: 500;
        width: 100%;
        display: block
    }

    .createcampinwrp .campainformwarp .input-group-btn {
        top: 12px
    }

        .createcampinwrp .campainformwarp .input-group-btn a {
            height: 45px !important;
            max-height: none !important;
            line-height: 30px;
            font-weight: 500;
            font-size: 15px;
        }

.campinimportbg {
    background: #f5f5f5;
    padding: 15px;
}

    .campinimportbg .importbg {
        background: #fff;
        border: solid 1px #ddd;
        border-radius: 4px;
        margin-bottom: 15px;
        padding: 15px;
    }

        .campinimportbg .importbg .title {
            padding: 0 0 10px;
        }

        .campinimportbg .importbg p {
            padding-bottom: 10px;
        }

        .campinimportbg .importbg .link {
            padding: 10px 0;
            display: inline-block;
            color: #3d64ff;
            font-size: 16px;
            text-decoration: underline;
            font-weight: 500;
        }

    .campinimportbg .title {
        font-size: 16px;
        font-weight: 500;
        color: #212121;
        padding: 0 10px 10px 0;
        display: flex;
        align-items: center;
        column-gap: 10px
    }

        .campinimportbg .title a {
            margin-left: auto;
            color: #3d64ff;
            font-size: 14px;
        }


.manuallyaddformwarp {
}

    .manuallyaddformwarp .manuallyaddformhd {
        margin-bottom: 15px
    }

        .manuallyaddformwarp .manuallyaddformhd .title {
            padding: 0;
            padding-top: 15px;
        }

    .manuallyaddformwarp .manuallyaddformbd .form-group .control-label {
        font-weight: 500;
    }

    .manuallyaddformwarp .manuallyaddformbd input {
        height: 45px;
    }

    .manuallyaddformwarp .manuallyaddformft {
        text-align: center;
    }
/**/
.dynamiceditlist {
    border: solid 1px #ddd;
    border-radius: 4px;
}

.dynamiceditlisthd {
    background: #f8f7fa;
    display: flex;
    gap: 10px;
    padding: 10px;
    font-size: 14px;
}

.dynamiceditlistbd {
    display: flex;
    gap: 10px;
    padding: 10px;
    font-size: 14px;
    align-items: center;
    border-bottom: solid 1px #ddd;
}

    .dynamiceditlistbd:last-child {
        border-bottom: 0
    }

.dynamiceditmailid {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: flex;
    gap: 10px;
}

.dynamiceditstatus {
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    color: #777;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dynamiceditaction {
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    color: #777;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dynamiceditmailid figure {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.dynamiceditaction .fa-trash {
    font-size: 22px;
}
/**/
.campainformwarp .campaindesc {
    margin-bottom: 10px;
}

    .campainformwarp .campaindesc b {
        font-weight: 500;
        font-size: 16px;
        color: #212121
    }

    .campainformwarp .campaindesc p {
        font-size: 14px;
        color: #777;
    }
/**/
.newalert {
    text-align: center;
    color: #212121;
    padding: 25px 0
}

    .newalert strong, .newalert p {
        padding-bottom: 15px;
        display: block
    }

    .newalert strong {
        font-size: 22px;
        font-weight: 400;
    }

    .newalert p {
        font-size: 16px;
        color: #777;
    }

        .newalert p b {
            font-weight: 500;
            color: #212121
        }
/**/
/**/
.newqrcodewarp {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 15px 0;
}

    .newqrcodewarp .newqrcodetitle {
        padding: 10px 15px;
        text-align: center;
        font-weight: 600;
        color: #4d627b;
        font-size: 18px;
    }

    .newqrcodewarp .newqrcode {
        text-align: center;
        padding: 15px 0;
    }

        .newqrcodewarp .newqrcode figure {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 214px;
            height: 214px;
            margin: 0 auto;
        }

            .newqrcodewarp .newqrcode figure img {
                width: 214px;
                height: 214px;
                opacity: .6;
            }

            .newqrcodewarp .newqrcode figure figcaption {
                position: absolute;
                width: 43px;
                height: 43px;
                background: #fff;
                padding: 5px;
            }

                .newqrcodewarp .newqrcode figure figcaption img {
                    width: 100%;
                    height: 100%;
                    opacity: 9;
                }

                .newqrcodewarp .newqrcode figure figcaption b {
                    font-size: 14px
                }

                .newqrcodewarp .newqrcode figure figcaption span {
                    font-size: 30px;
                    font-weight: 500
                }

            .newqrcodewarp .newqrcode figure span {
                position: absolute;
                background: #000;
                padding: 10px;
                bottom: 0;
                width: 214px;
                color: #fff
            }

.newqrribbon {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    margin: 0 auto;
    margin-top: -15px;
    --d: 8px;
    bottom: 0;
    inset-inline: calc(-1*var(--d));
    border-top: var(--d) solid #0008;
    line-height: 1.8;
    clip-path: polygon(0 100%,100% 100%,100% var(--d),calc(100% - var(--d)) 0%,calc(100% - var(--d)) var(--d),var(--d) var(--d),var(--d) 0%,0 var(--d));
    background-color: #333;
    width: 230px;
}

    .newqrribbon a {
        color: #fff;
        display: block
    }

.newqrshare {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
}

    .newqrshare span {
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #4d627b;
        padding-bottom: 5px
    }

    .newqrshare ul {
        display: flex;
        justify-content: center;
        gap: 10px;
        padding: 0;
    }

        .newqrshare ul li {
            list-style-type: none
        }

            .newqrshare ul li i {
                width: 30px;
                height: 30px;
                display: inline-flex;
                border-radius: 50%;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-size: 16px;
            }

                .newqrshare ul li i svg {
                    fill: #fff;
                    width: 15px
                }

                .newqrshare ul li i.fa-facebook {
                    background: #3e65b4
                }

                .newqrshare ul li i.fatwitter {
                    background: #333
                }

                .newqrshare ul li i.fa-whatsapp {
                    background: #2ab200
                }


.newpackagewrp {
}

.packagewarp {
    padding: 0 15px 25px
}

    .packagewarp .page-title {
        margin-bottom: 15px
    }

        .packagewarp .page-title span {
            display: block;
            font-size: 14px;
            font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 400
        }

.packagemainwrp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

    .packagemainwrp.displayone {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .packagemainwrp.displaytwo {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .packagemainwrp.displaythree {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .packagemainwrp.displayfour {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .packagemainwrp.displayfive {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    .packagemainwrp.displayone .packagelstwrp {
        width: 400px;
        margin: 0 auto
    }

.packagelstwrp {
    box-shadow: 0 0 10px rgb(137 173 255 / 35%);
    background: #fff;
    border-radius: 5px;
    -webkit-transition: 0.6s cubic-bezier(.215,.61,.355,1);
    -o-transition: 0.6s cubic-bezier(.215,.61,.355,1);
    transition: 0.6s cubic-bezier(.215,.61,.355,1);
    position: relative;
    padding-bottom: 110px;
}
    /**/
    .packagelstwrp .packagehd {
        margin-bottom: 10px;
        position: relative;
        border-bottom: solid 1px #ddd;
        padding: 15px;
        text-align: center
    }

        .packagelstwrp .packagehd .packagehdtitle {
            color: #212121;
            font-weight: 500;
        }

            .packagelstwrp .packagehd .packagehdtitle .badge {
                font-size: 12px !important;
            }

            .packagelstwrp .packagehd .packagehdtitle .inputfield {
                font-weight: 500
            }

                .packagelstwrp .packagehd .packagehdtitle .inputfield label {
                    font-size: 18px;
                    font-weight: 500;
                    color: #425066
                }

                .packagelstwrp .packagehd .packagehdtitle .inputfield [type="radio"]:not(:checked) + label, .packagelstwrp .packagehd .packagehdtitle .inputfield [type="radio"]:checked + label {
                    left: 0;
                }

            .packagelstwrp .packagehd .packagehdtitle span {
                display: block;
                font-size: 15px;
                font-weight: 400;
                color: #999;
            }
        /**/
        .packagelstwrp .packagehd .packageprice {
            position: relative;
            overflow: hidden;
            color: #212121;
        }

            .packagelstwrp .packagehd .packageprice em {
                color: #212121;
                font-style: normal;
                font-weight: 600
            }

            .packagelstwrp .packagehd .packageprice b {
                font-size: 30px;
                font-weight: 700;
                color: #425066
            }

            .packagelstwrp .packagehd .packageprice span {
                display: block;
                font-size: 15px;
                font-weight: 500;
                color: #999;
            }
    /**/
    .packagelstwrp .packagelist {
    }

        .packagelstwrp .packagelist .packagelistitle {
            font-weight: 500;
            color: #F57156;
            font-size: 16px;
            padding: 8px 15px
        }

        .packagelstwrp .packagelist ul {
            margin: 0 15px;
            padding: 0
        }

            .packagelstwrp .packagelist ul li {
                padding: 10px 30px 10px 0;
                font-size: 14px;
                list-style-type: none;
                background: url("../images/other/tick.svg") right 10px no-repeat;
                position: relative
            }

.plan-a .inputfield [type="radio"]:checked + label:after, .plan-a .inputfield [type="radio"].with-gap:checked + label:before, .plan-a .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #FDBA17;
}

.plan-a .inputfield [type="radio"]:checked + label:after, .plan-a .inputfield [type="radio"].with-gap:checked + label:after {
    background: #FDBA17
}

.plan-a .inputfield [type="radio"]:checked + label {
    color: #FDBA17
}
/**/
.plan-b .inputfield [type="radio"]:checked + label:after, .plan-b .inputfield [type="radio"].with-gap:checked + label:before, .plan-b .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #2993FF;
}

.plan-b .inputfield [type="radio"]:checked + label:after, .plan-b .inputfield [type="radio"].with-gap:checked + label:after {
    background: #2993FF
}

.plan-b .inputfield [type="radio"]:checked + label {
    color: #2993FF
}
/**/
.plan-c .inputfield [type="radio"]:checked + label:after, .plan-c .inputfield [type="radio"].with-gap:checked + label:before, .plan-c .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #FD4060;
}

.plan-c .inputfield [type="radio"]:checked + label:after, .plan-c .inputfield [type="radio"].with-gap:checked + label:after {
    background: #FD4060
}

.plan-c .inputfield [type="radio"]:checked + label {
    color: #FD4060
}
/**/
.plan-d .inputfield [type="radio"]:checked + label:after, .plan-d .inputfield [type="radio"].with-gap:checked + label:before, .plan-d .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #1AA260;
}

.plan-d .inputfield [type="radio"]:checked + label:after, .plan-d .inputfield [type="radio"].with-gap:checked + label:after {
    background: #1AA260
}

.plan-d .inputfield [type="radio"]:checked + label {
    color: #1AA260
}
/**/
.plan-e .inputfield [type="radio"]:checked + label:after, .plan-e .inputfield [type="radio"].with-gap:checked + label:before, .plan-e .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #924CFF;
}

.plan-e .inputfield [type="radio"]:checked + label:after, .plan-e .inputfield [type="radio"].with-gap:checked + label:after {
    background: #924CFF
}

.plan-e .inputfield [type="radio"]:checked + label {
    color: #924CFF
}

.packagelstwrp.plan-a.active a, .packagelstwrp.plan-a:hover .packagelistfd a {
    background: #FDBA17;
}

.packagelstwrp.plan-b.active a, .packagelstwrp.plan-b:hover .packagelistfd a {
    background: #2993FF
}

.packagelstwrp.plan-c.active a, .packagelstwrp.plan-c:hover .packagelistfd a {
    background: #FD4060
}

.packagelstwrp.plan-d.active a, .packagelstwrp.plan-d:hover .packagelistfd a {
    background: #1AA260
}

.packagelstwrp.plan-e.active a, .packagelstwrp.plan-e:hover .packagelistfd a {
    background: #924CFF
}

.packagelstwrp.plan-a.active a, .packagelstwrp.plan-b.active a, .packagelstwrp.plan-c.active a, .packagelstwrp.plan-d.active a, .packagelstwrp.plan-e.active a {
    color: white
}
/**/
.packagelstwrp .packagelistfd {
    text-align: center;
    padding: 15px;
    border: solid 1px #fff;
    border-top-color: #ddd;
    position: absolute;
    width: 100%;
    bottom: 3px
}

    .packagelstwrp .packagelistfd a {
        border: 1px solid #ddd;
        border-radius: 50px;
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 16px;
        color: #666;
    }

.packagelstwrp:hover .packagelistfd a {
    color: #fff;
    background-color: #D8232A;
}

    .packagelstwrp:hover .packagelistfd a.disabled, .packagelstwrp .packagelistfd .disabled {
        cursor: not-allowed;
        background: #ccc;
        color: #555
    }

.ribbons {
    position: absolute;
    right: -6px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbons small {
        font-size: 13px;
        color: #fff;
        background-color: #f06548;
        text-align: center;
        line-height: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 100px;
        display: block;
        position: absolute;
        top: 19px;
        right: -21px;
        font-weight: 600;
    }

        .ribbons small:before {
            content: "";
            position: absolute;
            right: 0;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #da3412;
            border-bottom: 3px solid #da3412;
        }

        .ribbons small:after {
            content: "";
            position: absolute;
            left: 0;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #da3412;
            border-bottom: 3px solid #da3412;
        }

.has-tooltip {
    cursor: pointer;
}

    .has-tooltip span.price-tooltip {
        display: none;
    }

    .has-tooltip:hover span.price-tooltip {
        display: block;
    }

    .has-tooltip span {
        cursor: pointer;
        position: relative;
    }

span.price-tooltip {
    background-color: #333;
    box-shadow: 0 0 11px #b8b6b6;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    min-height: 25px;
    width: 90%;
    padding: 15px 19px;
    position: absolute;
    text-align: left;
    left: 0;
    bottom: 105%;
    border: 0;
    transition: .5s ease;
    display: block;
}

.price-tooltip:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    bottom: -7px;
    color: white;
    height: 0;
    left: 20%;
    position: absolute;
    width: 0;
    content: '';
}

.price-tooltip:after {
    height: 15px;
    width: 100%;
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    background: transparent;
    border: 0;
    margin: 0;
}

.price-tooltip p {
    font-size: 13px;
}

.packagetitle {
    text-align: center;
    padding: 0 15px;
}

    .packagetitle h3 {
        font-size: 30px;
    }

    .packagetitle p {
        font-size: 16px;
    }

.contactwarp {
    margin-top: 50px
}

    .contactwarp .contact {
        margin-top: 45px;
    }

.contact-details {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    background-color: #fff;
}

.enquiry-title {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #e9e9e9;
    padding: 18px;
}

.contact-number {
    padding: 18px;
    border-bottom: 1px solid #e9e9e9;
}

    .contact-number p {
        font-weight: 500;
        color: #212121;
        font-size: 16px;
    }

    .contact-number span {
        line-height: 24px;
        padding-right: 5px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

        .contact-number span i {
            display: block;
            width: 25px;
            height: 25px;
            background: #eee;
            border-radius: 50px;
            display: inline-flex;
            align-items: center;
            justify-content: center
        }

            .contact-number span i img {
                width: 16px;
                height: 16px;
                opacity: 0.7
            }

.contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.contact-info figure {
    display: block;
    margin: auto;
    width: 100%;
    text-align: center
}

    .contact-info figure img {
        width: 25%
    }

.checkoutwarp {
}

    .checkoutwarp .checkouthead {
        color: #56585e;
        font-size: 18px;
        font-weight: 500;
        padding: 15px;
        border-bottom: solid 1px #ddd;
    }

        .checkoutwarp .checkouthead a {
            color: #212121;
            display: flex;
            align-items: center;
        }

            .checkoutwarp .checkouthead a small {
                flex: 1;
                font-size: 18px;
            }

    .checkoutwarp.active .checkouthead i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .checkoutwarp .checkouthead i {
        -webkit-transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
        font-size: 26px;
        background-color: #f0f0f0;
        border-radius: 50%;
        vertical-align: baseline;
        margin-left: auto;
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .checkoutwarp .checkouthead i {
        transform: none
    }

        .checkoutwarp .checkouthead i.fa-pencil {
            font-size: 16px;
        }

    .checkoutwarp .form-horizontal .form-group {
        margin-bottom: 25px;
    }

        .checkoutwarp .form-horizontal .form-group .control-label {
            font-weight: 700;
            font-size: 14px;
        }

        .checkoutwarp .form-horizontal .form-group .help-block {
            margin-bottom: 0;
            color: #f55a4e;
        }

        .checkoutwarp .form-horizontal .form-group .form-control {
            border: 1px solid #ddd;
            height: 38px;
        }

.paymentmodewarp {
}

    .paymentmodewarp .paymentmodehead {
        display: flex;
        justify-content: space-between;
        color: #56585e;
        font-size: 18px;
        font-weight: 500;
        padding: 15px;
        border-bottom: solid 1px #ddd;
    }

    .paymentmodewarp .paymentmodebody {
        padding: 15px;
    }

        .paymentmodewarp .paymentmodebody .inputgrop {
            margin-bottom: 15px
        }

            .paymentmodewarp .paymentmodebody .inputgrop label {
                display: block
            }

            .paymentmodewarp .paymentmodebody .inputgrop input {
                border: 1px solid #ccc;
                height: 38px;
                font-size: 13px;
                border-radius: 3px;
                box-shadow: none;
                transition-duration: .5s;
                display: block;
                width: 100%;
                padding: 6px 12px;
                line-height: 1.42857143;
                color: #555;
                background-color: #fff;
                background-image: none;
            }

.cardwarp {
    width: 400px;
    margin: 0 auto;
    background: linear-gradient(125deg, #dadee3 0, #dadee3 50%, #d2d6de 51%, #d2d6de 100%);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 3px 0 #c9ccd2;
}

.cvvwrp {
    display: flex;
    background-color: #fff;
}

    .cvvwrp span {
        border: solid 1px #ccc;
        display: flex;
        align-items: center;
        padding: 0 10px;
        margin-left: -1px;
        position: relative
    }

    .cvvwrp .adon i {
        color: #fff;
        border-radius: 50%;
        background: #666;
        padding: 0 5px 0 5px;
        cursor: pointer;
        line-height: 1.3;
        width: 18px;
        height: 18px;
        text-align: center;
    }

    .cvvwrp .adon:hover .cvvcont {
        display: block
    }

    .cvvwrp .adon .cvvcont {
        width: 500px;
        position: absolute;
        background: #fff;
        border-radius: 2px;
        box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3) !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        left: -231px;
        bottom: 29px;
        display: none;
        z-index: 9;
        text-align: center
    }

        .cvvwrp .adon .cvvcont:before {
            position: absolute;
            bottom: -12px;
            left: 229px;
            display: inline-block;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 12px solid rgba(0, 0, 0, .3);
            content: '';
        }

        .cvvwrp .adon .cvvcont:after {
            position: absolute;
            bottom: -11px;
            left: 230px;
            display: inline-block;
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
            border-top: 11px solid #fff;
            content: '';
        }

    .cvvwrp .adon .cvvconthd {
        padding: 10px;
        color: #1f2533;
        font-size: 16px;
        font-weight: 500
    }

    .cvvwrp .adon .cvvcontbd {
        padding: 10px;
        color: #1f2533
    }

        .cvvwrp .adon .cvvcontbd b {
            font-size: 16px;
            padding-bottom: 10px;
            display: block;
            font-weight: 500
        }

        .cvvwrp .adon .cvvcontbd p {
            font-size: 14px;
            line-height: 20px;
            padding-bottom: 10px;
            display: block;
        }

.cardtitle span {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.summarymain {
}

    .summarymain .summarywrp {
        padding: 0 20px;
        display: table;
        padding: 20px;
        position: sticky;
        top: 0;
        width: 100%;
    }

        .summarymain .summarywrp .cardtitle {
            padding: 0;
            margin-bottom: 15px;
        }

.pricing-summary {
}

    .pricing-summary aside {
        display: flex;
        justify-content: space-between;
        border-bottom: dotted 1px #ccc;
        padding: 15px 0
    }

        .pricing-summary aside span {
            font-size: 15px;
            color: #000;
        }

        .pricing-summary aside b {
            font-size: 18px;
            font-weight: 700;
            color: #000;
        }

            .pricing-summary aside b.green {
            }

            .pricing-summary aside b a {
                color: #d8232a;
                font-size: 12px;
            }

            .pricing-summary aside b.code {
                color: #08a182;
            }

.pricing-total {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    font-family: font-family: Google Sans, Arial, sans-serif;
    ;
    border-bottom: dotted 1px #ccc;
    margin: 0 0 15px;
}

    .pricing-total span {
        color: #000;
    }

    .pricing-total b {
        color: #000;
        font-size: 22px;
    }

.priceactionwrp {
}

.priceaction {
    padding: 0 0 15px;
    text-align: center;
}

    .priceaction a.btun {
        display: block;
        padding: 10px 30px;
        font-size: 15px;
        min-width: 150px;
    }

    .priceaction a.btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .priceaction .confirmit {
        font-size: 10px;
        padding: 10px 0;
        color: #6a6f73;
    }

        .priceaction .confirmit a {
            display: inline-block;
            color: #1b70e9;
        }

.pricingplan {
    padding: 15px 0;
    border-bottom: dotted 1px #ccc;
    color: #000;
}

    .pricingplan .prcplan b {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 5px;
    }

        .pricingplan .prcplan b a {
            display: inline-block;
            font-size: 14px;
            color: #1b70e9;
            text-decoration: underline
        }

    .pricingplan .prcplan span {
        display: block;
        font-size: 15px;
    }

        .pricingplan .prcplan span em {
            font-size: 13px;
            color: #777;
            font-style: italic
        }

.safe {
    text-align: center;
    font-size: 11px;
}

    .safe .text {
        font-weight: bold;
        color: #999;
        display: block;
        padding-bottom: 5px;
    }

    .safe img {
        margin: 0 5px;
        width: 70px;
    }

.pricing-summary .pricinglist a {
    text-decoration: underline;
}

.pricing-summary .pricinglist {
}

    .pricing-summary .pricinglist em {
        display: block;
        font-size: 12px;
        color: var(--gray888);
        padding: 8px 0 0;
        font-family: var(--roboto);
    }

        .pricing-summary .pricinglist em a {
            color: var(--red);
        }

.pricing-summary .coupanwrp {
    display: block;
}

    .pricing-summary .coupanwrp span {
        display: block;
        padding-bottom: 10px;
    }

    .pricing-summary .coupanwrp input {
        display: block;
        width: 150px;
    }

    .pricing-summary .coupanwrp .offerinput {
        display: flex;
        align-items: center;
    }

        .pricing-summary .coupanwrp .offerinput a {
            padding: 12px;
            border-radius: 0;
        }

            .pricing-summary .coupanwrp .offerinput a.close {
                font-size: 18px;
            }

.postadnew {
    width: 80%;
    margin: 0 auto
}

.checkoutwarp, .paymentmodewarp, .summarymain {
    border-radius: 4px;
    border: solid 1px #ddd
}

/* tab start */
.tab ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 60px;
    padding: 5px 8px;
    margin: 0 auto 30px;
    background: #fff;
    border: solid 1px #212121;
    gap: 10px;
}

    .tab ul li {
        list-style-type: none
    }

        .tab ul li a {
            margin: 0 10px;
            line-height: 24px;
            font-size: 15px;
            color: #212121;
            background-color: transparent;
            border-radius: 30px;
            cursor: pointer;
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
            position: relative;
            z-index: 1;
            white-space: nowrap;
        }

            .tab ul li a:before {
                position: absolute;
                content: '';
                top: 50%;
                left: 0;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 0;
                height: 100%;
                border-radius: 30px;
                -webkit-transition: 0.3s ease;
                transition: 0.3s ease;
                background-color: #F0F2F5;
                z-index: -1;
            }

            .tab ul li a:first-child {
                margin-left: 0
            }

            .tab ul li a:last-child {
                margin-right: 0
            }

        .tab ul li.active a:before, .tab ul li:hover a:before {
            width: 100%;
        }

        .tab ul li a {
            color: #777;
            padding: 10px 35px;
            display: block
        }

            .tab ul li a.active {
                color: #212121;
            }
/* tab End */

/*============================================ checkbox & radio Start ============================================*/

.inputfield [type="radio"]:not(:checked), .inputfield [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0
}

    .inputfield [type="radio"]:not(:checked) + label, .inputfield [type="radio"]:checked + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        line-height: 25px;
        font-size: 1rem;
        transition: .28s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        left: 15px
    }

.inputfield [type="radio"] + label:before, .inputfield [type="radio"] + label:after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    margin: 4px !important;
    width: 22px !important;
    height: 22px !important;
    z-index: 0 !important;
    transition: .28s ease;
    -webkit-transition: .28s ease;
    -moz-transition: .28s ease;
    -ms-transition: .28s ease;
    -o-transition: .28s ease;
    background: #F7F7F7;
}

.inputfield [type="radio"]:not(:checked) + label:before, .inputfield [type="radio"]:not(:checked) + label:after, .inputfield [type="radio"]:checked + label:before, .inputfield [type="radio"]:checked + label:after, .inputfield [type="radio"].with-gap:checked + label:before, .inputfield [type="radio"].with-gap:checked + label:after {
    border-radius: 50%
}

.inputfield [type="radio"]:not(:checked) + label:before, .inputfield [type="radio"]:not(:checked) + label:after {
    border: 2px solid #d9d9d9
}

.inputfield [type="radio"]:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.inputfield [type="radio"]:checked + label:before {
    border: 2px solid transparent
}

.inputfield [type="radio"]:checked + label:after, .inputfield [type="radio"].with-gap:checked + label:before, .inputfield [type="radio"].with-gap:checked + label:after {
    border: 2px solid #6B5AD0
}

.inputfield [type="radio"]:checked + label:after, .inputfield [type="radio"].with-gap:checked + label:after {
    background-color: #6B5AD0;
    z-index: 0;
    content: ""
}

.inputfield [type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.inputfield [type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
}

.inputfield [type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1)
}

.inputfield [type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0,0,0,0.26)
}

.inputfield [type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0,0,0,0.26)
}

.inputfield [type="radio"]:disabled:not(:checked) + label:before, .inputfield [type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0,0,0,0.26)
}

.inputfield [type="radio"]:disabled + label {
    color: rgba(0,0,0,0.26)
}

.inputfield [type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0,0,0,0.26)
}

.inputfield [type="radio"]:disabled:checked + label:after {
    background-color: rgba(0,0,0,0.26);
    border-color: #BDBDBD
}

.inputfield [type="checkbox"]:not(:checked), .inputfield [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.inputfield [type="checkbox"] + label {
    position: relative !important;
    left: 15px !important;
    padding-left: 35px !important;
    cursor: pointer !important;
    display: block;
    line-height: 20px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    color: #333
}

    .inputfield [type="checkbox"] + label:before, .inputfield [type="checkbox"]:not(.filled-in) + label:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #d9d9d9;
        border-radius: 1px;
        margin-top: 2px;
        transition: .2s
    }

.inputfield [type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.inputfield [type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0,0,0,0.26)
}

.inputfield [type="checkbox"].tabbed:focus + label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.1)
}

.inputfield [type="checkbox"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.inputfield [type="checkbox"]:checked:disabled + label:before {
    border-right: 2px solid rgba(0,0,0,0.26);
    border-bottom: 2px solid rgba(0,0,0,0.26)
}

.inputfield [type="checkbox"]:indeterminate + label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.inputfield [type="checkbox"]:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0,0,0,0.26);
    background-color: transparent
}

.inputfield [type="checkbox"].filled-in + label:before, .inputfield [type="checkbox"].filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1
}

.inputfield [type="checkbox"].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%
}

.inputfield [type="checkbox"].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #D9D9D9;
    top: 0px;
    z-index: 0;
    border-radius: 2px;
    opacity: 9;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    background: #F7F7F7;
}

.inputfield [type="checkbox"].filled-in + span:not(.lever):after {
    border-radius: 2px;
}

.inputfield [type="checkbox"].filled-in:checked + label:before {
    top: 0 !important;
    left: 0 !important;
    width: 8px !important;
    height: 14px !important;
    border-top: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    -webkit-transform: rotateZ(37deg) !important;
    transform: rotateZ(37deg) !important;
    -webkit-transform-origin: 100% 100% !important;
    transform-origin: 100% 100% !important
}

.inputfield [type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #6B5AD0;
    background-color: #6B5AD0;
    z-index: 0;
    border-radius: 2px;
}

.inputfield [type="checkbox"].filled-in.tabbed:focus + label:after {
    border-radius: 2px;
    border-color: #D9D9D9;
    background-color: rgba(0,0,0,0.1)
}

.inputfield [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a
}

.inputfield [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent
}

.inputfield [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD
}

.inputfield [type="checkbox"].filled-in:disabled:checked + label:before {
    background-color: transparent
}

.inputfield [type="checkbox"].filled-in:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD
}

.inputfield input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after, .inputfield input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(38,166,154,0.1)
}

.inputfield input[type=checkbox]:not(:disabled) ~ .lever:active:after, .inputfield input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(0,0,0,0.08)
}

.pricing-category-content {
    box-shadow: 0 0 10px rgb(137 173 255 / 35%);
    background: #fff;
    border-radius: 5px;
    -webkit-transition: 0.6s cubic-bezier(.215,.61,.355,1);
    -o-transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    transition: 0.6s cubic-bezier(.215,.61,.355,1);
    padding: 15px;
}

    .pricing-category-content .catebatch {
    }

    .pricing-category-content .title {
    }

    .pricing-category-content .desc {
        font-size: 16px;
    }

.makechanges {
    text-align: right
}

.packagetitle p a.btn {
    border-radius: 17px;
    padding: 2px 15px;
    color: #ff0;
    margin: 0 3px
}

.packageinertitle {
    background: #ecf0f5;
    padding: 15px 0;
    text-align: center;
    color: #212121;
    margin-top: 30px;
}

    .packageinertitle .title {
        color: #212121 !important
    }

    .packageinertitle p {
        color: #777;
        font-size: 15px;
    }

/*============================================ checkbox & radio End ============================================*/
@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.bottomsheet {
    position: fixed;
    height: 100%;
    box-sizing: border-box;
    display: none;
    z-index: 99991;
}

.bottomsheet-container {
    max-width: 75rem !important;
}

.
.bottomsheet-container.small {
    max-width: 500px !important;
}

.bottomsheet .bottomsheet-inner {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    width: 100%;
    height: auto;
    max-height: 85%;
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    pointer-events: auto;
    animation: slideInUp 0.3s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s ease;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media (min-width: 768px) {
    .bottomsheet {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        outline: 0;
        z-index: 99991
    }

        .bottomsheet .bottomsheet-container {
            height: calc(100% - 50px);
            min-height: calc(100% - 50px);
            max-width: 60rem;
            margin: 15px auto;
            position: relative;
            width: auto;
            pointer-events: none;
            display: flex;
            align-items: center;
        }

        .bottomsheet .bottomsheet-inner {
            overflow: hidden;
            width: 100%;
            max-height: 100%;
            z-index: 1;
            pointer-events: auto;
            position: relative;
            display: flex;
            flex-direction: column;
            background: white;
            height: auto;
            background-clip: padding-box;
            border-radius: 20px;
            outline: 0;
        }
}

.popuphead {
    padding: 20px;
    display: flex;
    gap: 10px;
    border-bottom: solid 1px #ddd
}

    .popuphead .popuptitle {
    }

    .popuphead .close {
        margin-left: auto
    }

        .popuphead .close a {
            font-size: 20px;
            width: 30px;
            height: 30px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background: #eee;
            color: #212121;
        }

    .popuphead .popuptitle big {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #212121
    }

    .popuphead .popuptitle small {
        display: block;
        font-size: 15px;
        line-height: 20px;
        color: #777
    }

.popupbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: overlay;
}

    .popupbody .form-group label {
        font-size: 13px;
        color: #212121;
        font-weight: 500;
    }

    .popupbody .form-group .form-control {
        border: solid 1px #9e9e9e;
        height: 45px;
        border-radius: 5px;
    }

    .popupbody .form-group .phonenum {
        display: flex;
        gap: 10px;
    }

        .popupbody .form-group .phonenum select {
            width: 100px;
            height: 45px;
            border: solid 1px #9e9e9e;
            border-radius: 5px;
        }

.popupfotr {
    padding: 20px;
    text-align: center;
    border-top: solid 1px #ddd
}


.happymsgwarp .happymsg-body {
    padding: 15px 0;
    text-align: center
}

    .happymsgwarp .happymsg-body figure {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .happymsgwarp .happymsg-body .helptext {
        text-align: left;
        padding-bottom: 10px;
    }

    .happymsgwarp .happymsg-body .happymsginfo {
    }

        .happymsgwarp .happymsg-body .happymsginfo .title {
            font-size: 24px;
            font-weight: 600;
            padding: 25px 0 0
        }

        .happymsgwarp .happymsg-body .happymsginfo p {
            font-size: 16px;
        }

.happymsgwarp .happymsg-footer {
    display: flex;
    gap: 10px;
    padding-bottom: 30px;
    justify-content: center
}

.happymsgwarp .happymsg-body figure .checkmark {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto;
    box-shadow: inset 0 0 0 #57a805;
}

.happymsgwarp .happymsg-body figure .checkmark__circle {
    stroke-dasharray: 216;
    stroke-dashoffset: 216;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #57a805;
    fill: #57a805;
}
/**/
.paymentgatewaywarp {
}

    .paymentgatewaywarp big {
        font-size: 16px;
        display: block;
        font-weight: 500;
        color: #212121
    }

    .paymentgatewaywarp small {
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
    }

    .paymentgatewaywarp .paymentgatewayblock {
        border: solid 1px #ddd;
        border-radius: 4px;
        background: #fff;
        margin: 10px 0;
    }

        .paymentgatewaywarp .paymentgatewayblock:last-child {
            margin-bottom: 0
        }

        .paymentgatewaywarp .paymentgatewayblock .paymentgatewayhd {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: solid 1px #ddd;
            padding: 15px;
        }

            .paymentgatewaywarp .paymentgatewayblock .paymentgatewayhd figure {
                width: 80px;
            }

                .paymentgatewaywarp .paymentgatewayblock .paymentgatewayhd figure img {
                    width: 75px;
                }

        .paymentgatewaywarp .paymentgatewayblock .paymentgatewaybd {
            padding: 15px;
        }

            .paymentgatewaywarp .paymentgatewayblock .paymentgatewaybd p {
                font-size: 16px;
                color: #08a182;
                font-weight: 500
            }

            .paymentgatewaywarp .paymentgatewayblock .paymentgatewaybd ul {
                margin: 0;
                padding-left: 0;
                list-style-type: none;
            }

                .paymentgatewaywarp .paymentgatewayblock .paymentgatewaybd ul li {
                    padding: 5px 0;
                    font-size: 14px;
                }

                    .paymentgatewaywarp .paymentgatewayblock .paymentgatewaybd ul li i {
                        margin-right: 10px;
                        color: #fff;
                        background: #08a182;
                        font-weight: 300;
                        border-radius: 50%;
                        width: 16px;
                        height: 16px;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 12px;
                    }

                    .paymentgatewaywarp .paymentgatewayblock .paymentgatewaybd ul li a {
                        color: #2886FB
                    }

            .paymentgatewaywarp .paymentgatewayblock .paymentgatewaybd .btn-default {
                margin-top: 10px;
            }

.paymentwarp {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

    .paymentwarp .paymentitle {
        font-weight: 500;
        padding: 0px 10px;
        font-size: 18px;
        color: #212121;
        display: flex;
        justify-content: space-between
    }

        .paymentwarp .paymentitle .radio .magic-radio + label:after {
            top: 9px
        }

        .paymentwarp .paymentitle .radio .magic-radio + label:before, .paymentwarp .paymentitle .radio .magic-checkbox + label:before {
            top: 5px;
            background: #fff
        }

.customcheckbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0
}

.seaterate {
    margin: 0 0 15px;
    background: #f5f5f5;
    padding: 7px 10px;
    font-size: 16px;
    display: flex;
    gap: 5px
}

    .seaterate b {
        color: #08a182
    }

.panelcard {
    margin-bottom: 20px;
    padding: 0 0 15px;
    display: flex;
    justify-content: center;
    gap: 15px
}

.connectgrid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 25px;
    border-radius: 8px;
    border: solid 3px #fff;
    min-width: 200px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 17%);
    background: #eee
}

    .connectgrid > * {
        display: block;
        text-align: center
    }

    .connectgrid figure {
        width: 65px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 15px;
        border: solid 1px #ddd;
    }

    .connectgrid small {
        font-size: 16px;
        color: #777;
    }

    .connectgrid big {
        font-weight: 600;
        font-size: 30px;
        color: #212121;
        margin-bottom: 10px;
    }

    .connectgrid.four a {
        display: flex;
        flex-direction: column;
    }

        .connectgrid.four a small {
            text-decoration: underline
        }

.neighbor-inputtags {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    color: #4d627b;
    cursor: text;
    display: inline-block;
    line-height: 22px;
    margin-bottom: 10px;
    max-width: 100%;
    min-width: 100%;
    padding: 4px 6px 0;
    vertical-align: middle;
}

    .neighbor-inputtags .tag {
        border-radius: 2px;
        color: white;
        display: inline-block;
        font-size: 12px;
        font-weight: normal;
        margin: 0 6px 8px 0;
        padding: 8px;
    }

        .neighbor-inputtags .tag a {
            margin-left: 20px;
        }

    .neighbor-inputtags input {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        color: #4d627b;
        margin: 0;
        max-width: inherit;
        outline: 0;
        padding: 0;
        width: auto !important;
    }

.chbxgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    height: 250px;
    overflow-x: hidden;
    overflow-x: auto
}

/*Murugesh end*/
@media only screen and (max-width : 320px) {
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 568px) {
    .buyerlistwarp {
        display: block
    }

    .buyerlistcolft ul li:first-child {
        background: #f5f5f5;
        width: 100%;
        text-align: center
    }

    .buyerlistcolft ul li {
        width: 50%;
        border-bottom: solid 1px #ddd;
        border-right: solid 1px #ddd;
        padding: 5px;
    }

    .buyerlistcolft {
        padding: 0 0 10px
    }

        .buyerlistcolft ul li:before {
            display: none
        }

    .widget-hd em, .widget-hd a {
        display: block
    }
}
/*----iphone---*/

@media (max-width : 640px) {
    .mobilehide {
        display: none !important
    }

    .mobileview {
        display: block !important
    }

    .modal {
        bottom: auto;
        padding-top: 15px
    }

    .emailer-view {
        overflow-y: hidden;
        width: 100%;
        min-height: .01%;
        overflow-x: auto;
    }

    .mobilpromo {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%
    }

        .mobilpromo .close {
            position: absolute;
            top: -36px;
            right: 20px;
            background: #0f2037;
            z-index: 9999;
            padding: 10px;
            display: block;
            color: #fff
        }

    .packagemainwrp.displaythree, .contact, .popupbody {
        grid-template-columns: repeat(1, 1fr);
    }

    .chbxgrid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width : 569px) and (max-width : 640px) {
}
/*----high end windows phone---*/
@media only screen and (min-width : 641px) and (max-width : 768px) {
    .packagemainwrp.displaythree {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*----high end windows phone---*/
@media only screen and (max-width : 768px) {
    .tktsdetailswrp .tktsdetails {
        display: block
    }

        .tktsdetailswrp .tktsdetails .tktsdetailslt, .tktsdetailswrp .tktsdetails .tktsdetailsrt {
            width: 100%;
            float: none
        }

        .tktsdetailswrp .tktsdetails .tktsdetailsrt {
            background: #e6e7ec;
            border: solid 3px #fff;
            border-top: 0
        }

    .amountalert .icons {
        padding: 0;
        background: none;
        color: #dd3544;
    }

        .amountalert .icons i {
            font-size: 16px;
        }

    .panelcard {
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
    }
}
/*----****---*/
@media (min-width: 300px) and (max-width: 991px) {
}
/*----ipad---*/
@media (max-width : 1024px) {
    .postadwrp .postadnav {
        width: 100%
    }

    .postadwrp .postadcard {
        width: 100%
    }

    .postadwrp .postadnav ul {
        display: flex;
        display: -ms-flexbox;
        margin: 0;
        width: auto;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 55px;
    }

        .postadwrp .postadnav ul li {
            margin: 0;
            white-space: nowrap;
            display: inline-block
        }

    .form-group .custombtnwrp ul, .form-group .custombtnwrp ul li {
        display: block
    }

        .form-group .custombtnwrp ul li {
            display: inline-block;
            margin-bottom: 10px;
        }

    .mobilescroll {
        width: auto;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        height: 180px;
        margin-bottom: 20px;
    }

    .category-list ul {
        display: flex;
        padding: 15px;
    }

        .category-list ul li {
            white-space: nowrap;
            display: inline-block;
            padding: 15px;
        }

    .paygirdwrp {
        display: flex;
        width: auto;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    /**/
    /*
.checkedtitlewrp b{font-size: 14px}
.checkin span{display: block;margin-right: 0; margin-bottom: 10px;}
.checkcta {position: fixed;bottom: 0;background: #fff;box-shadow: 0 -1px 8px 0 rgb(0 0 0 / 10%);width: 100%;left: 0;z-index: 99;padding: 10px 0;}
.checkinsusses span{min-width: 100%;border: 0; border-top: solid 1px #ddd} 
.checkinsusses span i{width: 70px; height: 70px; line-height: 70px;}
.checkinsusses{position: fixed; left: 0; bottom:44px;width: 100%;color: #1e1539; font-size: 14px;}
*/
    .checkinsusses span {
        min-width: 100%;
        border: 0;
        border-top: solid 1px #ddd
    }

    .postadnew {
        width: 100%;
    }
}
/*----ipad---*/
@media only screen and (min-width : 769px) and (max-width : 1024px) {

    .packagemainwrp.displaythree {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*----netbook---*/
@media only screen and (min-width : 1024px) and (max-width : 1280px) {
}
/*----ultrabook---*/
@media only screen and (min-width : 1025px) and (max-width : 1280px) {
    .form-group .custombtnwrp ul, .form-group .custombtnwrp ul li {
        display: block
    }

        .form-group .custombtnwrp ul li {
            display: inline-block;
            margin-bottom: 10px;
        }

    .category-list ul li {
        width: 101px;
        height: 105px;
    }

        .category-list ul li a span {
            line-height: 11px;
        }

    .tktsetting .table td.ctapart a {
        padding: 6px 9px;
    }
}
/*----ultrabook---*/
@media only screen and (min-width : 1280px) and (max-width : 1366px) {
    .einviteviewarp .einviteviewlt .einviteimage {
        width: 230px;
    }

    .einviteviewarp .einviteviewrt .einvite-content-where {
        width: 220px;
    }

    .einviteviewarp .einviteviewrt .einvite-content-host, .einviteviewarp .einviteviewrt .einvite-content-message {
        width: 100%;
    }

    .category-list ul li {
        width: 144px;
        height: 125px;
    }

        .category-list ul li a span {
            line-height: 11px;
        }

    .form-group .custombtnwrp ul, .form-group .custombtnwrp ul li {
        display: block
    }

        .form-group .custombtnwrp ul li {
            display: inline-block;
            margin-bottom: 10px;
        }

    .tktsetting .table td.ctapart a {
        padding: 6px 9px;
    }

    .seatingcountwrprt {
        margin-right: 245px;
    }

    .statusribbona, .statusribbon {
        margin: 0;
        top: -13px;
    }
}

@media (max-width : 1600px) {
    .datawrapper {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }

        .datawrapper::-webkit-scrollbar-track {
            background-color: #eee;
            border-radius: 4px;
        }

        .datawrapper::-webkit-scrollbar {
            height: 8px;
            background-color: #eee;
            border-radius: 4px;
        }

        .datawrapper::-webkit-scrollbar-thumb {
            background-color: #ccc;
            border-radius: 4px;
        }

    .postadnew {
        width: 100%;
    }
}
/*----large desktop---*/
@media only screen and (min-width : 1367px) and (max-width : 1600px) {
    .category-list ul li {
        width: 115px
    }
}
/*----large desktop---*/
@media only screen and (min-width : 1367px) and (max-width : 1680px) {
}
/*----large desktop---*/
@media only screen and (min-width : 1367px) and (max-width : 1680px) {
}
