.fundraising-ideas-ai-tool-buttons-wrapper button {
    display: inline-block;
    margin-top: 20px;
}

#fundraising-ideas-ai-tool-output ul {
  padding-left: 1.5em;
  margin-bottom: 1em;
  list-style-type: disc !important;
}

/*
add this to format OL
*/

#fundraising-ideas-ai-tool-output ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
  list-style-type: decimal !important;
}


.fundraising-ideas-ai-tool-dnone, button.fundraising-ideas-ai-tool-dnone {
    display: none;
}

ul#fundraising-ideas-ai-tool-loader {
    width: 300px;
    list-style: none;
    padding: 0;
}

ul#fundraising-ideas-ai-tool-loader li {
    width: 5%;
    height: 5px;
    background-color: rgba(255,255,255,0.5);
    margin: 20px 0;
    border-radius: 20px;
    animation: loader 5s linear infinite;
}

ul#fundraising-ideas-ai-tool-loader li:nth-child(1) {
    animation-delay: 0.3s;
}

ul#fundraising-ideas-ai-tool-loader li:nth-child(2) {
    animation-delay: 0.5s;
}

ul#fundraising-ideas-ai-tool-loader li:nth-child(3) {
    animation-delay: 0.8s;
}

ul#fundraising-ideas-ai-tool-loader li:nth-child(4) {
    animation-delay: 0.2s;
}

ul#fundraising-ideas-ai-tool-loader li:nth-child(5) {
    animation-delay: 0.9s;
}

ul#fundraising-ideas-ai-tool-loader li:nth-child(6) {
    animation-delay: 0.1s;
}

ul#fundraising-ideas-ai-tool-loader li:nth-child(7) {
    animation-delay: 0.8s;
}

ul#fundraising-ideas-ai-tool-loader li:nth-child(8) {
    animation-delay: 0.4s;
}

@keyframes loader {
    0% {
        width: 10%;
    }

    30% {
        width: 70%;
    }

    50% {
        width: 30%;
    }

    65% {
        width: 90%;
    }

    85% {
        width: 100%;
        background-color: var(--ast-global-color-8);
    }

    100% {
        width: 5%;
    }
}

.fundraising-ideas-ai-tool-block .fundraising-ideas-ai-tool-form-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 -20px 40px;
}
.fundraising-ideas-ai-tool-block .fundraising-ideas-ai-tool-form-controller {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 15px
}
.fundraising-ideas-ai-tool-block .fundraising-ideas-ai-tool-fullwidth {
    width: 100%;
}
.fundraising-ideas-ai-tool-block .fundraising-ideas-ai-tool-form-controller input {
    display: block;
    width: 100%;
    height: 20px;
}
.fundraising-ideas-ai-tool-block .fundraising-ideas-ai-tool-form-controller button {
    margin-top: 10px;
	padding: 17px 20px !important;
	border-radius: 10px !important;
	background: #ef6079 !important;
	color: #ffffff !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}

.fundraising-ideas-ai-tool-block input:focus {
    outline: transparent;
}

@media (max-width: 575.98px) {
    .fundraising-ideas-ai-tool-block .fundraising-ideas-ai-tool-form-controller {
        width: 100%;
    }
}

.fundraising-ideas-ai-tool-blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0; }
}
