/* Front-end custom css */
.lgx-header .lgx-navbar .lgx-logo a img {
    float: left;
    height: 100% !important;
}
@media (max-width: 767px){
.lgx-header .lgx-navbar .lgx-logo a img, .lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
    height: 33px !important;
    margin-top: 7px;
}

}
/* Reserved Seating */
.modal-big .modal-container {
    width: 100%;
}
.modal-big .modal-container .modal-content {
    min-height: 800px;
}

.modal-small .modal-container {
    width: auto;
    margin: auto;
}
.modal-small .modal-container .modal-content {
    min-height: auto;
}

.is-relative {
    position: relative;
}

.seat-container {
    position: relative;
    overflow: auto;
    width: 800px;
    margin: 0 auto;
    padding: 0;
}
.seat-img {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 8px;
    border: 2px solid #777;
}
.seat-mark {
    position: absolute;
    z-index: 999;
    height: 24px;
    width: 24px;
    border-radius: 8px;
    background-color: #1b89ef;
    color: #fff;
    line-height: 2;
    text-align: center;
    box-shadow: 1px 1px 5px -2px #000;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
}
.seat-disabled{
    background-color: #999;
    cursor: not-allowed !important;
}
.seat-reserved {
    background-color: #bd3372;
    cursor: not-allowed !important;
}
.seat-select {
    background-color: #38c172;
}
.seat-disabled-col {
    color: #999;
}
.seat-reserved-col {
    color: #bd3372;
}
.seat-select-col {
    color: #38c172;
}
.seat-available-col {
    color: #1b89ef;
}
.p-0 {
    padding: 0 !important;
}
.m-0 {
    margin: 0 !important;
}
.w-100 {
    width: 100% !important;
}
.m-auto {
    margin: auto;
}
.no-display {
    display: none;
}

.seat-checkbox {
    position: absolute;
    z-index: 999999;
    height: 24px;
    width: 24px;
    padding: 0 !important;
    margin: 0 !important;
    display: none;
    cursor: pointer;
}


/* Authorize.net */
.wrapper-cc {
    display: flex;
    padding: 2rem;
}
@media screen and (max-width: 700px), (max-height: 500px) {
    .wrapper-cc {
        flex-wrap: wrap;
        flex-direction: column;
   }
}
.card-form {
    max-width: 570px;
    margin: auto;
    width: 100%;
}
@media screen and (max-width: 576px) {
    .card-form {
        margin: 0 auto;
   }
}
.card-form__inner {
    background: #fff;
    box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
    border-radius: 10px;
    padding: 35px;
    padding-top: 180px;
}
@media screen and (max-width: 480px) {
    .card-form__inner {
        padding: 25px;
        padding-top: 165px;
   }
}
@media screen and (max-width: 360px) {
    .card-form__inner {
        padding: 15px;
        padding-top: 165px;
   }
}
.card-form__row {
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 480px) {
    .card-form__row {
        flex-wrap: wrap;
   }
}
.card-form__col {
    flex: auto;
    margin-right: 35px;
}
.card-form__col:last-child {
    margin-right: 0;
}
@media screen and (max-width: 480px) {
    .card-form__col {
        margin-right: 0;
        flex: unset;
        width: 100%;
        margin-bottom: 20px;
   }
    .card-form__col:last-child {
        margin-bottom: 0;
   }
}
.card-form__col.-cvv {
    max-width: 150px;
}
@media screen and (max-width: 480px) {
    .card-form__col.-cvv {
        max-width: initial;
   }
}
.card-form__group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.card-form__group .card-input__input {
    flex: 1;
    margin-right: 15px;
}
.card-form__group .card-input__input:last-child {
    margin-right: 0;
}
.card-form__button {
    width: 100%;
    height: 55px;
    background: #2364d2;
    border: none;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .card-form__button {
        margin-top: 10px;
   }
}
.card-item {
    max-width: 430px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    width: 100%;
}
@media screen and (max-width: 480px) {
    .card-item {
        max-width: 310px;
        height: 220px;
        width: 90%;
   }
}
@media screen and (max-width: 360px) {
    .card-item {
        height: 180px;
   }
}
.card-item.-active .card-item__side.-front {
    transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg);
}
.card-item.-active .card-item__side.-back {
    transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg);
}
.card-item__focus {
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.65);
}
.card-item__focus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #08142f;
    height: 100%;
    border-radius: 5px;
    filter: blur(25px);
    opacity: 0.5;
}
.card-item__focus.-active {
    opacity: 1;
}
.card-item__side {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px 0 rgba(14, 42, 90, 0.55);
    transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    backface-visibility: hidden;
    height: 100%;
}
.card-item__side.-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
    z-index: 2;
    padding: 0;
    height: 100%;
}
.card-item__side.-back .card-item__cover {
    transform: rotateY(-180deg);
}
.card-item__bg {
    max-width: 100%;
    display: block;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.card-item__cover {
    height: 100%;
    background-color: #1c1d27;
    position: absolute;
    height: 100%;
    background-color: #1c1d27;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.card-item__cover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 2, 29, 0.45);
}
.card-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 10px;
}
@media screen and (max-width: 480px) {
    .card-item__top {
        margin-bottom: 25px;
   }
}
@media screen and (max-width: 360px) {
    .card-item__top {
        margin-bottom: 15px;
   }
}
.card-item__chip {
    width: 60px;
}
@media screen and (max-width: 480px) {
    .card-item__chip {
        width: 50px;
   }
}
@media screen and (max-width: 360px) {
    .card-item__chip {
        width: 40px;
   }
}
.card-item__type {
    height: 45px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 100px;
    margin-left: auto;
    width: 100%;
}
@media screen and (max-width: 480px) {
    .card-item__type {
        height: 40px;
        max-width: 90px;
   }
}
@media screen and (max-width: 360px) {
    .card-item__type {
        height: 30px;
   }
}
.card-item__typeImg {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
    object-position: top right;
}
.card-item__info {
    color: #fff;
    width: 100%;
    max-width: calc(100% - 85px);
    padding: 10px 15px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .card-item__info {
        padding: 10px;
   }
}
.card-item__holder {
    opacity: 0.7;
    font-size: 13px;
    margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
    .card-item__holder {
        font-size: 12px;
        margin-bottom: 5px;
   }
}
.card-item__wrapper {
    padding: 25px 15px;
    position: relative;
    z-index: 4;
    height: 100%;
    text-shadow: 7px 6px 10px rgba(14, 42, 90, 0.8);
    user-select: none;
}
@media screen and (max-width: 480px) {
    .card-item__wrapper {
        padding: 20px 10px;
   }
}
.card-item__name {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
@media screen and (max-width: 480px) {
    .card-item__name {
        font-size: 16px;
   }
}
.card-item__nameItem {
    display: inline-block;
    min-width: 8px;
    position: relative;
}
.card-item__number {
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 27px;
    margin-bottom: 35px;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .card-item__number {
        font-size: 21px;
        margin-bottom: 15px;
        padding: 10px 10px;
   }
}
@media screen and (max-width: 360px) {
    .card-item__number {
        font-size: 19px;
        margin-bottom: 10px;
        padding: 10px 10px;
   }
}
.card-item__numberItem {
    width: 16px;
    display: inline-block;
}
.card-item__numberItem.-active {
    width: 30px;
}
@media screen and (max-width: 480px) {
    .card-item__numberItem {
        width: 13px;
   }
    .card-item__numberItem.-active {
        width: 16px;
   }
}
@media screen and (max-width: 360px) {
    .card-item__numberItem {
        width: 12px;
   }
    .card-item__numberItem.-active {
        width: 8px;
   }
}
.card-item__content {
    color: #fff;
    display: flex;
    align-items: flex-start;
}
.card-item__date {
    flex-wrap: wrap;
    font-size: 18px;
    margin-left: auto;
    padding: 10px;
    display: inline-flex;
    width: 80px;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .card-item__date {
        font-size: 16px;
   }
}
.card-item__dateItem {
    position: relative;
}
.card-item__dateItem span {
    width: 22px;
    display: inline-block;
}
.card-item__dateTitle {
    opacity: 0.7;
    font-size: 13px;
    padding-bottom: 6px;
    width: 100%;
}
@media screen and (max-width: 480px) {
    .card-item__dateTitle {
        font-size: 12px;
        padding-bottom: 5px;
   }
}
.card-item__band {
    background: rgba(0, 0, 19, 0.8);
    width: 100%;
    height: 50px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 480px) {
    .card-item__band {
        margin-top: 20px;
   }
}
@media screen and (max-width: 360px) {
    .card-item__band {
        height: 40px;
        margin-top: 10px;
   }
}
.card-item__cvv {
    text-align: right;
    position: relative;
    z-index: 2;
    padding: 15px;
}
.card-item__cvv .card-item__type {
    opacity: 0.7;
}
@media screen and (max-width: 360px) {
    .card-item__cvv {
        padding: 10px 15px;
   }
}
.card-item__cvvTitle {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}
.card-item__cvvBand {
    height: 45px;
    background: #fff;
    margin-bottom: 30px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    color: #1a3b5d;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35);
}
@media screen and (max-width: 480px) {
    .card-item__cvvBand {
        height: 40px;
        margin-bottom: 20px;
   }
}
@media screen and (max-width: 360px) {
    .card-item__cvvBand {
        margin-bottom: 15px;
   }
}
.card-list {
    margin-bottom: -130px;
}
@media screen and (max-width: 480px) {
    .card-list {
        margin-bottom: -120px;
   }
}
.card-input {
    margin-bottom: 20px;
}
.card-input__label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #1a3b5d;
    width: 100%;
    display: block;
    user-select: none;
}
.card-input__input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 5px 15px;
    background: none;
    color: #1a3b5d;
}
.card-input__input:hover, .card-input__input:focus {
    border-color: #3d9cff;
}
.card-input__input:focus {
    box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
}
.card-input__input.-select {
    -webkit-appearance: none;
    background-image: url('data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC');
    background-size: 12px;
    background-position: 90% center;
    background-repeat: no-repeat;
    padding-right: 30px;
}
.slide-fade-up-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}
.slide-fade-up-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}
.slide-fade-up-enter {
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
}
.slide-fade-up-leave-to {
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
}
.slide-fade-right-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}
.slide-fade-right-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}
.slide-fade-right-enter {
    opacity: 0;
    transform: translateX(10px) rotate(45deg);
    pointer-events: none;
}
.slide-fade-right-leave-to {
    opacity: 0;
    transform: translateX(-10px) rotate(45deg);
    pointer-events: none;
}

.iframe-full iframe {
    width: 100%;
    height: 80vh;
}

.star-active {
    color: #FBC02D;
    margin-top: 10px;
    margin-bottom: 10px
}

.star-active:hover {
    color: #F9A825;
    cursor: pointer
}

.star-inactive {
    color: #CFD8DC;
    margin-top: 10px;
    margin-bottom: 10px
}

.profile-pic {
    width: 10%;
}
.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 20px
}

.star-rating input[type=radio] {
    display: none
}

.star-rating label {
    color: #bbb;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
    color: #f2b600
}

#review_modal {
    display: none;
}

.VueCarousel-pagination {
    position: absolute;
    bottom: 2%;
}

#card-element {
    margin-bottom: 2rem;
}
.lgx-banner-info .subtitle{
   /* background: #0d182d;*/
   color: #ffffff;
    text-shadow:none;
}

.lgx-banner-info .title {
    /*background: #0d182d;*/
}
@media (max-width: 480px){
.lgx-banner-info .subtitle {
    line-height: 1.5;
    text-shadow: none;
}
}

.page-content.browse .form-search {
    position: relative;
    z-index: 1;
}

#search-input {
    background-color: #fff;
    border: 1px solid #eaeaf1;
    border-radius: 6px;
    display: flex;
    margin-bottom: 20px;
    padding: 1px
}

#search-input .input-group {
    display: flex;
    position: relative
}

#search-input input {
    border: 0;
    box-shadow: none;
    width: 96%;
    border-left: 1px solid #eee;
    height: 100%;
    padding: 0px;
    padding-left: 3px;
}

#search-input button {
    background: none;
    border: 0;
    border-left: 1px solid #eee;
    box-shadow: none;
    color: #999;
    margin: 2px 0 0;
    padding: 1px 8px 0 10px;
    right: 20px;
    z-index: 9
}

#search-input button:hover {
    border: 0;
    border-left: 1px solid #ddd;
    box-shadow: none;
    color: #777
}

#search-input i {
    display: block;
    font-size: 18px;
    transform: rotate(270deg)
}

#search-input .select2-results {
    text-align: center
}

#search-input #filter {
    min-width: 100px;
    text-align: center
}

.voyager table.dataTable thead th.sorting:after,.voyager table.dataTable thead th.sorting_asc:after,.voyager table.dataTable thead th.sorting_desc:after,div.dataTables_paginate li.first a:before,div.dataTables_paginate li.last a:after,div.dataTables_paginate li.next a:after,div.dataTables_paginate li.previous a:before {
    font-family: Voyager
}

.voyager table.dataTable thead th.sorting:after {
    content: "o";
    margin-top: 3px
}

.voyager table.dataTable thead th.sorting_asc:after {
    content: "p";
    margin-top: 5px
}

.voyager table.dataTable thead th.sorting_desc:after {
    content: "q"
}

.voyager div.dataTables_paginate li.previous a:before {
    content: "\e039";
    margin-left: -3px;
    margin-top: 3px
}

.voyager div.dataTables_paginate li.next a:after {
    content: "\e046";
    margin-right: -3px;
    margin-top: 3px
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    border: none;
    box-sizing: border-box;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    padding: 4px;
    width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    filter: alpha(opacity=0);
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    clip: rect(0 0 0 0)!important;
    border: 0!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: textfield;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    background-image: linear-gradient(180deg,#fff 50%,#eee);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
    outline: 0
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    background-image: linear-gradient(180deg,#eee 50%,#ccc);
    background-repeat: repeat-x;
    border: none;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: linear-gradient(180deg,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: linear-gradient(180deg,#eee 50%,#fff);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    box-shadow: none;
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/*------------------------*/
.filterdata{
  box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    border-right: 1px solid #f1f1f1;
    height: 34px;
    padding: 3px;

}

ul.quicklink-plain li:hover {
    transform: translateX(20px);
}

ul.quicklink-plain li {
    transition: transform .3s;
}

ul.quicklink-plain li a:hover, ul.quicklink-plain li a:focus{
    color: #23527c;
    text-decoration: underline;
}

.footer {
    background-color: #03192f;
    color: #fafafa
}

.footer a.footer-link {
    color: #fafafa;
    opacity: .8;
    transition: all .3s;
    text-decoration: none
}

.footer a.footer-link:hover {
    opacity: 1;
    text-decoration: underline
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #03192f;
    color: #fafafa;
    border-radius: 8px;
    font-size: 18px;
    transition: background-color .3s,color .3s
}

.footer-social:hover {
    background-color: #2276ff;
    color: #fff
}

.footer-column {
    min-width: 150px
}

@media (max-width: 767px) {
    .footer .row {
        text-align:center
    }
}
[data-bs-theme=dark] .footer {
    background-color: #03192f;
    border-top-color: #161920
}
.nav-header {
    transition: .3s
}

.nav-header .navbar-toggler {
    padding: 0;
    border: 0px
}

.nav-header .navbar-toggler:focus {
    box-shadow: none
}

.nav-header .navbar-brand {
    padding-top: 3px;
    line-height: 1
}

.nav-header .menu_list .dropdown-menu {
    left: 0
}

@media (min-width: 991px) {
    .nav-header .menu_list {
        position:static!important
    }
}

.nav-header .menu_list ul.dropdown-menu {
    width: 100%;
    position: absolute
}

@media (max-width: 991px) {
    .nav-header .menu_list ul.dropdown-menu {
        position:relative
    }
}

.nav-header .menu_list .dropdown-menu .dropdown-item {
    padding: 3px 0!important
}

.nav-header .menu_list .dropdown-menu .dropdown-item:hover {
    background-color: transparent!important
}

.nav-header .navbar-toggler .icon-bar {
    background-color: #03192f;
    transition: all .3s linear;
    display: block;
    width: 22px;
    height: 2px
}

.nav-header .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 5px
}

.nav-header .navbar {
    padding: 0
}

@media (max-width: 991px) {
    .nav-header .navbar {
        padding:14px 0
    }
}

.nav-header .navbar-toggler .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
    position: relative
}

.nav-header .navbar-toggler .icon-bar:nth-child(2) {
    transform: rotate(-45deg)
}

.nav-header .navbar-toggler .icon-bar:nth-child(3) {
    opacity: 0
}

.nav-header .navbar-toggler.collapsed .icon-bar:nth-child(1) {
    transform: rotate(0);
    top: 0
}

.nav-header .navbar-toggler.collapsed .icon-bar:nth-child(2) {
    transform: rotate(0)
}

.nav-header .navbar-toggler.collapsed .icon-bar:nth-child(3) {
    opacity: 1
}

.nav-header .navbar-nav .nav-link {
    text-transform: capitalize;
    color: #fff;
    padding: 40px 35px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 12px;
    font-weight: 500
}

.nav-header .navbar-nav .nav-link:hover {
    color: #2276ff
}

@media (max-width: 991px) {
    .nav-header .navbar-nav .nav-link {
        border-top:1px solid #dee2e6;
        padding: 18px 20px;
        color: #03192f
    }

    .nav-header .navbar-nav .nav-link:hover {
        color: #2276ff
    }
}

@media (max-width: 991px) {
    .nav-header .navbar-nav .nav-item:first-child .nav-link {
        border-top:0px solid transparent
    }
}

.nav-header .navbar-nav .dropdown.show .dropdown-toggle:after {
    transform: rotate(180deg);
    color: #fff
}

.nav-header .navbar-nav .dropdown-img {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 6px 0 0 6px
}

.nav-header .navbar-nav .dropdown-img .dropdown-img-caption {
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 40px 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff
}

@media (max-width: 991px) {
    .nav-header .navbar-collapse {
        position:absolute;
        top: 72px;
        left: 0;
        z-index: 99;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 5px 10px #14303a15;
        border-radius: .5rem
    }
}

@media (max-width: 767.98px) {
    .nav-header .navbar-collapse {
        overflow-x:hidden;
        max-height: 400px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .nav-header .navbar-collapse {
        overflow-x:hidden;
        max-height: 500px
    }
}

.nav-header .nav-item {
    text-transform: capitalize;
    color: #fff
}

.nav-header .navbar-right-wrap .list-group-item {
    padding: 1rem 1.25rem
}

.nav-header .nav-badge {
    position: absolute;
    top: -9px;
    right: 3px
}
[data-bs-theme=dark] .nav-header {
    background-color: #03192f;
    border-bottom-color: #161920;
    box-shadow: 0 2px 4px #0000001a
}

.docs-nav-sidebar .navbar-nav .nav-header {
    padding: 8px 20px;
    margin-top: 12px
}


@media (max-width: 991px) {
    .nav-header.nav-header-classic {
        padding:0
    }
}

@media (max-width: 576px) {
    .nav-header.nav-header-classic.menu-space {
        padding:0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .nav-header.nav-header-classic.menu-space {
        padding:0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .nav-header.nav-header-classic.menu-space {
        padding:0
    }
}

@media (min-width: 991px) {
    .nav-header.nav-header-classic.menu-space .navbar .nav-link {
        padding:0
    }
}

.nav-header.nav-header-classic .navbar {
    padding: 0
}

.nav-header.nav-header-classic .navbar .nav-link {
    display: inline-block;
    padding: 24px 0;
    margin: 0 8px;
    text-transform: capitalize;
    font-size: 14px;
    color: #03192f;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    z-index: 1
}

.nav-header.nav-header-classic .navbar .nav-link:hover {
    color: #2276ff
}

@media (max-width: 991px) {
    .nav-header.nav-header-classic .navbar .nav-link {
        display:block;
        padding: 15px 5px;
        margin: 0 20px
    }
}

.nav-header.nav-header-classic .navbar .dropdown-menu {
    margin: 0;
    padding: 16px 0;
    border: 0px solid transparent;
    box-shadow: 0 5px 10px #14303a15;
    transition: .4s;
    transition: all .3s linear
}

@media (min-width: 991px) {
    .nav-header.nav-header-classic .navbar .dropdown-menu {
        display:block;
        transform: scale(1);
        visibility: hidden;
        opacity: 0;
        min-width: 200px;
        margin-top: 20px
    }

    .nav-header.nav-header-classic .navbar .dropdown-menu .dropdown-menu {
        right: 100%;
        top: -15px
    }
}

@media (max-width: 991px) {
    .nav-header.nav-header-classic .navbar .dropdown-menu {
        padding:0;
        box-shadow: none
    }
}

.nav-header.nav-header-classic .navbar .dropdown-menu .dropdown-item {
    padding: 3px 25px;
    text-transform: capitalize;
    font-size: 16px;
    color: #464a56;
    font-weight: 500;
    display: inline-block
}

.nav-header.nav-header-classic .navbar .dropdown-menu .dropdown-item:hover {
    color: #2276ff
}

.nav-header.nav-header-classic .navbar .dropdown-menu .dropdown-item:focus,.nav-header.nav-header-classic .navbar .dropdown-menu .dropdown-item:hover {
    background-color: transparent
}

.nav-header.nav-header-classic .navbar .dropdown:hover>.dropdown-item {
    color: #2276ff
}

@media (min-width: 991px) {
    .nav-header.nav-header-classic .navbar .dropdown:hover>.dropdown-menu {
        border-radius: 2.5rem;
        opacity:1;
        visibility: visible;
        margin-top: 0
    }
}

.nav-header.nav-header-classic .navbar .dropdown .dropdown-toggle:after {
    display: inline-block;
    content: "󰅀";
    font-family: Material Design Icons;
    border-top: transparent;
    vertical-align: middle;
    float: right;
    font-size: 14px;
    color: #adb5bd;
    border: 0 solid transparent;
    font-weight: 900;
    line-height: 1.3;
    transition: .3s;
    margin-left: 4px
}

@media (max-width: 991px) {
    .nav-header.nav-header-classic .navbar .dropdown .dropdown-toggle:after {
        display:inline-block;
        content: "󰅀";
        font-family: Material Design Icons;
        border-top: transparent;
        vertical-align: middle;
        float: right;
        font-size: 12px;
        color: #03192f;
        border: 0 solid transparent;
        transition: .3s;
        font-weight: 900;
        line-height: 1.3
    }
}

@media (max-width: 991px) {
    .nav-header.nav-header-classic .navbar .dropdown.show .dropdown-toggle:after {
        transform:rotate(180deg)
    }
}

@media (min-width: 991px) {
    .nav-header.nav-header-classic .navbar .dropdown .dropdown .dropdown-toggle:after {
        display:inline-block;
        content: "󰅂";
        border-top: transparent;
        font-family: Material Design Icons;
        vertical-align: middle;
        float: right;
        font-size: 12px;
        color: #051441;
        border: 0 solid transparent;
        transition: .3s;
        position: absolute;
        right: 25px;
        top: 14px;
        font-weight: 900
    }
}

@media (max-width: 991px) {
    .nav-header.nav-header-classic .navbar .dropdown .dropdown .dropdown-toggle:after {
        display:inline-block;
        transform: rotate(0)
    }
}

@media (min-width: 991px) {
    .nav-header.header-white .navbar .nav-link,.nav-header.header-white .navbar .nav-link:hover {
        color:#fff
    }
}

@media (max-width: 991px) {
    .nav-header.header-white .navbar .nav-link {
        color:#03192f
    }
}

.nav-header.header-white .navbar-toggler .icon-bar {
    background-color: #fff
}

.nav-header.header-white .navbar-brand {
    filter: brightness(0) invert(1)
}

.nav-header.menu-fixed {
    background-color: #fffc;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 9px 35px #0000000d;
    position: sticky;
    z-index: 999;
    width: 100%;
    left: 0;
    border-bottom: 0 solid transparent;
    top: 0;
    transition: .3s
}

.nav-header.menu-fixed .navbar .nav-link {
    color: #343a40
}

.nav-header.menu-fixed .navbar-nav .nav-link:hover {
    color: #2276ff
}

.nav-header.menu-fixed .navbar-brand {
    filter: brightness(1) invert(0)!important
}

.nav-header.menu-fixed .navbar-toggler .icon-bar {
    background-color: #fff
}

.nav-header.menu-fixed.header-position {
    position: fixed
}

.nav-header.menu-fixed .navbar .dropdown .dropdown-toggle:after {
    color: #adb5bd
}

@media (max-width: 991px) {
    .nav-header.nav-header-classic .navbar .dropdown:hover>.dropdown-menu {
        display:block!important;
        position: static!important;
        visibility: visible!important;
        opacity: 1!important;
        box-shadow: none!important;
        margin-top: 0!important;
        left: 0!important;
        right: 0!important;
        top: 0!important
    }

    .navbar .dropdown-menu .dropdown-menu {
        padding-left: 20px
    }

    .navbar .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 40px
    }
}


.header-white,.nav-header.menu-fixed {
    background-color: #03192f
}

.nav-header.header-white .navbar-brand {
    filter: inherit
}

.nav-header.nav-header-classic .navbar .dropdown .dropdown-toggle:after {
    content: ""
}

.nav-header.header-white .navbar .site-name,.nav-header.header-white .navbar .site-slogan,.nav-header.menu-fixed .navbar .site-name,.nav-header.menu-fixed .navbar .site-slogan {
    color: #fff
}

.nav-header.header-position .navbar .site-name {
    color: #fff;
    font-size: 1rem;
    font-weight: 500
}

.nav-header.header-position .navbar .site-slogan {
    color: #fff;
    font-size: .8125rem;
    font-weight: 500
}

.nav-header.menu-fixed .navbar .site-name {
    color: #fff;
    font-size: 1rem;
    font-weight: 500
}

.nav-header.menu-fixed .navbar .site-slogan {
    color: #fff;
    font-size: .8125rem;
    font-weight: 500
}

.nav-header.nav-dashboard .navbar .site-name {
    color: #fff;
    font-size: 1rem;
    font-weight: 500
}

.nav-header.nav-dashboard .navbar .site-slogan {
    color: #fff;
    font-size: .8125rem;
    font-weight: 500
}

.nav-header.menu-fixed .navbar .nav-link {
    color: #fff
}

@media (max-width: 768px) {

    .nav-header.menu-fixed .navbar .nav-link {
        color: #03192f
    }
}

.card {
    border-radius: 10px;
}
