@font-face {
    font-family: "Poppins-Light";
    src: url("../ttf/poppins-light-9.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("../ttf/poppins-semibold-9.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../ttf/poppins-regular-9.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
    background-color: #000
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.nopadding {
    padding: 0 !important
}

.opacity-0 {
    opacity: 0;
    pointer-events: none
}

.d-flex {
    display: flex
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

button {
    background: inherit;
    border: none;
    padding: 0;
    margin: 0;
    text-align: left
}

button:focus {
    outline: none
}

@media screen and (max-width: 320px) {
    .container {
        width: 320px
    }
}

.vip {
    color: #fbb03b !important
}

.menu {
    top: 0;
    left: -100px;
    width: 100%;
    max-width: 280px;
    height: auto;
    background-color: rgba(29, 29, 29, .9);
    position: absolute;
    transition-duration: .5s;
    z-index: 100;
    color: #c1c1c1;
    border-radius: 0 0 7px 0
}

.menu[data-status=closed] {
    left: -100%
}

.menu[data-status=opened] {
    left: 0
}

.menu .menu-body {
    height: 100%
}

.menu .menu-header {
    padding: 0 15px;
    border-bottom: 1px solid gray;
    position: relative
}

.menu .menu-header .menuclose-btn {
    position: absolute;
    right: 0;
    top: calc(50% - 20px)
}

.menu .menu-header .menuclose-btn:focus {
    outline: none
}

.menu .menu-header h3 {
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    font-weight: normal
}

.menu .menu-header h3 i {
    margin-right: 7px
}

#accordionContainer::-webkit-scrollbar {
    display: none
}

#accordionContainer .drop {
    position: relative;
    display: block;
    text-align: left;
    padding-right: 0;
    width: auto;
    min-height: 55px;
    font-size: 11pt;
    cursor: pointer;
    transition: background .2s;
    border-bottom: 1px solid rgba(193, 193, 193, .2392156863);
    margin: 0 20px
}

#accordionContainer .drop:last-child {
    border: 0
}

#accordionContainer .drop:last-child .accordionparent-wrap.active+.accordion {
    padding-bottom: 10px
}

#accordionContainer .drop:focus {
    outline: none
}

#accordionContainer .drop button, #accordionContainer .drop .accordionparent .accordionparent-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px
}

#accordionContainer .drop button p {
    margin: 0;
    line-height: 55px;
    display: block
}

#accordionContainer .drop.vip {
    color: #fbb03b !important
}

#accordionContainer .drop.filter:hover button {
    color: #f2f2f2
}

#accordionContainer .drop.filter {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px
}

#accordionContainer .drop.filter button.active {
    color: #f2f2f2
}

#accordionContainer .drop.accordionparent {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px
}

#accordionContainer .drop.accordionparent.vip .accordionparent-wrap.active {
    color: #fbb03b !important
}

#accordionContainer .drop.accordionparent.vip .accordionparent-wrap:hover {
    color: #f2f2f2 !important
}

@media screen and (max-width: 620px) {
    #accordionContainer .drop.accordionparent.vip .accordionparent-wrap:hover {
        color: inherit
    }
}

#accordionContainer .drop.accordionparent .accordionparent-wrap:hover {
    color: #f2f2f2 !important
}

@media screen and (max-width: 620px) {
    #accordionContainer .drop.accordionparent .accordionparent-wrap:hover {
        color: inherit
    }
}

#accordionContainer .drop.accordionparent .interface-btn-standard-nosize {
    position: absolute;
    right: 10px;
    margin-top: -1px
}

#accordionContainer .drop.accordionparent .interface-btn-standard-nosize i {
    font-size: 24px
}

#accordionContainer .drop.accordionparent .accordion {
    width: 100%;
    position: relative;
    height: 0px;
    cursor: pointer;
    font-size: 16px;
    transition: max-height .4s, color .3s;
    display: block;
    margin-top: -15px;
    margin-bottom: 10px
}

#accordionContainer .drop.accordionparent .accordion div {
    width: 100%;
    display: flex;
    align-items: center;
    height: 35px;
    padding-left: 25px;
    font-size: 11pt;
    color: rgba(255, 255, 255, .6)
}

@media screen and (max-width: 620px) {
    #accordionContainer .drop.accordionparent .accordion div {
        font-size: 16px
    }
}

#accordionContainer .drop.accordionparent .accordion div:first-child {
    margin-top: 0px
}

#accordionContainer .drop.accordionparent .accordion div:hover, #accordionContainer .drop.accordionparent .accordion div.active {
    color: #f2f2f2
}

#accordionContainer .drop.accordionparent .accordion:nth-last-of-type(2), #accordionContainer .drop.accordionparent .accordion:last-of-type {
    overflow: hidden
}

#accordionContainer .drop.accordionparent .accordion .f-bull {
    font-size: 23px;
    margin-right: 10px
}

#accordionContainer .drop.accordionparent .accordion .f-bull.vip {
    color: #fbb03b !important
}

.bread-crumbs {
    color: rgba(255, 255, 255, .6);
    font-size: 14px
}

#interface-btns-mobile .bread-crumbs {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    top: 0;
    padding-left: 0;
    margin-top: 17px
}

.breadcrumbs-atitle {
    color: #f2f2f2
}

.btn-unstyled {
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding-left: 0;
    padding-right: 0
}

.btn-unstyled:focus {
    outline: none
}

.app-topbar {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%
}

@media screen and (max-width: 620px) {
    .app-topbar {
        justify-content: center;
        margin-top: -4px
    }
}

.app-topbar .menu-btn {
    color: #fff;
    padding: 0 20px;
    position: absolute;
    left: 0
}

@media screen and (max-width: 620px) {
    .app-topbar .menu-btn {
        display: none
    }
}

.app-topbar .menu-btn i {
    font-size: 24px
}

.app-topbar .menu-btn.hidden+.bread-crumbs, .app-topbar .menu-btn.hidden+.bread-crumbs.hidden+#top-guide {
    padding-left: 20px
}

@media screen and (max-width: 620px) {
    .app-topbar .menu-btn.hidden+.bread-crumbs, .app-topbar .menu-btn.hidden+.bread-crumbs.hidden+#top-guide {
        padding-left: 0
    }
}

.app-topbar .topnav-btn {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center
}

.app-topbar .topnav-btn span {
    margin: 0 16px
}

.app-topbar .nav-section-arrows {
    font-size: 22px;
    display: inline-flex
}

.app-topbar #top-guide {
    margin: 0 16px;
    display: flex;
    color: #fff;
    line-height: 20px
}

.app-topbar #top-guide.filtered {
    margin-left: 0
}

.app-topbar #top-guide .ticket-lab {
    margin-right: 3px
}

.app-topbar #top-guide .ticket-val {
    font-family: "Poppins-Bold", Arial, Helvetica, sans-serif
}

.app-topbar #top-guide .ticket-lab {
    color: rgba(255, 255, 255, .6)
}

.app-topbar #top-guide .section, .app-topbar #top-guide .rows, .app-topbar #top-guide .seat {
    display: flex;
    align-items: center
}

.app-topbar #top-guide .separator {
    width: 1px;
    background: rgba(255, 255, 255, .6);
    height: 100%;
    margin-left: 12px;
    margin-right: 12px;
    opacity: .6
}

@media screen and (max-width: 620px) {
    .menu {
        left: 0;
        top: initial;
        bottom: -100%;
        max-width: 100%;
        border-radius: 0
    }

    .menu .menu-header h3 {
        font-size: 10pt;
        line-height: 30pt;
        font-weight: normal;
        text-align: center
    }

    .menu .menuclose-btn {
        display: none
    }

    .menu[data-status=closed] {
        left: 0;
        top: initial;
        bottom: -100%
    }

    .menu[data-status=opened] {
        left: 0;
        bottom: 0
    }

    .menu .bread-crumbs {
        top: 17px
    }
}

.fpopover {
    height: auto;
    width: auto;
    z-index: 101;
    pointer-events: none;
    padding: 4px;
    position: absolute;
    text-align: center;
    display: inline-block;
    background-repeat: no-repeat;
    background: #000;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #222
}

.fpopover .fa-slash {
    color: rgba(255, 255, 255, .6);
    margin-left: 8px;
    margin-right: 8px
}

.fpopover .ticket-selected-title {
    font-size: 12px;
    line-height: 19pt;
    margin-bottom: 4px
}

.fpopover .ticket-selected-title.vip {
    color: #fbb03b !important
}

.fpopover .ticket-selected-title i {
    margin-right: 5px
}

.fpopover .ticket-selected-view {
    width: 335px;
    height: 192px;
    overflow: hidden;
    position: relative
}

.fpopover .ticket-selected-view .ticket-selected-view-img {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 335px;
    height: 335px;
    position: absolute;
    top: -85px;
    left: 0
}

.fpopover .ticket-selected {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    margin-top: 8px;
    line-height: 19px
}

.fpopover .ticket-selected li:last-child .ticket-val {
    margin-right: 0
}

.fpopover .ticket-selected .ticket-lab {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: bottom
}

.fpopover .ticket-selected .ticket-val {
    margin-left: 3px;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins-Bold", Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: bottom
}

.fpopover .vip {
    color: #fbb03b !important
}

.fpopover .vip .ticket-lab {
    color: #fbb03b !important
}

.fpopover-value {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    width: 100%
}

.fpopover-col-top {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 13px
}

.fpopover-col-bottom-wrap {
    display: block;
    text-align: center
}

.fpopover-col-bottom {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 30px
}

.fpopover-col-bottom:last-child {
    margin-right: 0
}

.fpopover-sec {
    text-align: left
}

.fpopover-row {
    text-align: left
}

.fpopover-seat {
    text-align: left
}

.search-bar {
    z-index: 1;
    position: absolute;
    top: 18px;
    right: 230px;
    width: 188px
}

@media screen and (max-width: 767px) {
    .search-bar {
        right: 15px;
        top: 4px
    }
}

#form-preventdef {
    margin-block-end: 0
}

input::placeholder {
    color: #ccc
}

.search-form .form-group {
    float: right !important;
    transition: all .35s, border-radius 0s;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    border-radius: 4px
}

.form-control {
    font-size: 11pt !important
}

.search-form .form-group input.form-control {
    font-family: "Sans-Regular", Arial, sans-serif;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    display: block;
    z-index: 3;
    height: 34px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 37px;
    padding-right: 0
}

.search-form .form-group span.form-control-feedback {
    position: absolute;
    left: 4px;
    z-index: 2;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 32px;
    text-align: center;
    font-size: 17px;
    color: #fff
}

#search-list {
    width: 187px;
    max-height: 250px;
    background-color: #fff;
    font-family: "Sans-Light", Arial, sans-serif;
    color: #000;
    z-index: 11;
    position: absolute;
    padding: 0;
    top: 60px;
    right: 175px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .8);
    overflow-y: auto
}

.search-item {
    cursor: pointer;
    padding: 9px 15px
}

.search-item.active {
    background-color: #ddd
}

#interface-wrap #main-interface .block.filtered {
    fill: #fdba31 !important;
    opacity: .7 !important
}

#interface-wrap #main-interface .block.filtered:hover {
    fill: #fdba31 !important
}

@media screen and (max-width: 620px) {
    .search-bar {
        max-width: 74%;
        top: 6px;
        right: 10px;
        width: 165px
    }

    .form-control {
        font-size: 10pt !important
    }

    .search-form .form-group span.form-control-feedback {
        font-size: 12px
    }

    #search-list {
        max-width: 65%;
        top: 71px;
        right: 20px;
        width: 165px
    }
}

#header-wrap {
    margin-top: 0;
    height: 70px;
    position: relative;
    background-color: #000
}

#header-wrap>div {
    height: 100%
}

#header-wrap>div .main-logo {
    height: 50px;
    margin: 0 10px 0 20px
}

#header-wrap>div .toptitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .2px;
    text-align: left;
    color: #f2f2f2;
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (max-width: 620px) {
    #header-wrap>div .toptitle {
        font-size: 12px;
        line-height: 16px
    }
}

#header-wrap>div .subtitle {
    font-size: 27px;
    letter-spacing: .2px;
    line-height: 24px;
    text-align: left;
    color: #f2f2f2;
    margin-bottom: 0
}

@media screen and (max-width: 620px) {
    #header-wrap>div .subtitle {
        font-size: 16px;
        line-height: 16px
    }
}

#header-wrap .link-wrap {
    position: absolute;
    right: 10px
}

#header-wrap .link-wrap a {
    padding: 7px 30px;
    border-radius: 5px;
    background: #ff0003;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins-Bold", Arial, Helvetica, sans-serif
}

#header-wrap .link-wrap a:hover, #header-wrap .link-wrap a:focus {
    text-decoration: none
}

#interface-wrap {
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0
}

#interface-wrap .app-topbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 9;
    background: #ff0003;
    height: 38px;
    margin-top: 0
}

@media screen and (max-width: 620px) {
    #interface-wrap .app-topbar {
        justify-content: center;
        padding-left: 0;
        font-size: 12px
    }
}

#interface-wrap .left {
    justify-content: left
}

#interface-wrap .interface-parent {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden
}

#interface-wrap .minimap, #interface-wrap .minimap_nav {
    left: 20px;
    bottom: 20px;
    background-color: rgba(36, 36, 36, .7);
    transition: all .3s;
    position: absolute;
    padding: 3px;
    z-index: 1;
    width: 161px;
    height: 125px;
    opacity: .95;
    border-radius: 5px;
    box-shadow: 0px 5px 4.8px .3px rgba(9, 9, 9, .15);
    cursor: pointer
}

#interface-wrap .minimap .d2m-map-layer, #interface-wrap .minimap_nav .d2m-map-layer {
    pointer-events: none
}

#interface-wrap .minimap:hover, #interface-wrap .minimap_nav:hover {
    background-color: #000
}

@media screen and (max-width: 620px) {
    #interface-wrap .minimap, #interface-wrap .minimap_nav {
        left: 10px;
        bottom: 14px;
        width: calc(50% - 15px)
    }
}

#interface-wrap .minimap_nav {
    height: auto
}

#interface-wrap .navigation {
    left: 201px;
    bottom: 20px;
    background-color: rgba(36, 36, 36, .7);
    transition: all .3s;
    position: absolute;
    padding: 3px;
    z-index: 1;
    width: 161px;
    height: 125px;
    opacity: .95;
    border-radius: 5px;
    box-shadow: 0px 5px 4.8px .3px rgba(9, 9, 9, .15);
    cursor: pointer
}

#interface-wrap .navigation:hover {
    background-color: #000
}

@media screen and (max-width: 620px) {
    #interface-wrap .navigation {
        right: 10px;
        bottom: 14px;
        width: calc(50% - 15px);
        height: 125px;
        left: auto
    }
}

#interface-wrap .navigation #navigation-popup {
    height: 100%;
    background-size: cover;
    background-position: center
}

#interface-wrap .navigation #navigation-popup .navigation-popup-title {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0
}

@media screen and (max-width: 620px) {
    #interface-wrap .navigation #navigation-popup .navigation-popup-title {
        display: none
    }
}

#interface-wrap .navigation #navigation-popup .navigation-popup-title p {
    margin: 0
}

#interface-wrap #move-up, #interface-wrap #move-down, #interface-wrap #move-left, #interface-wrap #move-right {
    position: absolute;
    z-index: 9
}

#interface-wrap #move-up {
    left: calc(50% - 20px);
    top: 20px
}

#interface-wrap #move-down {
    left: calc(50% - 20px);
    bottom: 20px
}

#interface-wrap #move-left {
    top: calc(50% - 20px);
    left: 20px
}

#interface-wrap #move-right {
    top: calc(50% - 20px);
    right: 20px
}

#interface-wrap .interface-btns {
    position: absolute;
    z-index: 9;
    pointer-events: none;
    width: 100%
}

#interface-wrap .interface-btns .back-btn {
    margin-right: 17px
}

#interface-wrap .interface-btns .fs-btn {
    right: 20px;
    position: absolute
}

#interface-wrap .interface-btns .gallery-btn, #interface-wrap .interface-btns .viewer-btn {
    margin-left: 0
}

#interface-wrap .zoom-in-btn {
    margin-bottom: 5px
}

@media screen and (max-width: 620px) {
    #interface-wrap .zoom-in-btn {
        margin-bottom: 0px;
        margin-right: 5px
    }
}

#interface-wrap .zoom-btns-interface {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 9;
    width: 40px;
    right: 20px;
    max-height: 100px;
    bottom: 20px
}

@media screen and (max-width: 620px) {
    #interface-wrap .zoom-btns-interface {
        bottom: 0;
        position: absolute
    }

    #interface-wrap .zoom-btns-interface.ci-seatmap, #interface-wrap .zoom-btns-interface.ci-topview {
        bottom: 14px;
        left: auto;
        right: 20px;
        top: auto;
        width: auto
    }
}

#interface-wrap .interface-btn-standard {
    background-color: #000;
    opacity: .4;
    border: none;
    height: 40px;
    width: 40px;
    padding: 8px;
    color: #f2f2f2;
    border-radius: 30px;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    font-size: 24px;
    box-shadow: 0px 0px 6px 2px rgba(255, 255, 255, .5)
}

#interface-wrap .interface-btn-standard:hover {
    opacity: 1
}

#interface-wrap .interface-btn-standard img {
    max-width: 15px;
    max-height: 15px
}

#interface-wrap .interface-btns-desktop.interface-btns {
    padding: 20px;
    height: 80px;
    display: flex;
    align-items: center
}

#interface-btns-mobile {
    height: 50px;
    background-color: #242424;
    position: relative
}

#interface-btns-mobile .interface-btn-standard {
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    height: 50px;
    font-size: 24px;
    width: 50px;
    color: #fff;
    text-align: center
}

#interface-btns-mobile .fs-btn {
    background-color: #ff0003;
    left: calc(50% - 25px);
    bottom: 10px;
    opacity: 1;
    position: absolute;
    border-radius: 50%
}

#interface-btns-mobile .tickets-link {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

#interface-btns-mobile .tickets-link:hover, #interface-btns-mobile .tickets-link:focus {
    text-decoration: none
}

#interface-btns-mobile .viewer-btn {
    left: 50px;
    position: absolute
}

#interface-btns-mobile .bread-crumbs {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    top: 0;
    padding-left: 0;
    margin-top: 17px
}

.dvm-v3d-main {
    height: 100%
}

.dvm-v3d-main .dvm-v3d-interface-layer .dvm-v3d-button-fullscreen {
    visibility: hidden
}

@media screen and (max-width: 620px) {
    .dvm-v3d-main .dvm-v3d-gallery-wrapper .glide__arrows {
        visibility: hidden
    }
}

.dvm-v3d-main.dvm-v3d-main-fullscreen .dvm-v3d-interface-layer .dvm-v3d-interface-wrapper .dvm-v3d-button {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.dvm-v3d-main.dvm-v3d-main-fullscreen .dvm-v3d-interface-layer .dvm-v3d-interface-wrapper .dvm-v3d-button span {
    font-size: 24px
}

.dvm-v3d-main.dvm-v3d-main-fullscreen .dvm-v3d-interface-layer .dvm-v3d-interface-wrapper .dvm-v3d-button-fullscreen {
    visibility: inherit
}

.share-btn {
    right: 80px;
    position: absolute
}

.custom-modal {
    background: #000;
    position: relative;
    display: inline-flex;
    vertical-align: top;
    height: 35px;
    width: auto;
    border-radius: 3px;
    font-size: 16px;
    pointer-events: all;
    z-index: 9;
    position: absolute;
    right: 138px
}

.custom-modal.mobile {
    position: absolute;
    top: -50px;
    right: 10px;
    font-size: 10px;
    background: rgba(0, 0, 0, .5)
}

.custom-modal.mobile a {
    padding: 0
}

.custom-modal.mobile a i {
    font-size: 22px
}

.custom-modal.mobile input {
    margin-left: 5px
}

.custom-modal .custom-modal-content {
    display: flex;
    align-items: center;
    height: 100%
}

.custom-modal input {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    margin-left: 15px;
    width: auto;
    max-width: 100%;
    min-width: auto
}

.custom-modal a, .custom-modal p {
    color: #fff;
    margin: 0;
    padding: 0 15px
}

.custom-modal a i, .custom-modal p i {
    margin-right: 15px;
    margin-left: 5px
}

#dropdown-container-mobile {
    width: 100%
}

#dropdown-container-mobile .dropdown-toggle {
    height: 25px;
    margin: 4px;
    font-size: 10px;
    padding: 5px
}

#dropdown-container-mobile .dropdown-toggle .filter-option {
    width: 75%
}

#dropdown-container-mobile .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
    text-overflow: ellipsis;
    font-family: "Poppins-Bold"
}

#dropdown-container-mobile #dropdown-group {
    display: flex;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 16px;
    align-items: center;
    height: 35px
}

#dropdown-container-mobile .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 25%;
    min-width: 18%;
    padding-left: 4px;
    padding-right: 4px
}

#dropdown-container-mobile .bootstrap-select .dropdown-menu {
    max-height: 200px
}

#dropdown-container-mobile .inner.open {
    max-height: 202px
}

#dropdown-container-mobile #urlMaker-btn {
    color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    height: 25px;
    font-size: 8px;
    margin-left: 8px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins-Bold"
}

#dropdown-container-mobile #dropdown-container {
    padding-right: 20px
}

#dropdown-container {
    padding-right: 20px;
    right: 0;
    position: absolute
}

#dropdown-container .dropdown-toggle {
    height: 25px;
    margin: 4px;
    font-size: 12px;
    padding: 0;
    padding-top: 3px;
    padding-left: 10px
}

#dropdown-container .dropdown-toggle .filter-option {
    width: 75%
}

#dropdown-container .dropdown-toggle .filter-option .filter-option-inner-inner {
    text-overflow: ellipsis;
    font-family: "Poppins-Bold"
}

#dropdown-container .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 110px;
    padding-left: 4px;
    padding-right: 4px
}

#dropdown-container .bootstrap-select .dropdown-menu {
    max-height: 250px
}

#dropdown-container .inner.open {
    max-height: 202px
}

#dropdown-container #urlMaker-btn {
    border-radius: 5px;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    margin-left: 8px;
    width: auto;
    min-width: 110px;
    font-family: "Poppins-Bold";
    border: 2px #fff solid;
    color: #fff
}

#dropdown-container #dropdown-container {
    padding-right: 20px
}

@media screen and (min-width: 1400px) {
    .container {
        width: 1370px
    }
}

@media screen and (min-width: 1600px) {
    .container {
        width: 1570px
    }
}

@media screen and (max-width: 1200px) {
    .tk3dpopover .ticket-selected {
        font-size: 10pt
    }
}

@media screen and (max-width: 991px) {
    #interface-wrap {
        box-shadow: none
    }

    #main-interface {
        min-height: 370px
    }

    .ticket-selected {
        font-size: 12pt
    }
}

@media screen and (max-width: 620px) {
    .ticket-selected .ticket-lab, .ticket-selected .ticket-val {
        font-size: 12px
    }

    #header-wrap {
        height: 50px;
        padding: 0
    }

    #header-wrap .main-logo-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        margin: 0
    }

    #header-wrap #topbar {
        height: 25px
    }

    #header-wrap .toptitle {
        font-size: 12px;
        line-height: 16px;
        color: #a5a5a5
    }

    #header-wrap .subtitle {
        font-size: 16px;
        line-height: 16px
    }
}

@media screen and (max-width: 575px) {
    #main-interface {
        min-height: 280px
    }

    .main-logo {
        max-height: 30px;
        margin: 0 10px
    }
}

.link {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' x='0' y='0' version='1.1' xml:space='preserve' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M8.226 24.068c-1.354 0-2.706-.474-3.643-1.422-2.392-2.419-1.811-5.54 0-7.372l1.39 1.406c-.594.601-.959 1.385-1.004 2.152-.05.86.297 1.693 1.004 2.408.512.518 1.354.827 2.253.827s1.741-.31 2.253-.827l5.896-5.967c.706-.714 1.054-1.548 1.004-2.408-.045-.767-.41-1.552-1.004-2.151-.593-.601-1.368-.971-2.126-1.016-.848-.05-1.673.3-2.381 1.016l-1.965 1.988-1.39-1.406 1.965-1.988c2.391-2.42 5.477-1.833 7.286 0 1.811 1.831 2.392 4.952 0 7.372l-5.896 5.966c-.936.949-2.289 1.422-3.642 1.422zm5.295-9.058l2.279-2.307-1.39-1.406-2.279 2.307c-.513.518-1.354.827-2.254.827s-1.74-.31-2.253-.827c-.707-.715-1.054-1.548-1.004-2.408.045-.768.41-1.552 1.004-2.151l5.896-5.967c.707-.716 1.535-1.06 2.38-1.016.758.046 1.533.416 2.126 1.016.594.601.959 1.385 1.004 2.152.051.86-.297 1.693-1.004 2.408l1.391 1.406c2.391-2.42 1.81-5.541 0-7.373-1.811-1.833-4.896-2.42-7.286 0L6.234 7.638c-1.81 1.831-2.392 4.952 0 7.372.937.947 2.29 1.422 3.643 1.422 1.353 0 2.706-.475 3.644-1.422z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

/*# sourceMappingURL=layout.min.css.map */