#customerpages-container {
    min-height: 400px;
}

#customerpages-container .clone_group{
    cursor: pointer;
}

.customerpageslogin-wrapper form {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    padding: 20px;
}

.customerpageslogin-wrapper form .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.customerpageslogin-wrapper form .logo-wrapper .logo {
    width: 50px;
    flex: 0 0 50px;
}

.customerpageslogin-wrapper form .logo-wrapper .logotext {
    flex: 0 0 60%;
    margin-left: 20px;
}

.customerpageslogin-wrapper .login-options {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.customerpageslogin-wrapper .login-options button,
#qrcode svg,
#bankid-message {
    margin-top: 20px;
}

#qrcode {
    display: flex;
    justify-content: center;
}

#bankid-message {
    text-align: center;
}

.bankid-start,
.bankid-logout,
.bankid-reset {
    border: 1px solid #cfcfcf;
    padding: 20px;
}

.bankid-logout,
.bankid-reset {
    padding: 10px;
}

.customerpages-popupwrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.customerpages-popupwrapper .customerpages-popup {
    background: #fff;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    min-width: 500px;
    min-height: 500px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.customerpages-popupwrapper .customerpages-popupinner {
    margin: 20px;
}

.customerpages-popupwrapper .customerpages-popup-close {
    align-self: flex-end;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customerpages-popupwrapper .customerpages-popup-close span {
    cursor: pointer;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.customerpages-popupwrapper .customerpages-popup-close span:before,
.customerpages-popupwrapper .customerpages-popup-close span:after {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #000;
}

.customerpages-popupwrapper .customerpages-popup-close span:before {
    transform: rotate(-45deg);
}

.customerpages-popupwrapper .customerpages-popup-close span:after {
    transform: rotate(45deg);
}

.customerpages-title {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

#customerpages-checklist .checklist {
    display: flex;
    flex-wrap: wrap;
}

#customerpages-checklist .checklist .responsibility {
    width: 30%;
    flex: 0 0 30%;
}

#customerpages-checklist .checklist .content {
    width: 40%;
    flex: 0 0 40%;
}

#customerpages-checklist .checklist .action{
    width: 30%;
    flex: 0 0 30%;
}

#customerpages-checklist .checklist form {
    position: relative;
}

#customerpages-checklist .checklist form input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#customerpagesloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

#customerpagesloader.visible {
    display: flex;
}

#customerpagesloader .loader {
    color: #636363;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#customerpagesquestionnaire-wrapper .logo_top {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

#customerpagesquestionnaire-wrapper .logo_top img {
    width: 150px;
}

#customerpagesquestionnaire-wrapper .logo_bottom {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

#customerpagesquestionnaire-wrapper .logo_bottom img {
    width: 40px;
}
