.aspgoogleform {
    display: flex;
	flex-shrink: 0;
    max-width: 100vw;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", Sans-serif !important;
}

.customgforms {
    background: white;
    padding: 10px;
    width: 90%;
    max-width: calc(100% - 60px);
}

@media screen and (min-width: 768px) {
    .inlinefelement {
        display: grid;
        grid-template-columns: auto auto;
    }

    .customgforms {
        padding: 50px 50px 50px 50px;
    }
}

.customgforms .form-elemet {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    width: 95%;
}

.customgforms .form-elemet span {
    margin-bottom: 5px;
}

.customgforms input {
    border: 1px solid grey;
    line-height: 2;
    padding: 5px;
    border-radius: 5px;
}

.customgforms .radio-buttons span,
.customgforms .radio-buttons input {
    margin-bottom: 10px;
    cursor: pointer;
}

#conditionalnotice {
    display: none;
}

.customgforms button {
    width: 100%;
    padding: 20px;
    color: #08376B;
    background: #9AEBA6;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.customgforms button:hover {
    background-color: #35C0ED;
    color: white;
}

#formnotice, #tmsformnotice{
    padding: 20px 25px 50px 25px;
}

@media screen and (min-width: 768px) {
#formnotice, #tmsformnotice{	
	padding: 20px 130px 50px 130px;
	}
}

/*Reffereal Form*/

#guardianconditionaldetails, #conditionalinsurancedetails{
    display: none;
}

/*Main Form State Selection Field*/

#conditionalradio .select2-selection{
	height: 48px !important;
}

#conditionalradio .select2-selection__rendered{
	margin-top: 10px !important;
}

#conditionalradio .select2-selection__arrow{
	margin-top: 10px !important;
}

#aspTMSform button{
width: auto !important;
min-width: 125px !important;
}