.btn-outline-primary,
.btn-primary {
    --bs-btn-border-color: #253B93;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    --bs-btn-disabled-border-color: #253B93
}

.banner-img,
.event-items {
    position: relative
}

.bib,
.smalltitle {
    font-size: 20px;
    line-height: 24px
}

.bib,
.clogo {
    text-align: center
}

.event .data .access .option .btn,
.event .data .closeDate,
.event .data .location,
.event .data .title,
.event .date .eventDate .dateinfo,
.event .date .eventDate .stat {
    font-family: "Roboto Condensed";
    text-transform: uppercase
}

:root,
[data-bs-theme=light] {
    --bs-primary: #253b93;
    --bs-primary-rgb: 37, 59, 147;
    --bs-primary-text-emphasis: #1e2e6e;
    --bs-primary-bg-subtle: #c8d3ff;
    --bs-primary-border-subtle: #abb9f5;
    --bs-secondary: #F5F5F5;
    --bs-secondary-rgb: 245, 245, 245;
    --bs-secondary-text-emphasis: #666666;
    --bs-secondary-bg-subtle: #fafafa;
    --bs-secondary-border-subtle: #eeeeee;
    --bs-focus-ring-width: 1px;
    --bs-focus-ring-color: rgba(122, 148, 252, 0.25);
    --bs-dark-text: #333333;
    --bs-secondary-text: #666666;
    --bs-light-bg: #F5F5F5;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #253B93;
    --bs-btn-hover-bg: #2e4ab8;
    --bs-btn-hover-border-color: #2e4ab8;
    --bs-btn-focus-shadow-rgb: 249, 220, 223;
    --bs-btn-active-bg: #253B93;
    --bs-btn-active-border-color: #1e2e6e;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #253B93;
    --bs-btn-border-color: #253B93;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    --bs-btn-disabled-border-color: #253B93;
}

.btn-outline-primary {
    --bs-btn-color: #253B93;
    --bs-btn-focus-shadow-rgb: 228, 63, 79;
    --bs-btn-hover-bg: #253B93;
    --bs-btn-hover-border-color: #253B93;
    --bs-btn-active-bg: #253B93;
    --bs-btn-active-border-color: #253B93;
    --bs-btn-disabled-color: #253B93;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-border-color: #253B93;
}

.btn-outline-secondary,
.btn-secondary {
    --bs-btn-border-color: #F5F5F5;
    --bs-btn-hover-color: #000000;
    --bs-btn-active-color: #000000;
    --bs-btn-disabled-border-color: #F5F5F5
}

.btn-secondary {
    --bs-btn-color: #333333;
    --bs-btn-bg: #F5F5F5;
    --bs-btn-hover-bg: #ebebeb;
    --bs-btn-hover-border-color: #e5e5e5;
    --bs-btn-focus-shadow-rgb: 102, 102, 102;
    --bs-btn-active-bg: #e0e0e0;
    --bs-btn-active-border-color: #dcdcdc;
    --bs-btn-disabled-color: #333333;
    --bs-btn-disabled-bg: #F5F5F5;
    --bs-btn-border-color: #F5F5F5;
    --bs-btn-hover-color: #000000;
    --bs-btn-active-color: #000000;
    --bs-btn-disabled-border-color: #F5F5F5;
}

.btn-outline-secondary {
    --bs-btn-color: #F5F5F5;
    --bs-btn-focus-shadow-rgb: 245, 245, 245;
    --bs-btn-hover-bg: #F5F5F5;
    --bs-btn-hover-border-color: #F5F5F5;
    --bs-btn-active-bg: #F5F5F5;
    --bs-btn-active-border-color: #F5F5F5;
    --bs-btn-disabled-color: #F5F5F5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-border-color: #F5F5F5;
}

body {
    font-family: "Roboto Condensed", Open Sans, serif
}

.event-items:last-child {
    margin-bottom: 0 !important
}

.event-banner-icon {
    font-size: 20px
}

.event-banner-text {
    color: var(--bs-body-color)
}

.banner-img {
    background: #313131;
    padding: 4px
}

.banner-img img,
.event .banner img {
    max-width: 100%
}

.partner-img {
    max-width: 70px
}

.text-red {
    color: #ff5c5c
}

.preview {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff8a;
    z-index: 3;
    display: none;
    align-items: center
}

.data,
.msgbody,
.successMSG {
    position: relative
}

.heading,
.icon,
.msgbody,
.successMSG {
    display: flex;
    width: 100%
}

.successMSG {
    background: var(--bs-primary);
    border-radius: 12px;
    padding: 24px 24px 6px;
    box-shadow: 0 4px 10px var(--bs-secondary-text-emphasis);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.heading {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 8px
}

.icon {
    margin-bottom: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.event .date,
.msgbody {
    flex-direction: column
}

.data {
    width: 100%
}

.smalltitle {
    font-weight: 600;
    color: var(--bs-white);
    margin-bottom: 8px
}

.bib,
.rcat {
    font-weight: 700
}

.msgbody {
    background: var(--bs-white);
    border-radius: 12px;
    padding: 16px;
    align-items: flex-start;
    justify-content: flex-start
}

.ticketimg {
    max-width: 94px
}

.bib {
    display: inline-block;
    width: 100%;
    padding: 12px 30px;
    border-radius: 8px;
    background: var(--bs-focus-ring-color);
    color: var(--clr-darkBlue);
    margin-bottom: 14px
}

.btn-round,
.rcat {
    border-radius: 50%;
    height: 45px
}

.info,
.rcat {
    font-size: 14px;
    line-height: 16px
}

.clogo {
    width: 100%;
    padding: 12px 0
}

.clogo img {
    max-width: 80px
}

.rcat {
    background: var(--bs-white);
    color: var(--bs-primary);
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.qr,
.ticket-link {
    width: 100%;
    text-align: center
}

.info {
    font-weight: 400;
    color: var(--bs-gray);
    margin-bottom: 0
}

.qr {
    margin-bottom: 12px
}

.qr-code {
    max-width: 200px
}

.orglogo {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.orglogo img {
    max-width: 70px;
}

.ticket-link {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 6px
}

.btn-round {
    width: 45px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.event.grid .data .mains .title,
.set-desc,
.set-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.fail-info {
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: var(--bs-gray-dark);
    margin-bottom: 0;
    text-align: center;
    justify-content: center
}

.qr img {
    margin: 0 auto;
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.form-check-input {
    border: var(--bs-border-width) solid #aeaeae
}

@media only screen and (max-width:380px) {

    .btn-group-sm>.btn,
    .btn-sm {
        --bs-btn-padding-x: 0.25rem
    }
}

.set-title {
    height: 48px;
    -webkit-line-clamp: 2
}

.set-desc {
    -webkit-line-clamp: 3
}

.no-drop {
    cursor: no-drop
}

.chat-icon {
    position: fixed;
    bottom: 2px;
    right: 12px;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    background: #faf7ff;
    padding: 6px 10px;
    border-radius: 6px 6px 0 0;
    border: 1px solid #dadada;
    border-bottom: none
}

.bottom-bar {
    width: 144px;
    height: 2px;
    background: #253B93;
    position: fixed;
    right: 0;
    bottom: 0
}

.event,
.event .date {
    position: relative;
    display: flex
}

.chat-icon img {
    max-width: 100%;
    width: 24px
}

.chat-icon .text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #2e4ab8
}

.termscontent h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px
}

.termscontent h2,
.termscontent h3,
.termscontent h4 {
    margin-bottom: 8px
}

.termscontent h2 {
    font-size: 24px;
    line-height: 36px
}

.termscontent h3 {
    font-size: 20px;
    line-height: 30px
}

.webmenu {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 100%;
    margin-right: 16px;
}

.webmenu .menu-link {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #2a352e;
    text-decoration: none;
    padding: 0 12px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webmenu .menu-link:hover {
    background: #ffffff;
}

.webmenu .menu-link.active {
    border-bottom: 2px solid #253B93;
    background: #fce8ea;
}

.menuwrap {
    display: none;
}

.hero-section {
    position: relative;
    width: 100%;
    background: url(../img/bg-hero.png) no-repeat center top;
    background-size: contain;
}

.btn-mobile {
    position: relative;
    background: #ffffff;
    display: none;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    margin: 0 8px;
}

.btn-mobile:hover {
    background: #ecebff;
    border-color: #253B93;
}

.btn-mobile img {
    max-width: 35px;
    margin-bottom: 8px;
}

.btn-mobile .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #2a352e;
}

.btn-nav {
    display: none;
}

.btn-login,
.termscontent h4 {
    font-size: 16px;
    line-height: 24px
}

.termscontent ol li,
.termscontent p,
.termscontent table tr td,
.termscontent table tr th,
.termscontent ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px
}

.termscontent table tr td,
.termscontent table tr th {
    border-width: 1px
}

.event .data .closeDate,
.event.grid .date {
    border-bottom: 1px solid #e3e3e3;
    width: 100%
}

@media only screen and (max-width:576px) {
    .termscontent h1 {
        font-size: 24px;
        line-height: 36px
    }

    .termscontent h2 {
        font-size: 22px;
        line-height: 30px
    }

    .termscontent h3 {
        font-size: 18px;
        line-height: 26px
    }
}

.btn-login {
    font-weight: 600;
    color: #1b103c;
    text-decoration: none
}

.btn-login:focus {
    border: none
}

.btn-login img {
    max-width: 24px;
    margin-right: 6px
}

.event {
    width: 100%;
    height: calc(100% - 24px);
    border: 1px solid #e3e3e3;
    margin-bottom: 24px;
    box-shadow: 12px 12px 24px -12px rgba(0, 0, 0, 0.175);
    flex-direction: row
}

.event .date {
    width: 200px;
    height: 100%;
    border-right: 1px solid #e3e3e3;
    padding: 24px;
    justify-content: space-between;
    align-items: flex-start
}

.event .data,
.event .date .eventDate {
    flex-direction: column;
    position: relative;
    display: flex
}

.event .date .eventDate {
    width: 100%
}

.event .date .eventDate .stat {
    font-size: 18px;
    font-weight: 600;
    color: #1b103c;
    margin-bottom: 12px
}

.event .date .eventDate .dateinfo {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 30px;
    font-weight: 800;
    color: #253B93
}

.event .date .category {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center
}

.event .date .category .item {
    padding: 12px 8px;
    border-radius: 0 14px;
    background: #253B93;
    font-family: "Roboto Condensed";
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-right: 6px
}

.event .date .category .item:last-child {
    margin-right: 0
}

.event .banner {
    position: relative;
    width: 500px
}

.event .data {
    width: calc(100% - 700px);
    height: 100%;
    border-left: 1px solid #e3e3e3
}

.event .data .mains {
    width: 100%;
    height: calc(100% - 140px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 24px
}

.event .data .title {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 36px;
    color: #1b103c
}

.event .data .location {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #1b103c;
    padding-left: 22px
}

.event .data .location:before {
    content: '';
    background: url(../img/ic-location.png) 0 0/contain no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -2px;
    top: 5px
}

.event .data .closeDate {
    position: relative;
    height: 70px;
    padding: 27px 24px;
    border-top: 1px solid #e3e3e3;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #1b103c
}

.event .data .closeDate .main {
    color: #0c910c
}

.event .data .access {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70px
}

.event .data .access .price {
    width: calc(100% - 120px);
    height: 100%;
    padding: 10px 24px 0;
    display: flex
}

.event .data .access .price .currency {
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 500;
    color: #615e66;
    margin-right: 6px
}

.event .data .access .price .amount {
    font-family: "Roboto Condensed";
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 48px;
    font-weight: 800;
    color: #253B93;
    margin-right: 6px
}

.event .data .access .price .suffix {
    font-family: "Roboto Condensed";
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #878787;
    margin-top: 24px
}

.event .data .access .option {
    width: 120px;
    height: 100%;
    border-left: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center
}

.event .data .access .option .btn {
    font-size: 14px;
    font-weight: 400
}

.event.grid {
    display: flex;
    flex-direction: column
}

.event.grid .date {
    padding: 16px;
    border-right: none;
    flex-direction: row;
    justify-content: space-between
}

.event.grid .date .eventDate .stat {
    margin-bottom: 0;
    font-size: 12px
}

.event.grid .date .eventDate .dateinfo {
    font-size: 24px;
    line-height: 24pxl;
    letter-spacing: -1px;
}

.event.grid .date .category {
    width: auto;
    height: 100%
}

.event.grid .date .category .item {
    padding: 10px 6px;
    border-radius: 0 10px;
    font-size: 12px;
    line-height: 12px;
    margin-right: 4px
}

.event.grid .banner {
    width: 100%
}

.event.grid .data {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    border-left: none
}

.event.grid .data .mains {
    height: 142px;
    padding: 16px
}

.event.grid .data .mains .title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 12px;
    -webkit-line-clamp: 2
}

.event.grid .data .location {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 20px
}

.event.grid .data .location::before {
    width: 18px;
    height: 18px;
    top: 3px
}

.event.grid .data .closeDate {
    height: auto;
    padding: 16px;
    font-weight: 400;
    text-transform: capitalize
}

.event.grid .data .access {
    height: auto
}

.event.grid .data .access .price {
    width: calc(100% - 100px);
    height: auto;
    padding: 8px 16px
}

.event.grid .data .access .price .suffix {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 25px
}

.event.grid .data .access .option {
    width: 100px;
    height: auto
}

.event.grid .data .access .option .btn {
    text-transform: capitalize
}

.card {
    border-radius: 0
}

.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.logintabs{
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
    position: relative;
    border-radius: 16px;
    border: 1px solid #e3e3e3;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}
.logintabs .tab{
    width: 100%;
    padding: 8px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #1B103C;
    text-decoration: none;
}
.logintabs .tab.current{
    background: #253B93;
    color: #fff;
}
.userMenus{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 24px;
}
.userMenus .item{
    width: 100%;
    display: block;
    padding: 12px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2a352e;
    border-bottom: 1px solid #e3e3e3;
    text-decoration: none;
}
.userMenus .item.active{
    color: #253B93;
}
.userContainer{
    width: 100%;
    min-height: 600px;
    padding-left: 24px;
    border-left: 1px solid #e3e3e3;
}
.userContainer .title{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #2a352e;
    margin-bottom: 24px;
}
.userContainer .info{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #615e66;
    margin-bottom: 12px;
}

.invoice-wrapper {
    border: 1px solid #e3e3e3;
    padding: 24px;
}
.invoice-header {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}
.invoice-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #b72e3b;
    margin-bottom: 4px;
}
.invoice-header p, .sender-details, .receiver-details {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: #615e66;
}
.sender-details h5, .receiver-details h5 {
    font-size: 16px;
    font-weight: 600;
    color: #2a352e;
}
.invoice-table td,
.invoice-table th {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: #2a352e;
}
.grand-total {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.grand-total p {
    font-size: 16px;
    line-height: 20px;
    color: #2a352e;
    margin-bottom: 0;
}
.grand-total h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #2a352e;
}
.system-note {
    margin-top: 48px;
    text-align: center;
}
.system-note p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #615e66;
}

@media only screen and (max-width:1199px) {
    .event .date {
        width: 140px;
        padding: 16px
    }

    .event .date .stat {
        font-size: 16px
    }

    .event .date .dateinfo {
        font-size: 22px;
        line-height: 22px
    }

    .event .banner {
        width: 420px
    }

    .event .data {
        width: calc(100% - 560px)
    }

    .event .data .mains {
        height: calc(100% - 120px);
        padding: 0 16px
    }

    .event .data .title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -1px;
    }

    .event .data .location {
        font-size: 14px;
        line-height: 24px;
        padding-left: 16px
    }

    .event .data .location:before {
        width: 16px;
        height: 16px;
        top: 4px
    }

    .event .data .closeDate {
        height: 60px;
        padding: 18px 16px
    }

    .event .data .category .item {
        padding: 6px;
        margin-right: 8px
    }

    .event .data .access {
        height: 60px
    }

    .event .data .access .price {
        width: calc(100% - 100px);
        padding: 8px 16px 0
    }

    .event .data .access .price .currency {
        font-size: 14px;
        margin-right: 4px
    }

    .event .data .access .price .amount {
        font-size: 30px;
        line-height: 42px;
        margin-right: 4px
    }

    .event .data .access .price .suffix {
        font-size: 14px;
        line-height: 14px;
        margin-top: 21px
    }

    .event .data .access .option {
        width: 100px
    }
}

@media only screen and (max-width:991px) {

    .bottom-bar,
    .event .banner {
        width: 100%
    }

    .event .data .access .option .btn,
    .event .data .closeDate,
    .event .data .location {
        text-transform: capitalize
    }

    .event {
        display: flex;
        flex-direction: column
    }

    .event .date {
        width: 100%;
        padding: 16px;
        border-bottom: 1px solid #e3e3e3;
        border-right: none;
        flex-direction: row;
        justify-content: space-between
    }

    .event .date .eventDate .stat {
        margin-bottom: 0;
        font-size: 12px
    }

    .event .date .eventDate .dateinfo {
        font-size: 24px;
        line-height: 24px
    }

    .event .date .category {
        width: auto;
        height: 100%
    }

    .event .date .category .item {
        padding: 10px 6px;
        border-radius: 0 10px;
        font-size: 12px;
        line-height: 12px;
        margin-right: 4px
    }

    .event .data {
        width: 100%;
        border-top: 1px solid #e3e3e3;
        border-left: none
    }

    .event .data .mains {
        height: 142px;
        padding: 16px
    }

    .event .data .mains .title {
        font-size: 26px;
        line-height: 36px;
        font-weight: 400;
        text-transform: capitalize;
        margin-bottom: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2
    }

    .event .data .location {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        padding-left: 20px
    }

    .event .data .location::before {
        width: 18px;
        height: 18px;
        top: 3px
    }

    .event .data .closeDate {
        height: auto;
        padding: 16px;
        font-weight: 400
    }

    .event .data .access {
        height: auto
    }

    .event .data .access .price {
        width: calc(100% - 100px);
        height: auto;
        padding: 8px 16px
    }

    .event .data .access .price .suffix {
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        margin-top: 18px
    }

    .event .data .access .option {
        width: 100px;
        height: auto
    }
}

@media only screen and (max-width:768px) {
    .userContainer{
        min-height: auto;
        padding-left: 0;
        border-left: none;
    }
    .userContainer .title{
        font-size: 24px;
        line-height: 36px;
        font-weight: 600;
        color: #b72e3b;
        margin-bottom: 24px;
    }
    .userContainer .info{
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        color: #615e66;
        margin-bottom: 12px;
    }
    .webmenu {
        display: none;
    }
    .btn-mobile {
        display: flex;
    }
    .btn-nav {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        border: none;
        background: none;
        margin-right: 10px;
    }
    .btn-closemenu {
        position: absolute;
        top: 20px;
        right: 12px;
        width: 30px;
        height: 30px;
        border: none;
        background: none;
    }
    .btn-closemenu:before {
        content: '';
        background: url(../img/ic-close.png) no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .menuwrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        display: none;
        align-items: center;
        justify-content: center;
    }
    .menuwrap.open {
        display: flex;
    }
    .menuwrap .mobilemenu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 300px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 16px;
    }
    .menuwrap  .mobilemenu .item {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 12px 16px;
        text-decoration: none;
        border: 1px solid #e3e3e3;
        border-radius: 12px;
        margin-bottom: 12px;
    }
    .menuwrap  .mobilemenu .item.active {
        background: #fce8ea;
    }
    .menuwrap  .mobilemenu .item .icon {
        width: 24px;
        height: 24px;
        margin-bottom: 0;
    }
    .menuwrap  .mobilemenu .item .icon img {
        max-width: 100%;
    }
    .menuwrap  .mobilemenu .item .data {
        width: calc(100% - 24px);
        padding-left: 12px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .menuwrap  .mobilemenu .item .data .title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        color: #2a352e;
        margin-bottom: 2px;
    }
    .menuwrap  .mobilemenu .item .data .subtitle {
        font-size: 11px;
        line-height: 16px;
        font-weight: 400;
        color: #878787;
    }
    .btn-nav:before {
        content: '';
        background: url(../img/ic-menu.png) no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.bg-preview {
    background: #ffffd7
}
.bg-login-image {
    background: url(/adminassets/images/dogs/image3.jpeg);
    background-position: center;
    background-size: cover;
}
