@charset "UTF-8";.dropdown{padding:1px;transition:-webkit-filter;transition:filter;transition:filter,-webkit-filter;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.dropdown,.dropdown .selected{font-size:1rem;position:relative}.dropdown .selected{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-around;padding:10px 15px;font-weight:400;color:#6d6e71}.dropdown .selected .dropdown-label{display:inline-block;flex:1}.dropdown .selected .placeholder{color:#fff}.dropdown .selected:after{content:"\25BC";font-size:1.2rem;padding-left:10px}.dropdown .options-list,.dropdown .options-wrapper{max-height:200px}.dropdown .options-wrapper{position:absolute;width:100%;z-index:1;transition:height .15s}.dropdown .option{padding:10px 15px;font-weight:400;overflow:hidden;text-overflow:ellipsis;color:#6d6e71;background-color:#121212}.dropdown .option:hover{color:#1f1f1f;background-color:#bc9051}.dropdown.open .selected:after{margin-left:auto;content:"\25B2"}.dropdown:not(.open) .options-wrapper{height:0!important;pointer-events:none;opacity:0}
.confirmation-popup{text-align:center;display:flex;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}.confirmation-popup .confirmation-popup-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(18,18,18,.95)}.confirmation-popup .confirmation-popup-content{display:block;margin:auto;width:300px;height:300px;background-color:#1f1f1f;z-index:100}.confirmation-popup .confirmation-popup-title{margin-top:30px;color:#cf9e59;font-size:1.4rem}.confirmation-popup .confirmation-popup-message{margin-top:15px;margin-bottom:60px;padding:0 50px;color:#fafafa;font-size:.8rem;text-align:center}.confirmation-popup .confirmation-popup-button{display:block;margin-top:10px;margin-left:auto;margin-right:auto;padding-top:10px;width:200px;height:30px;border-radius:4rem;border:thin solid #fafafa;color:#fafafa;cursor:pointer;font-size:.8rem}
.section-page{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;padding-top:100px}@media only screen and (max-width:600px){.section-page{padding-top:40px}}.page-background-image{background-image:url(/app/static/images/backgrounds/search-background.jpg);background-size:cover;background-position:top;background-attachment:fixed;width:100%;min-height:80vh}.section-page-wrapper{flex:1;max-width:1060px;padding:0 22px;width:-moz-available;width:-webkit-fill-available;width:fill-available}.section-header{display:flex;justify-content:space-between;color:#c2c2c2}@media only screen and (max-width:600px){.section-header{flex-direction:row;justify-content:flex-end}}.section-header .section-header-left{width:830px;display:flex;justify-content:space-between}@media only screen and (max-width:600px){.section-header .section-header-left{width:calc((100% + 400px)/2);width:100%}}.section-header .clear-section{cursor:pointer;display:flex;justify-content:flex-end}@media only screen and (max-width:600px){.section-header .clear-section .clear-section-name{display:none}}.section-header .clear-section .section-clear{width:35px;font-weight:600}.section-header .section-title-container{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap}@media only screen and (max-width:600px){.section-header .section-title-container{flex:1}}.section-header .section-title-container .section-title{width:600px;text-align:center}@media only screen and (max-width:800px){.section-header .section-title-container .section-title{font-size:2rem;width:400px}}@media only screen and (max-width:600px){.section-header .section-title-container .section-title{width:90%;font-size:1.8rem}}.section-header .section-title-container .section-sub-title{margin-top:0;text-align:center}@media only screen and (max-width:800px){.section-header .section-title-container .section-sub-title{font-size:1.4rem}}@media only screen and (max-width:600px){.section-header .section-title-container .section-sub-title{width:90%;font-size:1.8rem}}.section-header .vertical-center{margin:auto 0}.section-header .section-back{width:11px;font-size:2rem;font-weight:600;cursor:pointer}.section-description{font-size:1rem;font-weight:300;padding:0 22px;max-width:700px;margin:auto;text-align:center}.swimlane-header{display:flex;flex-direction:row-reverse;justify-content:space-between;margin:20px 0 0}@media only screen and (max-width:600px){.swimlane-header{flex-direction:column}}.swimlane-header .swimlane-title{font-size:1.5rem;font-weight:500;margin:0}.swimlane-header .dropdown .option{color:#c2c2c2;background-color:#1f1f1f;border-bottom:1px solid hsla(0,0%,98%,.25);min-width:200px}.swimlane-header .dropdown .option:hover{background-color:#bc9051;color:#fff}.swimlane-header .dropdown .option.highlighted{color:#bc9051}.swimlane-header .dropdown .option.highlighted:hover{color:#fff}.swimlane-header .dropdown .selected,.swimlane-header .dropdown .selected .placeholder{color:#c2c2c2}@media only screen and (max-width:600px){.swimlane-header .section-filter{background-color:#1f1f1f;margin-bottom:15px;width:100%;justify-content:flex-end}}.empty-section{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;min-height:400px}.empty-section .icon{width:100px}.empty-section .title{font-size:2em;margin:10px 0}.empty-section .description{font-weight:lighter;margin:0}@media not all and (min-width:600px){.empty-section{min-height:200px}.empty-section .icon{width:75px}.empty-section .title{font-size:1em}}
