@charset "utf-8";


/* ================================================================================== 
 Google Fonts
===================================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap')
/* ================================================================================== 
Reset Css
===================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

::-moz-selection {
    /* Code for Firefox */
    background-color: #cce2ff;
    color: rgba(0, 0, 0, .87);
}

::selection {
    background-color: #cce2ff;
    color: rgba(0, 0, 0, .87);
}

ol,
ul {
    list-style: none;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

a:hover {
    color: #00c9a7 !important;
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

button {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #00c9a7 !important;
    text-decoration: none !important;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #00c9a7 !important;
    text-decoration: none !important;
}

button {
    outline: none;
}

button:focus {
    outline: none !important;
}

input {
    outline: none;
    border-radius: 3px;
}

textarea {
    outline: none;
    border-radius: 3px;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #717171;
    letter-spacing: 0.1px;
}

/* ================ Typography Css =============== */
h1 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
    color: #000;
}

h2 {
    font-size: 1.625em;
    /* 1.625x body copy size = 26px */
    line-height: 1.15384615;
    /* 30px / 26px */
    color: #000;
}

h3 {
    font-size: 1.375em;
    /* 1.375x body copy size = 22px */
    line-height: 1.13636364;
    /* 25px / 22px */
    color: #000;
}

h4 {
    font-size: 1.125em;
    /* 1.125x body copy size = 18px */
    line-height: 1.11111111;
    color: #000;
}

h5 {
    font-size: 1.10em;
    /* 1.125x body copy size = 18px */
    line-height: 1.10;
    color: #000;
}

h6 {
    font-size: 1em;
    /* 1.125x body copy size = 18px */
    line-height: 1.050;
    color: #000;
}

blockquote {
    font-size: 1.25em;
    /* 20px / 16px */
    line-height: 1.25;
    /* 25px / 20px */
}

@media (min-width: 43.75em) {
    h1 {
        font-size: 2.5em;
        /* 2.5x body copy size = 40px */
        line-height: 1.125;
        color: #000;
    }

    h2 {
        font-size: 2em;
        /* 2x body copy size = 32px */
        line-height: 1.25;
        color: #000;
    }

    h3 {
        font-size: 1.5em;
        /* 1.5x body copy size = 24px */
        line-height: 1.25;
        color: #000;
    }

    h4 {
        line-height: 1.22222222;
        /* (22px / 18px */
        color: #000;
    }

    blockquote {
        font-size: 1.5em;
        /* 24px / 16px = */
        line-height: 1.45833333;
        /* 35px / 24px */
    }
}

@media (min-width: 56.25em) {
    h1 {
        font-size: 3em;
        /* 3x body copy size = 48px */
        line-height: 1.05;
        /* keep to a multiple of the 20px line height 
	and something more appropriate for display headings */
    }

    h2 {
        font-size: 2.25em;
        /* 2.25x body copy size = 36px */
        line-height: 1.25;
    }

    h3 {
        font-size: 1.75em;
        /* 1.75x body copy size = 28px */
        line-height: 1.25;
    }
}


/* ================ CROSS BROWSER COMPATABILITY =============== */

nav,
nav ul li a,
nav ul li:hover>ul {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

/* === Body Scrollbar === */

body::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

body::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

body::-webkit-scrollbar-corner {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

html {
    font-size: 14px;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.875rem;
    line-height: 1.42857143;
    color: #333;
    background: #f5f7f9 !important;
}


/* --- Header --- */

.header-wrapper {
    background: #fff;
    position: fixed;
    width: 100%;
    box-shadow: none !important;
}

.header {
    position: relative;
    width: 100%;
}

.logo-inverse {
    display: none;
}

.main-logo img {
    width: 100%;
    padding-top: 0;
}

.main-logo {
    width: 120px;
}

.res-main-logo {
    display: none;
}

#night-mode {
    padding: 0;
    font-size: 15px;
    background: #e8f7f7;
    color: #717171;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.bg-barren {
    background-color: #ffffff;
    box-shadow: 0px 0.052083333in 11.25pt -9px rgb(0 0 0 / 10%);
}

.barren-head {
    height: 60px;
}

.navbar-toggler {
    color: #000;
    padding: 0.25rem 1rem 0.25rem 0 !important;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0 !important;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    height: auto !important;
}

.navbar-toggler-icon:hover {
    color: #00c9a7 !important;
}

.create-btn i {
    margin-right: 10px;
}

.create-btn {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    height: 40px;
    display: inline-block;
    border: 2px solid #00c9a7;
    background-color: #00c9a7;
    padding: 8px 18px;
    border-radius: 3px;
    text-transform: capitalize;
    letter-spacing: 0.2px;
}

.right-header ul li {
    display: inline-block;
    vertical-align: bottom;
}

.right-header ul li:first-child {
    margin-right: 25px;
}

.right-header ul li:last-child {
    margin-left: 22px;
}

.account-link {
    color: #1d1d1d;
}

.arrow-icon {
    margin-left: 5px;
}

.account-link img {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #efefef;
    padding: 2px;
    object-fit: cover;
}

.account-link.show img {
    border: 2px solid #00c9a7;
}

.dropdown-menu-account li {
    margin: 0 !important;
}

.dropdown-menu-account {
    padding: 0 !important;
    width: 250px;
    margin-top: 9px !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    border: 1px solid #f1f1f1 !important;
    box-shadow: 0 8px 11px 2px rgb(64 70 74 / 2%) !important;
}

.dropdown-menu-account li {
    margin: 0 !important;
    display: block !important;
}

.dropdown-account-header {
    text-align: center;
    padding: 20px;
}

.account-holder-avatar img {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #00c9a7;
    padding: 2px;
    object-fit: cover;
}

.dropdown-account-header h5 {
    font-size: 16px;
    margin-top: 13px;
    margin-bottom: 3px;
}

.dropdown-account-header p {
    display: block;
    color: #686868;
    font-size: 13px;
    margin-bottom: 0;
}

.profile-link {
    border-top: 1px solid #efefef;
    padding: 10px 0;
}

.dropdown-menu-account li .link-item {
    display: block;
    width: 100%;
    color: #000000;
    padding: 10px 20px;
}

.dropdown-menu-account li .link-item:hover {
    color: #00c9a7 !important;
    background-color: #e8f7f7;
}

.nav-link {
    color: #000 !important;
}

.nav-link:hover {
    color: #00c9a7 !important;
}

.barren-head .nav-item .nav-link.active,
.barren-head .nav-item .show>.nav-link {
    color: #00c9a7 !important;
}

.close-btn {
    padding: 6px;
    font-size: 20px;
    background: #f1f2f3;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    border: 0;
}

.close-btn:hover,
.close-btn:focus {
    background: #f1f2f3;
    color: rgba(0, 0, 0, 1);
}

.offcanvas-top-area {
    display: none;
}

.offcanvas-create-btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #00c9a7;
    border: 2px solid #00c9a7;
    display: block;
    height: 50px;
    padding: 12px;
    border-radius: 3px;
}

.offcanvas-create-btn i {
    margin-right: 10px;
}

.offcanvas-create-btn:hover {
    color: #fff !important;
    background: #00c9a7;
    border: 2px solid #00c9a7;
}

.offcanvas-footer {
    border-top: 1px solid #efefef;
}

.offcanvas-social {
    padding: 30px 20px;
}

.offcanvas-social>h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
}

.offcanvas-social>.social-links>li {
    display: inline-block;
    margin-right: 10px;
}

.offcanvas-social>.social-links>li:last-child {
    margin-right: 0;
}

.offcanvas-social>.social-links li>.social-link {
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: block;
    border: 2px solid #00c9a7;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
    color: #00c9a7;
}

.offcanvas-social>.social-links li>.social-link:hover {
    color: #fff !important;
    border: 2px solid #00c9a7;
    background-color: #00c9a7;
}

.dropdown-submenu {
    width: 230px;
    margin-top: 13px !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    border: 1px solid #f1f1f1 !important;
    box-shadow: 0 8px 11px 2px rgb(64 70 74 / 2%) !important;
}

.dropdown-submenu .dropdown-item {
    display: block;
    font-size: 14px;
    width: 100%;
    color: #000000;
    padding: 10px 20px;
}

.dropdown-submenu .dropdown-item:hover {
    color: #00c9a7 !important;
    background-color: #e8f7f7;
}

.dropdown-submenu .dropdown-item:focus {
    color: #00c9a7 !important;
    background-color: transparent;
}

.submenu-item:after {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    float: right;
    font-size: 12px;
}

.pe_5 {
    padding-right: 37px !important;
}

/* --- Footer --- */

.footer {
    background: #1c2131;
    color: #fff;
}

.footer-top {
    padding: 24px 0 64px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-content {
    margin-top: 38px;
}

.footer-content h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 11px;
    font-weight: 400;
}

.footer-link-list li {
    display: block;
    line-height: 32px;
}

.footer-link {
    color: rgba(255, 255, 255, .8);
}

.footer-link:hover {
    color: rgba(106, 192, 69, 1) !important;
}

.footer-content>.social-links {
    margin-top: 21px;
}

.footer-content>.social-links>li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer-content>.social-links>li:last-child {
    margin-right: 0;
}

.footer-content>.social-links li>.social-link {
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: block;
    border: 2px solid rgba(255, 255, 255, .7);
    border-radius: 100%;
    text-align: center;
    line-height: 39px;
    color: rgba(255, 255, 255, .7);
}

.footer-content>.social-links li>.social-link:hover {
    color: #fff !important;
    border: 2px solid rgba(106, 192, 69, 1);
    background-color: rgba(106, 192, 69, 1);
}

.download-app-link {
    display: inline-block;
    height: 38px;
    margin-top: 12px;
}

.download-btn {
    transition: all 0.12s ease-in-out 0s;
    text-decoration: none;
    margin-right: 7px;
    vertical-align: inherit;
}

.download-btn img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    cursor: pointer;
    transition: all 0.12s ease-in-out 0s;
    opacity: 1;
}

.download-btn img:hover {
    opacity: 0.8;
}

.footer-copyright-text p {
    color: rgba(255, 255, 255, .8);
    letter-spacing: 0.3px;
}

.footer-copyright-text {
    text-align: center;
    padding: 30px 0;
}

/* --- Index Page --- */

.wrapper {
    margin-top: 60px;
}

.hero-banner {
    background-image: url("../images/banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 80px;
}

.hero-banner-content {
    text-align: center;
}

.hero-banner-content h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 15px;
}

.hero-banner-content p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 33px;
    padding: 0 30px;
    line-height: 32px;
}


.main-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    background: #00c9a7;
    height: 50px;
    display: inline-block;
    line-height: 49px;
    padding: 0 30px;
    border-radius: 3px;
    border: 1px solid #00c9a7;
}

.btn-hover:hover {
    color: #fff !important;
    background: #00c9a7;
    background: #00c9a7;
}

.co-main-btn {
    color: #000;
    background: #fff !important;
    border-radius: 3px;
    Border: 1px solid #bbb;
}

.co-main-btn:hover {
    color: #000 !important;
    background: #e8f7f7 !important;
    border-radius: 3px;
    Border: 1px solid #bbb;
}

.co-btn-width {
    width: 270px;
}

.p-80 {
    padding: 57px 0 64px;
}


.flex-d {
    display: flex;
    align-items: center;
    width: 100%;
}

.title-view-link {
    margin-left: auto;
    color: #717171;
    font-size: 14px;
    font-weight: 500;
}

.title-view-link i {
    margin-left: 9px;
}

.title-view-link:hover {
    color: #00c9a7 !important;
}

.main-title h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    line-height: 52px;
}


.filter-tag {
    text-align: center;
    display: flex;
    overflow: auto;
    white-space: nowrap;
    padding: 31px 0 0;
    margin-bottom: 35px;
}

.filter-tag a.active,
.filter-tag a:hover {
    background: #efefef;
    color: #000 !important;
}

.filter-tag a {
    font-size: 12px;
    color: #717171;
    border: 1px solid #efefef;
    background: #fff;
    height: 32px;
    padding: 7px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
}

.mixitup-control-active {
    background: #fff;
    color: #00c9a7 !important;
}

.controls {
    margin-bottom: 15px;
}

.control {
    position: relative;
    display: inline-block;
    background: #fff;
    height: 40px;
    padding: 0 20px;
    margin-bottom: 5px;
    margin-right: 2px;
    cursor: pointer;
    border: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: background 150ms;
}

.control:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.control[data-filter]:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background: transparent;
    transition: background-color 150ms, border-color 150ms;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
    border-bottom: 3px solid #00c9a7;
    color: #00c9a7;
}

.main-card {
    position: relative;
    border: 1px solid #efefef;
    background-color: #ffffff;
    width: 100%;
    border-radius: 5px;
}

.event-thumbnail {
    width: 100%;
    position: relative;
    padding: 0;
}

.thumbnail-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.event-thumbnail>.thumbnail-img::after {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3), transparent);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.thumbnail-img:hover {
    outline: 0 !important;
    color: #000;
    transition: 0.3s;
    text-decoration: none;
}

.event-thumbnail a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: transform .5s ease;
}

.event-thumbnail a:hover img {
    transform: scale(1.05);
}

.event-content {
    padding: 15px 20px 20px;
}

.event-content>.event-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
    line-height: 25px;
    min-height: 50px;
    margin-bottom: 33px;
    transition: all ease-in-out .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.event-content>.event-title:hover {
    color: #000 !important;
}

.duration-price-remaining {
    display: flex;
    width: 100%;
    align-items: center;
}

.remaining {
    font-size: 14px;
    font-weight: 400;
    margin-left: auto;
    color: #717171;
}

.duration-price {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.remaining i {
    font-size: 12px;
    margin-right: 7px;
    transform: rotate(300deg);
}

.event-footer {
    background: rgb(106, 192, 69, 3%);
    padding: 10px 20px;
}

.event-timing {
    display: flex;
    align-items: center;
    color: #717171;
    font-size: 13px;
}

.publish-time {
    margin-left: auto;
}

.publish-date {
    display: flex;
    align-items: center;
}

.dot {
    font-size: 4px;
    margin: 0 10px;
}

.bookmark-icon {
    color: #fff;
    font-size: 20px;
    position: absolute;
    z-index: 101;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-color: #00c9a7;
    display: block;
    height: 45px;
    width: 45px;
    line-height: 46px;
    border-radius: 30px;
    transition: all 0.4s;
}

.bookmark-icon:before,
.bookmark-icon:after {
    transition: opacity 0.3s, transform 0.4s cubic-bezier(.0, -.41, .19, 2.5);
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 0px;
}

.bookmark-icon:before {
    content: "\f02e";
    transform: scale(0.95);
}

.bookmark-icon:after {
    content: "\f02e";
    opacity: 0;
    transform: scale(0.3);
    font-weight: 900;
}

.bookmark-icon.bookmarked:after {
    opacity: 1;
    transform: scale(0.95);
}

.bookmark-icon:hover,
.like-icon.bookmarked {
    background-color: #00c9a7;
    color: #fff;
}

.bookmark-icon.bookmarked:before {
    opacity: 0;
}

.browse-btn {
    text-align: center;
    margin-top: 40px;
}

.host-engaging-event-block {
    background: #fff;
}

.main-title p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 33px;
    color: #717171;
}

.host-item {
    padding: 30px;
}

.host-img {
    display: block;
    margin-bottom: 20px;
}

.host-img img {
    width: 50px !important;
}

.host-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #000;
}

.host-item p {
    margin-bottom: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00c9a7 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #efefef !important;
}

.owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 45%;
    padding: 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #717171 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 45%;
    padding: 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #717171 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #00c9a7 !important;
    border: 1px solid #00c9a7 !important;
}

.owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #00c9a7 !important;
    background: #00c9a7 !important;
}

.engaging-slider .owl-nav .owl-prev {
    top: 35%;
}

.engaging-slider .owl-nav .owl-next {
    top: 35%;
}

.feature-group-list {
    border-top: 2px solid #efefef;
    padding-top: 3px;
}

.mt-46 {
    margin-top: 57px !important;
}

.feature-item {
    margin-top: 37px;
}

.feature-icon {
    display: block;
    margin-bottom: 24px;
}

.feature-icon img {
    width: 50px;
}

.feature-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #000;
}

.feature-item p {
    margin-bottom: 0;
}

.host-step-block {
    background-color: #fff;
}

.step-link {
    font-size: 22px;
    font-weight: 100;
    position: relative;
    box-sizing: border-box;
    width: 25%;
    display: block;
    border: none;
    border-bottom: 1px solid #efefef;
    padding: 1rem;
    color: #bbb;
    background: transparent;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.step-tabs .step-link.active,
.step-tabs .show>.step-link {
    color: #fff;
    background-color: #00c9a7;
}

.step-tabs .step-link:hover {
    background-color: #e8f7f7;
}

.step-tabs .step-link.active span,
.step-tabs .show>.step-link span {
    color: #fff !important;
}

.step-link span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}


.step-tabs .step-link.active:hover {
    color: #fff;
    background-color: #00c9a7;
}

.step-text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 37px 0 0;
    margin-bottom: 10px;
}

.step-item {
    margin-top: 37px;
}

.step-icon {
    display: block;
    margin-bottom: 24px;
}

.step-icon img {
    width: 50px;
}

.step-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #000;
}

.step-item p {
    margin-bottom: 0;
}

.testimonial-slider-area {
    border-top: 2px solid #efefef;
    padding-top: 38px;
}

.testimonial-content {
    padding: 30px;
    position: relative;
}

.testimonial-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 30px;
}

.testimonial-user-dt {
    margin-top: 33px;
}

.testimonial-user-dt h5 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.testimonial-user-dt span {
    font-size: 14px;
    color: #717171;
    margin: 10px 0;
    display: block;
}

.testimonial-user-dt ul li {
    display: inline-block;
}

.testimonial-user-dt ul li i {
    color: #ffad21;
}

.quote-icon {
    position: absolute;
    right: 30px;
    font-size: 60px;
    bottom: 3%;
    color: #efefef;
}

.our-organisations-block {
    background-color: #00c9a7;
}

.our-organisations-block .main-title h3 {
    color: #fff;
}

.organisations-area {
    margin-top: 64px;
}

.sponsor {
    text-align: center;
    line-height: 7;
}

.sponsor a img:hover {
    opacity: 1;
}

.sponsor a img {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    height: auto;
    opacity: .8;
    vertical-align: bottom;
}

/* --- Explore Events --- */

.search-form {
    margin-top: 33px;
}

.search-category .bootstrap-select .dropdown-menu li a span.text {
    margin-left: 7px !important;
}

.search-category .bootstrap-select .dropdown-toggle .filter-option-inner-inner i {
    margin-right: 7px !important;
}

.form-control {
    font-size: 14px !important;
    color: #717171 !important;
    background-color: #fff !important;
    border: 1px solid #efefef !important;
    border-radius: 3px !important;
    transition: none !important;
    padding: 0 15px !important;
    min-height: 40px;
}

.form-control:focus {
    color: #717171 !important;
    background-color: #fff !important;
    border-color: #a2ff7a !important;
    box-shadow: none !important;
}

.form-textarea {
    font-size: 14px !important;
    color: #717171 !important;
    background-color: #f9f9f9 !important;
    border: 1px solid #efefef !important;
    border-radius: 3px !important;
    transition: none !important;
    padding: 0 15px !important;
    display: block;
    width: 100%;
    min-height: 90px;
    padding: 0.8rem 1rem !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-textarea:focus {
    color: #717171 !important;
    background-color: #f9f9f9 !important;
    border-color: #a2ff7a !important;
    box-shadow: none !important;
}

.bs-searchbox .form-control {
    width: 100%;
    float: none;
    margin-bottom: 7px !important;
}

.search-form .btn-light {
    display: block !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #717171 !important;
    background-color: #fff !important;
    border: 1px solid #efefef !important;
    padding: 5px 20px !important;
    min-height: 50px !important;
    border-radius: 3px !important;
    transition: none !important;
}

.btn-light {
    display: block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #717171 !important;
    background-color: #fff !important;
    border: 1px solid #efefef !important;
    padding: 5px 20px !important;
    min-height: 40px !important;
    border-radius: 3px !important;
    transition: none !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .dropdown-menu.inner {
    padding: 0px !important;
    border: 0 !important;
    box-shadow: none !important;
    display: inline-block;
}

.main-form .bootstrap-select .dropdown-toggle:focus,
.main-form .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline: none !important;
    outline-offset: -2px;
    border-color: #a2ff7a !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: #fff !important;
    border-radius: 0 !important;
    background-color: #00c9a7 !important;
}

.bootstrap-select.dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #00c9a7 !important;
}

.bootstrap-select .dropdown-item {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 10px 20px !important;
}

.bootstrap-select>.dropdown-toggle:after {
    margin-left: -10px !important;
}

.dropdown-menu {
    border-radius: 3px !important;
    background-color: #fff !important;
    border: 1px solid #f1f1f1 !important;
    box-shadow: 0 8px 11px 2px rgb(64 70 74 / 2%) !important;
}

/* --- Sign In and Sign Up Pages --- */

.app-form {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 100vh;
}

.app-form-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    background: #00c9a7 url("../images/sign_bg.jpg");
    width: 500px;
    padding: 50px;
}

.sidebar-sign-logo {
    width: 140px;
}

.sidebar-sign-logo img {
    max-width: 100%;
}

.app-form-content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.app-form,
.app-form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}

.app-form-content {
    padding: 50px 0;
    background: #fff;
}

.app-top-items {
    display: flex;
    align-items: center;
    width: 100%;
}

.app-top-right-link {
    margin-left: auto;
    margin-top: 5px;
    color: #231f20;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-register-link {
    margin-left: 5px;
    color: #00c9a7;
    font-weight: 500;
}

.sidebar-register-link:hover {
    color: #00c9a7 !important;
}

.signup-link {
    margin-left: 5px;
    color: #00c9a7;
    font-weight: 500;
}

.signup-link:hover {
    color: #00c9a7 !important;
}

.registration-title {
    margin-top: 35px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.pass-show-eye {
    color: #717171;
    font-weight: 600;
    position: absolute;
    background: transparent;
    right: 5px;
    top: 5px;
    min-height: 40px;
    padding: 0 15px;
    line-height: 40px;
    margin-bottom: 0;
    border-radius: 3px;
    cursor: pointer;
}

.pass-show-eye:hover {
    color: #00c9a7;
}

.field-password {
    position: relative;
}

.forgot-pass-link {
    position: absolute;
    top: 0;
    right: 0;
    color: #00c9a7;
    font-weight: 500;
}

.forgot-pass-link:hover {
    color: #00c9a7 !important;
}

.divider {
    position: relative;
    text-align: center;
    z-index: 1;
    margin: 30px 0;
}

.divider:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: rgba(112, 112, 112, 0.2);
}

.divider span {
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.hr-line-dt {
    position: absolute;
    left: 0;
    top: -10px;
    padding: 0 20px 0 20px;
    background: #f9f9f9;
    color: #717171;
    font-size: 14px;
    font-weight: 500;
}

.new-sign-link {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 35px;

}

.copyright-footer {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 30px;
}

.sign_sidebar_text h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
}

.h_40 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.h_50 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.min-width {
    min-width: 130px;
    min-height: 40px;
    line-height: 39px;
    padding: 0 !important;
}

.sign-logo {
    display: none;
}

.sign-logo img {
    width: 100%;
    padding-top: 0;
    width: 130px;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.social-login-btn {
    display: block;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 50px;
    border: 1px solid #efefef;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.social-login-btn:hover {
    background: #F5F5F5;
}

.registration .form-control {
    background-color: #f9f9f9 !important;
}

.agree-text {
    padding-top: 20px;
    line-height: 26px;
    font-size: 14px;
    color: #000;
}

.agree-text a {
    color: #00c9a7;
}

.agree-text a:hover {
    color: #00c9a7 !important;
    text-decoration: underline !important;
}

/* --- Event Detail View Page --- */

.breadcrumb-block {
    background-image: url("../images/banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.barren-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #000;
}

.barren-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: #00c9a7 !important;
}

.barren-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #717171;
}

.barren-breadcrumb ol.breadcrumb {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block !important;
    width: 100%;
}

.barren-breadcrumb .breadcrumb .breadcrumb-item {
    display: inline;
}

.barren-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: none !important;
    color: #000 !important;
}

.event-top-dts {
    display: flex;
    width: 100%;
    position: relative;
}

.event-top-date {
    height: 100px;
    width: 100px;
    border: 1px solid #efefef;
    background: #fff;
    text-align: center;
    border-radius: 3px;
}

.event-month {
    display: block;
    background: #00c9a7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 5px 0;
    text-transform: uppercase;
}

.event-date {
    font-size: 30px;
    padding: 8px 0;
    display: block;
    font-weight: 500;
    color: #000;
}

.event-top-dt {
    margin-left: 27px;
}

.event-type-name {
    font-size: 16px;
    font-weight: normal;
    color: #717171;
    position: relative;
}

.event-top-dt .event-top-info-status .event-type-name {
    padding-left: 11px;
    margin-right: 10px;
}

.event-top-dt .event-top-info-status .event-type-name:nth-child(1) {
    padding-left: 0;
}

.event-top-dt .event-top-info-status .event-type-name:nth-child(1) i {
    padding-right: 10px;
}

.event-main-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #000;
}

.details-hr:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 100%;
    display: inline-block;
    left: 0;
    top: 8px;
    position: absolute;
}

.event-img img {
    width: 100%;
    border-radius: 5px;
}

.main-event-dt {
    margin-top: 40px;
}

.main-event-content {
    margin-top: 37px;
}

.main-event-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    color: #000;
}

.main-event-content p {
    margin-bottom: 27px;
}

.main-event-content p:last-child {
    margin-bottom: 0;
}

.booking-ends h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.booking-ends {
    padding: 37px 20px 0;
}

.event-right-dt {
    margin-top: 40px;
}

.countdown {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 20px 0;
}

.countdown-item {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #00c9a7;
    margin-right: 5px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 6%), 0 1px 3px rgb(0 0 0 / 5%);
}

.countdown-item:last-child {
    margin-right: 0;
}

.countdown-item span {
    display: block;
    font-size: 26px;
    font-weight: 400;
}

.event-dt-right-group {
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding: 0 20px;
    margin-bottom: 37px;
}

.event-dt-right-content {
    margin-left: 15px;
}

.event-dt-right-icon i {
    font-size: 16px;
    color: #00c9a7;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e8f7f7;
    border-radius: 50%;
}

.event-dt-right-content h4 {
    font-size: 14px;
    margin-bottom: 13px;
    font-weight: 400;
    color: #717171;
}

.event-dt-right-content h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    font-family: inherit;
}

.event-dt-right-content a {
    color: #00c9a7;
    font-weight: 500;
    margin-top: 13px;
    display: inline-block;
}

.event-dt-right-content a:hover {
    color: #00c9a7 !important;
}

.booking-btn {
    padding: 0 20px 20px;
}

.add-to-calendar .dropdown-item {
    display: block;
    font-size: 14px;
    width: 100%;
    color: #000000;
    font-weight: 400;
    padding: 10px 20px;
    margin-top: 0;
}

.dropdown-item {
    display: block !important;
    font-size: 14px !important;
    width: 100% !important;
    color: #000000 !important;
    font-weight: 400 !important;
    padding: 10px 20px !important;
    margin-top: 0 !important;
}

.dropdown-item:hover {
    color: #00c9a7 !important;
    background-color: #e8f7f7 !important;
}

.share-save-btns {
    text-align: center;
    margin-top: 30px;
}

.sv-btn {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    height: 40px;
    width: 110px;
    border: 1px solid #efefef;
    border-radius: 3px;
    background: #fff;
}

.sv-btn:hover {
    color: #000;
    border: 1px solid #efefef;
    background: #e8f7f7;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.more-events {
    margin-top: 55px;
    border-top: 1px solid #efefef;
    padding-top: 55px;
}

.view-all-link {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.view-all-link:hover {
    color: #00c9a7 !important;
}

/* --- Checkout Page --- */

.checkout-title {
    border-bottom: 2px solid #efefef;
    padding-bottom: 25px;
}

.bp-title h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
}

.bp-content {
    padding: 0 30px 30px;
}

.bp-form .form-control {
    background-color: #f9f9f9 !important;
}

.bp-form .btn-light {
    display: block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #717171 !important;
    background-color: #f9f9f9 !important;
    border: 1px solid #efefef !important;
    padding: 5px 20px !important;
    min-height: 50px !important;
    border-radius: 3px !important;
    transition: none !important;
}

.checkout-block {
    margin-top: 40px;
}

.order-summary {
    margin-top: 40px;
}

.order-summary-content {}

.event-order-dt {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.event-thumbnail-img img {
    object-fit: cover;
    width: 110px;
    height: 100px;
    border-radius: 5px;
}

.event-order-dt-content {
    margin-left: 20px;
}

.event-order-dt-content h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    color: #000;
}

.event-order-dt-content span {
    font-size: 14px;
    font-weight: 400;
    color: #717171;
    display: block;
    margin-bottom: 10px;
}

.event-order-dt-content .category-type {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-family: inherit;
}

.order-total-block {
    margin-top: 30px;
}

.order-total-dt {
    display: flex;
    width: 100%;
    align-items: center;
    color: #717171;
    font-weight: 600;
}

.order-total-dt div {
    font-size: 16px;
    margin-bottom: 20px;
}

.order-number {
    margin-left: auto;
}

.order-text {
    color: #000;
}

.ttl-clr {
    color: #000;
}

.divider-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #efefef;
    margin-bottom: 20px;
}

.coupon-code-block .form-control {
    background-color: #f9f9f9 !important;
}

.apply-btn {
    position: absolute;
    right: 5px;
    height: 40px;
    bottom: 5px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: #00c9a7;
    display: inline-block;
    border-radius: 3px;
    border: 0;
}

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

.confirmation-btn span {
    font-size: 14px;
    color: #000;
    margin-top: 13px;
    display: block;
}

.select-tickets-block {
    padding: 0 20px 40px;
}

.select-ticket-action {
    display: flex;
    width: 100%;
    align-items: center;
}

.select-tickets-block h6 {
    font-size: 18px;
    font-family: inherit;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 27px;
}

.ticket-price {
    font-size: 18px;
    font-weight: 500;
    color: #717171;
}

.quantity {
    margin-left: auto;
}

.counter {
    width: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter input {
    width: 40px;
    border: 0;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background: transparent;
    color: #000;
    appearance: none;
    outline: 0;
}

.counter span {
    display: block;
    font-size: 24px;
    padding: 0;
    line-height: 26px;
    cursor: pointer;
    color: #000;
    user-select: none;
    background: #fff;
    border: 2px solid #bbb;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
}

.counter span:hover {
    color: #fff;
    background: #00c9a7;
    border: 2px solid #00c9a7;
}

.select-tickets-block p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.xtotel-tickets-count {
    border-top: 1px solid #efefef;
    padding-top: 20px;
}

.x-title {
    font-size: 14px;
    font-weight: 500;
    color: #717171;
    margin-bottom: 13px;
}

.xtotel-tickets-count h4 {
    font-size: 22px;
    margin-bottom: 0;
    color: #000;
}

/* --- Profile Page --- */

.hero-cover-block {
    height: 260px;
    position: relative;
}

.hero-cover {
    position: absolute;
    inset: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    background-color: rgba(253, 61, 181, 0.2);
}

.hero-cover-img {
    background-size: cover;
    background-position: center center;
    position: absolute;
    inset: 0px;
    background-image: url("../images/banners/hero-cover-01.jpg");
    filter: none;
    transition: all 0.12s ease-in-out 0s;
    opacity: 1;
}

.user-dt-block {
    padding-bottom: 64px;
}

.user-left-dt {
    text-align: center;
    padding: 30px;
    margin-top: -70px;
}

.upload-cover {
    display: inline-block;
    color: #e44d3a;
    font-size: 16px;
    position: absolute;
    top: 30px;
    right: 0;
    font-weight: 600;
    margin-right: 0;
    width: 100%;
}

.upload-cover .cover-img-btn [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: left;
}

.upload-cover .cover-img-btn [type="file"]+label {
    color: #000;
    background: #fff;
    Border: 1px solid #bbb;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 12px 20px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
    float: right;
}

.upload-cover .cover-img-btn [type="file"]+label:hover {
    background: #00c9a7;
    color: #fff;
}

.user-avatar-img {
    position: relative;
}

.user-avatar-img img {
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #00c9a7;
    padding: 2px;
    object-fit: cover;
}

.avatar-img-btn {
    display: inline-block;
    color: #e44d3a;
    font-size: 16px;
    position: absolute;
    bottom: 4px;
    left: 64%;
    transform: translateX(-50%);
    margin-right: 0;
}

.avatar-img-btn [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: left;
}

.avatar-img-btn [type="file"]+label {
    color: #000;
    background: #fff;
    Border: 1px solid #bbb;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
    float: right;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.avatar-img-btn [type="file"]+label:hover {
    background: #00c9a7;
    color: #fff;
}

.user-dts .user-name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 23px;
}

.ff-block {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 30px;
}

.ff-block a {
    font-size: 14px;
    color: #000;
    display: inline-block;
    width: 50%;
}

.ff-block a:hover {
    color: #00c9a7 !important;
}

.ff-block a span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.ff-block a:first-child {
    border-right: 1px solid #efefef;
}

.verify-badge {
    margin-left: 8px;
    font-size: 15px;
    color: #00c9a7 !important;
}

.user-description {
    margin-top: 30px;
}

.user-btns {
    margin-top: 30px;
}

.user-email {
    font-size: 16px !important;
    margin-top: 15px;
    display: block;
}

.profile-social-link {
    margin-top: 37px;
}

.profile-social-link h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: inherit;
    color: #000;
    margin-bottom: 20px;
}

.social-links>.social-link {
    font-size: 18px !important;
    width: 40px !important;
    height: 40px !important;
    border: 2px solid #00c9a7;
    border-radius: 100% !important;
    text-align: center;
    color: #00c9a7;
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
    margin-right: 7px;
    padding: 10px 9px
}

.social-links>.social-link:hover {
    color: #fff !important;
    border: 2px solid #00c9a7;
    background-color: #00c9a7;
}

.user-right-dt {
    text-align: center;
    padding: 0;
    margin-top: -70px;
}

.garren-line-tab {
    border: 1px solid #efefef;
    border-radius: 3px;
    background-color: #fff;
}

.border-bottom {
    border-bottom: 1px solid #efefef !important;
}

.garren-line-tab .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #717171;
    position: relative;
    padding: 10px !important;
    border-radius: 3px;
}

.garren-line-tab .nav-link.active,
.garren-line-tab .nav-link.active:hover {
    color: #fff !important;
    background-color: #00c9a7 !important;
}

.garren-line-tab .nav-link:hover {
    color: #00c9a7 !important;
}

.garren-line-tab .nav-link i {
    font-size: 14px;
    margin-right: 8px;
}

.right-profile {
    margin-top: 25px;
}

.tab-link {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    width: 33.33%;
    display: block;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 1rem;
    color: #717171;
    background: transparent;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.custom-tabs .tab-link.active,
.tab-tabs .show>.tab-link {
    color: #00c9a7;
    background-color: #fff;
    border-bottom: 3px solid #00c9a7;
}

.custom-tabs .tab-link:hover {
    color: #00c9a7;
    background-color: #fff;
    border-bottom: 3px solid transparent;
}

.custom-tabs .tab-link.active span,
.tab-tabs .show>.tab-link span {
    color: #fff;
}

.custom-tabs .tab-link.active:hover {
    color: #00c9a7;
    background-color: #fff;
    border-bottom: 3px solid #00c9a7;
}

.setting-step {
    border-bottom: 1px solid #efefef;
}

.setting-step:last-child {
    border-bottom: 0;
}

.chk-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.setting-title {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
}

.btn-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    min-width: 40px;
    height: 22px;
    margin: 14px 5px;
}

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

.btn-switch input:checked+.checkbox-slider {
    background: #22B0AF;
}

.btn-switch .checkbox-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 22px;
    width: 44px;
    border-radius: 16px;
    background-color: #EDF1F5;
    -webkit-transition: .4s;
    transition: .4s;
}

.btn-switch .checkbox-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    top: calc(50% - 18px/2);
    border-radius: 50%;
    background-color: white;
    filter: drop-shadow(0px 2px 4px rgba(0, 35, 11, 0.2));
    -webkit-transition: .4s;
    transition: .4s;
}

.btn-switch input:checked+.checkbox-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.password-des h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    color: #000;
}

.password-des p {
    margin-bottom: 30px;
}


.card-top {
    display: flex;
    width: 100%;
    align-items: flex-start;
    border-bottom: 1px solid #efefef;
}

.card-event-img {
    width: 170px;
    height: 110px;
    margin-right: 20px;
}

.card-event-img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
}

.card-event-dt h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    color: #000;
}

.invoice-id {
    color: #717171;
}

.card-bottom {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.card-bottom-item {
    display: flex;
    width: 25%;
    align-items: center;
    padding: 20px;
}

.card-icon i {
    font-size: 16px;
    color: #00c9a7;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 41px;
    background: #e8f7f7;
    border-radius: 50%;
}

.card-dt-text {
    margin-left: 15px;
}

.card-dt-text h6 {
    font-size: 13px;
    color: #717171;
}

.card-dt-text span {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.card-dt-text a {
    color: #00c9a7;
    font-weight: 500;
    font-size: 14px;
}

.card-dt-text a:hover {
    color: #00c9a7 !important;
}

.edit-btn {
    position: absolute;
    right: 0;
    top: 10px;
}

.about-details {
    padding: 30px;
}

.about-step {
    border-bottom: 1px solid #efefef;
    padding-bottom: 25px;
    padding-top: 25px;
}

.about-step:first-child {
    padding-top: 0;
}

.about-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.about-step h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 13px;
}

.about-step span {
    font-size: 18px;
    color: #717171;
    font-weight: 500;
    margin-bottom: 0;
}

.close-model-btn {
    box-sizing: content-box;
    font-size: 14px;
    width: 1.5em;
    height: 1.5em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.close-model-btn:hover {
    color: #00c9a7;
    opacity: 1;
}

.modal-title {
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    color: #000;
}

.modal-header {
    border-bottom: 1px solid #efefef !important;
}

.modal-footer {
    border-top: 1px solid #efefef !important;
}

.modal-body {
    padding: 0 !important;
}

.model-content {
    padding: 0 30px 30px;
}

.model-content .form-control {
    background-color: #f9f9f9 !important;
}

.address-title {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    padding-bottom: 13px;
    margin-top: 30px;
    color: #000;
}

.model-content .btn-light {
    min-height: 40px !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #717171 !important;
    background-color: #f9f9f9 !important;
    border: 1px solid #efefef !important;
    padding: 5px 20px !important;
    border-radius: 3px !important;
    transition: none !important;
}

.my-event-tabs {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #efefef;
}

.event-link {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    width: 33.333%;
    display: block;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 1rem;
    color: #bbb;
    background: transparent;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.my-event-tabs .event-link.active,
.my-event-tabs .show>.event-link {
    color: #00c9a7;
    background-color: #fff;
    border-bottom: 3px solid #00c9a7;
}


.my-event-tabs .event-link.active span,
.my-event-tabs .show>.event-link span {
    color: #00c9a7;
}

.event-link span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
}

.my-event-tabs .event-link.active:hover {
    color: #00c9a7;
    background-color: #fff;
    border-bottom: 3px solid #00c9a7;
}

.event-count {
    background: #e8f7f7;
    display: inline-block !important;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    line-height: 36px;
}

.my-event-tabs .event-link.active .event-count,
.my-event-tabs .show>.event-link .event-count {
    color: #fff;
    background: #00c9a7;
}

.profile-event-content {
    padding: 15px 20px 20px;
}

.profile-event-content>.event-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: block;
    line-height: 25px;
    min-height: 50px;
    margin-bottom: 33px;
    transition: all ease-in-out .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.profile-event-content>.event-title:hover {
    color: #000 !important;
}

.profile-event-footer {
    padding: 0 20px 20px;
}

.event-btn-group {
    margin-top: 20px;
}


.esv-btn {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    height: 40px;
    min-width: 110px;
    border: 1px solid #efefef;
    border-radius: 3px;
    background: #fff;
    padding: 0 20px;
}

.esv-btn:hover {
    color: #000;
    border: 1px solid #efefef;
    background: #e8f7f7;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.saved-btn {
    color: #fff !important;
    border: 1px solid #00c9a7 !important;
    background: #00c9a7 !important;
}

.saved-btn:hover {
    color: #fff !important;
    border: 1px solid #00c9a7 !important;
    background: #00c9a7 !important;
}

.ff-tablist {
    border-bottom: 1px solid #efefef;
    margin-top: 27px;
}

.ff-tablist .nav-item .nav-link.active,
.ff-tablist .nav-item .show>.nav-link {
    color: #00c9a7 !important;
    border-color: #00c9a7;
    background-color: transparent;
}

.ff-tablist .nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 5px 10px;
    margin-bottom: -1px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.min-height-430 {
    min-height: 430px;
}

.min-height-370 {
    min-height: 370px;
}

.min-height-180 {
    min-height: 180px;
}

.user-follow-card {
    display: flex;
    align-items: center;
    width: 100%;
}

.follow-card-left {
    display: flex;
    align-items: center;
}

.follow-avatar {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.follow-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.follow-name {
    margin-left: 15px;
}

.follow-name h5 {
    font-size: 16px;
    color: #000;
}

.follow-card-btn {
    margin-left: auto;
}

.follow-btn {
    color: #000;
    background: #fff !important;
    border-radius: 3px;
    Border: 1px solid #bbb;
    padding: 3px 15px;
}

.follow-btn:hover {
    color: #000 !important;
    background: #e8f7f7 !important;
    border-radius: 3px;
    Border: 1px solid #bbb;
}

/* --- Organisation Dashboard Page --- */

/* Medium devices (desktops)
==========================*/
@media (min-width: 992px) {
    body {
        overflow-y: scroll;
    }

    .logo img {
        width: 200px;
        text-align: center;
        margin-top: 10px;
        float: none;
    }

    .wrapper-body {
        margin-left: 254px;
        transition: all 0.3s ease-out;
    }

    .wrapper__minify {
        margin-left: 80px;
    }
}

.wrapper-body {
    padding: 35px 0;
}

.d-main-title h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}

.d-main-title i {
    font-size: 22px;
}

.add-organisation-card {
    display: flex;
    width: 100%;
    align-items: center;
}

.ocard-left {
    display: flex;
    align-items: center;
}

.ocard-avatar {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.ocard-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.ocard-name {
    margin-left: 17px;
}

.ocard-name h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.ocard-name span {
    font-size: 14px;
    color: #717171;
}

.ocard-right {
    margin-left: auto;
}

.ocard-right .co-main-btn i {
    height: 25px;
    width: 25px;
    margin-right: 10px;
    background: #f7f7f7;
    border: 2px dashed #bbb;
    border-radius: 50%;
    line-height: 2;
    font-size: 11px;
    color: #bbb;
}

.org_design_button {
    width: 120px;
    display: inline-block;
    min-height: 120px;
    overflow: hidden;
    border: 2px dashed #bbb;
    background: #fff;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
}

.org_design_button:hover {
    background: #e8f7f7;
}

.org_design_button span {
    vertical-align: middle;
    display: block;
    text-align: center;
    color: #bbb;
    padding: 39px 0;
}

.org_design_button i {
    margin-top: 0;
    font-size: 24px;
    color: #bbb;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block;
}

.dashboard-date-arrows a {
    font-size: 14px;
    color: #717171;
    padding: 4px 10px 2px;
    display: inline-block;
    text-align: center;
    background: #e8f7f7;
    border-radius: 3px;
}

.dashboard-date-arrows a:hover {
    color: #00c9a7 !important;
}

.before_date.disabled,
.after_date.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.dashboard-select-date {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 500;
}

.event-list-dropdown {
    border: 0;
    background: transparent;
    color: #000;
    font-size: 14px;
    font-family: inherit;
}

.event-list-dropdown .dropdown-item {
    padding: 2px 20px !important;
}

.dashboard-report-content {
    padding: 0 1.5rem;
}

.dashboard-report-card {
    position: relative;
    margin-bottom: 1.5rem;
    border: 1px solid #efefef;
    box-shadow: none;
    flex-direction: row;
    align-items: center;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.dashboard-report-card .card-content {
    color: #fff;
    flex-grow: 1;
}

.dashboard-report-card.purple {
    background-color: #8892d6;
    border-color: #8892d6;
}

.dashboard-report-card.red {
    background-color: #fc544b;
    border-color: #fc544b;
}

.dashboard-report-card.info {
    background-color: #45bbe0;
    border-color: #45bbe0;
}

.dashboard-report-card.success {
    background-color: #00c9a7;
    border-color: #00c9a7;
}

.dashboard-report-card .card-media {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: rgba(255, 255, 255, .2);
    justify-content: center;
    right: 20px;
    top: 20px;
    position: absolute;
}

.dashboard-report-card .card-content {
    color: #fff;
    flex-grow: 1;
}

.dashboard-report-card .card-content .card-title {
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
}

.dashboard-report-card .card-content .card-sub-title {
    font-size: 24px;
    margin: 8px 0 13px;
    display: block;
    font-weight: 600;
}

.dashboard-report-card .card-media i {
    font-size: 28px;
    color: #fff;
}

.border_bottom {
    border-bottom: 1px solid #efefef;
}

.border_top {
    border-top: 1px solid #efefef;
}

.select-graphic-category .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 150px !important;
}

.rs .btn-check:active+.btn-outline-primary,
.rs .btn-check:checked+.btn-outline-primary,
.rs .btn-outline-primary.active,
.rs .btn-outline-primary.dropdown-toggle.show,
.rs .btn-outline-primary:active {
    color: #fff;
    background-color: #00c9a7;
    border-color: #00c9a7;
}

.rs .btn-outline-primary {
    color: #00c9a7;
    border-color: #00c9a7;
}

.rs .btn-outline-primary:hover {
    color: #00c9a7;
    background-color: #e8f7f7;
    border-color: #00c9a7;
}

.rs .btn-outline-primary:focus {
    box-shadow: none !important;
    outline: none !important;
}

.rs .btn-check:focus {
    box-shadow: none !important;
    outline: none !important;
}

.relative-input .form-control {
    padding: 0 15px 0 40px !important;
    width: 280px;
}

.relative-input i {
    position: absolute;
    top: 20%;
    font-size: 16px;
    left: 10px;
    color: #717171;
}

.custom2-tabs .tab-link {
    background: #fff;
    border: 1px solid #bbb;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0;
    width: 130px;
    padding: 0 15px;
    font-size: 14px;
    height: 40px;
    color: #000;
    display: inline-block;
    margin: 0 0 0 4px !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.custom2-tabs .tab-link:first-child {
    margin-left: 0 !important;
}

.custom2-tabs .tab-link.active,
.tab-tabs .show>.tab-link {
    color: #fff;
    background-color: #00c9a7;
    border: 1px solid #00c9a7;
}

.custom2-tabs .tab-link:hover {
    color: #000;
    background-color: #e8f7f7;
    border: 1px solid #bbb;
}

.custom2-tabs .tab-link.active span,
.tab-tabs .show>.tab-link span {
    color: #fff;
}

.custom2-tabs .tab-link.active:hover {
    color: #fff;
    background-color: #00c9a7;
    border: 1px solid #00c9a7;
}

.event-top .card-event-img {
    width: 130px;
    height: 70px;
}

.option-btn {
    width: 35px;
    height: 35px;
    color: #000;
    border: 1px solid #bbb;
    background: rgba(255, 255, 255, .3);
    border-radius: 3px;
}

.option-btn:hover {
    color: #00c9a7;
    border: 1px solid #00c9a7;
    background: rgba(255, 255, 255, .3);
}

.event-list-icon {
    width: 110px;
    height: 110px;
    background: #fafafa;
    border: 1px solid #efefef;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    padding-top: 30px;
}

.event-list-icon img {
    width: 80px;
}

.contact-list {
    box-sizing: border-box;
}

.contact-list .top .icon-box {
    position: relative;
    padding-left: 66px;
    width: calc(100% - 150px);
}

.contact-list .top .icon-box .icon-big {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #D4F7F7;
    border-radius: 100px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-list .top .icon-box .icon {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #D4F7F7;
    border-radius: 100px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 2px;
}

.icon.icon-purple {
    background-color: rgba(155, 81, 224, 0.1) !important;
}

.contact-list .top .icon-box h5 {
    font-size: 18px;
    margin: 0;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.contact-list .top .icon-box p {
    font-size: 13px;
    margin: 0 !important;
    color: #717171;
}

.option-btn-1 {
    width: 35px;
    height: 35px;
    color: #000;
    border: 1px solid #bbb;
    background: rgba(255, 255, 255, .3);
    border-radius: 3px;
}

.option-btn-1:hover {
    color: #00c9a7;
    border: 1px solid #00c9a7;
    background: rgba(255, 255, 255, .3);
}

.icon-box .icon {
    font-size: 18px;
    margin-right: 7px;
    padding-top: 2px;
}

.rotate-icon {
    transform: rotate(300deg);
}

.contact-list .bottom .icon-box {
    min-width: 130px;
    position: relative;
    padding-left: 52px;
    width: 25%;
    max-width: 100%;
}

.card-icon-align.bottom .icon-box {
    padding-left: 60px !important;
}

.contact-list .bottom .icon-box .icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #F5F7FD;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-list .bottom .icon-box h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin: 0 0 6px;
}

.contact-list .bottom .icon-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #717171;
    margin: 0;
}

.contact-list .bottom .icon-box:not(:last-child) {
    padding-right: 15px;
}

.contact-list .bottom .icon-box .progress {
    background: rgba(163, 173, 185, 0.3);
    border-radius: 2px;
    height: 4px;
}

.contact-list .bottom .icon-box .progress {
    max-width: 80px;
}

.contact-list .bottom .icon-box .progress .progress-bar {
    background: #00c9a7;
    border-radius: 2px;
}

.add-contact-title h4 {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.gift-coupon-icon {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    border-bottom: 2px dashed #efefef;
    margin-bottom: 10px;
}

.gift-coupon-icon img {
    width: 100px;
    height: 100px;
}

.datepickers-container {
    z-index: 9999;
}

.datepicker--day-name {
    color: #00c9a7 !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif;
}

.icon.icon-purple {
    color: #6b63ff;
    background-color: rgba(155, 81, 224, 0.1) !important;
}

.icon.icon-yellow {
    color: #e8df2a;
    background-color: rgba(242, 153, 74, 0.1) !important;
}

.bank-card {
    position: relative;
    border: 1px solid #efefef;
    background: #f9f9f9;
    border-radius: 3px;
}

.bank-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.bank-card h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
    color: #000;
}

.bank-card span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #717171;
}

.action-link {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    color: #717171;
    border: 1px solid #bbb;
    background: rgba(255, 255, 255, .3);
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}

.action-link:hover {
    color: #00c9a7 !important;
    border: 1px solid #00c9a7;
    background: rgba(255, 255, 255, .3);
}

.rmt_4 {
    margin-top: 1.5rem;
}

.table-card {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    border-radius: 5px;
}

.main-table .table {
    color: #000;
    margin-bottom: 0;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #efefef;
}

.main-table .table>:not(:first-child) {
    border-top: 1px solid #efefef;
}

.main-table .table .thead-dark th {
    color: #000;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    border-bottom: 0;
    border: 1px;
    font-size: 14px;
    font-weight: 500;
}

.main-table .table .thead-dark th:first-child {
    border-top-left-radius: 3px;
}

.main-table .table .thead-dark th:last-child {
    border-top-right-radius: 3px;
}

.main-table .table .thead-dark tr {
    border-radius: 3px;
}

.main-table .table .thead-dark tr th:first-child {
    border-top-left-radius: 3px;
}

.main-table .table .thead-dark tr th:last-child {
    border-top-right-radius: 3px;
}

.main-table .table tbody tr td a {
    color: #000;
}

.discount-table .table td,
.discount-table .table th {
    padding: 1rem 1rem !important;
    border-top: 1px solid transparent !important;
}

.main-table .table td,
.main-table .table th {
    padding: 1rem 1rem !important;
    border-top: 1px solid transparent !important;
}

.main-table .table tfoot {
    font-weight: 500;
    padding: 14px !important;
    color: #000 !important;
}

.main-table .table tfoot td {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    background-color: #fafafa;
}

.main-table .table td {
    vertical-align: middle;
    padding: 12px 10px 9px;
    font-size: 14px;
}

.status-circle {
    background-color: #efefef;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.red-circle {
    background-color: #dc3545;
}

.green-circle {
    background-color: #7dc579;
}

.blue-circle {
    background-color: #bb6bd9;
}

.a-link {
    color: #00c9a7 !important;
    font-weight: 500;
}

.a-link:hover {
    color: #00c9a7 !important;
    text-decoration: underline !important;
}

.subscription-bg {
    background: url("../images/banners/subscription-bg.png") no-repeat center/cover;
    margin-bottom: 16px;
    padding: 28px;
    min-height: 170px;
    position: relative
}

.s-info h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.s-info p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.s-price h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.since-text {
    font-style: italic;
    color: #fff;
}

.subscription-title h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}

.subscription-item {
    border: 1px solid #efefef;
    border-radius: 3px;
}

.subscription-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bp-info h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.btn-gray {
    padding: 8.5px 16px;
    border-radius: 5px;
    font-weight: bold;
    border: 0;
    background: #F5F5F5;
    color: rgba(33, 33, 33, 0.6);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-gray:hover.no-bg:hover svg path {
    fill: #22B0AF;
}

.no-bg {
    background: none !important;
    background-color: transparent !important;
}

.c-img {
    width: 60px;
    margin-bottom: 5px;
}

.tracking-tab .tracking-head {
    background: #fff;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #efefef;
    margin-top: 1.5rem;
}

.tracking-tab .nav-tabs .nav-item {
    margin-bottom: 0px;
    width: 33.333%;
}

.tracking-tab .nav-tabs .nav-link {
    display: block;
    text-align: center;
    background: #fff;
    border: 0;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0rem 1.3rem;
}

.tracking-tab .nav-tabs .nav-link.active {
    background-color: #00c9a7;
    color: #fff !important;
}

.specific-event {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #efefef;
}

.specific-event h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
    color: #000;
}

.organisation-profile {
    position: relative;
    padding-top: 50px;
    max-width: 560px;
    min-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.view-profile-link {
    display: inline-block;
}

.profile-edit-btn {
    position: absolute;
    right: 10px;
    top: 15px;
}

.profile-edit-btn .btn {
    color: #717171;
    font-size: 16px;
}

.profile-edit-btn .btn:hover {
    color: #00c9a7 !important;
}

.profile-edit-btn .btn:focus {
    box-shadow: none;
}

.p-bg {
    background-color: #F5F7F9;
}

.copy-link {
    position: absolute;
    right: 2px;
    top: 2px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    padding: 0 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.team-lock {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.team-lock:after {
    content: '\f023';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    float: right;
    padding-right: 30px;
    font-size: 12px;
    color: #717171;
    padding-top: 1px;
}

.team-lock>.menu--label {
    display: inline-block;
    height: 45px;
    line-height: 43px;
}

.team-lock>.menu--label:hover {
    background: #e8f7f7;
}

.upgrade-premium-area {
    justify-content: center;
    display: flex;
    padding: 30px;
}


.upgrade-content .upgrade-premium-center {
    max-width: 556px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 2px 4px 7px rgb(0 0 0 / 7%);
    border-radius: 5px;
    text-align: center;
    padding: 75px 30px 30px 30px;
    background-image: url("../images/banners/up-shape.png");
    background-repeat: no-repeat;
    background-position: 30% 1%;
    overflow-y: auto;
}

.upgrade-icon img {
    width: 100px;
}

.upgrade-banner img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.upgrade-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 22px 0 13px;
    color: #000;
}

.upgrade-text p {
    font-size: 16px;
    font-weight: 400;
    color: #717171;
}

.premium-select {
    margin-top: 20px;
}

.premium-select .option {
    margin-top: 1.5rem;
    text-align: center;
    display: block;
    justify-content: space-evenly;
    border-radius: 5px;
    cursor: pointer;
    padding: 40px;
    border: 2px solid #efefef;
    background-color: #ffffff;
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.premium-select .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.premium-select .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

.premium-select input[type="radio"] {
    display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2 {
    border: 2px solid #00c9a7;
    background: #fff;
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot {
    background: #00c9a7;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before {
    opacity: 1;
    transform: scale(1);
}

.wrapper .option span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: block;
    margin: 13px 0 10px;
}

.wrapper .option span:last-child {
    font-size: 16px;
    font-weight: 400;
    color: #717171;
    display: block;
    margin-bottom: 0;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
    color: #000;
}

#option-1:checked:checked~.option-1 span:last-child,
#option-2:checked:checked~.option-2 span:last-child {
    color: #717171;
    display: block;
}

.action-btn {
    cursor: pointer;
}

.action-btn:hover {
    color: #00c9a7;
}

.disabled {
    pointer-events: none !important;
}

.role-header {
    background: #efefef;
    text-align: left;
    padding: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.role-header h6 {
    font-size: 18px;
    font-weight: 500;
}

.role-body-content {
    padding: 25px;
}

.role-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.role-item:last-child {
    margin-bottom: 0;
}

.role-item i {
    color: #00c9a7;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: rgba(106, 192, 69, 0.1);
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
}

.i-disabled {
    color: #000 !important;
    background: rgba(0, 0, 0, 0.04) !important;
}

.role-item span {
    color: #000;
    font-weight: 400;
    margin-left: 7px;
}

.mt-30 {
    margin-top: 30px;
}

/* --- Create Events --- */

.wizard-steps-block {
    margin-top: 39px;
}

#add-event-tab {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#add-event-tab .step-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
}

#add-event-tab .step-steps>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 0 0 33.3333%;
}

#add-event-tab .step-steps>li:before {
    background-color: #ededed;
    height: 5px;
    left: 50%;
    top: 20px;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#add-event-tab .step-steps>li>a>.number {
    width: 24px;
    height: 24px;
    background-color: #d1d1d1;
    border: 0px solid;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#add-event-tab .step-steps>li>a>.number:before {
    background-color: rgba(221, 221, 211, 0.3);
    box-shadow: 0 0 0 rgba(221, 221, 211, 0);
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#add-event-tab .step-steps>li>a>.step-name {
    font-weight: 500;
    color: #b2b2b2;
    font-size: 14px;
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize;
}

#add-event-tab .step-steps>li:last-child:before {
    width: 0;
}

#add-event-tab .step-steps>li.active>a>.number,
#add-event-tab .step-steps>li.done>a>.number {
    background-color: #00c9a7;
}

#add-event-tab .step-steps>li.active>a>.number:before,
#add-event-tab .step-steps>li.done>a>.number:before {
    background-color: rgba(106, 192, 69, 0.3);
}

#add-event-tab .step-steps>li.active>a>.step-name,
#add-eventevent-tab .step-steps>li.done>a>.step-name {
    color: #333;
}

#add-event-tab .step-steps>li.done:before {
    background-color: #00c9a7;
}

#add-event-tab .step-steps>li.done>a>.number:after {
    display: none;
}

#add-event-tab>.step-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    border: 0px solid;
    border-radius: 0px;
    padding-top: 35px;
}

#add-event-tab>.step-content .title-icon {
    margin-bottom: 25px;
}

.p_30 {
    padding: 30px !important;
}

.pb_30 {
    padding-bottom: 30px !important;
}

.pt_30 {
    padding-top: 30px !important;
}

.pl_30 {
    padding-left: 30px !important;
}

.pr_30 {
    padding-right: 30px !important;
}

.min-h-auto {
    min-height: auto !important;
}

.clock-icon .bootstrap-select>.dropdown-toggle:after {
    content: '\f017';
    font-family: 'Font Awesome 6 free';
    border: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 37%;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #00c9a7 !important;
}

.datepicker--cell.-current- {
    color: #fff !important;
    background: #00c9a7 !important;
}

.absolute-icon {
    color: #717171;
    font-weight: 600;
    position: absolute;
    background: transparent;
    right: 5px;
    top: 5px;
    min-height: 40px;
    padding: 0 15px;
    line-height: 40px;
    margin-bottom: 0;
    border-radius: 3px;
    pointer-events: none;
}

.absolute-icon:hover {
    color: #00c9a7;
}

.default-event-thumb {
    border: 1px dashed #bbb;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.default-event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-18 {
    font-size: 18px !important;
}

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

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

.fs-13 {
    font-size: 13px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.line-height-32 {
    line-height: 32px !important;
}

.default-event-thumb-btn {
    display: inline-block;
    color: #e44d3a;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 600;
    margin-right: 0;
    width: 100%;
}

.default-event-thumb-btn .thumb-change-btn [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: left;
}

.default-event-thumb-btn .thumb-change-btn [type="file"]+label {
    color: #000;
    background: #fff;
    Border: 1px solid #bbb;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 12px 30px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
    float: right;
}

.default-event-thumb-btn .thumb-change-btn [type="file"]+label:hover {
    background: #00c9a7;
    color: #fff;
}

.stepper-data-set .content-holder label {
    font-size: 14px;
    font-weight: 500;
}

.template-select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
}

.template-item img {
    display: block;
    margin: 0;
    width: 100%;
}

.template-item {
    position: relative;
}

.template-item input {
    position: absolute;
    z-index: 999;
    left: 10px;
    top: 10px;
}

.template-item input:active+.template {
    opacity: .9;
}

.template-item input:checked+.template {
    border-radius: 5px;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.template {
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
}

#add-event-tab .step-footer.step-tab-pager {
    text-align: center;
}

.step-app>.step-footer {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
}

.steps_btn {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
    color: #fff !important;
    background: #00c9a7 !important;
    padding: 0px 30px !important;
    width: 150px;
    border-radius: 3px !important;
    border: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
}

.steps_btn:hover {
    color: #fff !important;
    background: #00c9a7 !important;
}

.steps_btn:focus {
    box-shadow: none !important;
}

.dropdown.bootstrap-select.dropdown-no-bg .dropdown-toggle {
    background: transparent !important;
    border: none !important;
}

.pp-select {
    position: absolute;
    right: 0;
    width: 90px;
    z-index: 999;
}

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

input[type=number] {
    /*for absolutely positioning spinners*/
    position: relative;
    padding-right: 25px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.brn-checkbox-radio {
    display: table;
    position: relative;
    padding-left: 55px;
    cursor: pointer;
    margin-bottom: 13px;
    line-height: 23px;
}

.input-content {
    padding-left: 75px;
}

.percentage-icon {
    color: #717171;
    font-weight: 600;
    position: absolute;
    background: transparent;
    right: 0px;
    top: 1px;
    min-height: 40px;
    padding: 0px 15px;
    line-height: 40px;
    margin-bottom: 0;
    border-radius: 3px;
    pointer-events: none;
    z-index: 999;
    font-size: 18px;
}

.sub-label {
    color: #717171;
}

.form-check-input:checked {
    background-color: #00c9a7 !important;
    border-color: #00c9a7 !important;
    outline: #a2ff7a !important;
    box-shadow: none !important;
}

.form-check-input {
    width: 1.2em !important;
    height: 1.2em !important;
}

.refund-method:first-child .refund-input-content {
    display: block;
}

.refund-method .refund-input-content {
    display: none;
}

.br-checkbox {}

.ticket-instructions-content {
    padding-left: 55px;
}

.tags-list {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 8px;
}

.tag {
    background-color: rgba(42, 65, 232, 0.07);
}

.tag {
    background-color: rgba(106, 192, 69, 0.07);
    color: #00c9a7;
    display: inline-block;
    padding: 0;
    border-radius: 3px;
    cursor: default;
    margin: 0 7px 7px 0;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    animation: KeywordIn 0.3s ease-in-out;
    animation-fill-mode: both;
    transition: 0.4s;
    overflow: hidden;
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.tag-text {
    padding-right: 12px;
}

.tag .tag-remove:before {
    display: inline-block;
    cursor: pointer;
    font-family: "Font Awesome 6 Free";
    content: "\f00d";
    line-height: 20px;
    position: relative;
    top: 0px;
    margin-right: 7px;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 900;
}

#map {
    height: 250px;
    width: 100%;
}

.full-width {
    width: 100% !important;
}

.price-ticket-card {
    border: 1px solid #efefef;
    border-radius: 3px;
    box-shadow: 0 8px 11px 2px rgb(64 70 74 / 2%) !important;
}

.ticket-list-icon {
    width: 110px;
    height: 110px;
    background: #fafafa;
    border: 1px solid #efefef;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    padding-top: 0;
    line-height: 110px;
}

.ticket-list-icon img {
    width: 70px;
}

.price-badge {
    width: 24px;
    height: 24px;
    padding-top: 2px;
    margin-right: 15px;
}

.price-badge img {
    width: 100%;
    object-fit: cover;
}

.price-ticket-card-head .top-name .icon-box .icon {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #D4F7F7;
    border-radius: 100px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 2px;
}

.price-ticket-card-head .top-name .icon-box {
    position: relative;
    padding-left: 66px;
}

.price-ticket-card .price-ticket-card-body .text-145 {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #717171;
    margin: 0;
}

.price-ticket-card .price-ticket-card-body h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin: 0 0 6px;
}

.price-ticket-card .price-ticket-card-body .icon-box:not(:last-child) {
    padding-right: 15px;
}

.price-ticket-card .price-ticket-card-body .icon-box {
    position: relative;
    padding-left: 52px;
    width: 33.3333%;
    max-width: 100%;
}

.price-ticket-card .price-ticket-card-body .icon-box .icon {
    display: inline-block;
    font-size: 14px;
    height: 36px;
    width: 36px;
    color: #717171;
    background: #F5F7FD;
    border-radius: 100px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    left: 0;
    top: 0;
}

.price-variation-head {
    padding: 16px;
    background: #F5F8FF;
    box-shadow: 0px -1px 0px rgb(0 0 0 / 6%);
    filter: drop-shadow(0px -10px 10px rgba(0, 0, 0, 0.05));
    margin-top: 20px;
}

.add-btn {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #00c9a7;
    border-radius: 3px;
    cursor: pointer;
}

.div-base-table.small-table {
    min-width: 440px;
}

.div-base-table {
    display: table;
    min-width: 873px;
    border: 1px solid #dddfe2;
}

.div-base-table .table-row.table-head {
    background: #fafafa;
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

.div-base-table .table-row {
    display: table-row;
    font-size: 12px;
    color: #4B4C4C;
}

.no-bg {
    background: none !important;
    background-color: transparent !important;
}

.div-base-table .table-row .table-col {
    display: table-cell;
    padding: 10px 10px 10px 0px;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 0 #dddfe2;
    -moz-box-shadow: 0 1px 0 #dddfe2;
    box-shadow: 0 1px 0 #dddfe2;
    overflow: hidden;
}

.text-light3 {
    color: #000 !important;
}

.div-base-table .table-row {
    display: table-row;
    font-size: 12px;
    color: #000;
}

.v-btn-close {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #00c9a7;
    border-radius: 3px;
    border: 0;
    font-size: 18px;
}

.top_0 {
    top: 0 !important;
}

/*--- Pricing Page ---*/

.hero-side-banner {
    width: 100%;
    height: 250px;
    padding: 30px;
    background: #e8f5f7;
    border-radius: 10px;
    box-shadow: 0 8px 11px 2px rgb(64 70 74 / 2%) !important;
}

.hero-side-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flag-icon img {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.text-icon {
    margin-bottom: 0 !important;
    border-left: 3px solid #00c9a7;
    padding-left: 10px;
}

.flag-icon {
    margin: 0 5px;
}

.sell-calculate-banner-bg {
    background: #00c9a7;
    max-width: 300px;
    display: inline-block;
    width: 100%;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 16px 0px rgb(64 70 74 / 15%) !important;
}

.sell-calculate-banner-content {
    color: #fff;
}

.sell-calculate-banner-content h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 50px;
}

.sell-calculate-banner-content h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.sell-calculate-banner-content .plus {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
}

.sell-calculate-banner-content .per-text {
    color: #fff;
    font-size: 18px;
    margin: 13px 0;
    display: block;
}

.percent {
    line-height: 40px;
    margin: 10px 0px 0px 0px;
    padding: 7px 15px 5px 15px;
    background-color: #1c2131;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
}

.sell-calculate-banner-content p {
    color: #ffffff;
    margin-bottom: 0;
}

.sw-container {
    padding: 4px 4px;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field input:checked+label {
    background-color: #00c9a7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #00c9a7;
}

.switch-field label {
    border-radius: 4px;
    margin-bottom: 0;
    border: 1px solid #efefef;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}

.switch-field label {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-shadow: none;
    padding: 15px 15px;
    height: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    /* width: 46%; */
    margin-right: 10px;
    width: calc(50% - 8px);
}

.ellipsis-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calculate-top {
    background: #f5f7f9;
    padding: 5px 30px 30px;
    border-radius: 5px;
}

.price-ticket-box {
    display: flex;
    width: 100%;
    height: 167px;
    box-shadow: 0 8px 11px 2px rgb(64 70 74 / 2%) !important;
}

.data-amount {
    margin: auto;
}

.data-amount h4 {
    font-size: 30px;
    font-weight: 600;
}

.data-amount span {
    display: block;
    margin-top: 10px;
    color: #717171;
}

.accordion-btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1.25rem;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-item:first-of-type .accordion-btn {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-btn:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-btn:not(.collapsed)::after {
    content: "\f068";
}

.accordion-btn::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "\2b";
    font-family: 'FontAwesome';
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.faq-accordion .accordion-item {
    background: transparent;
    border-top: 1px solid #cbcbcb;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.faq-accordion .accordion-item:last-child {
    border-bottom: 1px solid #cbcbcb;
}

.faq-accordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid #cbcbcb;
}

.accordion-body p {
    line-height: 28px;
}

/*--- FAQ Page ---*/

.faq-widget-links li {
    margin-bottom: 15px;
}

.faq-widget-links li:last-child {
    margin-bottom: 0;
}

.faq-widget-links li p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: block;
    margin-bottom: 0;
}

.faq-widget-links li a {
    color: #000;
}

.faq-widget-links li a:hover {
    color: #00c9a7 !important;
}

.cant-ans-box a {
    font-size: 16px;
    margin-top: 1.5rem;
    display: block;
    color: #00c9a7;
    font-weight: 500;
}

.cant-ans-box a:hover {
    color: #00c9a7 !important;
}

.faq-accordion-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 23px;
}

.faq-attendees-accordion {
    margin-top: 57px;
}

/*--- Contact Us Page ---*/

.contact-banner-block {
    padding: 5px;
}

.contact-hero-banner {
    min-height: 461px;
    background: url("../images/sign_bg.jpg");
    width: 100%;
    padding: 50px;
    border-radius: 3px;
}

.contact-hero-banner-info h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.contact-hero-banner-info p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 60px;
}

.contact-icon i {
    color: #fff;
    font-size: 20px;
    margin-right: 17px;
}

.contact-info a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.contact-info a:hover {
    color: #fff !important;
}

.contact-hero-banner-info ul li {
    margin-bottom: 20px;
}

.contact-hero-banner-info ul li:last-child {
    margin-bottom: 0;
}

/*--- Our Blog Page---*/

.bt_33 {
    margin-top: 33px;
}

.bt_40 {
    margin-top: 40px;
}

.blog-thumbnail {
    width: 100%;
    position: relative;
    padding: 0;
}

.blog-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.blog-thumbnail>.thumbnail-img::after {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3), transparent);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.blog-img:hover {
    outline: 0 !important;
    color: #000;
    transition: 0.3s;
    text-decoration: none;
}

.blog-thumbnail a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: transform .5s ease;
}

.blog-thumbnail a:hover img {
    transform: scale(1.05);
}

.post-image a img {
    height: 531px;
    object-fit: initial;
}

.blog-content {
    padding: 15px 20px 20px;
}

.blog-title {
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    display: block;
    transition: all ease-in-out .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-title:hover {
    color: #000 !important;
}

.post-meta .post-date {
    position: relative;
}

.post-read-time {
    float: right;
}

.Bp-top {
    margin-top: 55px;
}

.flex-slide {
    display: flex;
    align-items: stretch;
    transition: 300ms;
    position: relative;
}

.flex-slide .left {
    flex: 0 1 50%;
}

.blog-img-card {
    padding: 0;
}

.bbig-img:hover {
    outline: 0 !important;
    color: #000;
    transition: 0.3s;
    text-decoration: none;
}

.blog-img-card img {
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.flex-slide .right {
    padding: 1rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
}

.flex-slide .right h3 {
    font-size: 24px;
    text-align: left;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.flex-slide .right .blog--title {
    font-size: 24px;
    text-align: left;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.flex-slide .right .blog--title:hover {
    color: #000 !important;
}

.blog-block .right .post-meta span {
    font-size: 16px;
}

.blog-block .right p {
    font-size: 16px;
}

/* --- Blog Detail Page --- */

.blog-content-view {
    margin-top: 40px;
}

.blog-content-view h3 {
    font-size: 24px;
    text-align: left;
    font-weight: 600;
    color: #000;
    margin-bottom: 35px;
}

.blog-content-view .blogpost-meta {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #efefef;
    padding-bottom: 21px;
}

.blog-content-meta {
    margin-top: 33px;
}

.blog-content-meta p {
    margin-bottom: 24px;
    line-height: 28px;
}

.blog-description-article h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 30px;
    color: #000;
}

.blog_pagination {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
}

.bp_left {
    float: left;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    z-index: 1;
}

.bp_left i {
    font-size: 24px;
    color: #000;
}

.bp_right {
    float: right;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    z-index: 1;
}

.bp_right i {
    font-size: 24px;
    color: #000;
}

.kslu15 {
    margin-left: 15px;
    text-align: left;
}

.blog-description-list {
    margin-bottom: 32px !important;
    padding-left: 15px !important;
}

.blog-description-list li {
    list-style: circle;
    margin-bottom: 10px;
}

.blog-description-list li:last-child {
    margin-bottom: 0;
}

.social-share {
    border-left: 3px solid #00c9a7;
    padding-left: 20px;
    margin: 45px 0 25px;
}

.social-share h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
}

.social-share ul li {
    display: inline-block;
    margin-right: 20px;
}

.share-link {
    font-size: 24px;
    color: #00c9a7;
}

.share-link:hover {
    color: #00c9a7 !important;
}

/* --- Help Center Page --- */

.help-center-logo {
    font-size: 14px;
    padding: 10px 10px 0;
    color: #00c9a7;
}

.help-item {
    padding: 1.5rem;
}

.help-item-content h4 {
    font-size: 16px;
    font-weight: 600;
}

.help-item-content {
    margin-left: 20px;
}

.help-item-icon {
    background: #e8f7f7;
    width: 42px;
    height: 42px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #717171;
}

.help-item-content span {
    color: #717171;
}

.help-center-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 27px;
    padding-bottom: 23px;
}

.help-item-link {
    font-size: 16px;
    color: #000;
    display: block;
    padding: 1.5rem;
    border-bottom: 1px solid #efefef;
}

.help-item-link:hover {
    color: #00c9a7 !important;
}

.help-item-link:last-child {
    border-bottom: 0;
}

.upload-file-dt {
    background: #fff;
    border: 2px dashed #efefef;
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px 17px;
}

.upload-btn [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.upload-btn [type="file"]+label {
    cursor: pointer;
    display: inline-block;
    outline: none;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0 0 17px;
    color: #fff;
    background-color: #00c9a7;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    padding: 10px 25px;
    border-radius: 3px;
    text-transform: uppercase;
}

.upload-btn [type="file"]+label:hover {
    color: #fff !important;
    background: #00c9a7;
}

.upload-file-dt span {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
    color: #000;
    background-color: transparent;
    overflow: hidden;
    line-height: 26px;
}

.uploadBtn-file-name {
    display: block;
    color: #717171;
    background-color: transparent;
    overflow: hidden;
    line-height: 26px;
}

.upload-btn small {
    display: block;
    color: #717171;
}

.help-faq-content {
    padding: 10px 0;
}

.help-faq-link {
    color: #000;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 20px;
}

.help-faq-link:hover {
    color: #00c9a7 !important;
}

.help-faq-link:before {
    content: '\f15c';
    font-family: 'FontAwesome';
    font-weight: 400;
    margin-right: 15px;
}

.help-v-content p {
    margin-bottom: 27px;
}

.help-v-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.helful-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 5px;
}

.helpful-btn {
    color: #00c9a7;
    margin: 0 5px;
    font-size: 16px;
}

.helpful-btn:hover {
    color: #00c9a7 !important;
}

.helpful-btn span {
    font-weight: 500;
}

.help-pagination-link {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    color: #717171;
}

.help-pagination-link:hover {
    color: #00c9a7 !important;
}

.kb-card {
    display: block;
}

.kb-content p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* --- About Us Page --- */

.about--description {
    margin-top: 40px;
}

.about--description p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 21px;
}

.about--description p:last-child {
    margin-bottom: 0;
}

.communities-steps {
    margin-top: 10px;
}

.communities-item {
    display: block;
    margin-top: 30px;
    height: 470px;
    box-shadow: 0 8px 11px 2px rgb(64 70 74 / 2%) !important;
}

.communities-img {
    padding: 10px 10px 0;
}

.communities-img img {
    width: 100%;
    border-radius: 5px;
}

.communities-content p {
    margin-bottom: 0;
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.feature-step-link {
    width: 20%;
}

.feature-img img {
    height: 100%;
    width: 100%;
    margin-top: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.custom-border-top {
    border-top: 2px solid #efefef;
    padding-top: 3px;
}

.team-card {
    margin-top: 30px;
    box-shadow: 0 8px 11px 2px rgb(64 70 74 / 2%) !important;
}

.user-social-link {
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid #00c9a7;
    border-radius: 100%;
    text-align: center;
    line-height: 39px;
    color: #00c9a7;
    margin-right: 7px;
}


.user-social-link:hover {
    border: 2px solid #00c9a7;
    background-color: #00c9a7;
    color: #fff !important;
    margin-right: 7px;
}

.team-img {
    padding: 10px 10px 0;
}

.team-img img {
    width: 100%;
    border-radius: 5px;
}

.team-content {
    text-align: center;
    padding: 20px;
}

.team-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    color: #000;
}

.team-content span {
    margin-bottom: 0;
    font-size: 14px;
    color: #717171;
    letter-spacing: 0.1px;
}

.user-social-links-group {
    margin-top: 23px;
}

/* --- Sell Tickets Online Page --- */

.easy-steps-list {
    padding-top: 20px;
}

.easy-step {
    padding: 30px;
    margin-top: 1.5rem;
    height: 290px;
    box-shadow: 0 8px 11px 2px rgb(64 70 74 / 2%) !important;
}

.easy-icon {
    display: block;
    margin-bottom: 24px;
}

.easy-icon img {
    width: 50px;
}

.easy-step h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #000;
}

.easy-step p {
    margin-bottom: 0;
}

.bg-dark {
    background: #1c2131;
}

.c-white {
    color: #fff !important;
}

.c-bbb {
    color: rgba(255, 255, 255, .8) !important;
}

.bg-dark .step-tabs .step-link:hover {
    background-color: #313539;
}

.bg-dark .step-link {
    border-bottom: 1px solid #52565b;
}

.bg-dark .step-tabs .step-link.active:hover {
    color: #fff;
    background-color: #00c9a7;
}

/* --- Create Page --- */

.create-block {
    margin-top: 20px;
}

.create-card {
    text-align: center;
    padding: 30px;
    box-shadow: 0 8px 11px 2px rgb(64 70 74 / 2%);
}

.create-icon {
    display: inline-block;
}

.create-icon i {
    font-size: 20px;
    color: #000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #e8f7f7;
    border-radius: 50%;
    margin-bottom: 22px;
}

.create-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 27px;
    color: #000;
}

/* --- Coming Soon Page --- */

.coming-soon-area {
    height: 100vh;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.coming-soon-content {
    max-width: 700px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 60px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    margin: auto;
}

.coming-soon-content h2 {
    font-size: 40px;
    margin-top: -10px;
    margin-bottom: 0;
    font-weight: 600;
}

.coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-weight: 400;
    font-size: 14px;
}

.coming-soon-content #timer {
    margin-top: 40px;
}

.coming-soon-content #timer div {
    border: 2px dashed #00c9a7;
    color: #00c9a7;
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 800;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}

.subscribe-btn {
    position: absolute;
    right: 5px;
    top: 5px;
}

/* --- Error 404 Page --- */

.error-404-content h2 {
    font-size: 130px;
    font-weight: 800;
    letter-spacing: 10px;
}

.error-404-content h4 {
    font-size: 24px;
    margin-bottom: 21px;
}

.error-404-content p {
    font-size: 16px;
    padding: 0 50px;
    margin-bottom: 37px;
}

/* --- Refer a Friend Page --- */

.total-refer-count h2 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
}

.total-refer-count span {
    color: #717171;
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.refer-card {
    background: linear-gradient(203.73deg, rgba(9, 164, 219, 0.2) 2.53%, rgba(34, 216, 143, 0.2) 122.47%);
}

.refer-content h5 {
    margin-bottom: 20px;
}

.refer-content h3 {
    font-weight: 600;
    margin-bottom: 30px;
}

.refer-copy-input h5 {
    margin-bottom: 10px;
    font-weight: 400;
}

.referral-icon {
    font-size: 24px;
    width: 70px;
    height: 70px;
    background: #fafafa;
    border: 1px solid #efefef;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    padding-top: 0;
    line-height: 70px;
}

/* --- Terms & Condition Page --- */

.term-link {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: block;
    border: none;
    margin-bottom: 15px;
    padding: 0;
    color: #000;
    background: transparent;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.term-link:last-child {
    margin-bottom: 0;
}

.terms-tabs .term-link.active,
.terms-tabs .show>.term-link {
    color: #00c9a7 !important;
}

.terms-tabs .term-link:hover {
    color: #00c9a7 !important;
}

.terms-tabs .term-link.active:hover {
    color: #00c9a7 !important;
}

.terms-main-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 17px;
}

.terms-content p {
    margin-bottom: 24px;
    line-height: 28px;
}

.terms-content ol {
    display: block;
    list-style-type: decimal;
}

.terms-content ul,
ol {
    padding: 0 0 0 20px !important;
    margin-left: 0;
}

.terms-content ol li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 13px;
    margin-top: 27px;
    font-weight: 500;
}

.terms-content ul li {
    font-size: 14px;
    line-height: 26px;
    color: #717171;
}

.terms-content ul {
    margin-bottom: 27px !important;
    display: block;
    list-style-type: disc;
}

.terms-content ul:last-child {
    margin-bottom: 0 !important;
    display: block;
}

.terms-content ul li ul {
    list-style-type: revert;
    margin-top: 10px;
}

.terms-content ul li ul li {
    margin-bottom: 10px;
}

.terms-content ul li ul li:last-child {
    margin-bottom: 31px;
}

/* --- Privacy Policy Page --- */

.privacy-main-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 27px;
}

.privacy-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    padding-top: 7px;
}

.privacy-content p {
    margin-bottom: 25px;
    line-height: 28px;
}

.privacy-content span {
    display: block;
    margin-bottom: 13px;
}


.privacy-content span:last-child {
    margin-bottom: 0;
}

/* --- Booking Confirmed Page --- */

.booking-confirmed-img {
    margin-bottom: 27px;
}

.booking-confirmed-img img {
    width: 60px;
}

.booking-confirmed-top h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.add-calender-booking {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}

.add-calender-booking h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.cb-icon {
    color: #717171;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #e8f7f7;
    margin-left: 10px;
    line-height: 30px;
    border-radius: 50%;
}

.cb-icon:hover {
    color: #fff !important;
    background: #00c9a7;
}

.booking-confirmed-bottom {
    padding: 0 5px 5px;
}

.booking-confirmed-bottom-bg {
    background: #f9f9f9;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.buyer-name {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-family: inherit;
}

.booking-total-tickets span {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-top: 13px;
}

.booking-total-grand {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    margin-top: 13px;
}

.booking-total-grand span {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-left: 2px;
}


/* --- Invoice Page --- */

.invoice-header {
    background: #1c2131;
    display: flex;
    width: 100%;
    align-items: center;
    height: 60px;
    padding: 5px 20px;
}

.invoice-header-logo img {
    width: 130px;
}

.download-link {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 500;
}

.download-link:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.invoice-body {
    padding: 30px;
    background: #fff;
    float: left;
    width: 100%;
}

.invoice_title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: left;
}

.vhls140 {
    width: 100%;
    margin-top: 30px;
}

.vhls140 ul li {
    display: block;
    margin-bottom: 5px;
}

.vdt-list {
    font-size: 14px;
    font-weight: 400;
    color: #717171;
    text-align: left;
    line-height: 24px;
}

.totalinv2 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.user_dt_trans {
    padding: 10px;
}

.user_dt_trans p {
    margin-bottom: 0;
}

.cut-line {
    position: relative;
    border-bottom-width: 1px;
    border-top: 0;
    border-radius: 0;
    border-left: 0;
    border-style: dashed;
    height: 1px;
    color: #bbb;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cut-line i {
    position: absolute;
    top: -6px;
    background: #fff;
    width: 16px;
}

.QR-dt {
    height: 100%;
    background: #f9f9f9;
}

.QR-scanner {
    background: #fff;
    display: inline-block;
    padding: 5px;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.QR-scanner img {
    width: 75px;
}

.QR-dt p {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 5px;
}

.QR-counter-type li {
    margin-bottom: 3px;
    color: #000;
}

.QR-counter-type li:first-child {
    margin-bottom: 17px;
    font-weight: 500;
    font-size: 16px;
}

.QR-counter-type li:last-child {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
}

.featured-controls label {
    margin: 0;
    cursor: pointer;
    text-align: center;
}

.featured-controls label:first-child {
    margin-left: 0;
}

.featured-controls label span {
    font-size: 12px;
    color: #717171;
    border: 1px solid #efefef;
    background: #fff;
    height: 32px;
    padding: 7px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
}

.featured-controls label input {
    position: absolute;
    top: -20px;
}

.featured-controls label input {
    position: absolute;
    top: -20px;
}

.featured-controls input:checked+span {
    background: #efefef;
    color: #000 !important;
}

.event-box {
    padding: 0;
    display: none;
    margin-top: 0;
}


.map iframe {
    width: 100%;
    height: 250px;
}@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-0.eot");
  src: url("../fonts/unicons-0.eot") format('embedded-opentype'),
        url("../fonts/unicons-0.woff2") format('woff2'),
        url("../fonts/unicons-0.woff") format('woff'),
        url("../fonts/unicons-0.ttf") format('truetype'),
        url("../fonts/unicons-0.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E800-E81D;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-1.eot");
  src: url("../fonts/unicons-1.eot") format('embedded-opentype'),
        url("../fonts/unicons-1.woff2") format('woff2'),
        url("../fonts/unicons-1.woff") format('woff'),
        url("../fonts/unicons-1.ttf") format('truetype'),
        url("../fonts/unicons-1.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E81E-E83B;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-10.eot");
  src: url("../fonts/unicons-10.eot") format('embedded-opentype'),
        url("../fonts/unicons-10.woff2") format('woff2'),
        url("../fonts/unicons-10.woff") format('woff'),
        url("../fonts/unicons-10.ttf") format('truetype'),
        url("../fonts/unicons-10.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E92C-E949;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-11.eot");
  src: url("../fonts/unicons-11.eot") format('embedded-opentype'),
        url("../fonts/unicons-11.woff2") format('woff2'),
        url("../fonts/unicons-11.woff") format('woff'),
        url("../fonts/unicons-11.ttf") format('truetype'),
        url("../fonts/unicons-11.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E94A-E967;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-12.eot");
  src: url("../fonts/unicons-12.eot") format('embedded-opentype'),
        url("../fonts/unicons-12.woff2") format('woff2'),
        url("../fonts/unicons-12.woff") format('woff'),
        url("../fonts/unicons-12.ttf") format('truetype'),
        url("../fonts/unicons-12.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E968-E985;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-13.eot");
  src: url("../fonts/unicons-13.eot") format('embedded-opentype'),
        url("../fonts/unicons-13.woff2") format('woff2'),
        url("../fonts/unicons-13.woff") format('woff'),
        url("../fonts/unicons-13.ttf") format('truetype'),
        url("../fonts/unicons-13.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E986-E9A3;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-14.eot");
  src: url("../fonts/unicons-14.eot") format('embedded-opentype'),
        url("../fonts/unicons-14.woff2") format('woff2'),
        url("../fonts/unicons-14.woff") format('woff'),
        url("../fonts/unicons-14.ttf") format('truetype'),
        url("../fonts/unicons-14.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E9A4-E9C1;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-15.eot");
  src: url("../fonts/unicons-15.eot") format('embedded-opentype'),
        url("../fonts/unicons-15.woff2") format('woff2'),
        url("../fonts/unicons-15.woff") format('woff'),
        url("../fonts/unicons-15.ttf") format('truetype'),
        url("../fonts/unicons-15.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E9C2-E9DF;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-16.eot");
  src: url("../fonts/unicons-16.eot") format('embedded-opentype'),
        url("../fonts/unicons-16.woff2") format('woff2'),
        url("../fonts/unicons-16.woff") format('woff'),
        url("../fonts/unicons-16.ttf") format('truetype'),
        url("../fonts/unicons-16.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E9E0-E9FD;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-17.eot");
  src: url("../fonts/unicons-17.eot") format('embedded-opentype'),
        url("../fonts/unicons-17.woff2") format('woff2'),
        url("../fonts/unicons-17.woff") format('woff'),
        url("../fonts/unicons-17.ttf") format('truetype'),
        url("../fonts/unicons-17.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E9FE-EA1B;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-18.eot");
  src: url("../fonts/unicons-18.eot") format('embedded-opentype'),
        url("../fonts/unicons-18.woff2") format('woff2'),
        url("../fonts/unicons-18.woff") format('woff'),
        url("../fonts/unicons-18.ttf") format('truetype'),
        url("../fonts/unicons-18.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EA1C-EA39;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-19.eot");
  src: url("../fonts/unicons-19.eot") format('embedded-opentype'),
        url("../fonts/unicons-19.woff2") format('woff2'),
        url("../fonts/unicons-19.woff") format('woff'),
        url("../fonts/unicons-19.ttf") format('truetype'),
        url("../fonts/unicons-19.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EA3A-EA57;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-2.eot");
  src: url("../fonts/unicons-2.eot") format('embedded-opentype'),
        url("../fonts/unicons-2.woff2") format('woff2'),
        url("../fonts/unicons-2.woff") format('woff'),
        url("../fonts/unicons-2.ttf") format('truetype'),
        url("../fonts/unicons-2.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E83C-E859;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-20.eot");
  src: url("../fonts/unicons-20.eot") format('embedded-opentype'),
        url("../fonts/unicons-20.woff2") format('woff2'),
        url("../fonts/unicons-20.woff") format('woff'),
        url("../fonts/unicons-20.ttf") format('truetype'),
        url("../fonts/unicons-20.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EA58-EA75;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-21.eot");
  src: url("../fonts/unicons-21.eot") format('embedded-opentype'),
        url("../fonts/unicons-21.woff2") format('woff2'),
        url("../fonts/unicons-21.woff") format('woff'),
        url("../fonts/unicons-21.ttf") format('truetype'),
        url("../fonts/unicons-21.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EA76-EA93;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-22.eot");
  src: url("../fonts/unicons-22.eot") format('embedded-opentype'),
        url("../fonts/unicons-22.woff2") format('woff2'),
        url("../fonts/unicons-22.woff") format('woff'),
        url("../fonts/unicons-22.ttf") format('truetype'),
        url("../fonts/unicons-22.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EA94-EAB1;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-23.eot");
  src: url("../fonts/unicons-23.eot") format('embedded-opentype'),
        url("../fonts/unicons-23.woff2") format('woff2'),
        url("../fonts/unicons-23.woff") format('woff'),
        url("../fonts/unicons-23.ttf") format('truetype'),
        url("../fonts/unicons-23.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EAB2-EACF;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-24.eot");
  src: url("../fonts/unicons-24.eot") format('embedded-opentype'),
        url("../fonts/unicons-24.woff2") format('woff2'),
        url("../fonts/unicons-24.woff") format('woff'),
        url("../fonts/unicons-24.ttf") format('truetype'),
        url("../fonts/unicons-24.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EAD0-EAED;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-25.eot");
  src: url("../fonts/unicons-25.eot") format('embedded-opentype'),
        url("../fonts/unicons-25.woff2") format('woff2'),
        url("../fonts/unicons-25.woff") format('woff'),
        url("../fonts/unicons-25.ttf") format('truetype'),
        url("../fonts/unicons-25.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EAEE-EB0B;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-26.eot");
  src: url("../fonts/unicons-26.eot") format('embedded-opentype'),
        url("../fonts/unicons-26.woff2") format('woff2'),
        url("../fonts/unicons-26.woff") format('woff'),
        url("../fonts/unicons-26.ttf") format('truetype'),
        url("../fonts/unicons-26.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EB0C-EB29;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-27.eot");
  src: url("../fonts/unicons-27.eot") format('embedded-opentype'),
        url("../fonts/unicons-27.woff2") format('woff2'),
        url("../fonts/unicons-27.woff") format('woff'),
        url("../fonts/unicons-27.ttf") format('truetype'),
        url("../fonts/unicons-27.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EB2A-EB47;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-28.eot");
  src: url("../fonts/unicons-28.eot") format('embedded-opentype'),
        url("../fonts/unicons-28.woff2") format('woff2'),
        url("../fonts/unicons-28.woff") format('woff'),
        url("../fonts/unicons-28.ttf") format('truetype'),
        url("../fonts/unicons-28.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EB48-EB65;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-29.eot");
  src: url("../fonts/unicons-29.eot") format('embedded-opentype'),
        url("../fonts/unicons-29.woff2") format('woff2'),
        url("../fonts/unicons-29.woff") format('woff'),
        url("../fonts/unicons-29.ttf") format('truetype'),
        url("../fonts/unicons-29.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EB66-EB83;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-3.eot");
  src: url("../fonts/unicons-3.eot") format('embedded-opentype'),
        url("../fonts/unicons-3.woff2") format('woff2'),
        url("../fonts/unicons-3.woff") format('woff'),
        url("../fonts/unicons-3.ttf") format('truetype'),
        url("../fonts/unicons-3.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E85A-E877;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-30.eot");
  src: url("../fonts/unicons-30.eot") format('embedded-opentype'),
        url("../fonts/unicons-30.woff2") format('woff2'),
        url("../fonts/unicons-30.woff") format('woff'),
        url("../fonts/unicons-30.ttf") format('truetype'),
        url("../fonts/unicons-30.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EB84-EBA1;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-31.eot");
  src: url("../fonts/unicons-31.eot") format('embedded-opentype'),
        url("../fonts/unicons-31.woff2") format('woff2'),
        url("../fonts/unicons-31.woff") format('woff'),
        url("../fonts/unicons-31.ttf") format('truetype'),
        url("../fonts/unicons-31.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EBA2-EBBF;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-32.eot");
  src: url("../fonts/unicons-32.eot") format('embedded-opentype'),
        url("../fonts/unicons-32.woff2") format('woff2'),
        url("../fonts/unicons-32.woff") format('woff'),
        url("../fonts/unicons-32.ttf") format('truetype'),
        url("../fonts/unicons-32.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EBC0-EBDD;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-33.eot");
  src: url("../fonts/unicons-33.eot") format('embedded-opentype'),
        url("../fonts/unicons-33.woff2") format('woff2'),
        url("../fonts/unicons-33.woff") format('woff'),
        url("../fonts/unicons-33.ttf") format('truetype'),
        url("../fonts/unicons-33.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EBDE-EBFB;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-34.eot");
  src: url("../fonts/unicons-34.eot") format('embedded-opentype'),
        url("../fonts/unicons-34.woff2") format('woff2'),
        url("../fonts/unicons-34.woff") format('woff'),
        url("../fonts/unicons-34.ttf") format('truetype'),
        url("../fonts/unicons-34.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EBFC-EC19;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-35.eot");
  src: url("../fonts/unicons-35.eot") format('embedded-opentype'),
        url("../fonts/unicons-35.woff2") format('woff2'),
        url("../fonts/unicons-35.woff") format('woff'),
        url("../fonts/unicons-35.ttf") format('truetype'),
        url("../fonts/unicons-35.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EC1A-EC37;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-36.eot");
  src: url("../fonts/unicons-36.eot") format('embedded-opentype'),
        url("../fonts/unicons-36.woff2") format('woff2'),
        url("../fonts/unicons-36.woff") format('woff'),
        url("../fonts/unicons-36.ttf") format('truetype'),
        url("../fonts/unicons-36.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EC38-EC55;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-37.eot");
  src: url("../fonts/unicons-37.eot") format('embedded-opentype'),
        url("../fonts/unicons-37.woff2") format('woff2'),
        url("../fonts/unicons-37.woff") format('woff'),
        url("../fonts/unicons-37.ttf") format('truetype'),
        url("../fonts/unicons-37.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EC56-EC5A;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-4.eot");
  src: url("../fonts/unicons-4.eot") format('embedded-opentype'),
        url("../fonts/unicons-4.woff2") format('woff2'),
        url("../fonts/unicons-4.woff") format('woff'),
        url("../fonts/unicons-4.ttf") format('truetype'),
        url("../fonts/unicons-4.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E878-E895;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-5.eot");
  src: url("../fonts/unicons-5.eot") format('embedded-opentype'),
        url("../fonts/unicons-5.woff2") format('woff2'),
        url("../fonts/unicons-5.woff") format('woff'),
        url("../fonts/unicons-5.ttf") format('truetype'),
        url("../fonts/unicons-5.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E896-E8B3;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-6.eot");
  src: url("../fonts/unicons-6.eot") format('embedded-opentype'),
        url("../fonts/unicons-6.woff2") format('woff2'),
        url("../fonts/unicons-6.woff") format('woff'),
        url("../fonts/unicons-6.ttf") format('truetype'),
        url("../fonts/unicons-6.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E8B4-E8D1;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-7.eot");
  src: url("../fonts/unicons-7.eot") format('embedded-opentype'),
        url("../fonts/unicons-7.woff2") format('woff2'),
        url("../fonts/unicons-7.woff") format('woff'),
        url("../fonts/unicons-7.ttf") format('truetype'),
        url("../fonts/unicons-7.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E8D2-E8EF;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-8.eot");
  src: url("../fonts/unicons-8.eot") format('embedded-opentype'),
        url("../fonts/unicons-8.woff2") format('woff2'),
        url("../fonts/unicons-8.woff") format('woff'),
        url("../fonts/unicons-8.ttf") format('truetype'),
        url("../fonts/unicons-8.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E8F0-E90D;
}
@font-face {
  font-family: 'unicons';
  src: url("../fonts/unicons-9.eot");
  src: url("../fonts/unicons-9.eot") format('embedded-opentype'),
        url("../fonts/unicons-9.woff2") format('woff2'),
        url("../fonts/unicons-9.woff") format('woff'),
        url("../fonts/unicons-9.ttf") format('truetype'),
        url("../fonts/unicons-9.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E90E-E92B;
}[class^="uil-"]:before,
[class*=" uil-"]:before {
  font-family: "unicons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.uil-0-plus:before { content: '\e800'; }.uil-10-plus:before { content: '\e801'; }.uil-12-plus:before { content: '\e802'; }.uil-13-plus:before { content: '\e803'; }.uil-16-plus:before { content: '\e804'; }.uil-17-plus:before { content: '\e805'; }.uil-18-plus:before { content: '\e806'; }.uil-21-plus:before { content: '\e807'; }.uil-3-plus:before { content: '\e808'; }.uil-500px:before { content: '\e809'; }.uil-6-plus:before { content: '\e80a'; }.uil-abacus:before { content: '\e80b'; }.uil-accessible-icon-alt:before { content: '\e80c'; }.uil-adjust-alt:before { content: '\e80d'; }.uil-adjust-circle:before { content: '\e80e'; }.uil-adjust-half:before { content: '\e80f'; }.uil-adjust:before { content: '\e810'; }.uil-adobe-alt:before { content: '\e811'; }.uil-adobe:before { content: '\e812'; }.uil-airplay:before { content: '\e813'; }.uil-align-alt:before { content: '\e814'; }.uil-align-center-alt:before { content: '\e815'; }.uil-align-center-h:before { content: '\e816'; }.uil-align-center-justify:before { content: '\e817'; }.uil-align-center-v:before { content: '\e818'; }.uil-align-center:before { content: '\e819'; }.uil-align-justify:before { content: '\e81a'; }.uil-align-left-justify:before { content: '\e81b'; }.uil-align-left:before { content: '\e81c'; }.uil-align-letter-right:before { content: '\e81d'; }.uil-align-right-justify:before { content: '\e81e'; }.uil-align-right:before { content: '\e81f'; }.uil-align:before { content: '\e820'; }.uil-amazon:before { content: '\e821'; }.uil-ambulance:before { content: '\e822'; }.uil-analysis:before { content: '\e823'; }.uil-analytics:before { content: '\e824'; }.uil-anchor:before { content: '\e825'; }.uil-android-alt:before { content: '\e826'; }.uil-android-phone-slash:before { content: '\e827'; }.uil-android:before { content: '\e828'; }.uil-angle-double-down:before { content: '\e829'; }.uil-angle-double-left:before { content: '\e82a'; }.uil-angle-double-right:before { content: '\e82b'; }.uil-angle-double-up:before { content: '\e82c'; }.uil-angle-down:before { content: '\e82d'; }.uil-angle-left:before { content: '\e82e'; }.uil-angle-right-b:before { content: '\e82f'; }.uil-angle-right:before { content: '\e830'; }.uil-angle-up:before { content: '\e831'; }.uil-angry:before { content: '\e832'; }.uil-ankh:before { content: '\e833'; }.uil-annoyed-alt:before { content: '\e834'; }.uil-annoyed:before { content: '\e835'; }.uil-apple-alt:before { content: '\e836'; }.uil-apple:before { content: '\e837'; }.uil-apps:before { content: '\e838'; }.uil-archive-alt:before { content: '\e839'; }.uil-archive:before { content: '\e83a'; }.uil-archway:before { content: '\e83b'; }.uil-comment-alt-question:before { content: '\e92c'; }.uil-comment-alt-redo:before { content: '\e92d'; }.uil-comment-alt-search:before { content: '\e92e'; }.uil-comment-alt-share:before { content: '\e92f'; }.uil-comment-alt-shield:before { content: '\e930'; }.uil-comment-alt-slash:before { content: '\e931'; }.uil-comment-alt-upload:before { content: '\e932'; }.uil-comment-alt-verify:before { content: '\e933'; }.uil-comment-alt:before { content: '\e934'; }.uil-comment-block:before { content: '\e935'; }.uil-comment-chart-line:before { content: '\e936'; }.uil-comment-check:before { content: '\e937'; }.uil-comment-dots:before { content: '\e938'; }.uil-comment-download:before { content: '\e939'; }.uil-comment-edit:before { content: '\e93a'; }.uil-comment-exclamation:before { content: '\e93b'; }.uil-comment-heart:before { content: '\e93c'; }.uil-comment-image:before { content: '\e93d'; }.uil-comment-info-alt:before { content: '\e93e'; }.uil-comment-info:before { content: '\e93f'; }.uil-comment-lines:before { content: '\e940'; }.uil-comment-lock:before { content: '\e941'; }.uil-comment-medical:before { content: '\e942'; }.uil-comment-message:before { content: '\e943'; }.uil-comment-notes:before { content: '\e944'; }.uil-comment-plus:before { content: '\e945'; }.uil-comment-question:before { content: '\e946'; }.uil-comment-redo:before { content: '\e947'; }.uil-comment-search:before { content: '\e948'; }.uil-comment-share:before { content: '\e949'; }.uil-comment-shield:before { content: '\e94a'; }.uil-comment-slash:before { content: '\e94b'; }.uil-comment-upload:before { content: '\e94c'; }.uil-comment-verify:before { content: '\e94d'; }.uil-comment:before { content: '\e94e'; }.uil-comments-alt:before { content: '\e94f'; }.uil-comments:before { content: '\e950'; }.uil-commnet-alt-slash:before { content: '\e951'; }.uil-compact-disc:before { content: '\e952'; }.uil-compass:before { content: '\e953'; }.uil-compress-alt-left:before { content: '\e954'; }.uil-compress-alt:before { content: '\e955'; }.uil-compress-arrows:before { content: '\e956'; }.uil-compress-lines:before { content: '\e957'; }.uil-compress-point:before { content: '\e958'; }.uil-compress-v:before { content: '\e959'; }.uil-compress:before { content: '\e95a'; }.uil-computer-mouse:before { content: '\e95b'; }.uil-confused:before { content: '\e95c'; }.uil-constructor:before { content: '\e95d'; }.uil-copy-alt:before { content: '\e95e'; }.uil-copy-landscape:before { content: '\e95f'; }.uil-copy:before { content: '\e960'; }.uil-copyright:before { content: '\e961'; }.uil-corner-down-left:before { content: '\e962'; }.uil-corner-down-right-alt:before { content: '\e963'; }.uil-corner-down-right:before { content: '\e964'; }.uil-corner-left-down:before { content: '\e965'; }.uil-corner-right-down:before { content: '\e966'; }.uil-corner-up-left-alt:before { content: '\e967'; }.uil-corner-up-left:before { content: '\e968'; }.uil-corner-up-right-alt:before { content: '\e969'; }.uil-corner-up-right:before { content: '\e96a'; }.uil-creative-commons-pd-alt:before { content: '\e96b'; }.uil-creative-commons-pd:before { content: '\e96c'; }.uil-crockery:before { content: '\e96d'; }.uil-crop-alt-rotate-left:before { content: '\e96e'; }.uil-crop-alt-rotate-right:before { content: '\e96f'; }.uil-crop-alt:before { content: '\e970'; }.uil-crosshair-alt:before { content: '\e971'; }.uil-crosshair:before { content: '\e972'; }.uil-crosshairs:before { content: '\e973'; }.uil-cube:before { content: '\e974'; }.uil-dashboard:before { content: '\e975'; }.uil-data-sharing:before { content: '\e976'; }.uil-database-alt:before { content: '\e977'; }.uil-database:before { content: '\e978'; }.uil-desert:before { content: '\e979'; }.uil-desktop-alt-slash:before { content: '\e97a'; }.uil-desktop-alt:before { content: '\e97b'; }.uil-desktop-cloud-alt:before { content: '\e97c'; }.uil-desktop-slash:before { content: '\e97d'; }.uil-desktop:before { content: '\e97e'; }.uil-dialpad-alt:before { content: '\e97f'; }.uil-dialpad:before { content: '\e980'; }.uil-diamond:before { content: '\e981'; }.uil-diary-alt:before { content: '\e982'; }.uil-diary:before { content: '\e983'; }.uil-dice-five:before { content: '\e984'; }.uil-dice-four:before { content: '\e985'; }.uil-dice-one:before { content: '\e986'; }.uil-dice-six:before { content: '\e987'; }.uil-dice-three:before { content: '\e988'; }.uil-dice-two:before { content: '\e989'; }.uil-direction:before { content: '\e98a'; }.uil-directions:before { content: '\e98b'; }.uil-dizzy-meh:before { content: '\e98c'; }.uil-dna:before { content: '\e98d'; }.uil-document-layout-center:before { content: '\e98e'; }.uil-document-layout-left:before { content: '\e98f'; }.uil-document-layout-right:before { content: '\e990'; }.uil-document:before { content: '\e991'; }.uil-dollar-alt:before { content: '\e992'; }.uil-dollar-sign-alt:before { content: '\e993'; }.uil-dollar-sign:before { content: '\e994'; }.uil-down-arrow:before { content: '\e995'; }.uil-download-alt:before { content: '\e996'; }.uil-dribbble:before { content: '\e997'; }.uil-drill:before { content: '\e998'; }.uil-dropbox:before { content: '\e999'; }.uil-dumbbell:before { content: '\e99a'; }.uil-ear:before { content: '\e99b'; }.uil-edit-alt:before { content: '\e99c'; }.uil-edit:before { content: '\e99d'; }.uil-ellipsis-h:before { content: '\e99e'; }.uil-ellipsis-v:before { content: '\e99f'; }.uil-emoji:before { content: '\e9a0'; }.uil-enter:before { content: '\e9a1'; }.uil-entry:before { content: '\e9a2'; }.uil-envelope-add:before { content: '\e9a3'; }.uil-envelope-alt:before { content: '\e9a4'; }.uil-envelope-block:before { content: '\e9a5'; }.uil-envelope-bookmark:before { content: '\e9a6'; }.uil-envelope-check:before { content: '\e9a7'; }.uil-envelope-download-alt:before { content: '\e9a8'; }.uil-envelope-download:before { content: '\e9a9'; }.uil-envelope-edit:before { content: '\e9aa'; }.uil-envelope-exclamation:before { content: '\e9ab'; }.uil-envelope-heart:before { content: '\e9ac'; }.uil-envelope-info:before { content: '\e9ad'; }.uil-envelope-lock:before { content: '\e9ae'; }.uil-envelope-minus:before { content: '\e9af'; }.uil-envelope-open:before { content: '\e9b0'; }.uil-envelope-question:before { content: '\e9b1'; }.uil-envelope-receive:before { content: '\e9b2'; }.uil-envelope-redo:before { content: '\e9b3'; }.uil-envelope-search:before { content: '\e9b4'; }.uil-envelope-send:before { content: '\e9b5'; }.uil-envelope-share:before { content: '\e9b6'; }.uil-envelope-shield:before { content: '\e9b7'; }.uil-envelope-star:before { content: '\e9b8'; }.uil-envelope-times:before { content: '\e9b9'; }.uil-envelope-upload-alt:before { content: '\e9ba'; }.uil-envelope-upload:before { content: '\e9bb'; }.uil-envelope:before { content: '\e9bc'; }.uil-envelopes:before { content: '\e9bd'; }.uil-equal-circle:before { content: '\e9be'; }.uil-euro-circle:before { content: '\e9bf'; }.uil-euro:before { content: '\e9c0'; }.uil-exchange-alt:before { content: '\e9c1'; }.uil-exchange:before { content: '\e9c2'; }.uil-exclamation-circle:before { content: '\e9c3'; }.uil-exclamation-octagon:before { content: '\e9c4'; }.uil-exclamation-triangle:before { content: '\e9c5'; }.uil-exclude:before { content: '\e9c6'; }.uil-exit:before { content: '\e9c7'; }.uil-expand-alt:before { content: '\e9c8'; }.uil-expand-arrows-alt:before { content: '\e9c9'; }.uil-expand-arrows:before { content: '\e9ca'; }.uil-expand-from-corner:before { content: '\e9cb'; }.uil-expand-left:before { content: '\e9cc'; }.uil-expand-right:before { content: '\e9cd'; }.uil-export:before { content: '\e9ce'; }.uil-exposure-alt:before { content: '\e9cf'; }.uil-exposure-increase:before { content: '\e9d0'; }.uil-external-link-alt:before { content: '\e9d1'; }.uil-eye-slash:before { content: '\e9d2'; }.uil-eye:before { content: '\e9d3'; }.uil-facebook-f:before { content: '\e9d4'; }.uil-facebook-messenger-alt:before { content: '\e9d5'; }.uil-facebook-messenger:before { content: '\e9d6'; }.uil-facebook:before { content: '\e9d7'; }.uil-fahrenheit:before { content: '\e9d8'; }.uil-fast-mail-alt:before { content: '\e9d9'; }.uil-fast-mail:before { content: '\e9da'; }.uil-favorite:before { content: '\e9db'; }.uil-feedback:before { content: '\e9dc'; }.uil-file-alt:before { content: '\e9dd'; }.uil-file-blank:before { content: '\e9de'; }.uil-file-block-alt:before { content: '\e9df'; }.uil-file-bookmark-alt:before { content: '\e9e0'; }.uil-file-check-alt:before { content: '\e9e1'; }.uil-file-check:before { content: '\e9e2'; }.uil-file-contract-dollar:before { content: '\e9e3'; }.uil-file-copy-alt:before { content: '\e9e4'; }.uil-file-download-alt:before { content: '\e9e5'; }.uil-file-download:before { content: '\e9e6'; }.uil-file-edit-alt:before { content: '\e9e7'; }.uil-file-exclamation-alt:before { content: '\e9e8'; }.uil-file-exclamation:before { content: '\e9e9'; }.uil-file-heart:before { content: '\e9ea'; }.uil-file-info-alt:before { content: '\e9eb'; }.uil-file-landscape-alt:before { content: '\e9ec'; }.uil-file-landscape:before { content: '\e9ed'; }.uil-file-lanscape-slash:before { content: '\e9ee'; }.uil-file-lock-alt:before { content: '\e9ef'; }.uil-file-medical-alt:before { content: '\e9f0'; }.uil-file-medical:before { content: '\e9f1'; }.uil-file-minus-alt:before { content: '\e9f2'; }.uil-file-minus:before { content: '\e9f3'; }.uil-file-network:before { content: '\e9f4'; }.uil-file-plus-alt:before { content: '\e9f5'; }.uil-file-plus:before { content: '\e9f6'; }.uil-file-question-alt:before { content: '\e9f7'; }.uil-file-question:before { content: '\e9f8'; }.uil-file-redo-alt:before { content: '\e9f9'; }.uil-file-search-alt:before { content: '\e9fa'; }.uil-file-share-alt:before { content: '\e9fb'; }.uil-file-shield-alt:before { content: '\e9fc'; }.uil-file-slash:before { content: '\e9fd'; }.uil-file-times-alt:before { content: '\e9fe'; }.uil-file-times:before { content: '\e9ff'; }.uil-file-upload-alt:before { content: '\ea00'; }.uil-file-upload:before { content: '\ea01'; }.uil-file:before { content: '\ea02'; }.uil-files-landscapes-alt:before { content: '\ea03'; }.uil-files-landscapes:before { content: '\ea04'; }.uil-film:before { content: '\ea05'; }.uil-filter-slash:before { content: '\ea06'; }.uil-filter:before { content: '\ea07'; }.uil-fire:before { content: '\ea08'; }.uil-flask-potion:before { content: '\ea09'; }.uil-flask:before { content: '\ea0a'; }.uil-flip-h-alt:before { content: '\ea0b'; }.uil-flip-h:before { content: '\ea0c'; }.uil-flip-v-alt:before { content: '\ea0d'; }.uil-flip-v:before { content: '\ea0e'; }.uil-flower:before { content: '\ea0f'; }.uil-focus-add:before { content: '\ea10'; }.uil-focus-target:before { content: '\ea11'; }.uil-focus:before { content: '\ea12'; }.uil-folder-check:before { content: '\ea13'; }.uil-folder-download:before { content: '\ea14'; }.uil-folder-exclamation:before { content: '\ea15'; }.uil-folder-heart:before { content: '\ea16'; }.uil-folder-info:before { content: '\ea17'; }.uil-folder-lock:before { content: '\ea18'; }.uil-folder-medical:before { content: '\ea19'; }.uil-folder-minus:before { content: '\ea1a'; }.uil-folder-network:before { content: '\ea1b'; }.uil-folder-plus:before { content: '\ea1c'; }.uil-folder-question:before { content: '\ea1d'; }.uil-folder-slash:before { content: '\ea1e'; }.uil-folder-times:before { content: '\ea1f'; }.uil-folder-upload:before { content: '\ea20'; }.uil-folder:before { content: '\ea21'; }.uil-food:before { content: '\ea22'; }.uil-football-american:before { content: '\ea23'; }.uil-football-ball:before { content: '\ea24'; }.uil-football:before { content: '\ea25'; }.uil-forecastcloud-moon-tear:before { content: '\ea26'; }.uil-forwaded-call:before { content: '\ea27'; }.uil-forward:before { content: '\ea28'; }.uil-frown:before { content: '\ea29'; }.uil-game-structure:before { content: '\ea2a'; }.uil-game:before { content: '\ea2b'; }.uil-gift:before { content: '\ea2c'; }.uil-github-alt:before { content: '\ea2d'; }.uil-github:before { content: '\ea2e'; }.uil-glass-martini-alt-slash:before { content: '\ea2f'; }.uil-glass-martini-alt:before { content: '\ea30'; }.uil-glass-martini:before { content: '\ea31'; }.uil-glass-tea:before { content: '\ea32'; }.uil-glass:before { content: '\ea33'; }.uil-globe:before { content: '\ea34'; }.uil-gold:before { content: '\ea35'; }.uil-google-drive-alt:before { content: '\ea36'; }.uil-google-drive:before { content: '\ea37'; }.uil-google-hangouts-alt:before { content: '\ea38'; }.uil-google-hangouts:before { content: '\ea39'; }.uil-google-play:before { content: '\ea3a'; }.uil-google:before { content: '\ea3b'; }.uil-graduation-hat:before { content: '\ea3c'; }.uil-graph-bar:before { content: '\ea3d'; }.uil-grid:before { content: '\ea3e'; }.uil-grids:before { content: '\ea3f'; }.uil-grin-tongue-wink-alt:before { content: '\ea40'; }.uil-grin-tongue-wink:before { content: '\ea41'; }.uil-grin:before { content: '\ea42'; }.uil-grip-horizontal-line:before { content: '\ea43'; }.uil-hdd:before { content: '\ea44'; }.uil-headphones-alt:before { content: '\ea45'; }.uil-headphones:before { content: '\ea46'; }.uil-heart-alt:before { content: '\ea47'; }.uil-heart-medical:before { content: '\ea48'; }.uil-heart-rate:before { content: '\ea49'; }.uil-heart-sign:before { content: '\ea4a'; }.uil-heart:before { content: '\ea4b'; }.uil-heartbeat:before { content: '\ea4c'; }.uil-history-alt:before { content: '\ea4d'; }.uil-history:before { content: '\ea4e'; }.uil-home-alt:before { content: '\ea4f'; }.uil-home:before { content: '\ea50'; }.uil-horizontal-align-center:before { content: '\ea51'; }.uil-horizontal-align-left:before { content: '\ea52'; }.uil-horizontal-align-right:before { content: '\ea53'; }.uil-horizontal-distribution-center:before { content: '\ea54'; }.uil-horizontal-distribution-left:before { content: '\ea55'; }.uil-horizontal-distribution-right:before { content: '\ea56'; }.uil-hourglass:before { content: '\ea57'; }.uil-arrow-break:before { content: '\e83c'; }.uil-arrow-circle-down:before { content: '\e83d'; }.uil-arrow-circle-left:before { content: '\e83e'; }.uil-arrow-circle-right:before { content: '\e83f'; }.uil-arrow-circle-up:before { content: '\e840'; }.uil-arrow-compress-h:before { content: '\e841'; }.uil-arrow-down-left:before { content: '\e842'; }.uil-arrow-down-right:before { content: '\e843'; }.uil-arrow-down:before { content: '\e844'; }.uil-arrow-from-right:before { content: '\e845'; }.uil-arrow-from-top:before { content: '\e846'; }.uil-arrow-growth:before { content: '\e847'; }.uil-arrow-left:before { content: '\e848'; }.uil-arrow-random:before { content: '\e849'; }.uil-arrow-resize-diagonal:before { content: '\e84a'; }.uil-arrow-right:before { content: '\e84b'; }.uil-arrow-to-bottom:before { content: '\e84c'; }.uil-arrow-to-right:before { content: '\e84d'; }.uil-arrow-up-left:before { content: '\e84e'; }.uil-arrow-up-right:before { content: '\e84f'; }.uil-arrow-up:before { content: '\e850'; }.uil-arrow:before { content: '\e851'; }.uil-arrows-h-alt:before { content: '\e852'; }.uil-arrows-h:before { content: '\e853'; }.uil-arrows-left-down:before { content: '\e854'; }.uil-arrows-maximize:before { content: '\e855'; }.uil-arrows-merge:before { content: '\e856'; }.uil-arrows-resize-h:before { content: '\e857'; }.uil-arrows-resize-v:before { content: '\e858'; }.uil-arrows-resize:before { content: '\e859'; }.uil-html3-alt:before { content: '\ea58'; }.uil-html3:before { content: '\ea59'; }.uil-hunting:before { content: '\ea5a'; }.uil-image-alt-slash:before { content: '\ea5b'; }.uil-image-block:before { content: '\ea5c'; }.uil-image-broken:before { content: '\ea5d'; }.uil-image-check:before { content: '\ea5e'; }.uil-image-download:before { content: '\ea5f'; }.uil-image-edit:before { content: '\ea60'; }.uil-image-lock:before { content: '\ea61'; }.uil-image-minus:before { content: '\ea62'; }.uil-image-plus:before { content: '\ea63'; }.uil-image-question:before { content: '\ea64'; }.uil-image-redo:before { content: '\ea65'; }.uil-image-resize-landscape:before { content: '\ea66'; }.uil-image-resize-square:before { content: '\ea67'; }.uil-image-search:before { content: '\ea68'; }.uil-image-share:before { content: '\ea69'; }.uil-image-shield:before { content: '\ea6a'; }.uil-image-slash:before { content: '\ea6b'; }.uil-image-times:before { content: '\ea6c'; }.uil-image-upload:before { content: '\ea6d'; }.uil-image-v:before { content: '\ea6e'; }.uil-image:before { content: '\ea6f'; }.uil-images:before { content: '\ea70'; }.uil-import:before { content: '\ea71'; }.uil-incoming-call:before { content: '\ea72'; }.uil-info-circle:before { content: '\ea73'; }.uil-instagram-alt:before { content: '\ea74'; }.uil-instagram:before { content: '\ea75'; }.uil-intercom-alt:before { content: '\ea76'; }.uil-intercom:before { content: '\ea77'; }.uil-invoice:before { content: '\ea78'; }.uil-italic:before { content: '\ea79'; }.uil-jackhammer:before { content: '\ea7a'; }.uil-java-script:before { content: '\ea7b'; }.uil-kayak:before { content: '\ea7c'; }.uil-key-skeleton-alt:before { content: '\ea7d'; }.uil-key-skeleton:before { content: '\ea7e'; }.uil-keyboard-alt:before { content: '\ea7f'; }.uil-keyboard-hide:before { content: '\ea80'; }.uil-keyboard-show:before { content: '\ea81'; }.uil-keyboard:before { content: '\ea82'; }.uil-keyhole-circle:before { content: '\ea83'; }.uil-keyhole-square-full:before { content: '\ea84'; }.uil-keyhole-square:before { content: '\ea85'; }.uil-kid:before { content: '\ea86'; }.uil-label-alt:before { content: '\ea87'; }.uil-label:before { content: '\ea88'; }.uil-lamp:before { content: '\ea89'; }.uil-laptop-cloud:before { content: '\ea8a'; }.uil-laptop:before { content: '\ea8b'; }.uil-laughing:before { content: '\ea8c'; }.uil-layer-group-slash:before { content: '\ea8d'; }.uil-layer-group:before { content: '\ea8e'; }.uil-layers-alt:before { content: '\ea8f'; }.uil-layers-slash:before { content: '\ea90'; }.uil-layers:before { content: '\ea91'; }.uil-left-arrow-from-left:before { content: '\ea92'; }.uil-left-arrow-to-left:before { content: '\ea93'; }.uil-left-indent-alt:before { content: '\ea94'; }.uil-left-indent:before { content: '\ea95'; }.uil-left-to-right-text-direction:before { content: '\ea96'; }.uil-life-ring:before { content: '\ea97'; }.uil-lightbulb-alt:before { content: '\ea98'; }.uil-lightbulb:before { content: '\ea99'; }.uil-line-alt:before { content: '\ea9a'; }.uil-line-spacing:before { content: '\ea9b'; }.uil-line:before { content: '\ea9c'; }.uil-link-alt:before { content: '\ea9d'; }.uil-link-broken:before { content: '\ea9e'; }.uil-link-h:before { content: '\ea9f'; }.uil-link:before { content: '\eaa0'; }.uil-linkedin-alt:before { content: '\eaa1'; }.uil-linkedin:before { content: '\eaa2'; }.uil-list-ui-alt:before { content: '\eaa3'; }.uil-list-ul:before { content: '\eaa4'; }.uil-location-arrow-alt:before { content: '\eaa5'; }.uil-location-arrow:before { content: '\eaa6'; }.uil-location-pin-alt:before { content: '\eaa7'; }.uil-location-point:before { content: '\eaa8'; }.uil-location:before { content: '\eaa9'; }.uil-lock-access:before { content: '\eaaa'; }.uil-lock-alt:before { content: '\eaab'; }.uil-lock-open-alt:before { content: '\eaac'; }.uil-lock-slash:before { content: '\eaad'; }.uil-lock:before { content: '\eaae'; }.uil-mailbox-alt:before { content: '\eaaf'; }.uil-mailbox:before { content: '\eab0'; }.uil-map-marker-alt:before { content: '\eab1'; }.uil-map-marker-edit:before { content: '\eab2'; }.uil-map-marker-info:before { content: '\eab3'; }.uil-map-marker-minus:before { content: '\eab4'; }.uil-map-marker-plus:before { content: '\eab5'; }.uil-map-marker-question:before { content: '\eab6'; }.uil-map-marker-shield:before { content: '\eab7'; }.uil-map-marker-slash:before { content: '\eab8'; }.uil-map-marker:before { content: '\eab9'; }.uil-map-pin-alt:before { content: '\eaba'; }.uil-map-pin:before { content: '\eabb'; }.uil-map:before { content: '\eabc'; }.uil-mars:before { content: '\eabd'; }.uil-master-card:before { content: '\eabe'; }.uil-maximize-left:before { content: '\eabf'; }.uil-medal:before { content: '\eac0'; }.uil-medical-drip:before { content: '\eac1'; }.uil-medical-square-full:before { content: '\eac2'; }.uil-medical-square:before { content: '\eac3'; }.uil-medical:before { content: '\eac4'; }.uil-medium-m:before { content: '\eac5'; }.uil-medkit:before { content: '\eac6'; }.uil-meeting-board:before { content: '\eac7'; }.uil-megaphone:before { content: '\eac8'; }.uil-meh-alt:before { content: '\eac9'; }.uil-meh-closed-eye:before { content: '\eaca'; }.uil-meh:before { content: '\eacb'; }.uil-message:before { content: '\eacc'; }.uil-metro:before { content: '\eacd'; }.uil-microphone-slash:before { content: '\eace'; }.uil-microphone:before { content: '\eacf'; }.uil-minus-circle:before { content: '\ead0'; }.uil-minus-path:before { content: '\ead1'; }.uil-minus-square-full:before { content: '\ead2'; }.uil-minus-square:before { content: '\ead3'; }.uil-minus:before { content: '\ead4'; }.uil-missed-call:before { content: '\ead5'; }.uil-mobey-bill-slash:before { content: '\ead6'; }.uil-mobile-android-alt:before { content: '\ead7'; }.uil-mobile-android:before { content: '\ead8'; }.uil-mobile-vibrate:before { content: '\ead9'; }.uil-modem:before { content: '\eada'; }.uil-money-bill-stack:before { content: '\eadb'; }.uil-money-bill:before { content: '\eadc'; }.uil-money-insert:before { content: '\eadd'; }.uil-money-stack:before { content: '\eade'; }.uil-money-withdraw:before { content: '\eadf'; }.uil-money-withdrawal:before { content: '\eae0'; }.uil-moneybag-alt:before { content: '\eae1'; }.uil-moneybag:before { content: '\eae2'; }.uil-monitor-heart-rate:before { content: '\eae3'; }.uil-monitor:before { content: '\eae4'; }.uil-moon-eclipse:before { content: '\eae5'; }.uil-moon:before { content: '\eae6'; }.uil-moonset:before { content: '\eae7'; }.uil-mountains-sun:before { content: '\eae8'; }.uil-mountains:before { content: '\eae9'; }.uil-mouse-alt:before { content: '\eaea'; }.uil-mouse:before { content: '\eaeb'; }.uil-multiply:before { content: '\eaec'; }.uil-music-note:before { content: '\eaed'; }.uil-music-tune-slash:before { content: '\eaee'; }.uil-music:before { content: '\eaef'; }.uil-n-a:before { content: '\eaf0'; }.uil-navigator:before { content: '\eaf1'; }.uil-nerd:before { content: '\eaf2'; }.uil-newspaper:before { content: '\eaf3'; }.uil-ninja:before { content: '\eaf4'; }.uil-no-entry:before { content: '\eaf5'; }.uil-notebooks:before { content: '\eaf6'; }.uil-notes:before { content: '\eaf7'; }.uil-object-group:before { content: '\eaf8'; }.uil-object-ungroup:before { content: '\eaf9'; }.uil-octagon:before { content: '\eafa'; }.uil-opera-alt:before { content: '\eafb'; }.uil-opera:before { content: '\eafc'; }.uil-outgoing-call:before { content: '\eafd'; }.uil-package:before { content: '\eafe'; }.uil-padlock:before { content: '\eaff'; }.uil-paint-tool:before { content: '\eb00'; }.uil-palette:before { content: '\eb01'; }.uil-panorama-h-alt:before { content: '\eb02'; }.uil-panorama-h:before { content: '\eb03'; }.uil-panorama-v:before { content: '\eb04'; }.uil-paperclip:before { content: '\eb05'; }.uil-paragraph:before { content: '\eb06'; }.uil-parcel:before { content: '\eb07'; }.uil-parking-square:before { content: '\eb08'; }.uil-pathfinder-unite:before { content: '\eb09'; }.uil-pathfinder:before { content: '\eb0a'; }.uil-pause-circle:before { content: '\eb0b'; }.uil-pause:before { content: '\eb0c'; }.uil-paypal:before { content: '\eb0d'; }.uil-pen:before { content: '\eb0e'; }.uil-pentagon:before { content: '\eb0f'; }.uil-percentage:before { content: '\eb10'; }.uil-phone-alt:before { content: '\eb11'; }.uil-phone-pause:before { content: '\eb12'; }.uil-phone-slash:before { content: '\eb13'; }.uil-phone-times:before { content: '\eb14'; }.uil-phone-volume:before { content: '\eb15'; }.uil-phone:before { content: '\eb16'; }.uil-picture:before { content: '\eb17'; }.uil-plane-arrival:before { content: '\eb18'; }.uil-plane-departure:before { content: '\eb19'; }.uil-plane-fly:before { content: '\eb1a'; }.uil-plane:before { content: '\eb1b'; }.uil-play-circle:before { content: '\eb1c'; }.uil-play:before { content: '\eb1d'; }.uil-plug:before { content: '\eb1e'; }.uil-plus-circle:before { content: '\eb1f'; }.uil-plus-square:before { content: '\eb20'; }.uil-plus:before { content: '\eb21'; }.uil-podium:before { content: '\eb22'; }.uil-polygon:before { content: '\eb23'; }.uil-post-stamp:before { content: '\eb24'; }.uil-postcard:before { content: '\eb25'; }.uil-pound-circle:before { content: '\eb26'; }.uil-pound:before { content: '\eb27'; }.uil-power:before { content: '\eb28'; }.uil-prescription-bottle:before { content: '\eb29'; }.uil-presentation-check:before { content: '\eb2a'; }.uil-presentation-edit:before { content: '\eb2b'; }.uil-presentation-line:before { content: '\eb2c'; }.uil-presentation-lines-alt:before { content: '\eb2d'; }.uil-presentation-minus:before { content: '\eb2e'; }.uil-presentation-play:before { content: '\eb2f'; }.uil-presentation-plus:before { content: '\eb30'; }.uil-presentation-times:before { content: '\eb31'; }.uil-presentation:before { content: '\eb32'; }.uil-previous:before { content: '\eb33'; }.uil-pricetag-alt:before { content: '\eb34'; }.uil-print-slash:before { content: '\eb35'; }.uil-print:before { content: '\eb36'; }.uil-process:before { content: '\eb37'; }.uil-processor:before { content: '\eb38'; }.uil-pump:before { content: '\eb39'; }.uil-puzzle-piece:before { content: '\eb3a'; }.uil-question-circle:before { content: '\eb3b'; }.uil-raddit-alien-alt:before { content: '\eb3c'; }.uil-rainbow:before { content: '\eb3d'; }.uil-raindrops-alt:before { content: '\eb3e'; }.uil-raindrops:before { content: '\eb3f'; }.uil-react:before { content: '\eb40'; }.uil-receipt-alt:before { content: '\eb41'; }.uil-receipt:before { content: '\eb42'; }.uil-record-audio:before { content: '\eb43'; }.uil-reddit-alien-alt:before { content: '\eb44'; }.uil-redo:before { content: '\eb45'; }.uil-refresh:before { content: '\eb46'; }.uil-registered:before { content: '\eb47'; }.uil-repeat:before { content: '\eb48'; }.uil-restaurant:before { content: '\eb49'; }.uil-right-indent-alt:before { content: '\eb4a'; }.uil-right-to-left-text-direction:before { content: '\eb4b'; }.uil-robot:before { content: '\eb4c'; }.uil-rope-way:before { content: '\eb4d'; }.uil-rotate-360:before { content: '\eb4e'; }.uil-rss-alt:before { content: '\eb4f'; }.uil-rss-interface:before { content: '\eb50'; }.uil-rss:before { content: '\eb51'; }.uil-ruler-combined:before { content: '\eb52'; }.uil-ruler:before { content: '\eb53'; }.uil-sad-cry:before { content: '\eb54'; }.uil-sad-crying:before { content: '\eb55'; }.uil-sad-dizzy:before { content: '\eb56'; }.uil-sad-squint:before { content: '\eb57'; }.uil-sad:before { content: '\eb58'; }.uil-scaling-left:before { content: '\eb59'; }.uil-scaling-right:before { content: '\eb5a'; }.uil-scenery:before { content: '\eb5b'; }.uil-schedule:before { content: '\eb5c'; }.uil-science:before { content: '\eb5d'; }.uil-screw:before { content: '\eb5e'; }.uil-scroll-h:before { content: '\eb5f'; }.uil-scroll:before { content: '\eb60'; }.uil-search-alt:before { content: '\eb61'; }.uil-search-minus:before { content: '\eb62'; }.uil-search-plus:before { content: '\eb63'; }.uil-search:before { content: '\eb64'; }.uil-selfie:before { content: '\eb65'; }.uil-server-alt:before { content: '\eb66'; }.uil-server-connection:before { content: '\eb67'; }.uil-server-network-alt:before { content: '\eb68'; }.uil-server-network:before { content: '\eb69'; }.uil-server:before { content: '\eb6a'; }.uil-servers:before { content: '\eb6b'; }.uil-servicemark:before { content: '\eb6c'; }.uil-share-alt:before { content: '\eb6d'; }.uil-shield-check:before { content: '\eb6e'; }.uil-shield-exclamation:before { content: '\eb6f'; }.uil-shield-question:before { content: '\eb70'; }.uil-shield-slash:before { content: '\eb71'; }.uil-shield:before { content: '\eb72'; }.uil-ship:before { content: '\eb73'; }.uil-shop:before { content: '\eb74'; }.uil-shopping-basket:before { content: '\eb75'; }.uil-shopping-cart-alt:before { content: '\eb76'; }.uil-shopping-trolley:before { content: '\eb77'; }.uil-shovel:before { content: '\eb78'; }.uil-shrink:before { content: '\eb79'; }.uil-shuffle:before { content: '\eb7a'; }.uil-shutter-alt:before { content: '\eb7b'; }.uil-shutter:before { content: '\eb7c'; }.uil-sick:before { content: '\eb7d'; }.uil-sigma:before { content: '\eb7e'; }.uil-sign-alt:before { content: '\eb7f'; }.uil-sign-in-alt:before { content: '\eb80'; }.uil-sign-left:before { content: '\eb81'; }.uil-sign-out-alt:before { content: '\eb82'; }.uil-sign-right:before { content: '\eb83'; }.uil-arrows-right-down:before { content: '\e85a'; }.uil-arrows-shrink-h:before { content: '\e85b'; }.uil-arrows-shrink-v:before { content: '\e85c'; }.uil-arrows-up-right:before { content: '\e85d'; }.uil-arrows-v-alt:before { content: '\e85e'; }.uil-arrows-v:before { content: '\e85f'; }.uil-assistive-listening-systems:before { content: '\e860'; }.uil-asterisk:before { content: '\e861'; }.uil-at:before { content: '\e862'; }.uil-atm-card:before { content: '\e863'; }.uil-atom:before { content: '\e864'; }.uil-auto-flash:before { content: '\e865'; }.uil-award-alt:before { content: '\e866'; }.uil-award:before { content: '\e867'; }.uil-baby-carriage:before { content: '\e868'; }.uil-backpack:before { content: '\e869'; }.uil-backspace:before { content: '\e86a'; }.uil-backward:before { content: '\e86b'; }.uil-bag-alt:before { content: '\e86c'; }.uil-bag-slash:before { content: '\e86d'; }.uil-bag:before { content: '\e86e'; }.uil-balance-scale:before { content: '\e86f'; }.uil-ball:before { content: '\e870'; }.uil-ban:before { content: '\e871'; }.uil-bars:before { content: '\e872'; }.uil-baseball-ball:before { content: '\e873'; }.uil-basketball-hoop:before { content: '\e874'; }.uil-basketball:before { content: '\e875'; }.uil-bath:before { content: '\e876'; }.uil-battery-bolt:before { content: '\e877'; }.uil-signal-alt-3:before { content: '\eb84'; }.uil-signal-alt:before { content: '\eb85'; }.uil-signal:before { content: '\eb86'; }.uil-silence:before { content: '\eb87'; }.uil-silent-squint:before { content: '\eb88'; }.uil-sim-card:before { content: '\eb89'; }.uil-sitemap:before { content: '\eb8a'; }.uil-skip-forward-alt:before { content: '\eb8b'; }.uil-skip-forward-circle:before { content: '\eb8c'; }.uil-skip-forward:before { content: '\eb8d'; }.uil-skype-alt:before { content: '\eb8e'; }.uil-skype:before { content: '\eb8f'; }.uil-slack-alt:before { content: '\eb90'; }.uil-slack:before { content: '\eb91'; }.uil-sliders-v-alt:before { content: '\eb92'; }.uil-sliders-v:before { content: '\eb93'; }.uil-smile-beam:before { content: '\eb94'; }.uil-smile-dizzy:before { content: '\eb95'; }.uil-smile-squint-wink-alt:before { content: '\eb96'; }.uil-smile-squint-wink:before { content: '\eb97'; }.uil-smile-wink-alt:before { content: '\eb98'; }.uil-smile-wink:before { content: '\eb99'; }.uil-smile:before { content: '\eb9a'; }.uil-snapchat-alt:before { content: '\eb9b'; }.uil-snapchat-ghost:before { content: '\eb9c'; }.uil-snapchat-square:before { content: '\eb9d'; }.uil-snow-flake:before { content: '\eb9e'; }.uil-snowflake-alt:before { content: '\eb9f'; }.uil-snowflake:before { content: '\eba0'; }.uil-sort-amount-down:before { content: '\eba1'; }.uil-sort-amount-up:before { content: '\eba2'; }.uil-sort:before { content: '\eba3'; }.uil-sorting:before { content: '\eba4'; }.uil-space-key:before { content: '\eba5'; }.uil-spade:before { content: '\eba6'; }.uil-sperms:before { content: '\eba7'; }.uil-spin:before { content: '\eba8'; }.uil-sport:before { content: '\eba9'; }.uil-square-full:before { content: '\ebaa'; }.uil-square-shape:before { content: '\ebab'; }.uil-square:before { content: '\ebac'; }.uil-squint:before { content: '\ebad'; }.uil-star-half-alt:before { content: '\ebae'; }.uil-star:before { content: '\ebaf'; }.uil-step-backward-alt:before { content: '\ebb0'; }.uil-step-backward-circle:before { content: '\ebb1'; }.uil-step-backward:before { content: '\ebb2'; }.uil-step-forward:before { content: '\ebb3'; }.uil-stop-circle:before { content: '\ebb4'; }.uil-stopwatch-slash:before { content: '\ebb5'; }.uil-stopwatch:before { content: '\ebb6'; }.uil-store-alt:before { content: '\ebb7'; }.uil-store:before { content: '\ebb8'; }.uil-streering:before { content: '\ebb9'; }.uil-stretcher:before { content: '\ebba'; }.uil-subject:before { content: '\ebbb'; }.uil-subway-alt:before { content: '\ebbc'; }.uil-subway:before { content: '\ebbd'; }.uil-suitcase-alt:before { content: '\ebbe'; }.uil-suitcase:before { content: '\ebbf'; }.uil-sun:before { content: '\ebc0'; }.uil-sunset:before { content: '\ebc1'; }.uil-surprise:before { content: '\ebc2'; }.uil-swatchbook:before { content: '\ebc3'; }.uil-swiggy:before { content: '\ebc4'; }.uil-swimmer:before { content: '\ebc5'; }.uil-symbol:before { content: '\ebc6'; }.uil-sync-exclamation:before { content: '\ebc7'; }.uil-sync-slash:before { content: '\ebc8'; }.uil-sync:before { content: '\ebc9'; }.uil-syringe:before { content: '\ebca'; }.uil-table:before { content: '\ebcb'; }.uil-tablet:before { content: '\ebcc'; }.uil-tablets:before { content: '\ebcd'; }.uil-tachometer-fast:before { content: '\ebce'; }.uil-tag-alt:before { content: '\ebcf'; }.uil-tag:before { content: '\ebd0'; }.uil-tape:before { content: '\ebd1'; }.uil-taxi:before { content: '\ebd2'; }.uil-tear:before { content: '\ebd3'; }.uil-technology:before { content: '\ebd4'; }.uil-telegram-alt:before { content: '\ebd5'; }.uil-telegram:before { content: '\ebd6'; }.uil-telescope:before { content: '\ebd7'; }.uil-temperature-empty:before { content: '\ebd8'; }.uil-temperature-half:before { content: '\ebd9'; }.uil-temperature-minus:before { content: '\ebda'; }.uil-temperature-plus:before { content: '\ebdb'; }.uil-temperature-quarter:before { content: '\ebdc'; }.uil-temperature-three-quarter:before { content: '\ebdd'; }.uil-temperature:before { content: '\ebde'; }.uil-text-fields:before { content: '\ebdf'; }.uil-text-size:before { content: '\ebe0'; }.uil-text-strike-through:before { content: '\ebe1'; }.uil-text:before { content: '\ebe2'; }.uil-th-large:before { content: '\ebe3'; }.uil-th-slash:before { content: '\ebe4'; }.uil-th:before { content: '\ebe5'; }.uil-thermometer:before { content: '\ebe6'; }.uil-thumbs-down:before { content: '\ebe7'; }.uil-thumbs-up:before { content: '\ebe8'; }.uil-thunderstorm-moon:before { content: '\ebe9'; }.uil-thunderstorm-sun:before { content: '\ebea'; }.uil-thunderstorm:before { content: '\ebeb'; }.uil-ticket:before { content: '\ebec'; }.uil-times-circle:before { content: '\ebed'; }.uil-times-square:before { content: '\ebee'; }.uil-times:before { content: '\ebef'; }.uil-toggle-off:before { content: '\ebf0'; }.uil-toggle-on:before { content: '\ebf1'; }.uil-top-arrow-from-top:before { content: '\ebf2'; }.uil-top-arrow-to-top:before { content: '\ebf3'; }.uil-tornado:before { content: '\ebf4'; }.uil-trademark-circle:before { content: '\ebf5'; }.uil-trademark:before { content: '\ebf6'; }.uil-traffic-barrier:before { content: '\ebf7'; }.uil-trash-alt:before { content: '\ebf8'; }.uil-trash:before { content: '\ebf9'; }.uil-trees:before { content: '\ebfa'; }.uil-triangle:before { content: '\ebfb'; }.uil-trophy:before { content: '\ebfc'; }.uil-trowel:before { content: '\ebfd'; }.uil-truck-case:before { content: '\ebfe'; }.uil-truck-loading:before { content: '\ebff'; }.uil-truck:before { content: '\ec00'; }.uil-tumblr-alt:before { content: '\ec01'; }.uil-tumblr-square:before { content: '\ec02'; }.uil-tumblr:before { content: '\ec03'; }.uil-tv-retro-slash:before { content: '\ec04'; }.uil-tv-retro:before { content: '\ec05'; }.uil-twitter-alt:before { content: '\ec06'; }.uil-twitter:before { content: '\ec07'; }.uil-umbrella:before { content: '\ec08'; }.uil-unamused:before { content: '\ec09'; }.uil-underline:before { content: '\ec0a'; }.uil-university:before { content: '\ec0b'; }.uil-unlock-alt:before { content: '\ec0c'; }.uil-unlock:before { content: '\ec0d'; }.uil-upload-alt:before { content: '\ec0e'; }.uil-upload:before { content: '\ec0f'; }.uil-usd-circle:before { content: '\ec10'; }.uil-usd-square:before { content: '\ec11'; }.uil-user-check:before { content: '\ec12'; }.uil-user-circle:before { content: '\ec13'; }.uil-user-exclamation:before { content: '\ec14'; }.uil-user-hard-hat:before { content: '\ec15'; }.uil-user-minus:before { content: '\ec16'; }.uil-user-plus:before { content: '\ec17'; }.uil-user-square:before { content: '\ec18'; }.uil-user-times:before { content: '\ec19'; }.uil-user:before { content: '\ec1a'; }.uil-users-alt:before { content: '\ec1b'; }.uil-utensils-alt:before { content: '\ec1c'; }.uil-utensils:before { content: '\ec1d'; }.uil-vector-square-alt:before { content: '\ec1e'; }.uil-vector-square:before { content: '\ec1f'; }.uil-venus:before { content: '\ec20'; }.uil-vertical-align-bottom:before { content: '\ec21'; }.uil-vertical-align-center:before { content: '\ec22'; }.uil-vertical-align-top:before { content: '\ec23'; }.uil-vertical-distribute-bottom:before { content: '\ec24'; }.uil-vertical-distribution-center:before { content: '\ec25'; }.uil-vertical-distribution-top:before { content: '\ec26'; }.uil-video-slash:before { content: '\ec27'; }.uil-video:before { content: '\ec28'; }.uil-visual-studio:before { content: '\ec29'; }.uil-vk-alt:before { content: '\ec2a'; }.uil-vk:before { content: '\ec2b'; }.uil-voicemail-rectangle:before { content: '\ec2c'; }.uil-voicemail:before { content: '\ec2d'; }.uil-volleyball:before { content: '\ec2e'; }.uil-volume-down:before { content: '\ec2f'; }.uil-volume-mute:before { content: '\ec30'; }.uil-volume-off:before { content: '\ec31'; }.uil-volume-up:before { content: '\ec32'; }.uil-volume:before { content: '\ec33'; }.uil-vuejs-alt:before { content: '\ec34'; }.uil-vuejs:before { content: '\ec35'; }.uil-wall:before { content: '\ec36'; }.uil-wallet:before { content: '\ec37'; }.uil-watch-alt:before { content: '\ec38'; }.uil-watch:before { content: '\ec39'; }.uil-water-drop-slash:before { content: '\ec3a'; }.uil-water-glass:before { content: '\ec3b'; }.uil-water:before { content: '\ec3c'; }.uil-web-grid-alt:before { content: '\ec3d'; }.uil-web-grid:before { content: '\ec3e'; }.uil-web-section-alt:before { content: '\ec3f'; }.uil-web-section:before { content: '\ec40'; }.uil-webcam:before { content: '\ec41'; }.uil-weight:before { content: '\ec42'; }.uil-whatsapp:before { content: '\ec43'; }.uil-wheel-barrow:before { content: '\ec44'; }.uil-wheelchair-alt:before { content: '\ec45'; }.uil-wheelchair:before { content: '\ec46'; }.uil-wifi-router:before { content: '\ec47'; }.uil-wifi-slash:before { content: '\ec48'; }.uil-wifi:before { content: '\ec49'; }.uil-wind-moon:before { content: '\ec4a'; }.uil-wind-sun:before { content: '\ec4b'; }.uil-wind:before { content: '\ec4c'; }.uil-window-grid:before { content: '\ec4d'; }.uil-window-maximize:before { content: '\ec4e'; }.uil-window-restore:before { content: '\ec4f'; }.uil-window-section:before { content: '\ec50'; }.uil-window:before { content: '\ec51'; }.uil-windsock:before { content: '\ec52'; }.uil-wrap-text:before { content: '\ec53'; }.uil-wrench:before { content: '\ec54'; }.uil-yellow:before { content: '\ec55'; }.uil-yen-circle:before { content: '\ec56'; }.uil-yen:before { content: '\ec57'; }.uil-yin-yang:before { content: '\ec58'; }.uil-youtube-alt:before { content: '\ec59'; }.uil-youtube:before { content: '\ec5a'; }.uil-battery-empty:before { content: '\e878'; }.uil-bed-double:before { content: '\e879'; }.uil-bed:before { content: '\e87a'; }.uil-behance-alt:before { content: '\e87b'; }.uil-behance:before { content: '\e87c'; }.uil-bell-school:before { content: '\e87d'; }.uil-bell-slash:before { content: '\e87e'; }.uil-bell:before { content: '\e87f'; }.uil-bill:before { content: '\e880'; }.uil-bitcoin-alt:before { content: '\e881'; }.uil-bitcoin-bold:before { content: '\e882'; }.uil-bitcoin-circle:before { content: '\e883'; }.uil-bitcoin:before { content: '\e884'; }.uil-black-berry:before { content: '\e885'; }.uil-blogger-alt:before { content: '\e886'; }.uil-blogger:before { content: '\e887'; }.uil-bluetooth-b:before { content: '\e888'; }.uil-bold:before { content: '\e889'; }.uil-bolt-alt:before { content: '\e88a'; }.uil-bolt-slash:before { content: '\e88b'; }.uil-bolt:before { content: '\e88c'; }.uil-book-alt:before { content: '\e88d'; }.uil-book-medical:before { content: '\e88e'; }.uil-book-open:before { content: '\e88f'; }.uil-book-reader:before { content: '\e890'; }.uil-book:before { content: '\e891'; }.uil-bookmark-full:before { content: '\e892'; }.uil-bookmark:before { content: '\e893'; }.uil-books:before { content: '\e894'; }.uil-boombox:before { content: '\e895'; }.uil-border-alt:before { content: '\e896'; }.uil-border-bottom:before { content: '\e897'; }.uil-border-clear:before { content: '\e898'; }.uil-border-horizontal:before { content: '\e899'; }.uil-border-inner:before { content: '\e89a'; }.uil-border-left:before { content: '\e89b'; }.uil-border-out:before { content: '\e89c'; }.uil-border-right:before { content: '\e89d'; }.uil-border-top:before { content: '\e89e'; }.uil-border-vertical:before { content: '\e89f'; }.uil-bowling-ball:before { content: '\e8a0'; }.uil-box:before { content: '\e8a1'; }.uil-briefcase-alt:before { content: '\e8a2'; }.uil-briefcase:before { content: '\e8a3'; }.uil-bright:before { content: '\e8a4'; }.uil-brightness-empty:before { content: '\e8a5'; }.uil-brightness-half:before { content: '\e8a6'; }.uil-brightness-low:before { content: '\e8a7'; }.uil-brightness-minus:before { content: '\e8a8'; }.uil-brightness-plus:before { content: '\e8a9'; }.uil-brightness:before { content: '\e8aa'; }.uil-bring-bottom:before { content: '\e8ab'; }.uil-bring-front:before { content: '\e8ac'; }.uil-brush-alt:before { content: '\e8ad'; }.uil-bug:before { content: '\e8ae'; }.uil-building:before { content: '\e8af'; }.uil-bullseye:before { content: '\e8b0'; }.uil-bus-alt:before { content: '\e8b1'; }.uil-bus-school:before { content: '\e8b2'; }.uil-bus:before { content: '\e8b3'; }.uil-calcualtor:before { content: '\e8b4'; }.uil-calculator-alt:before { content: '\e8b5'; }.uil-calculator:before { content: '\e8b6'; }.uil-calendar-alt:before { content: '\e8b7'; }.uil-calendar-slash:before { content: '\e8b8'; }.uil-calender:before { content: '\e8b9'; }.uil-calling:before { content: '\e8ba'; }.uil-camera-change:before { content: '\e8bb'; }.uil-camera-plus:before { content: '\e8bc'; }.uil-camera-slash:before { content: '\e8bd'; }.uil-camera:before { content: '\e8be'; }.uil-cancel:before { content: '\e8bf'; }.uil-capsule:before { content: '\e8c0'; }.uil-capture:before { content: '\e8c1'; }.uil-car-sideview:before { content: '\e8c2'; }.uil-car-slash:before { content: '\e8c3'; }.uil-car-wash:before { content: '\e8c4'; }.uil-car:before { content: '\e8c5'; }.uil-card-atm:before { content: '\e8c6'; }.uil-caret-right:before { content: '\e8c7'; }.uil-cart:before { content: '\e8c8'; }.uil-cell:before { content: '\e8c9'; }.uil-celsius:before { content: '\e8ca'; }.uil-chart-bar-alt:before { content: '\e8cb'; }.uil-chart-bar:before { content: '\e8cc'; }.uil-chart-down:before { content: '\e8cd'; }.uil-chart-growth-alt:before { content: '\e8ce'; }.uil-chart-growth:before { content: '\e8cf'; }.uil-chart-line:before { content: '\e8d0'; }.uil-chart-pie-alt:before { content: '\e8d1'; }.uil-chart-pie:before { content: '\e8d2'; }.uil-chart:before { content: '\e8d3'; }.uil-chat-bubble-user:before { content: '\e8d4'; }.uil-chat-info:before { content: '\e8d5'; }.uil-chat:before { content: '\e8d6'; }.uil-check-circle:before { content: '\e8d7'; }.uil-check-square:before { content: '\e8d8'; }.uil-check:before { content: '\e8d9'; }.uil-circle-layer:before { content: '\e8da'; }.uil-circle:before { content: '\e8db'; }.uil-circuit:before { content: '\e8dc'; }.uil-clapper-board:before { content: '\e8dd'; }.uil-clipboard-alt:before { content: '\e8de'; }.uil-clipboard-blank:before { content: '\e8df'; }.uil-clipboard-notes:before { content: '\e8e0'; }.uil-clipboard:before { content: '\e8e1'; }.uil-clock-eight:before { content: '\e8e2'; }.uil-clock-five:before { content: '\e8e3'; }.uil-clock-nine:before { content: '\e8e4'; }.uil-clock-seven:before { content: '\e8e5'; }.uil-clock-ten:before { content: '\e8e6'; }.uil-clock-three:before { content: '\e8e7'; }.uil-clock-two:before { content: '\e8e8'; }.uil-clock:before { content: '\e8e9'; }.uil-closed-captioning:before { content: '\e8ea'; }.uil-cloud-block:before { content: '\e8eb'; }.uil-cloud-bookmark:before { content: '\e8ec'; }.uil-cloud-check:before { content: '\e8ed'; }.uil-cloud-computing:before { content: '\e8ee'; }.uil-cloud-data-connection:before { content: '\e8ef'; }.uil-cloud-database-tree:before { content: '\e8f0'; }.uil-cloud-download:before { content: '\e8f1'; }.uil-cloud-drizzle:before { content: '\e8f2'; }.uil-cloud-exclamation:before { content: '\e8f3'; }.uil-cloud-hail:before { content: '\e8f4'; }.uil-cloud-heart:before { content: '\e8f5'; }.uil-cloud-info:before { content: '\e8f6'; }.uil-cloud-lock:before { content: '\e8f7'; }.uil-cloud-meatball:before { content: '\e8f8'; }.uil-cloud-moon-hail:before { content: '\e8f9'; }.uil-cloud-moon-meatball:before { content: '\e8fa'; }.uil-cloud-moon-rain:before { content: '\e8fb'; }.uil-cloud-moon-showers:before { content: '\e8fc'; }.uil-cloud-moon:before { content: '\e8fd'; }.uil-cloud-question:before { content: '\e8fe'; }.uil-cloud-rain-sun:before { content: '\e8ff'; }.uil-cloud-rain:before { content: '\e900'; }.uil-cloud-redo:before { content: '\e901'; }.uil-cloud-set:before { content: '\e902'; }.uil-cloud-share:before { content: '\e903'; }.uil-cloud-shield:before { content: '\e904'; }.uil-cloud-showers-alt:before { content: '\e905'; }.uil-cloud-showers-heavy:before { content: '\e906'; }.uil-cloud-showers:before { content: '\e907'; }.uil-cloud-slash:before { content: '\e908'; }.uil-cloud-sun-hail:before { content: '\e909'; }.uil-cloud-sun-meatball:before { content: '\e90a'; }.uil-cloud-sun-rain-alt:before { content: '\e90b'; }.uil-cloud-sun-rain:before { content: '\e90c'; }.uil-cloud-sun-tear:before { content: '\e90d'; }.uil-cloud-sun:before { content: '\e90e'; }.uil-cloud-times:before { content: '\e90f'; }.uil-cloud-unlock:before { content: '\e910'; }.uil-cloud-upload:before { content: '\e911'; }.uil-cloud-wifi:before { content: '\e912'; }.uil-cloud-wind:before { content: '\e913'; }.uil-cloud:before { content: '\e914'; }.uil-clouds:before { content: '\e915'; }.uil-club:before { content: '\e916'; }.uil-code:before { content: '\e917'; }.uil-coffee:before { content: '\e918'; }.uil-cog:before { content: '\e919'; }.uil-coins:before { content: '\e91a'; }.uil-columns:before { content: '\e91b'; }.uil-comment-alt-block:before { content: '\e91c'; }.uil-comment-alt-chart-lines:before { content: '\e91d'; }.uil-comment-alt-check:before { content: '\e91e'; }.uil-comment-alt-dots:before { content: '\e91f'; }.uil-comment-alt-download:before { content: '\e920'; }.uil-comment-alt-edit:before { content: '\e921'; }.uil-comment-alt-exclamation:before { content: '\e922'; }.uil-comment-alt-heart:before { content: '\e923'; }.uil-comment-alt-image:before { content: '\e924'; }.uil-comment-alt-info:before { content: '\e925'; }.uil-comment-alt-lines:before { content: '\e926'; }.uil-comment-alt-lock:before { content: '\e927'; }.uil-comment-alt-medical:before { content: '\e928'; }.uil-comment-alt-message:before { content: '\e929'; }.uil-comment-alt-notes:before { content: '\e92a'; }.uil-comment-alt-plus:before { content: '\e92b'; }#views-graphic {
  height: 300px;
  position: relative;
}

#views-graphic .ct-tooltip {
  position: absolute;
  display: inline-block;
  min-width: 3em;
  padding: 8px 10px;
  border-radius: 5px;
  background: #383838;
  color: #fff;
  text-align: center;
  pointer-events: none;
  z-index: 100;
  transition: opacity .2s linear;
}

svg {
  overflow: hidden;
}

.fs-14 {
  font-size: 14px;
}

.ct-grid {
  stroke: rgba(0, 0, 0, .2) !important;
  stroke-width: .4px !important;
  stroke-dasharray: 2px !important;
}

.ct-grid {
  stroke-width: 1px;
}

.ct-line {
  fill: none;
  stroke-width: 1px !important;
}

.ct-point {
  stroke-width: 6px !important;
  cursor: pointer;
  stroke: #00c9a7 !important;
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
  stroke: #00c9a7 !important;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
  fill: #00c9a7 !important;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
  fill: #d70206;
}

.ct-chart {
  position: relative;
}/****************
Night Mode
****************/

.night-mode #night-mode {
  padding: 0;
  font-size: 15px;
  background: #00c9a7;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.night-mode .fa-sun:before {
  content: "\f186";
}

.night-mode html,
.night-mode body {
  background-color: #111315 !important;
  color: #6F767E !important;
}

.night-mode body {
  background: #111315 !important;
  height: auto;
  float: left;
  width: 100%;
}

.night-mode body::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}

.night-mode body::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.night-mode body::-webkit-scrollbar-corner {
  background-color: transparent;
}

.night-mode body::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(51, 51, 51, .6);
  -webkit-box-shadow: inset -1px -1px 0 rgba(51, 51, 51, .05), inset 1px 1px 0 rgba(51, 51, 51, .05);
}

.night-mode h1,
.night-mode h2,
.night-mode h3,
.night-mode h4,
.night-mode h5 {
  color: #fff;
}

.night-mode p {
  color: #6F767E;
}

.night-mode #logo .logo-inverse {
  display: inline !important;
}

.night-mode #logo img {
  display: none;
}

.night-mode .bg-barren {
  background: #1A1D1F;
  box-shadow: inset 1px 0px 0px #111315, inset 0 -1px 0px #111315;
}

.night-mode .nav-link {
  color: #6F767E !important;
  font-weight: 500;
}

.night-mode .nav-link:hover {
  color: #fcfcfc !important;
}


.night-mode .barren-head .nav-item .nav-link.active,
.night-mode .barren-head .nav-item .show>.nav-link {
  color: #fff !important;
}

.night-mode .hero-banner {
  background-image: url("../images/dark-banner.jpg");
}

.night-mode .breadcrumb-block {
  background-image: url("../images/dark-banner.jpg");
}

.night-mode .barren-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #9A9FA5;
}

.night-mode .barren-breadcrumb .breadcrumb .breadcrumb-item a:hover {
  color: #fcfcfc !important;
}

.night-mode .barren-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #9A9FA5 !important;
}

.night-mode .footer {
  background: #1A1D1F;
  color: #fff;
}

.night-mode .footer-link {
  color: #6F767E;
}

.night-mode .footer-link:hover {
  color: #fcfcfc !important;
}

.night-mode .filter-tag a {
  color: #6F767E;
  border: 1px solid #33383f;
  background: #272B30;
}

.night-mode .filter-tag a.active,
.night-mode .filter-tag a:hover {
  background: #272B30;
  color: #fff !important;
}

.night-mode .main-card {
  border: 1px solid #1A1D1F;
  background-color: #1A1D1F;
}

.night-mode .event-content>.event-title {
  color: #fff;
}

.night-mode .event-content>.event-title:hover {
  color: #fff !important;
}

.night-mode .duration-price {
  color: #fff;
}

.night-mode .remaining {
  color: #9A9FA5;
}

.night-mode .control {
  color: #6F767E;
  background: #272B30;
}

.night-mode .mixitup-control-active {
  color: #fff !important;
}

.night-mode .mixitup-control-active[data-filter]:after {
  background: transparent;
  border-bottom: 3px solid #fff;
  color: #fff;
}

.night-mode .event-timing {
  color: #9A9FA5;
}

.night-mode .host-engaging-event-block {
  background: #272b30;
}

.night-mode .owl-nav .owl-next {
  color: #6F767E !important;
  background: #383c41 !important;
  border: 1px solid #383c41 !important;
}

.night-mode .owl-nav .owl-prev {
  color: #6F767E !important;
  background: #383c41 !important;
  border: 1px solid #383c41 !important;
}

.night-mode .owl-nav .owl-prev:hover {
  color: #fff !important;
  opacity: 1;
  background: #00c9a7 !important;
  border: 1px solid #00c9a7 !important;
}

.night-mode .owl-nav .owl-next:hover {
  color: #fff !important;
  opacity: 1;
  border: 1px solid #00c9a7 !important;
  background: #00c9a7 !important;
}

.night-mode .feature-group-list {
  border-top: 2px solid #272B30;
}

.night-mode .host-step-block {
  background-color: #272b30;
}

.night-mode .step-text {
  color: #fff;
}

.night-mode .step-link span {
  color: #fff;
}

.night-mode .step-tabs .step-link:hover {
  background-color: #1A1D1F;
}

.night-mode .step-link {
  border-bottom: 1px solid #1A1D1F;
  color: #9A9FA5;
}

.night-mode .step-tabs .step-link.active:hover {
  color: #fff;
  background-color: #00c9a7;
}

.night-mode .testimonial-slider-area {
  border-top: 2px solid #272B30;
}

.night-mode .testimonial-user-dt span {
  color: #9A9FA5;
}

.night-mode .dropdown-menu {
  background-color: #111315 !important;
  border: 1px solid #272B30 !important;
}

.night-mode .dropdown-submenu .dropdown-item {
  color: #6F767E;
}

.night-mode .dropdown-item {
  color: #6F767E !important;
}

.night-mode .dropdown-submenu .dropdown-item:hover {
  color: #fff !important;
  background-color: transparent !important;
}

.night-mode .dropdown-submenu .dropdown-item:focus {
  color: #fff !important;
  background-color: transparent;
}

.night-mode .dropdown-menu-account li .link-item {
  color: #6F767E;
}

.night-mode .dropdown-menu-account li .link-item:hover {
  color: #fff !important;
  background-color: transparent !important;
}

.night-mode .profile-link {
  border-top: 1px solid #272B30;
}

.night-mode .account-link {
  color: #6F767E;
}

.night-mode .account-link:hover {
  color: #fcfcfc !important;
}

.night-mode .navbar-toggler-icon {
  color: #6F767E;
}

.night-mode .navbar-toggler-icon:hover {
  color: #fcfcfc;
}

.night-mode .offcanvas {
  background-color: #1A1D1F;
}

.night-mode .close-btn {
  background: #272B30;
  color: #6F767E;
}

.night-mode .close-btn:hover,
.night-mode .close-btn:focus {
  background: #272B30;
  color: #fcfcfc;
}

.night-mode .checkout-title {
  border-bottom: 2px solid #272B30;
}

.night-mode .custom-border-top {
  border-top: 2px solid #272B30;
}

.night-mode .team-content span {
  color: #6F767E;
}

.night-mode .user-dts .user-name {
  color: #fff;
}

.night-mode .esv-btn {
  color: #fcfcfc;
  border: 1px solid #272B30;
  background: #272B30;
}

.night-mode .esv-btn:hover {
  color: #fff;
  border: 1px solid #efefef;
}

.night-mode .co-main-btn {
  color: #fcfcfc;
  border: 1px solid #272b30 !important;
  background: #272B30 !important;
}

.night-mode .co-main-btn:hover {
  color: #fff !important;
  border: 1px solid #efefef !important;
}

.night-mode .ff-block a {
  color: #fcfcfc;
}

.night-mode .ff-block a:first-child {
  border-right: 1px solid #272B30;
}

.night-mode .profile-social-link h6 {
  color: #fff;
}

.night-mode .modal-content {
  background-color: #111315;
  border: 1px solid #272B30;
}

.night-mode .close-model-btn {
  background: #272B30;
  color: #6F767E;
  opacity: 1;
}

.night-mode .close-model-btn:hover {
  background: #272B30;
  color: #fcfcfc;
}

.night-mode .ff-tablist {
  border-bottom: 1px solid #272B30;
}

.night-mode .follow-btn {
  color: #fcfcfc;
  border: 1px solid #272b30;
  background: #272B30 !important;
}

.night-mode .follow-btn:hover {
  color: #fcfcfc !important;
  border: 1px solid #efefef !important;
}

.night-mode .modal-header {
  border-bottom: 1px solid #272B30 !important;
}

.night-mode .modal-footer {
  border-top: 1px solid #272B30 !important;
}

.night-mode .text-light3 {
  color: #6F767E !important;
}

.night-mode .form-label {
  color: #efefef;
}

.night-mode .model-content .form-control {
  background-color: #272B30 !important;
}

.night-mode .form-control {
  color: #fcfcfc !important;
  background-color: #272B30 !important;
  border: 1px solid #272B30 !important;
}

.night-mode .form-control:focus {
  color: #fcfcfc !important;
  background-color: #000 !important;
  border: 1px solid #00c9a7 !important;
}

.night-mode .form-textarea {
  color: #fcfcfc !important;
  background-color: #272B30 !important;
  border: 1px solid #272B30 !important;
}

.night-mode .form-textarea:focus {
  color: #fcfcfc !important;
  background-color: #000 !important;
  border: 1px solid #00c9a7 !important;
}

.night-mode .border_bottom {
  border-bottom: 1px solid #272B30;
}

.night-mode .border_top {
  border-top: 1px solid #272B30;
}

.night-mode .blog-title {
  color: #fcfcfc;
}

.night-mode .blog-title:hover {
  color: #fcfcfc !important;
}

.night-mode .cb-icon {
  color: #9A9FA5;
  background: #272B30;
}

.night-mode .cb-icon:hover {
  color: #fff !important;
  background: #00c9a7;
}

.night-mode .booking-confirmed-bottom-bg {
  background: #272b30;
}

.night-mode .buyer-name {
  color: #9A9FA5;
}

.night-mode .booking-total-tickets span {
  color: #9A9FA5;
}

.night-mode .booking-total-grand span {
  color: #9A9FA5;
}

.night-mode .booking-total-grand {
  color: #9A9FA5;
}

.night-mode .bp-title h4 {
  border-bottom: 1px solid #272B30;
}

.night-mode .divider-line {
  background: #272B30;
}

.night-mode .order-text {
  color: #efefef;
}

.night-mode .confirmation-btn span {
  color: #fcfcfc;
}

.night-mode .event-order-dt-content .category-type {
  color: #efefef;
}

.night-mode .bp-form .btn-light {
  color: #fcfcfc !important;
  background-color: #272B30 !important;
  border: 1px solid #272B30 !important;
}

.night-mode .bootstrap-select .dropdown-item:hover {
  color: #FCFCFC !important;
  background: inherit !important;
}

.night-mode .bootstrap-select .dropdown-item.active:hover {
  color: #FCFCFC !important;
  background: #00c9a7 !important;
}

.night-mode .bootstrap-select.dropdown-item.active,
.night-mode .bootstrap-select .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #00c9a7 !important;
}

.night-mode .main-form .bootstrap-select .dropdown-toggle:focus,
.night-mode .main-form .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
  outline: none !important;
  outline-offset: -2px;
  border-color: #a2ff7a !important;
  box-shadow: none !important;
}

.night-mode .ttl-clr {
  color: #fff;
}

.night-mode .account-link img {
  background-color: #272b30;
  border: 2px solid #272b30;
}

.night-mode .user-avatar-img img {
  background: #272b30;
  border: 2px solid #00c9a7;
}

.night-mode .account-holder-avatar img {
  background-color: #272b30;
  border: 2px solid #00c9a7;
}

.night-mode .account-link.show img {
  border: 2px solid #00c9a7;
}

.night-mode .coming-soon-content {
  background-color: #1A1D1F;
}

.night-mode .copyright-footer {
  color: #efefef;
}

.night-mode .contact-hero-banner-info p {
  color: #fff !important;
}

.night-mode .create-icon i {
  color: #9A9FA5;
  background: #272b30;
}

.night-mode #add-event-tab .step-steps>li:before {
  background-color: #272b30;
}

.night-mode #add-event-tab .step-steps>li>a>.number {
  background-color: #272b30;
}

.night-mode #add-event-tab .step-steps>li>a>.number:before {
  background-color: rgba(39, 43, 48, 0.3);
}

.night-mode #add-event-tab .step-steps>li.active>a>.number,
.night-mode #add-event-tab .step-steps>li.done>a>.number {
  background-color: #00c9a7;

}

.night-mode #add-event-tab .step-steps>li.active>a>.number:before,
.night-mode #add-event-tab .step-steps>li.done>a>.number:before {
  background-color: rgba(106, 192, 69, 0.3);
}

.night-mode #add-event-tab .step-steps>li.done:before {
  background-color: #00c9a7;
}

.night-mode #add-event-tab .step-steps>li.active>a>.step-name,
.night-mode #add-eventevent-tab .step-steps>li.done>a>.step-name {
  color: #fff;
}

.night-mode .color-black {
  color: #fff;
}

.night-mode .hosting-title {
  color: #fcfcfc;
}

.night-mode .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
  border-color: #272b30 !important;
}

.night-mode .ck.ck-editor__main>.ck-editor__editable:focus {
  border-color: #272b30 !important;
  background: #000;
}


.night-mode .ck.ck-editor__main>.ck-editor__editable {
  background: #272B30;
  border-radius: 0;
}

.night-mode .ck.ck-editor__main>.ck-editor__editable p {
  color: #fcfcfc;
}


.night-mode .btn-switch .checkbox-slider {
  background-color: #272B30;
}

.night-mode .datepicker {
  background: #111315;
  border: 1px solid #272B30;
  color: #6F767E;
}

.night-mode .datepicker--nav {
  border-bottom: 1px solid #272B30;
}

.night-mode .datepicker--nav-title:hover {
  background: #272B30;
}

.night-mode .datepicker--pointer {
  background: #111315;
  border-top: 1px solid #272B30;
  border-right: 1px solid #272B30;
}

.night-mode .absolute-icon {
  color: #fcfcfc;
}

.night-mode .brn-checkbox-radio span {
  color: #fcfcfc;
}

.night-mode .brn-checkbox-radio span:last-child {
  color: #6F767E;
}

.night-mode .percentage-icon {
  color: #fcfcfc;
}

.night-mode .price-ticket-card .price-ticket-card-body h6 {
  color: #fcfcfc;
}

.night-mode .price-ticket-card .price-ticket-card-body .icon-box .icon {
  color: #9A9FA5;
  background: #272B30;
}

.night-mode .price-ticket-card .price-ticket-card-body .text-145 {
  color: #9A9FA5;
}

.night-mode .dropdown-item:hover {
  color: #fff !important;
  background-color: transparent !important;
}

.night-mode .option-btn-1 {
  color: #fcfcfc;
  border: 1px solid #272B30;
  background: #272B30;
}

.night-mode .option-btn-1:hover {
  color: #fcfcfc;
  border: 1px solid #efefef;
}

.night-mode .price-variation-head {
  background: #272B30;
}

.night-mode .model-content .btn-light {
  color: #fcfcfc !important;
  background-color: #272B30 !important;
  border: 1px solid #272B30 !important;
}

.night-mode .div-base-table .table-row .table-col {
  -webkit-box-shadow: 0 1px 0 #272B30;
  -moz-box-shadow: 0 1px 0 #272B30;
  box-shadow: 0 1px 0 #272B30;
}

.night-mode .price-ticket-card {
  border: 1px solid #272B30;
}

.night-mode .search-form .btn-light {
  color: #fcfcfc !important;
  background-color: #111315 !important;
  border: 1px solid #111315 !important;
}

.night-mode .faq-widget-links li a {
  color: #fcfcfc;
}

.night-mode .accordion-btn:not(.collapsed) {
  color: #fff;
}

.night-mode .accordion-btn {
  color: #fff;
}

.night-mode .faq-accordion .accordion-item:not(:first-of-type) {
  border-top: 1px solid #272B30;
}

.night-mode .faq-accordion .accordion-item {
  border-top: 1px solid #272B30;
}

.night-mode .faq-accordion .accordion-item:last-child {
  border-bottom: 1px solid #272B30;
}

.night-mode .app-form-content {
  background: #111315;
}

.night-mode .help-item-icon {
  background: #272B30;
  color: #fcfcfc;
}

.night-mode .help-item-link {
  color: #fcfcfc;
  border-bottom: 1px solid #272B30;
}

.night-mode .help-item-link:last-child {
  border-bottom: 0;
}

.night-mode .hero-banner-content .form-control {
  background-color: #111315 !important;
  border: 1px solid #111315;
}

.night-mode .invoice-body {
  background: #272b30;
}

.night-mode .vdt-list {
  color: #bbb;
}

.night-mode .cut-line i {
  background: #272b30;
}

.night-mode .invoice-header {
  background: #1A1D1F;
}

.night-mode .QR-dt {
  background: #2a2d2f;
}

.night-mode .QR-counter-type li {
  color: #fcfcfc;
}

.night-mode .main-table .table .thead-dark th {
  color: #efefef;
  background-color: #272b30;
  border-color: #272b30;
}

.night-mode .main-table .table {
  color: #fff;
  background: #1a1d1f;
  border: 1px solid #272b30;
}

.night-mode .main-table .table tbody tr td a {
  color: #fff;
}

.night-mode .main-table .table tbody tr td a:hover {
  color: #fff !important;
}


.night-mode .totalinv2 {
  color: #fcfcfc;
}

.night-mode .ocard-right .co-main-btn i {
  background: #272b30;
  border: 2px dashed #efefef;
  color: #efefef;
}

.night-mode .org_design_button {
  border: 2px dashed #272b30;
  background: #111315;
}

.night-mode .address-title {
  border-bottom: 1px solid #272b30;
  color: #fff;
}

.night-mode .ct-label {
  color: #c9c9c9;
}

.night-mode .ct-grid {
  stroke: rgba(255, 255, 255, .2) !important;
}

.night-mode .btn-light {
  color: #fcfcfc !important;
  background-color: #272b30 !important;
  border: 1px solid #272b30 !important;
  ;
}

.night-mode .menu--link.active {
  background: #272b30;
  color: #fff;
}

/* .night-mode .vertical_nav {
  background: #1A1D1F;
} */

.night-mode .menu--link {
  color: #6F767E;
  font-weight: 500;
}

.night-mode .menu--link:hover,
.night-mode .menu--link:hover .menu--label {
  color: #fcfcfc;
  background: transparent;
}

.night-mode .sub_menu--link .menu--icon:hover {
  color: #fff !important;
}

.night-mode .custom2-tabs .tab-link {
  background: #272b30;
  border: 1px solid #272b30;
  color: #fcfcfc;
}

.night-mode .custom2-tabs .tab-link {
  background: #272b30;
  border: 1px solid #272b30;
  color: #fcfcfc;
}

.night-mode .custom2-tabs .tab-link:hover {
  color: #fcfcfc;
  background-color: #272b30;
  border: 1px solid #efefef;
}

.night-mode .custom2-tabs .tab-link.active,
.night-mode .tab-tabs .show>.tab-link {
  color: #fff;
  background-color: #00c9a7;
  border: 1px solid #00c9a7;
}

.night-mode .custom2-tabs .tab-link.active span,
.night-mode .tab-tabs .show>.tab-link span {
  color: #fff;
}

.night-mode .card-top {
  border-bottom: 1px solid #272b30;
}

.night-mode .card-dt-text h6 {
  color: #9A9FA5;
}

.night-mode .card-dt-text span {
  color: #fcfcfc;
}

.night-mode .card-icon i {
  color: #9A9FA5;
  background: #272b30;
}

.night-mode .option-btn {
  color: #fcfcfc;
  border: 1px solid #272B30;
  background: #272B30;
}

.night-mode .option-btn:hover {
  border: 1px solid #efefef;
}

.night-mode .event-list-icon {
  background: #272B30;
  border: 1px solid #272B30;
}

.night-mode .contact-list .bottom .icon-box .icon {
  color: #9A9FA5;
  background: #272b30;
}

.night-mode .contact-list .bottom .icon-box p {
  color: #9A9FA5;
}

.night-mode .contact-list .bottom .icon-box h6 {
  color: #fff;
}

.night-mode .gift-coupon-icon {
  border-bottom: 2px dashed #272b30;
}

.night-mode .contact-list .top .icon-box h5 {
  color: #fff;
}

.night-mode .contact-list .top .icon-box p {
  color: #6F767E;
}

.night-mode .bank-card {
  border: 1px solid #272b30;
  background: #272b30;
}

.night-mode .bank-card h6 {
  color: #efefef;
}

.night-mode .action-link {
  color: #fcfcfc;
  border: 1px solid #111315;
  background: #111315;
}

.night-mode .action-link:hover {
  color: #fcfcfc !important;
  border: 1px solid #efefef;
}

.night-mode .subscription-item {
  border: 1px solid #272b30;
}

.night-mode .s-info p {
  color: #fff;
}

.night-mode .tracking-tab .tracking-head {
  background: #272b30;
  border: 1px solid #272b30;
}

.night-mode .tracking-tab .nav-tabs .nav-link {
  background: #272b30;
}

.night-mode .tracking-tab .nav-tabs .nav-link.active {
  background-color: #00c9a7;
  color: #fff !important;
}

.night-mode .specific-event {
  border-top: 1px solid #272b30;
}

.night-mode .view-profile-link {
  border-top: 1px solid #272b30;
}

.night-mode .p-bg {
  background-color: #000;
}

.night-mode .copy-link {
  background: #111315;
  border: 1px solid #111315;
}

.night-mode .upgrade-content .upgrade-premium-center {
  background-color: #111315;
}

.night-mode .event-dt-right-icon i {
  color: #9A9FA5;
  background: #272b30;
}

.night-mode .sv-btn {
  color: #fcfcfc;
  border: 1px solid #272b30;
  background: #272b30;
}

.night-mode .sv-btn:hover {
  color: #fcfcfc;
  border: 1px solid #efefef;
  background: #272b30;
}

.night-mode .event-type-name {
  color: #9A9FA5;
}

.night-mode .details-hr:after {
  background: #9A9FA5;
}

.night-mode .more-events {
  border-top: 1px solid #272b30;
}

.night-mode .garren-line-tab {
  border: 1px solid #1a1d1f;
  background-color: #1a1d1f;
}

.night-mode .my-event-tabs {
  background: #1a1d1f;
  border: 1px solid #1a1d1f;
}

.night-mode .my-event-tabs .event-link.active:hover {
  color: #00c9a7;
  background-color: #1a1d1f;
  border-bottom: 3px solid #00c9a7;
}

.night-mode .my-event-tabs .event-link.active,
.night-mode .my-event-tabs .show>.event-link {
  color: #00c9a7;
  background-color: #1a1d1f;
  border-bottom: 3px solid #00c9a7;
}

.night-mode .event-link span {
  color: #fcfcfc;
}

.night-mode .event-count {
  background: #272b30;
  color: #9A9FA5;
}

.night-mode .card-top:last-child {
  border-bottom: 0;
}

.night-mode .about-step {
  border-bottom: 1px solid #272b30;
}

.night-mode .about-step:last-child {
  border-bottom: 0;
}

.night-mode .setting-step {
  border-bottom: 1px solid #272b30;
}

.night-mode .setting-step:last-child {
  border-bottom: 0;
}

.night-mode .tab-link {
  color: #6F767E;
}

.night-mode .custom-tabs .tab-link.active,
.tab-tabs .show>.tab-link {
  color: #00c9a7;
  background-color: #1a1d1f;
  border-bottom: 3px solid #00c9a7;
}

.night-mode .custom-tabs .tab-link:hover {
  color: #fff;
  background-color: #1a1d1f;
  border-bottom: 3px solid transparent;
}


.night-mode .custom-tabs .tab-link.active span,
.night-mode .tab-tabs .show>.tab-link span {
  color: #fff;
}

.night-mode .custom-tabs .tab-link.active:hover {
  color: #00c9a7;
  background-color: #1a1d1f;
  border-bottom: 3px solid #00c9a7;
}

.night-mode .flex-slide .right h3 {
  color: #fff;
}

.night-mode .calculate-top {
  background: #1a1d1f;
}

.night-mode .bg-white {
  background: #212529 !important;
}

.night-mode .app-top-right-link {
  color: #fff;
}

.night-mode .divider span {
  background: #111315;
  color: #fff;
}

.night-mode .divider:before {
  background: rgba(112, 112, 112, 0.4);
}

.night-mode .social-login-btn {
  color: #fcfcfc;
  border: 1px solid #272b30;
  background: #272b30;
}

.night-mode .social-login-btn:hover {
  color: #fcfcfc;
  border: 1px solid #efefef;
  background: #272b30;
}

.night-mode .agree-text {
  color: #efefef;
}

.night-mode .term-link {
  color: #fcfcfc;
}

.night-mode .terms-content ol li {
  color: #fcfcfc;
}

.night-mode .select-tickets-block h6 {
  color: #fff;
  border-bottom: 1px solid #272b30;
}

.night-mode .ticket-price {
  color: #fff;
}

.night-mode .x-title {
  color: #6F767E;
}

.night-mode .counter input {
  color: #fcfcfc;
}

.night-mode .counter span {
  color: #efefef;
  background: #111315;
  border: 2px solid #272b30;
}

.night-mode .counter span:hover {
  color: #fff;
  background: #00c9a7;
  border: 2px solid #00c9a7;
}

.night-mode .xtotel-tickets-count {
  border-top: 1px solid #272b30;
}

.night-mode .help-faq-link {
  color: #fcfcfc;
}

.night-mode .help-pagination-link {
  color: #fcfcfc;
}

.night-mode .premium-select .option {
  border: 2px solid #272B30;
  background-color: #1a1d1f;
}

.night-mode .premium-select .option .dot {
  background: #aaaaaa;
}

.night-mode .wrapper .option span {
  color: #fcfcfc;
}

.night-mode .wrapper .option span:last-child {
  color: #a2a2a2;
}

.night-mode #option-1:checked:checked~.option-1,
.night-mode #option-2:checked:checked~.option-2 {
  border: 2px solid #00c9a7;
  background: #1a1d1f;
}

.night-mode #option-1:checked:checked~.option-1 span,
.night-mode #option-2:checked:checked~.option-2 span {
  color: #fff;
}

.night-mode #option-1:checked:checked~.option-1 span:last-child,
.night-mode #option-2:checked:checked~.option-2 span:last-child {
  color: #a2a2a2;
}

.night-mode .upload-file-dt {
  background: #111315;
  border: 2px dashed #272b30;
}

.night-mode .upload-file-dt span {
  color: #fff;
}

.night-mode .featured-controls label span {
  color: #6F767E;
  border: 1px solid #33383f;
  background: #272B30;
}

.night-mode .featured-controls input:checked+span {
  background: #272B30;
  color: #fff !important
}

.night-mode .role-header {
  background: #272b30;
}


.night-mode .role-header h6 {
  color: #fff;
}

.night-mode .role-header span {
  color: #a2a2a2;
}

.night-mode .role-item span {
  color: #fff;
}

.night-mode .i-disabled {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .night-mode .create-bg {
    background-color: #272B30;
  }

  .night-mode .offcanvas-header {
    border: 1px solid #272B30;
  }

  .night-mode .navbar-nav .nav-link:hover {
    background-color: #1A1D1F;
  }

  .night-mode .dropdown-menu {
    background-color: #111315 !important;
    border: 1px solid transparent !important;
  }

  .night-mode .offcanvas-footer {
    border-top: 1px solid #272B30;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .night-mode .create-bg {
    background-color: #272B30;
  }

  .night-mode .offcanvas-header {
    border: 1px solid #272B30;
  }

  .night-mode .navbar-nav .nav-link:hover {
    background-color: #1A1D1F;
  }

  .night-mode .dropdown-menu {
    background-color: #111315 !important;
    border: 1px solid transparent !important;
  }

  .night-mode .offcanvas-footer {
    border-top: 1px solid #272B30;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .night-mode .create-bg {
    background-color: #272B30;
  }

  .night-mode .offcanvas-header {
    border: 1px solid #272B30;
  }

  .night-mode .navbar-nav .nav-link:hover {
    background-color: #1A1D1F;
  }

  .night-mode .dropdown-menu {
    background-color: #111315 !important;
    border: 1px solid transparent !important;
  }

  .night-mode .offcanvas-footer {
    border-top: 1px solid #272B30;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .res-main-logo {
        display: inline-block;
    }

    .res-main-logo img {
        height: 40px;
    }

    .main-logo {
        display: none;
    }

    .create-btn {
        padding: 5px 10px;
        display: none;
    }

    .create-btn span {
        display: none;
    }

    .create-btn i {
        margin-right: 0;
    }

    .navbar-nav .nav-link {
        padding: 12px 25px 12px 20px !important;
        font-size: 1.1em;
    }

    .navbar-nav .nav-link:hover {
        color: #00c9a7 !important;
        background-color: #e8f7f7;
    }

    .offcanvas-header {
        border: 1px solid #efefef;
    }

    .offcanvas-logo img {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }

    .offcanvas-body {
        padding: 0 0 1rem !important;
    }

    .pe_5 {
        padding-right: 0 !important;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 0 0 20px !important;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 18px;
        padding: 0.6rem 1rem !important;
        color: #000;
    }

    .dropdown-submenu .dropdown-item:hover {
        color: #00c9a7 !important;
        background-color: transparent !important;
    }

    .navbar-nav .dropdown-menu .dropdown-item::before {
        content: '\f068';
        font-family: 'Font Awesome 6 Free';
        font-weight: 600;
        font-size: 16px;
        margin-right: 10px;
    }

    .navbar-nav .dropdown-toggle::after {
        display: inline-block;
        float: right;
        margin-top: 10px;
    }

    .submenu-item:after {
        content: '\f0dd';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        float: right;
        font-size: 12px;
        padding-right: 10px;
    }

    .offcanvas-top-area {
        display: block;
        padding: 0 0 20px;
        text-align: center;
    }

    .create-bg {
        background-color: #f1f2f3;
        border-radius: 0;
        padding: 30px;
    }

    .dropdown-submenu {
        width: 100%;
    }

    .hero-banner-content h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .hero-banner-content p {
        padding: 0;
    }

    .easy-steps-tab .nav {
        display: block;
        width: 100%;
    }

    .step-link {
        width: 100%;
    }

    .main-title h3 {
        font-size: 24px;
        line-height: 42px;
    }

    .p-80 {
        padding: 64px 0 64px;
    }

    .app-form-sidebar {
        display: none;
    }

    .sign-logo {
        display: block;
    }

    .app-top-right-link {
        display: none;
    }

    .app-top-items {
        display: block;
        width: 100%;
        text-align: center;
    }

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

    .event-top-date {
        display: none;
    }

    .event-top-dt {
        margin-left: 0;
    }

    .event-main-title {
        font-size: 24px;
    }

    .event-type-name {
        font-size: 14px;
    }

    .countdown-item {
        padding: 10px 0;
    }

    .user-right-dt {
        margin-top: 40px;
    }

    .tab-link {
        width: 100%;
    }

    .custom-tabs .tab-link.active,
    .tab-tabs .show>.tab-link {
        color: #fff;
        background-color: #00c9a7;
        border-bottom: 2px solid #00c9a7;
        border-radius: 3px;
    }

    .custom-tabs .tab-link.active:hover {
        color: #fff;
        background-color: #00c9a7;
        border-bottom: 2px solid #00c9a7;
    }

    .custom-tabs .tab-link:hover {
        color: #00c9a7;
        background-color: #fff;
        border-bottom: 2px solid transparent;
    }

    .card-top {
        display: block;
        width: 100%;
    }

    .card-event-img {
        width: 100%;
        height: 160px;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .event-top .card-event-img {
        width: 100%;
        height: 160px;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .card-bottom-item {
        width: 50%;
    }

    .card-bottom-item {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .card-dt-text {
        margin-left: 0;
    }

    .card-icon i {
        margin-bottom: 15px;
    }

    .my-event-tabs {
        display: block;
    }

    .event-link {
        width: 100%;
        border-bottom: none;
    }

    .my-event-tabs .event-link.active,
    .my-event-tabs .show>.event-link {
        color: #fff !important;
        background-color: #00c9a7 !important;
        border-bottom: none !important;
    }

    .my-event-tabs .event-link.active span,
    .my-event-tabs .show>.event-link span {
        color: #fff !important;
    }

    .my-event-tabs .event-link.active .event-count,
    .my-event-tabs .show>.event-link .event-count {
        color: #fff !important;
        background: #7fdb57 !important;
    }

    .event-link {
        padding: 1.5rem !important;
    }

    .user-follow-card {
        display: block;
    }

    .follow-card-btn {
        margin-left: 77px;
    }

    .add-organisation-card {
        display: block;
        text-align: center;
    }

    .ocard-left {
        display: block;
    }

    .ocard-avatar {
        display: inline-block;
        margin: 0;
    }

    .ocard-name {
        margin-left: 0;
        margin-top: 13px;
        margin-bottom: 13px;
    }

    .rs {
        margin-top: 27px;
    }

    .custom2-tabs .tab-link {
        width: 100%;
        display: block;
        margin: 0 0 5px 0 !important;
    }

    .relative-input .form-control {
        width: 100%;
    }

    .event-list .event-top .dropdown {
        position: absolute;
        right: 26px;
        top: 26px;
    }

    .option-btn {
        color: rgba(255, 255, 255, .7);
    }

    .option-btn:hover {
        color: rgba(255, 255, 255, 1);
        border: 1px solid #fff;
    }

    .contact-list .top .icon-box {
        min-width: 100%;
        margin-bottom: 15px;
    }

    .contact-list .bottom .icon-box {
        min-width: 200px;
        margin-bottom: 30px;
    }

    .rmt_4 {
        margin-top: 5px;
    }

    .tracking-tab .nav-tabs .nav-item {
        margin-bottom: 10px;
        width: 100%;
    }

    .organisation-profile {
        max-width: 100%;
        min-width: 100%;
    }

    .profile-edit-btn {
        right: 20px;
    }

    .upgrade-content .upgrade-premium-center {
        max-width: 100%;
    }

    .upgrade-banner img {
        height: auto;
    }

    .brn-checkbox-radio {
        padding-left: 30px;
    }

    .br-checkbox {
        position: absolute;
        left: 0px;
    }

    .input-content {
        padding-left: 30px;
    }

    .price-ticket-card-head .top-name .icon-box {
        min-width: 100%;
        margin-bottom: 15px;
    }

    .price-ticket-card .price-ticket-card-body .icon-box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .price-ticket-card .price-ticket-card-body .icon-box:last-child {
        margin-bottom: 0;
    }

    .sell-calculate-banner-bg {
        max-width: 100%;
    }

    .flex-slide {
        display: block;
    }

    .flex-slide .left {
        flex: 0 1 100%;
    }

    .blog-img-card img {
        width: 100%;
        max-height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

    .flex-slide .right {
        padding: 1.5rem;
    }

    .flex-slide .right .blog--title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .blog-block .right .post-meta span {
        font-size: 14px;
    }

    .blog-block .right p {
        font-size: 14px;
    }

    .prev_title {
        max-width: 100px !important;
    }

    .communities-item {
        height: auto;
    }

    .easy-step {
        height: auto;
    }

    .coming-soon-content h2 {
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .coming-soon-content #timer div {
        width: 75px;
        height: 75px;
        font-size: 24px;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .coming-soon-content {
        padding: 37px 20px;
    }

    .error-404-content p {
        padding: 0 0;
    }

    .calculate-top {
        padding: 5px 20px 20px;
    }

    .blog-img-card img {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .res-main-logo {
        display: inline-block;
    }

    .res-main-logo img {
        height: 40px;
    }

    .main-logo {
        display: none;
    }

    .create-btn {
        padding: 5px 15px;
    }

    .create-btn {
        padding: 5px 10px;
        display: none;
    }

    .create-btn span {
        display: none;
    }

    .create-btn i {
        margin-right: 0;
    }

    .navbar-nav .nav-link {
        padding: 12px 25px 12px 20px !important;
        font-size: 1.1em;
    }

    .navbar-nav .nav-link:hover {
        color: #00c9a7 !important;
        background-color: #e8f7f7;
    }

    .pe_5 {
        padding-right: 0 !important;
    }

    .offcanvas-header {
        border: 1px solid #efefef;
    }

    .offcanvas-logo img {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }

    .offcanvas-body {
        padding: 0 0 1rem !important;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 0 0 20px !important;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 18px;
        padding: 0.6rem 1rem !important;
        color: #000;
    }

    .dropdown-submenu .dropdown-item:hover,
    .dropdown-submenu .dropdown-item:focus {
        color: #00c9a7 !important;
        background-color: transparent !important;
    }

    .navbar-nav .dropdown-menu .dropdown-item::before {
        content: '\f068';
        font-family: 'Font Awesome 6 Free';
        font-weight: 600;
        font-size: 16px;
        margin-right: 10px;
    }

    .navbar-nav .dropdown-toggle::after {
        display: inline-block;
        float: right;
        margin-top: 10px;
    }

    .submenu-item:after {
        content: '\f0dd';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        float: right;
        font-size: 12px;
        padding-right: 10px;
    }

    .offcanvas-top-area {
        display: block;
        padding: 0 0 20px;
        text-align: center;
    }

    .create-bg {
        background-color: #f1f2f3;
        border-radius: 0;
        padding: 30px;
    }

    .dropdown-submenu {
        width: 100%;
    }

    .hero-banner-content h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .hero-banner-content p {
        padding: 0;
    }

    .easy-steps-tab .nav {
        display: block;
        width: 100%;
    }

    .step-link {
        width: 100%;
    }

    .main-title h3 {
        font-size: 24px;
        line-height: 42px;
    }

    .p-80 {
        padding: 64px 0 64px;
    }

    .app-form-sidebar {
        display: none;
    }

    .sign-logo {
        display: block;
    }

    .app-top-right-link {
        display: none;
    }

    .app-top-items {
        display: block;
        width: 100%;
        text-align: center;
    }

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

    .contact-list .bottom .icon-box {
        min-width: 270px;
        margin-bottom: 30px;
    }

    .event-top-date {
        display: none;
    }

    .event-top-dt {
        margin-left: 0;
    }

    .event-main-title {
        font-size: 24px;
    }

    .event-type-name {
        font-size: 14px;
    }

    .user-right-dt {
        margin-top: 40px;
    }

    .tab-link {
        width: 100%;
    }

    .custom-tabs .tab-link.active,
    .tab-tabs .show>.tab-link {
        color: #fff;
        background-color: #00c9a7;
        border-bottom: 2px solid #00c9a7;
        border-radius: 3px;
    }

    .custom-tabs .tab-link.active:hover {
        color: #fff;
        background-color: #00c9a7;
        border-bottom: 2px solid #00c9a7;
    }

    .custom-tabs .tab-link:hover {
        color: #00c9a7;
        background-color: #fff;
        border-bottom: 2px solid transparent;
    }

    .avatar-img-btn {
        left: 60%;
    }

    .card-top {
        display: block;
        width: 100%;
    }

    .card-event-img {
        width: 100%;
        height: 160px;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .card-bottom-item {
        width: 50%;
    }

    .card-bottom-item {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .card-dt-text {
        margin-left: 0;
    }

    .card-icon i {
        margin-bottom: 15px;
    }

    .custom2-tabs .tab-link {
        display: block;
        margin: 0 5px 5px 0 !important;
    }

    .mt_r4 {
        margin-top: 1.5rem;
    }

    .relative-input .form-control {
        width: 100%;
    }

    .event-top .card-event-img {
        width: 100%;
        height: 160px;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .event-list .event-top .dropdown {
        position: absolute;
        right: 26px;
        top: 26px;
    }

    .option-btn {
        color: #fff;
    }

    .rmt_4 {
        margin-top: 5px;
    }

    .upgrade-banner img {
        height: auto;
    }

    .brn-checkbox-radio {
        padding-left: 30px;
    }

    .br-checkbox {
        position: absolute;
        left: 0px;
    }

    .input-content {
        padding-left: 30px;
    }

    .price-ticket-card-head .top-name .icon-box {
        min-width: 100%;
        margin-bottom: 15px;
    }

    .price-ticket-card .price-ticket-card-body .icon-box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .price-ticket-card .price-ticket-card-body .icon-box:last-child {
        margin-bottom: 0;
    }

    .sell-calculate-banner-bg {
        max-width: 100%;
    }

    .flex-slide {
        display: block;
    }

    .flex-slide .left {
        flex: 0 1 100%;
    }

    .blog-img-card img {
        width: 100%;
        max-height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

    .flex-slide .right {
        padding: 1.5rem;
    }

    .flex-slide .right .blog--title {
        font-size: 18px;
        margin-bottom: 15px;
    }


    .blog-block .right .post-meta span {
        font-size: 14px;
    }

    .blog-block .right p {
        font-size: 14px;
    }

    .prev_title {
        max-width: 100px !important;
    }

    .communities-item {
        height: auto;
    }

    .easy-step {
        height: auto;
    }

    .coming-soon-content h2 {
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .coming-soon-content #timer div {
        width: 75px;
        height: 75px;
        font-size: 24px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .coming-soon-content {
        padding: 37px 30px;
    }

    .error-404-content p {
        padding: 0 0;
    }

    .calculate-top {
        padding: 5px 20px 20px;
    }

    .blog-img-card img {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .navbar-nav .nav-link {
        padding: 12px 25px 12px 20px !important;
        font-size: 1.1em;
    }

    .navbar-nav .nav-link:hover {
        color: #00c9a7 !important;
        background-color: #e8f7f7;
    }

    .pe_5 {
        padding-right: 0 !important;
    }

    .offcanvas-header {
        border: 1px solid #efefef;
    }

    .offcanvas-logo img {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }

    .offcanvas-body {
        padding: 0 0 1rem !important;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 0 0 20px !important;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 18px;
        padding: 0.6rem 1rem !important;
        color: #000;
    }

    .dropdown-submenu .dropdown-item:hover,
    .dropdown-submenu .dropdown-item:focus {
        color: #00c9a7 !important;
        background-color: transparent !important;
    }

    .navbar-nav .dropdown-menu .dropdown-item::before {
        content: '\f068';
        font-family: 'Font Awesome 6 Free';
        font-weight: 600;
        font-size: 16px;
        margin-right: 10px;
    }

    .navbar-nav .dropdown-toggle::after {
        display: inline-block;
        float: right;
        margin-top: 10px;
    }

    .submenu-item:after {
        content: '\f0dd';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        float: right;
        font-size: 12px;
        padding-right: 10px;
    }

    .offcanvas-top-area {
        display: block;
        padding: 0 0 20px;
        text-align: center;
    }

    .create-bg {
        background-color: #f1f2f3;
        border-radius: 0;
        padding: 30px;
    }

    .dropdown-submenu {
        width: 100%;
    }

    .hero-banner-content h2 {
        font-size: 30px;
        line-height: 42px;
    }


    .easy-steps-tab .nav {

        width: 100%;
    }

    .step-link {
        width: 50%;
    }

    .step-link:first-child {
        border-left: 1px solid #efefef;
        border-right: 1px solid #efefef;
        border-top: 1px solid #efefef;
    }

    .step-link:last-child {
        border-left: 1px solid #efefef;
        border-right: 1px solid #efefef;
    }

    .step-link:nth-child(2) {
        border-right: 1px solid #efefef;
        border-top: 1px solid #efefef;
    }

    .step-link:nth-child(3) {
        border-left: 1px solid #efefef;
    }

    .feature-step-link:nth-child(4) {
        border-right: 1px solid #efefef;
        border-left: 1px solid #efefef;
    }

    .bg-dark .step-link:first-child {
        border-left: 1px solid #52565b;
        border-right: 1px solid #52565b;
        border-top: 1px solid #52565b;
    }

    .bg-dark .step-link:last-child {
        border-left: 1px solid #52565b;
        border-right: 1px solid #52565b;
    }

    .bg-dark .step-link:nth-child(2) {
        border-right: 1px solid #52565b;
        border-top: 1px solid #52565b;
    }

    .bg-dark .step-link:nth-child(3) {
        border-left: 1px solid #52565b;
    }

    .app-form-sidebar {
        display: none;
    }

    .sign-logo {
        display: block;
    }

    .app-top-right-link {
        display: none;
    }

    .app-top-items {
        display: block;
        width: 100%;
        text-align: center;
    }

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

    .user-right-dt {
        margin-top: 40px;
    }

    .avatar-img-btn {
        left: 57%;
    }

    .card-bottom-item {
        width: 50%;
    }

    .card-bottom-item {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .card-dt-text {
        margin-left: 0;
    }

    .card-icon i {
        margin-bottom: 15px;
    }

    .subscription-item {
        height: 205px;
    }

    .brn-checkbox-radio {
        padding-left: 30px;
    }

    .br-checkbox {
        position: absolute;
        left: 0px;
    }

    .input-content {
        padding-left: 30px;
    }

    .sell-calculate-banner-bg {
        max-width: 100%;
    }

    .flex-slide .left {
        flex: 0 1 40%;
    }

    .blog-img-card img {
        width: 100%;
        max-height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

    .flex-slide .right {
        padding: 1.5rem;
    }

    .communities-item {
        height: auto;
        display: flex;
        align-items: stretch;
        transition: 300ms;
        position: relative;
    }

    .communities-img {
        flex: 0 1 40%;
        padding: 10px 10px 10px;
    }

    .communities-img img {
        width: 100%;
        border-radius: 5px;
        object-fit: cover;
        height: 100%;
    }

    .communities-content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex: 1;
    }

    .easy-step {
        height: auto;
    }

    .error-404-content p {
        padding: 0 0;
    }

    .kb-card {
        display: block;
        height: 190px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .navbar-expand-lg .offcanvas-footer {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem !important;
        padding-left: 1.2rem !important;
    }

    .create-btn {
        padding: 8px 12px;
        border-radius: 50%;
        height: 40px;
        width: 40px;
    }

    .create-btn span {
        display: none;
    }

    .create-btn i {
        margin-right: 0;
    }

    .app-form-sidebar {
        display: none;
    }

    .sign-logo {
        display: block;
    }

    .new-sign-link {
        display: none;
    }

    .card-bottom-item {
        width: 50%;
    }

    .card-bottom-item {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .card-dt-text {
        margin-left: 0;
    }

    .card-icon i {
        margin-bottom: 15px;
    }

    .subscription-item {
        height: 230px;
    }

    .brn-checkbox-radio {
        padding-left: 30px;
    }

    .br-checkbox {
        position: absolute;
        left: 0px;
    }

    .input-content {
        padding-left: 30px;
    }

    .flex-slide .right {
        padding: 1.5rem;
    }

    .kb-card {
        display: block;
        height: 190px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .navbar-expand-lg .offcanvas-footer {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem !important;
        padding-left: 1.2rem !important;
    }

    .new-sign-link {
        display: none;
    }

    .pe_right {
        padding-right: 150px;
    }

    .ticket-instructions-content {
        padding-left: 55px;
    }

    .kb-card {
        display: block;
        height: 190px;
    }
}

/* desktop view */
@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* Mobile Styling */
@media (max-width: 767px) {
    .custom2-tabs .tab-link {
        width: 100%;
        /* Full width on mobile */
        font-size: 12px;
        /* Smaller font size */
        height: 50px;
        /* Increased height for better touch targets */
        margin: 3px 0 !important;
        /* Margin between buttons */
        text-align: center;
        /* Center text */
    }
}

/* ===================== */
/* MOBILE DASHBOARD FIXES */
/* ===================== */
@media (max-width: 767.98px) {

    /* 1. FIX: Sidebar too blurry - AGGRESSIVELY remove all blur effects */
    .app-sidebar,
    .app-sidebar *,
    .app-sidebar nav,
    .app-sidebar a,
    .app-sidebar span,
    .app-sidebar div {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        filter: none !important;
    }

    .app-sidebar {
        background-color: #0f0f1a !important;
        /* Solid dark background */
    }

    /* 2. FIX: User profile image and dropdown too close to right edge */
    #user-menu-container {
        margin-right: 0.75rem;
    }

    /* 3. FIX: Dashboard header buttons - stack vertically on mobile */
    /* Target the dashboard header button container */
    .mb-8>div.flex.items-center.justify-between {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .mb-8>div.flex.items-center.justify-between>div.flex.items-center.gap-3 {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 0.75rem;
    }

    .mb-8>div.flex.items-center.justify-between>div.flex.items-center.gap-3 button,
    .mb-8>div.flex.items-center.justify-between>div.flex.items-center.gap-3>button {
        width: 100%;
        justify-content: center;
    }

    /* Ensure filter dropdowns also stack nicely */
    .glass-card .flex.flex-col.md\\:flex-row {
        gap: 0.75rem;
    }

    .glass-card .flex.items-center.gap-4.w-full.md\\:w-auto {
        flex-direction: column;
        width: 100%;
    }

    .glass-card .relative.w-full.md\\:w-64 {
        width: 100%;
    }
}.step-app > .step-steps {
  overflow: hidden;  
  margin: 0 auto;
}

.step-app > .step-steps > li {
  display: inline-block;
  text-align: center;
  width: 24%;
  position: relative;
  z-index: 1;
}

.step-app > .step-steps > li:before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 185px;
  height: 2px;
  background-color: #C4CAD2;
  top: 35px;
  left: 85px;
}

.step-app > .step-steps > li:last-child:before {
  background-color: transparent;
}

.step-app > .step-steps > li.done:before {
  background-color: #FDB51C;
}

.step-app > .step-steps > li > a ,
.step-app > .step-steps > li > a > span {
  display: block;
}

.step-app > .step-steps > li > a > .number {
  background-color: #dae1e8;
  border: 1px solid #b6c2cf;
  border-radius: 50%;
  color: #454e5b;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin: 10px auto;
  position: relative;
  width: 50px;
  z-index: 0;
}

.step-app > .step-steps > li > a > .number::before,
.step-app > .step-steps > li.done > a > .number::after {
  border-radius: inherit;
  box-shadow: 1px 1px 5px #d1d7de;
  height: 36px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 36px;
  background-color: #fff;
}

.step-app > .step-steps > li > a > .number::before {
  content: "";
  z-index: -1;
}

.step-app > .step-steps > li.done > a > .number::after {
  content: "\f00c";
  z-index: 1;
  font-family: fontawesome;
  line-height: 35px;
}

.step-app > .step-steps > li > a > .step-name {
  color: #47494e;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.step-app > .step-steps > li.error a {
color: #fff;
}

.step-app > .step-steps > li.done > a > .number {
  background-color: #FDB51C;
  border-color: #D79A18;
}

.step-app > .step-content {
border: 1px solid #e5e5e5;
padding-top: 55px;
border-top: 0;
}

.step-app > .step-content > .step-tab-panel {
display: none;
}

.step-app > .step-content > .step-tab-panel.active {
display: block;
}

.step-app > .step-footer {
margin-top: 15px;
margin-bottom: 15px;
}

.step-app > .step-footer > .step-btn {
padding: 4px 16px;
color: #333;
text-decoration: none;
background: #e5e5e5;
border-radius: 3px;
border: none;
outline: none;
cursor: pointer;
}.collapse_menu .collapse_menu--icon,
.vertical_nav {
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

* {
	box-sizing: border-box
}

:active,
:focus {
	outline: 0;
}

.toggle_menu {
	display: block;
	float: left;
	line-height: 60px;
	padding: 0;
	background: 0 0;
	border: 0;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.toggle_menu i {
	width: 50px;
	text-align: center;
	display: block;
	padding: 0;
	border: 0;
	background: #fff;
	color: #737373;
	font-size: 120%;
	margin: 0;
	cursor: pointer;
	float: left;
}

.toggle_menu i:hover {
	color: #00c9a7;
}

.vertical_nav {
	position: fixed;
	left: -240px;
	top: 60px;
	bottom: 0;
	background: #fff;
	overflow: hidden;
	width: 240px;
	z-index: 995;
}

.vertical_nav__closed {
	left: -240px !important;
}

.vertical_nav__opened {
	left: 0 !important;
	box-shadow: none !important;
}

.menu_left {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu--item {
	position: relative;
	min-height: 42px;
	line-height: 42px;
}

.menu--link:hover {
	background: #e8f7f7;
	color: #00c9a7 !important;
}

.menu--link.active {
	background: #e8f7f7;
	color: #00c9a7;
}

.menu--item__has_sub_menu .menu--link:after {
	position: absolute;
	top: 0;
	right: 15px;
	height: 45px;
	line-height: 45px;
	font-family: FontAwesome;
	content: "\f0d7";
}

.menu--subitens__opened {
	background: #e8f7f7;
}

.menu--subitens__opened .menu--link {
	color: #333;
}

.menu--subitens__opened .sub_menu {
	display: block;
}

.menu--link {
	display: block;
	overflow: hidden;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	font-weight: 400;
	white-space: nowrap;
	cursor: pointer;
}

.menu--link:hover,
.menu--link:hover .menu--label {
	background: #e8f7f7;
}

.menu--icon {
	display: block;
	float: left;
	width: 60px;
	height: 45px;
	line-height: 44px !important;
	font-size: 14px;
	text-align: center;
}

.menu--label {
	display: block;
	height: 45px;
	line-height: 43px;
}

.sub_menu {
	display: none;
	overflow: hidden;
	padding-left: 0;
	list-style: none;
}

.sub_menu--link {
	display: block;
	padding-left: 50px;
	padding-right: 16px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-decoration: none;
}

.sub_menu--link:hover {
	color: #00c9a7 !important;
	background: #e8f7f7;
}

.sub_menu--link.active {
	color: #da1f27;
	font-weight: 500;
}

.collapse_menu {
	display: none;
}

@media (min-width:992px) {
	.vertical_nav {
		left: 0;
	}

	.toggle_menu {
		display: none;
	}

	.vertical_nav__minify {
		width: 60px;
	}

	.vertical_nav__minify .menu {
		overflow: visible;
	}

	.vertical_nav__minify .menu--label {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
		padding-left: 16px;
		padding-right: 16px;
		background: #e9e9e9;
		font-weight: 500;
	}

	.vertical_nav__minify .menu--item__has_sub_menu .menu--link:after {
		content: "";
	}

	.vertical_nav__minify .menu--subitens__opened .menu--label,
	.vertical_nav__minify .menu--subitens__opened .sub_menu {
		display: block;
	}

	.vertical_nav__minify .sub_menu {
		position: absolute;
		top: 40px;
		left: 50px;
		width: 150px;
		background: #e9e9e9
	}

	.vertical_nav__minify .sub_menu--link {
		padding-left: 16px;
	}

	.vertical_nav__minify .collapse_menu--icon {
		-webkit-transform: rotate(180deg);
	}

	.collapse_menu {
		width: 60px;
		text-align: center;
		display: block;
		height: 60px;
		padding: 0;
		border: 0;
		background: #00c9a7;
		color: #fff;
		font-size: 30px;
		margin: 0;
		cursor: pointer;
		float: left;
	}

	.collapse_menu:hover {
		color: #fff;
		background: #00c9a7;
	}

	.collapse_menu .collapse_menu--icon {
		display: block;
		float: left;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}

	.collapse_menu .collapse_menu--label {
		display: block;
		height: 40px;
		line-height: 40px;
	}