body {
    font-size: 10pt;
    overflow-y: hidden;
}

.navbar{
    background: #232831;
}

.custom-switch{
    font-size: 13pt;
    color:white;
}

.concept-label{
    background-color: #117A8A;
    color: white;
    text-transform: uppercase;
    padding: 2px 8px;
    cursor:pointer;
    border-radius: 0.25rem;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #117A8A;
    background-color: #117A8A;
}

.logo-header{
    max-height: 65px;
}


.close-btn {
    font-size: 30px;
    font-weight: bold;
    color: #117a8b;
    cursor:pointer;
}

.enter-button{
    background-color: #694764;
    padding:3px 12px;
    font-size:16pt;
    cursor:pointer;
    border:1px solid white;
}

.enter-button:hover{
    background-color:#82577c;
}

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}



.left-sidebar{
    /* box-shadow: 0px 0px 22px rgba(0,0,0,0.3); */
    height: calc(100vh - 50px);
    overflow-y: scroll;
    background-color: #232831;
    color: white;
    padding-bottom: 50px !important;
}



.irs--flat .irs-bar, .irs-single, .irs--flat .irs-handle>i:first-child{
    background-color: #117A8A !important;
}
.irs-single:before{
    border-top-color:#117A8A !important;
}
.irs--flat.irs-with-grid {
    height: 52px;
    margin-top: -20px;
 }

 .irs--flat .irs-handle {
    top: 22px;
    width: 18px !important;
    height: 18px !important;
    background-color: #117A8A !important;
    border-radius: 20px;
    border: 2px solid white;
}
      

.slider-container label{
    font-size:12pt;
    margin: 0;
}

.sector-label:before {
    height: 15px;
    width: 15px;
    background: #117A8A;
    content: "";
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
}

.sector-label{
    margin-top:12px;
    font-size: 13pt;
}

.colour:checked ~ span {
    border: 4px solid black !important;
}

.colour[value="black"]:checked ~ span {
    border: 4px solid grey !important;
}

input.sector:checked ~ .sector-label:before {
    border: 3px solid black;
}

input.sector, input.colour {
    height: 1px;
    width: 1px;
    visibility: hidden;
}

.image-canvas{
    /* width:32px;
    height:32px; */
    object-fit: cover;
    /* margin: 3px; */
}

.modal-first-selector{
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    width:100%;
    height:100%;
    z-index:999;
    font-family: 'Lato', sans-serif;
    background-image: url('../img/popup-background.jpg');
    background-size: cover;
    background-position: center center;
}

.modal-contact{
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    width:100%;
    height:100%;
    z-index:999;
}

.modal-contact input[type="text"]{
    height: 40px;
    width:100%;
}

.modal-contact input[type="submit"]{
    width: 100px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 8px;
    text-transform: uppercase;
}

.sector-button{
    /* border:2px solid white; */
    background-color:#117A8A; 
    color:white;
    margin: 0 10px;
}

.sector-button.decide{
    background-color:#7F6A93; 
}

#keyword {
    height: 45px;
    border-radius: 10px;
    border: 0;
    padding: 8px;
    font-size: 15pt;
}

.favourite-graph-container{
    position: absolute;
    bottom:0;
    right:0;
    width:100%;
    height:35%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:white;
}

#favourite-image-chart {
    height: 100%;
    max-width:50%;
}

.content-area{
    padding:0;
}
.grid-item{
    width: 12.5%;
    height: auto;
    float: left;
    border: 2px solid white;
    cursor:pointer;
}

.hearth-container{
    position: absolute;
    top:3px;
    right:3px;
    z-index: 999;
    width:30px;
    height:30px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.custom-control-right{
    padding-right: 24px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

.custom-control-right .custom-control-label::after{
    right: -1.5rem;
    left: auto;
}
.custom-control-right .custom-control-label::before {
    right: -2.35rem;
    left: auto;
}

.grid-sizer{
    width: 12.5%;
}

.content-area{
    height:calc(100vh - 74px);
    overflow: auto;
}

#masonry-loading{
    width:75%;
    height:50px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:30px;
    z-index: 999;
}

#masonry-loading .spinner-border{
    width:80px;
    height:80px;
}

@media (min-width: 576px){
    .modal-dialog{
        max-width: 800px !important;
    }
}

.overlayer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
 }

 .irs--flat .irs-line{
    background: linear-gradient(45deg, #ffffff 0%, #4f8188 100%);
 }

 .email-container{
    width: 100%;
    height: 200px;
    background-color: #232831;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
 }

 input[name="email"]{
     height: 38px;
     border-radius: 10px;
     border:none;
     padding:5px;
 }

 .disclaimer {
     font-size:12pt;
 }



/** META **/
.meta-body{
    background-color: black;
    color: white;
}
.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
}
img.logo-meta {
    width:60%;
    height:auto;
}

#dropzone{
    width:100%;
}
.dropzone{
    min-height:300px !important;
    max-height:300px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.dropzone .dz-preview {
    width:100% !important;
    max-height:300px !important;
}
.dropzone .dz-preview .dz-image{
    width:100% !important;
    height:100% !important;
}
.dz-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 300px;
    padding:10px;
}
.inactive{
    opacity: 0.3;
}
#search-container{
    width:100%;
    border:3px dotted white;
    padding: 10px;
}

.meta-container .custom-card {
    overflow-y: scroll;
    background-color: white;
    border-radius: 10px;
}
.about-container{
    display: flex;
    justify-content: flex-start;
    width:100%;
    margin-bottom:30px;
}
.back-container{
    display: flex;
    justify-content: flex-start;
    width:100%;
    margin-top:30px;
}
.about, .back{
    background-color: white;
    color:black;
    padding:5px 15px;
    border-radius: 10px;
    cursor:pointer;
    margin: 5px;
    font-weight: bold;
}
.back:hover{
    text-decoration: none;
    color:black;
}
.lang-button{
    color: white;
    font-size: 16pt;
}
.lang-button:hover{
    color: white;
}
.language-selector{
    font-size: 16pt;
    color: white;
}
#select-language{
    border: 0;
    border-radius: 15px;
    padding-left: 8px;
}
.dropzone .dz-preview.dz-image-preview{
    background: transparent !important;
}
.metaphor-button-container{
    border: 2px dotted white;
    cursor: pointer;
}


code {
    color: var(--red);
    font-family: monospace;
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}
button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: rgb(0,0,0);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: var(--red);
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

.rayo-img{
    width: 40px;
}