#inforgraphicTypeModal {
    height: 95%;
}

#infographics-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

#infographic-preview-right-pane {
    padding-left: 0px;
    padding-right: 0px;
}

.hidden {
    display: none !important;
}

.alert {
    display: flex;
}

.icon-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}
.icon-button div {
    margin-left: auto;
    position: absolute;
    display: flex;
    align-items: center;
    right: 20px;
}
.icon-button div span {
    margin-left: 5px;
}

.chart-dataset {
    min-width: 350px;
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    position: relative;
    transition: border-color 1s ease;
}
.chart-dataset:hover {
    border: 1px solid #6c757d;
}

.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dataset-delete-button-container {
    /* padding: 8px; */
    border-radius: 30px;
    background-color: #6c757d;
    position: absolute;
    top: -12px;
    right: -10px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dataset-delete-button-container:hover {
    cursor: pointer;
}

.dataset-delete-button-container span {
    color: white;
}

.dataset-title,
.data-label {
    min-width: 125px;
}

.chart-display-options {
    max-height: 730px;
    overflow: scroll;
}

/* toggle switch */
.toggle {
    cursor: pointer;
    display: inline-block;
}
.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 58px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}
.toggle-switch:before,
.toggle-switch:after {
    content: '';
}
.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
    background: rgb(19, 213, 45);
}
.toggle-checkbox:checked + .toggle-switch:before {
    left: 30px;
}
.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}
.toggle-label {
    margin-left: 10px;
    position: relative;
    top: 2px;
    font-size: 1.15em;
}
.select-label {
    margin-left: 10px;
    position: relative;
    font-size: 1.15em;
}

.select-container {
    display: flex;
    align-items: center;
}

.select-container select {
    width: 30%;
}

#title-prompt-text {
    font-size: 1.1em !important;
}

.chart-preview-container {
    margin-left: 20px;
    height: 125px;
}

.chart-preview-img {
    height: 100%;
    object-fit: contain;
}

.form-check label {
    margin-left: 5px;
    margin-bottom: 5px;
}

.chart-type-seperator {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 50px;
    margin-right: 50px;
    height: 1px;
    background-color: rgb(223, 222, 222);
}

#csv-file-input {
    /* display: none; */
}

.csv-upload-info-container {
    position: relative;
    width: 100%;
    display: none;
    padding-top: 10px;
    border-top: 1px solid rgb(157, 157, 157);
}

.icon-up-container {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    cursor: pointer;
}

.chart-preview-container {
    cursor: pointer;
}

.gradient-preview {
    width: 250px;
    height: 75px;
    border-radius: 5px;
}

.labels-info-container {
    border: 1px solid #2b37da;
    padding: 10px;
    border-radius: 5px;
}

.labels-info-text {
    font-size: 14px;
    color: #727476;
}

.tooltip-creation-container {
    border: 1px solid #cdcdcd;
    padding: 8px;
    border-radius: 5px;
}

.tooltip-creation-container h6 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #8a8a8a;
}

.tooltip-content-container {
    display: flex;
    flex-direction: column;
}

.tooltip-element-container {
    display: flex;
    margin-bottom: 5px;
}

.tooltip-select-container {
    margin-left: 10px;
}
.tooltip-select-container select {
    min-height: 34px;
}

.tooltip-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tooltip-container strong {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
}

.tooltip-container-rows {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.tooltip-container-rows div {
    /* padding-left: 10px; */
    min-width: 125px;
}
.tooltip-container-rows div:first-child {
    padding-left: 0px;
}

.tooltip-container-columns div {
    /* margin-bottom: 5px; */
}

.tooltip-container-columns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tooltip-content-col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid black;
}

.tooltip-content-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.tooltip-el-label {
    margin-right: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.tooltip-el-data-container {
    border-top: 1px solid black;
}

.tooltip-el-data-container-cols {
    margin-left: 10px;
}

.tooltip-el-data {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.range-section-rows {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

.relativePositioning {
    position: relative;
}

.legendContainer {
    width: 275px;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.datamaps-legend {
    margin-left: 6px;
}

.gradientLegend {
    width: 275px;
    height: 8px;
}
.gradientLabels {
    width: 284px;
    margin-left: -3px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.spacingEven {
    width: 275px;
    margin-left: 0px;
    justify-content: space-evenly !important;
}

.legendTitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3px;
}

.legendSubtitle {
    font-size: 12px;
    text-transform: uppercase;
    color: #9b9b9b;
    margin-bottom: 0px;
    /* text-align: center; */
}

.legendRangeText {
    font-size: 10px;
    text-transform: uppercase;
    color: #717171;
    margin-bottom: 0px;
    /* text-align: center; */
}

.mapTitleContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.mapTitleContainer .titleText {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.mapTitleContainer .subtitleText {
    font-size: 16px;
}

.country-select {
    flex: 0 1 30% !important;
}