@font-face {
    font-family: jost;
    src: url('https://anteilnahme.online/wp-content/plugins/JG-SiteEditor/assets/fonts/jost-v14-latin-400.ttf');
    font-weight: 400;
}

@font-face {
    font-family: jost;
    src: url('https://anteilnahme.online/wp-content/plugins/JG-SiteEditor/assets/fonts/jost-v14-latin-500.ttf');
    font-weight: 500;
}

@font-face {
    font-family: jost;
    src: url('https://anteilnahme.online/wp-content/plugins/JG-SiteEditor/assets/fonts/jost-v14-latin-600.ttf');
    font-weight: 600;
}

@font-face {
    font-family: jost;
    src: url('https://anteilnahme.online/wp-content/plugins/JG-SiteEditor/assets/fonts/jost-v14-latin-700.ttf');
    font-weight: 700;
}

@font-face {
    font-family: jost;
    src: url('https://anteilnahme.online/wp-content/plugins/JG-SiteEditor/assets/fonts/jost-v14-latin-900.ttf');
    font-weight: 900;
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.apply-shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

.editorHeader{
    color: black;
    font-size: 22px !important;
    font-family: jost !important;
    font-weight: 400 !important;
}

.editorHeaderBig{
    color: black;
    font-size: 40px;
    font-family: jost;
    font-weight: 400;
}

.editorText {
    color: black;
    font-size: 18px !important;
    font-family: jost !important;
    font-weight: 400 !important;
    width: 50% !important;
}

@media only screen and (max-width: 600px) {
    .editorText {
        width: auto !important;
    }
}

.btContainer{
    display: flex;
    position: absolute;
    bottom: 50px;
    z-index: 0 !important;
}

.continueBt {
    cursor: pointer;
    display: flex;
    margin-top: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;

    font-family: jost;
    font-weight: 400;

    background-color: gray;
    color: white;
    border-radius: 10px;
    z-index: 0 !important;
}

.continueBt:hover{
    background-color: rgb(171, 171, 171) !important;
}

.backBt {
    cursor: pointer;
    display: flex;
    margin-top: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 10px;

    font-family: jost;
    font-weight: 400;

    background-color: gray;
    color: white;
    border-radius: 10px;
    z-index: 0 !important;
}

.backBt:hover{
    background-color: rgb(171, 171, 171) !important;;
}

.editorTextField{
    color: #000;
    display: flex;
    width: 40%;
    height: 40px;
    margin-bottom: 10px;

    font-family: jost;
    font-weight: 400;

    border-width: 1px;
    border-radius: 10px;
    border-color: gray !important;
    border-style: solid;
}

.editorInputText{
    color: #000;
    display: flex;
    width: 40%;
    height: 150px;
    margin-bottom: 40px;

    font-family: jost;
    font-weight: 400;

    border-width: 1px;
    border-radius: 10px;
    border-color: gray !important;
    border-style: solid;
}

.editorTextSmall{
    color: black;
    font-size: 15px;
    font-family: jost;
    font-weight: 400;
}

label[for="birthDate"]{
    margin-right: 45px;
}

.dateField{
    height: 40px !important;
    width: 140px !important;
    font-family: jost;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    border-width: 1px;
    border-radius: 10px;
    border-color: gray !important;
    border-style: solid;
    padding-left: 13px;
    color: gray;
}

.editorInputText:focus{
    outline: 0px;
    font-family: jost;
    font-weight: 400;
}

.editorCheckbox{
    font-family: jost;
    font-weight: 400;
    vertical-align: middle;
}

label[for="birthDateCheckbox"]{
    font-family: jost;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 10px;
}

label[for="smallTextCheckbox"]{
    font-family: jost;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 10px;
}

.imgUploaderText{

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

    font-size: 14px;
    font-family: jost;
    font-weight: 400;
    color: grey;

    border-radius: 1px;
    border-style: solid;
    border-color: grey;
    border-width: 1px;
    border-radius: 10px;

    width: 80%;
}

.iconDiv{
    display: flex;
    flex-wrap: wrap;
    width: 70px;
    height: 70px;
    z-index: 3 !important;
}

.editorIcon{
    color: black;
    font-size: 10px;
    font-family: jost;
    font-weight: 400;

    margin-right: 5px;
    height: 60px;
    width: 60px;

    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center;

    margin-bottom: 5px;

    border-width: 1px;
    border-radius: 10px;
    border-color: gray;
    border-style: solid;
    z-index: 3 !important;
}

.editorColorPicker{
    margin-top: 0px;
    margin-bottom: 20px;
    height: 40px;
    width: 80px;
}

.editorImg{
    width: 220px;
    margin-right: 10px;
    box-shadow: 0px 0px 3px grey !important; 
}

.designImg{
    cursor: pointer;
    display: inline-block;
    height: 426px;
    margin-top: 20px;
    margin-right: 10px;
    box-shadow: 0px 0px 3px grey !important; 
}

.popup{
    display: flex;
    flex-wrap: wrap;
    width: 390px;
    height: 260px;
    z-index: 2 !important;
}

@media only screen and (max-width: 500px) {
    .popup{
        width: 330px;
        height: 330px;
    }
}

@media only screen and (max-width: 400px) {
    .popup{
        width: 270px;
        height: 390px;
    }
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid darkgray; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.editorSubHeader{
    font-family: jost !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #000;
}
