.as-poll-form{
    background-color: white;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.poll-logo{
    height: 4rem !important;
    margin: 2rem;
}

.as-poll-img-container{
    display: flex;
	align-items: center;
    justify-content: center;
}

.as-poll-title{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: rgba(0,60,69, 1);
    margin-bottom: 2rem;

    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.as-poll-choice-title{
    color: rgba(0,60,69, 1);

    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.as-poll-vote-button{
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;

    color: white;
    font-weight: 500;

    --tw-ring-color: rgb(108 179 69) !important;
    --tw-ring-offset-color: #fff !important;

    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;

    background-color: rgb(108 179 69) !important;

    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	outline: none !important;

}

.as-poll-vote-button:focus{
    box-shadow: 0px 0px 0px 2px rgb(108 179 69) !important;
    border: 2px solid white  !important;
}

.as-poll-vote-options{
    margin-top: 1rem;
    margin-bottom: 1rem;

    color:rgb(0,60,69);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.as-poll-option-txt{
    margin-left: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(0 60 69) !important;

    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.as-poll-option{
    display: flex;
    align-items: center;

    cursor: pointer;
}

.as-poll-option-label{
    cursor: pointer;
    flex-grow: 1;
}

input[type="radio"]{
    width: 1.25rem;
    height: 1.25rem;
    border-color: rgb(0 60 69);
    background-color: white;
    cursor: pointer;

    --tw-ring-color: #6CB345 !important;
    --tw-ring-offset-color: white !important;
}

input[type='radio']:checked{
    border: 6px solid #6CB345 !important;

    
}

input[type='radio']:checked:focus{
    border-color: transparent;
    background-color: currentColor;
}

.as-poll-vote{
    margin-top: 2rem;
    display: grid;
}

.as-poll-vote-number{
    background-color: white;
    border-radius: 0px 0px 5px 5px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-color: rgb(0 60 69) !important;
    color: rgb(0 60 69);
    border-top: 1px solid;

    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.as-nps{
    padding-left: 2rem;
    padding-right: 2rem;
}

.as-poll-slider{
    width: 100%;
    accent-color: #6CB345;
}

.as-poll-title-container{
    width: 100%;
}

.as-poll-viewer-title{
    margin-bottom: 0.75rem;
}

.as-poll-result-viewer{
    position: absolute;
    width: 75%;
    height: 75%;
    background-color: white;
    z-index: 999999;

    padding: 3rem;

    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.as-poll-result-viewer-background{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f3f3f388;
    z-index: 999998;
}

.as-poll-result-viewer-close{
    position: absolute;
    border: 0px;
    background-color: red;
    outline: none;
    color: white;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.as-poll-graph-container{
    width: 100%; 
    height: 100%;
    overflow: auto;
}

.as-poll-graph-field{
    /*border: 1px solid gray;*/
}

.as-poll-graph-field-container{
    display:flex; 
    justify-content: space-around; 
    align-items: center; 
    text-align: center;
}

.as-poll-graph-bar{
    border: 1px solid gray; 
    width: 3rem; 
    height: 6rem; 
    padding: 0px; 
    display:flex; 
    align-items: end; 
    margin-bottom: 0.75rem
}

.as-poll-graph-inner-bar{
    width: 100%;
    transition: 1s cubic-bezier(.47,1.64,.41,.8);
}

.as-poll-vote-error-container{
    padding: 1rem;
    margin-top: 2rem;
    border-radius: 0.375rem;
    background-color: rgba(248,113,113,.1);
}

.as-poll-vote-error{
    display: flex;
    align-items: center;
}

.as-poll-vote-error-icon{
    flex-shrink: 0;
    color:rgb(248 113 113);
    width: 1.25rem;
    height: 1.25rem;
}

.as-poll-vote-error-text{
    margin-left: 0.75rem;
    color: rgb(185 28 28);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.as-poll-voted{
    position: absolute;
    text-align: center;
    padding-bottom: 5rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: center;
    display: flex;
}

.as-poll-voted-background{
    display: flex;
    align-items: center;
    justify-content: center;

	background-color: rgba(107, 114, 128, 0.8);
    position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}					

.as-poll-voted-box{
	vertical-align: bottom;
	text-align: left;
	background-color: rgb(255 255 255);
	border-radius: 0.5rem;
	overflow: visible;
	flex-grow: 1;
	max-width: 32rem;
	display: inline-block;
	margin-top: 2rem;
    margin-bottom: 2rem;
	position: relative;
	
	box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.as-poll-voted-box-close-button-container{
	padding-top: 1rem;
	padding-right: 1rem;
	top: 0px;
    right: 0px;
	
	position: absolute;
}

.as-poll-voted-box-close-button{
    border-radius: 0.375rem;
    color: rgb(107,114,128) !important;

    /*-webkit-appearance: button;*/
    background-color: transparent;
    background-image: none;
    cursor: pointer;

    margin: 0;
    padding: 0;
}

.as-poll-voted-box-close-button-icon{
    width: 1.5rem;
    height: 1.5rem;
}

.as-poll-voted-info-container{
	padding-bottom: 1rem;
	padding-top: 1.25rem;
	padding-left: 1rem;
    padding-right: 1rem;
	border-radius: 0.375rem;
	
	border-color: rgb(229,231,235);
    background-color: #fff !important;
	
	border-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.as-poll-voted-tick-container{
	display: flex;
	border: 1px solid;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	
	margin-left: auto;
    margin-right: auto;
	
	color: #00474F;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: rgb(229,231,235) !important;
}

.as-poll-voted-tick{
    width: 1.5rem;
    height: 1.5rem;
    color: #00474F !important;
}

.as-poll-voted-text-container{
	text-align: center;
	margin-top: 0.75rem;
}

.as-poll-voted-successfully-title{
    line-height: 1.5rem;
	font-weight: 500;
	font-size: 1.125rem;
	margin: 0;
	color: rgb(17,24,39);
}

.as-poll-voted-successfully-text{
	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(107,114,128);
	margin: 0;
}