.data-input {
    background: none;
    border-color: transparent;
    border-bottom: 1px solid black;
}

#howToBlur {
    display: none;
}

.custom-hr {
    height: 1px;
    background-color: black;
    width: 100%;
}

.data-input:focus {
    outline: none;
}

.tooltip {
    z-index: 10001 !important;
}

.alert-danger {
    position: fixed;
    z-index: 10000;
    width: 100%;
    display: none;
}

::placeholder {
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.error-border {
    border-bottom: 1px solid red;
}
.error-msg {
    color: red;
}

#turbineCountErrMsg {
    display: none;
}

#turbineDiameterErrMsg {
    display: none;
}

.special-p {
    margin-bottom: 0;
}

.small-p {
    font-size: 0.9rem;
}

.main-content {
    width:100vw;
    font-weight: 200;
}

.close-button-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right:24px;
    margin-left: 24px;
}


.close-how-to-button {
    font-size: 2rem;
    background-color: transparent;
    border: none; 
    transition: 0.1s linear;
    color: black;
}

.close-how-to-button:hover {
    color: rgba(0,0,0,0.5);
    transition: 0.1s linear;
}

.card-title {
    margin-top: 24px;
}

.how-to-wrapper {
    display: flex;
    justify-content: center;
}

.how-to-img-wrapper {
    display: flex;
    justify-content: center;
}

.how-to-card {
    width: 50%;
    height:600px;
    min-width: 320px;
    margin-top:24px;
}

.how-to-content-wrapper {
    padding:0px 24px 24px 24px;
    height: 532px;
    overflow-y: scroll;
    -webkit-mask-image: linear-gradient(180deg,#000 85%,transparent);
}

.how-to-step {
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
    margin-left: 24px;
    margin-right:16px;
}

.how-to-step-text-wrapper {
    display: flex;
}

.step-text {
    margin-left:8px;
}

.how-to-step img {
    width: 70%;
    height:auto;
}

.toggle-side-card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 316px;
    z-index: 1001 !important;
    color: black;
    background-color: white;
    border-radius: 50%;
    font-size: 2rem;
    width: 2.6rem;
    height: 2.6rem;
}

.side-card {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: 12px;
    width: 300px;
    position: relative;
    z-index: 1000 !important;
}

.data-card-title {
    display: flex;
}

.bi-info-circle {
    display: flex;
    margin-left:4px
}

.rotor-diameter-wrapper {
    display: flex;
}

.radio-selection {
    accent-color: black;
}

.compute-button {
    width: 100%;
    border:2px solid black;
    background-color: black;
    color: white;
    box-shadow: inset 0 0 0 0 white;
    transition: all 1s cubic-bezier(0.1, 0, 0.05, 1);
    padding: 8px;
}

.compute-button:hover {
    color: black;
    box-shadow: inset 268px 0 0 0 white;
}

.csv-download-button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.load-blur {
    backdrop-filter:blur(20px) brightness(90%);
    -webkit-backdrop-filter:blur(20px) brightness(90%);
    position: absolute;
    z-index: 10001;
    width: 100%;
    height: calc(100vh - 56px);
    margin-top: -18px;
}

#calcBlur {
    display: none;
}

.loading-info-wrapper {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loading-info-wrapper {
    height: 100%;
}

.results-card {
    z-index: 1001 !important;
    height: 512px;
    
}

.all-turbine-data {
    overflow-y: scroll;
    -webkit-mask-image: linear-gradient(180deg,#000 80%,transparent);
    
}

.sub-result-title {
    display: flex;
    align-items: center;
}

.turbine-result {
    margin-top:12px;
}

.sub-result-title p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.turbine-drop-down-link {
    width: 100%;
    display: flex;
}

.turbine-drop-down-link a {
    width: 100%;
    display: flex;
    padding-bottom: 12px;
}

.turbine-drop-down-link i {
    margin-left: auto;
    margin-right: 18px;
}

.go-back-button {
    display: flex;
    margin-left:-12px;
    align-items: center;
    background-color: transparent;
    border: none;
    font-size: 0.75rem;
    padding-bottom: 8px;
    color: black;
}

.go-back-button:hover {
    text-decoration: underline;
}

.download-data-wrapper {
    margin-top: 12px;
}

.map-view-container {
    display: flex;
    flex-direction: column;
}

.map-buttons-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.map-view-button {
    display: flex;
    flex-direction: column;
    width:42%;
    border:1px solid black;
    color: black;
    background-color: white;
    transition: background-color 0.2s ease-in, color 0.2s ease-in;
}

.map-view-button:hover {

    color: white;
    background-color: black;
}

.map-view-button i {
    font-size: 2rem;
}


#map{
    position: absolute;
    top: 56px;
    bottom: 0;
    height: calc(100vh-56px);;
    width: 100%;
  }

