.mt-1 {
    margin-top: 1rem !important;
}
.mt-minus-25 {
    margin-top: -2.5em !important;
}
.mt-05{
    margin-top: 0.5em !important;
}
.mb-05 {
    margin-bottom: 0.5rem !important;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

@media only screen and (max-width: 1920px) {
    .mb-03 {
        margin-bottom: 0.3em !important;
    }
  }


.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.mt-3px {
    margin-top: 3px !important;
}

.mt-4em{
    margin-top: 4em !important;
}
.center-vertical {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.pt-2{
    padding-top: 2em !important;
}
.pt-5{
    padding-top: 5em !important;
}
.ptb-5{
    padding: 5em 0 !important;
}
.pb-1{
     padding-bottom: 1em;
 }
.pb-2{
    padding-bottom: 2em;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.right-aligned {
    display: flex;
    justify-content: flex-end;
}

.bottom-aligned {
    height: 100%;
    align-items: flex-end;
}

.vertical-space-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.horizontal-space-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.survey-bottom-control {
    padding: 0 1rem;
}

.invisible-table.ui.table tr td {
    border-top: 0px !important;
    padding: 0;
}

.invisible-table > tbody > tr > td {
    padding-right: 1rem !important;
}

.teal {
    color: #009688;
}

.number-heading {
    margin-bottom: 1rem;
}

.big-numbers {
    font-size: 2.4rem;
}

.big-numbers-max {
    font-size: 1.1rem;
    margin-left: -0.3rem;
}

.hidden {
    display: none !important;
}

.hidden-temporary {
    display: none;
}

.visible {
    display: block !important;
}

.edit-cell > .ui > .field > input {
    width: 6rem !important;
}

#edit-profile-button {
    cursor: pointer;
    display:flex;
}
#edit-profile-button i {
    margin-right: 5px !important;
}

.profil_details_content .edit-cell .field input{
    width: 100% !important;
}

/*.modal {
    top: 33% !important;
    margin: auto !important;
    position: relative !important;
}*/

.no-margin {
    margin: 0 !important;
}

#welcomeText {
    font-size: 1.5rem;
    line-height: 30px;
    height: 80%;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome-arrow{
    font-size: 3rem !important;
}

/* Positioning */
.fix-pos{
    position: fixed !important;
}
.welcome-arrow {
    transform: rotate(130deg);
}


/* ANIMATIONS */
.shake {
    animation: shake-animation 4.72s ease infinite;
    animation-delay: 3s;
    transform-origin: 50% 50%;
}

.shake-once {
    animation: shake-animation 7s ease 3;
    transform-origin: 50% 50%;
}

@keyframes shake-animation {
    0% { transform:translate(0,0) }
    1.78571% { transform:translate(5px,0) }
    3.57143% { transform:translate(0,0) }
    5.35714% { transform:translate(5px,0) }
    7.14286% { transform:translate(0,0) }
    8.92857% { transform:translate(5px,0) }
    10.71429% { transform:translate(0,0) }
    100% { transform:translate(0,0) }
}

.img-80{
    width: 75% !important;
}

.login{
    width: 25% !important;
    height: 90% !important;
    min-width: 350px;
    height: 92.5% !important;
}

.red{
    color: red;
}