

.artboards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.artboardTitle {
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem 0;
}

.artboard {
    display: flex;
    flex-direction: column;
    margin: 1rem;
}

.screen {
    background-color: white;
    border: 1px solid black;
    background-color: #ECEFF1;
}

.screen.iPhone4 {
    width: 320px;
    height: 480px;
}

.screen.iPhone5 {
    width: 320px;
    height: 568px;
}

.screen.iPhone6, .screen.iPhone7 {
    width: 375px;
    height: 667px;
}

.screen.iPhonePlus {
    width: 414px;
    height: 736px;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.nps.screenshot img {
    width: 100%;
    height: auto;
}

.nps.formContainer {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
}

@media (min-width: 736px) {
    .nps.formContainer {
        width: 414px;
        overflow: scroll;
        height: 90%;
        top: inherit;
        right: 1rem;
        bottom: 4rem;
        left: inherit;
        border-radius: 0.5rem;
        box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.33);
    }
}

.nps.formContainer.transitionOut {
    display: none;
}

.nps.formContainer.transitionIn {
    display: block;
}

.nps.form {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 100%;
    min-height: 100%;
    padding-bottom: 1rem;
}

.nps.coverImage {
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
    box-sizing: content-box;
}

.nps.h1 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #263238;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    text-decoration: underline #c1973a 2px;
}

.nps.h2,
.nps.h3 {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2;
    color: #263238;
    padding-top: 0.25rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}

.nps.h3 {
    padding-top: 1rem;
    padding-bottom: 0;
    font-weight: bold;
}

.nps.scaleDescription {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.nps.scaleDescription li {
    list-style: disc;
    line-height: 24px;
    margin-right: 3px;
    color: #607D8B;
    font-size: .8rem;
}

.nps.scale {
    display: flex;
    height: 2.5rem;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    box-sizing: content-box;
}

.nps.label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    cursor: pointer;
    color: #40354E;
    border-color: #40354E;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 0;
}

.nps.label[for=one] {
    border-left-width: 1px;
    border-radius: 0.25rem 0 0 0.25rem;
}

.nps.label[for=five] {
    border-radius: 0 0.25rem 0.25rem 0;
}

.nps.input:checked + label {
    background-color: #40354E;
    color: white;
    font-weight: bold;
}

.nps.text_input {
    margin-top: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
    font-size: 1rem;
    padding: 0.5rem;
    border-radius: 0.25rem;
    font-weight: normal;
    color: #263238;
    border: 1px solid #90A4AE;
}

.nps.text_input::-moz-placeholder {
    color: #607D8B;
}

.nps.text_input:-ms-input-placeholder {
    color: #607D8B;
}

.nps.text_input::placeholder {
    color: #607D8B;
}

.nps.text_inputLabel {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
    font-size: 0.875rem;
    color: #607D8B;
    cursor: pointer;
}

.nps.text_inputLabel input {
    margin-right: 0.25rem;
}

.nps.actions {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}

.nps.close {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    height: 2.5rem;
    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
}

.nps.button {
    background-color: #077d63;
    height: 2.5rem;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: normal;
    font-size: 1rem;
    padding: 0 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 2.5rem;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.nps.floatingActionButton {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 999;
    cursor: pointer;
    min-width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.5rem;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid;
    font-size: 1rem;
    padding: 0 1rem;
    color: #c49a3f;
    font-weight: bold;
    line-height: 0;
}

.nps.floatingActionButton:focus {
    outline: 0;
}

.nps.floatingActionButton.thankYou {
    background-color: #00c853;
    transform: scale(0);
    -webkit-animation: thankYou ease-in-out 1200ms 150ms forwards;
    animation: thankYou ease-in-out 1200ms 150ms forwards;
}

@-webkit-keyframes thankYou {
    0% {
        transform: scale(0);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(0.9);
    }
    75% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes thankYou {
    0% {
        transform: scale(0);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(0.9);
    }
    75% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
