﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #5DC1C6;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    min-height: 800px;
    font-family: montserrat-light;
    color: #392B54;
}

.background-top {
    background-image: url(../images/wave_top.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.background-bottom {
    background-image: url(../images/hill_bottom.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.app-name {
    font-size: 0;
    padding-top: 140px;
}
@media (max-width: 1200px) {
    .app-name {
        padding-top: 80px;
    }
}@media (max-width: 992px) {
    .app-name {
        padding-top: 60px;
    }
}
@media (max-width: 768px) {
    .app-name {
        padding-top: 40px;
    }
}

@media (max-width: 768px) {
    .app-name {
        padding-top: 40px;
    }
}
@media (max-width: 576px) {
    .app-name {
        padding-top: 20px;
    }
}

.img-logo {
    width: 200px;
    height: 200px;
    object-fit: scale-down;
}

.app-name > span {
    font-size: 30px;
    font-family: nunito-regular;
}

.app-name > span:last-child {
    font-family: nunito-bold;
}

footer {
    min-height: 175px;
}

footer > div {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.btn-primary {
    background-color: #5DC1C6;
    border-color: #5DC1C6;
    border-radius: 24px;
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    outline-color: #5DC1C6;
}

.btn-primary:hover, .btn-primary:focus{
    background-color: #2d989e;
    border-color: #2d989e;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #2d989e;
}

.btn.close:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #E01755;
}

.btn-primary:disabled {
    background-color: #789698;
    border-color: #789698;
}

.btn-danger {
    border-radius: 24px;
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
}

.generated-image {
    width:100%;
    object-fit: scale-down;
}

.modal-title {
    font-family: montserrat-semibold;
}

.table-result {
    margin: 0 auto;
    border-spacing: 8px;
    border-collapse: separate;
}

.table-result td {
    text-align: end;
    width: 20%;
}

.table-result .td-content {
    font-family: montserrat-regular;
    text-align: start;
    white-space: pre-line;
    width: 80%;
}

#resonic-parameters-container {
    margin: 40px auto 120px auto;
}

.carousel {
    width: 200px;
    margin: 0 auto 20px auto;
}

.carousel-item {
    width: 200px;
    height: 200px;
}

.carousel-indicators {
    bottom: -2.4375rem;
}

.carousel-indicator {
    background-color: #5DC1C6!important;
}

.carousel-control-prev {
    left: -15%;
}

.carousel-control-next {
    right: -15%;
}

.carousel-control-prev-icon {
    background-image: url(../images/left.svg)
}

.carousel-control-next-icon {
    background-image: url(../images/right.svg)
}