@keyframes daneh_wiggle {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%,
    100% {
        transform: rotateZ(0);
    }
}


#vanillatoasts-container {
    z-index: 9999999 !important;
}

.daneh_alocom_add_event_to_editor{
    height: auto !important;
}

button.swal2-confirm, button.swal2-cancel{
    display: flex !important;
    align-items: center;
}


input::placeholder {
  font-size: 13px;
}

button.daneh_alocom_singin_to_webinar_now {
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    border-radius: 24px;
    border-style: none;
    box-sizing: border-box;
    cursor: pointer;
    fill: currentcolor;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    letter-spacing: .25px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

button.daneh_alocom_singin_to_webinar_now i{
        margin-left: 5px;
}

/*button.daneh_alocom_singin_to_webinar_now:hover {
    background: #F6F9FE;
    color: #174ea6;
    animation: daneh_wiggle 2s linear infinite;
    transform-origin: 50% 5em;
}*/

button.daneh_alocom_singin_to_webinar_now:active {
    box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
    outline: none;
}

button.daneh_alocom_singin_to_webinar_now:focus {
    outline: none;
    border: 2px solid #4285f4;
}

button.daneh_alocom_singin_to_webinar_now:not(:disabled) {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

button.daneh_alocom_singin_to_webinar_now:not(:disabled):hover {
    box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

button.daneh_alocom_singin_to_webinar_now:not(:disabled):focus {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

button.daneh_alocom_singin_to_webinar_now:not(:disabled):active {
    box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

button.daneh_alocom_singin_to_webinar_now:disabled {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}