html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('/fonts/Lato-Regular.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Italic';
    src: url('/fonts/Lato-Italic.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Medium';
    src: url('/fonts/Lato-Medium.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('/fonts/Lato-Semibold.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('/fonts/roboto-regular.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url('/fonts/roboto-italic.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('/fonts/roboto-bold.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Roboto-Regular', sans-serif;
    overflow-x: hidden;
}

em {
    font-family: 'Roboto-Italic', sans-serif;
    font-weight: normal;
    font-style: normal;
}

strong {
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'Lato-Bold', sans-serif;
    letter-spacing: 1.5px;
    white-space: normal;
    margin-bottom: .5em;
}

h2, h3, h4, h5, h6 {
    font-family: 'Lato-Regular', sans-serif;
    letter-spacing: 1.5px;
    white-space: normal;
    margin-bottom: .5em;
}

a {
    text-decoration: none;
    color: white;
    font-family: 'Roboto-Regular', sans-serif;
}

p, input, button {
    font-family: 'Roboto-Regular', sans-serif;
}

label {
    font-size: 16px;
    font-family: 'Lato-Regular', sans-serif;
    color: #3e4958;
    margin-left: 8px;
    margin-bottom: 4px;
}

legend {
    font-size: 18px;
    color: #909397;
    text-transform: uppercase;
    font-family: "Lato-Medium", sans-serif;
}

small {
    display: block;
}

/* Scrollbar */
.main-side-nav::-webkit-scrollbar {
    width: 0px;
}

/* --- Select2 --- */
input.select2-search__field {
    color: #3e4958 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-family: "Roboto-Regular", sans-serif !important;
    font-weight: 400 !important;
}

span.select2-selection.select2-selection--multiple, span.select2-selection.select2-selection--single {
    background-clip: border-box;
    transition: none;
    color: #3e4958;
    min-height: 50px;
    font-size: 14px;
    line-height: 1.5;
    border-color: #cccdcf;
    border-radius: 0;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

span.select2-selection.select2-selection--multiple:focus, span.select2-selection.select2-selection--multiple:active, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-selection.select2-selection--single:focus, .select2-selection.select2-selection--single:active, span.select2-selection.select2-selection--single[aria-expanded="true"] {
    border: 1px solid #aaa;
    outline: 0;
    box-shadow: none;
    transition: none;
    color: #3e4958;
}

input.select2-search__field, span.select2-selection__rendered, span.select2-selection__arrow {
    padding: .5rem 1rem !important;
}

span.select2-selection__arrow {
    height: 50px !important;
}

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

.select2-results__option {
    color: #3e4958;
    font-family: 'Roboto', sans-serif;
}

.select2-results__option.select2-results__option--highlighted {
    background-color: #ecf5ff !important;
    color: #3e4958 !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}

/* Tags */
ul.select2-selection__rendered {
    /*height: 50px;*/
    padding: 0 !important;
    overflow: scroll;
}

li.select2-selection__choice {
    margin-top: 7px !important;
    /*margin-bottom: 8px;*/
    margin-left: 8px;
    margin-right: 0 !important;
    background-color: #fff !important;
    height: 34px;
    padding: 4px 8px !important;
}

span.select2-selection__choice__remove {
    color: #8c949d;
    float: right;
    padding-left: 8px;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    color: #3e4958 !important;
}

/* To hide the already selected options */
.select2-results__option[aria-selected=true] {
    display: none;
}

/*select2: fixes word text wrap issues on long select values*/
li.select2-selection__choice {
    max-width: 100%;
    overflow: hidden;
    /*//use this if you want to shorten*/
    /*  text-overflow: ellipsis;  */
    white-space: normal;
}

ul.select2-selection__rendered {
    padding-right: 12px !important;
    /*//overrides select2 style*/
}

@media screen and (max-width: 992px) {
    .toggle-spacing {
        margin-top: 1em;
        margin-bottom: 2em;
    }
}

#top-buttons {
    padding-bottom: 10px;
}

.badge.up {
    position: relative;
    bottom: 3px;
}

#hidden-keyword-list, #hidden-supporter-list,
#hidden-organizers-list, #hidden-providers-list {
    display: none;
}

.pointer {
    cursor: pointer;
}

.pointer-default {
    cursor: default;
}

.card-header .fa {
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
    transform: rotate(180deg);
}

.button-center {
    text-align: center;
}

/**************************/
/* 5.3. Loading Indicator */
/**************************/
#gc-versioning-loader {
    float: left;
    display: block;
    width: 100%;
    opacity: 1;
    animation: 1s fadeIn cubic-bezier(0.7, 0, 0.84, 0);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

#gc-versioning-loader .gc-versioning-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    margin: 100px 0 25px;
}

#gc-versioning-loader .gc-versioning-container .dot {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: rgb(111, 175, 88);
    box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.1);
    animation: 0.4s bounce infinite alternate cubic-bezier(0.2, 0.65, 0.6, 1);
    animation-delay: var(--animation-delay);
}

#gc-versioning-loader .gc-versioning-container .dot:not(:last-of-type) {
    margin-right: 0.5em;
}

#gc-versioning-loader .gc-versioning-container .dot.dot-1 {
    background-color: rgb(212, 48, 69);
}

#gc-versioning-loader .gc-versioning-container .dot.dot-2 {
    background-color: rgb(29, 143, 187);
}

#gc-versioning-loader .gc-versioning-container .dot.dot-3 {
    background-color: rgb(111, 175, 88);
}

#gc-versioning-loader .gc-versioning-container .dot.dot-4 {
    background-color: rgb(92, 92, 92);
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50px);
        box-shadow: 7px 54px 50px rgba(17, 17, 17, 0.1);
    }
}


