/* You can add your custom css here.*/
.header{
    height: 34px;
    background-color: white;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 792px) {
    .sd-body{
        top: 60px;
    position: relative;
    }
    .sd-imagepicker__item{
        width: 100%;
        margin: 20px 0
    }
}
.header ul{
    list-style: none;
    margin-top: 8px;
}
.header ul button{
        appearance: none;
    background: #97a9b0;
    padding: 5px 15px;
    border: none;
    border-radius: 2px;
    display: none;
    cursor: pointer;
}
.header div:first-child{
    margin-left: 20px;
}
.header div:nth-child(2){
    margin-right: 20px;
}
.header-logo{
    width: 100px;
    height: auto;
    display: block;
}
.sd-imagepicker__column{
    align-items: center;
}
.sd-imagepicker__column .sd-imagepicker__item{
    width: 70%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    border: 1px solid #dee2e6!important;
    padding: 15px;
}

.sd-imagepicker__item img{
    background-color: transparent;
}
.sd-element[data-name="userType"] .sd-title{
    text-align: center;
}
.sd-element[data-name="userType"] .sd-question__description{
    text-align: center;
}
.btn-login-container{
    display: flex;
    text-align: center;
    justify-content: center;
}
.btn-login-container button{
    all: unset;;
}
.btn-login-container button:hover{
    text-decoration: underline;
    color: blue;
}
.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader {
  color: #024f89;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}
.loader-container{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999;
}
.sv-header__overlap~div .sd-body, .sv-header__overlap~div .sv-body{
    margin-top: -150px
}