<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>800</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\asmat\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>*{
font-family:&apos;Poppins&apos;,sans-serif;
}

.box{
    margin: 0 40px ;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap:15px;
}

.box .tab input{
    appearance: none;
    position:absolute;
    top:-20px;
}
.box .tab label{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin:0;
}

.box .tab label::after{
    content: &apos;+&apos;;
    position: absolute;
    right: 20px;
    font-size: 1.5em;
    color: rgba(0,0,0,0.1);
    transition: 0.6s;
    font-weight:0px;
    z-index:10;
}

.box .tab input:checked ~ label::after {
    transform: rotate(135deg);
    color:white;
}

.box .tab label h2{
    width: 40px;
    height: 40px;
    background:#333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.25em;
    border-radius: 5px;
    margin: 15px;
}


.box .tab:nth-child(1) label h2 {
    background: linear-gradient(135deg,#70f570,#49c628);
}

.box .tab:nth-child(2) label h2 {
    background: linear-gradient(135deg, #3c8ce7, #00eaff);
}

.box .tab:nth-child(3) label h2 {
    background: linear-gradient(135deg, #ff96f9, #c32bac);
}

.box .tab:nth-child(4) label h2 {
    background: linear-gradient(135deg, #fd6e6a, #ffc600);
}

.box .tab label h3{
    position: relative;
    font-weight: 500;
    font-size:1.25em;
    color:#333;
    z-index: 10;
    margin:12px;
}


.box .tab .content{
    max-height: 0;
    position:relative;
    overflow: hidden;
    transition: 0.6s;
}

.box .tab .content p{
    margin:10px;
}

.box .tab input:checked ~ .content{
    max-height: 100vh;
    z-index:2;
}



.box .tab input:checked ~ label h2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    z-index:1;
    color:rgba(255,255,255,0.2);
    font-size:8em;
    justify-content:flex-end;
    padding:20px;
}

.box .tab input:checked ~ label h3 {
    background-color: white;
    padding: 2px 10px;
    color: #333;
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.box .tab input:checked ~ .content p {
   color:white;
}


.flexTop{
display:flex;
justify-content:flex-start;
align-items:center;
flex-direction:column;
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<style>background-color:#f5f8ff</style>
					<pageenter>neoGoogleFonts &quot;Poppins::sans-serif&quot;</pageenter>
					<Components>
						<Container id="box">
							<left>100px</left>
							<top>31px</top>
							<width>629px</width>
							<height>auto</height>
							<style>overflow-x:visible;overflow-y:visible</style>
							<css_class>flexTop box</css_class>
							<Components>
								<Container id="Container2">
									<left>23px</left>
									<top>30px</top>
									<width>100%</width>
									<height>auto</height>
									<style>background-color:#fff;border-radius:5px;box-shadow:0 15px 25px rgba(0,0,0,0.05)</style>
									<align>top</align>
									<css_class>tab</css_class>
									<neo_custom>style=&quot;
height:auto !important;
&quot;</neo_custom>
									<html>&lt;input type=&quot;radio&quot; name=&quot;acc&quot; id=&quot;acc1&quot;&gt;
&lt;label for=&quot;acc1&quot;&gt;
    &lt;h2&gt;01&lt;/h2&gt;
    &lt;h3&gt;How do I apply?&lt;/h3&gt;
&lt;/label&gt;
&lt;div class=&quot;content&quot;&gt;
    &lt;p&gt;
        In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a
        document or a typeface without relying on meaningful content. Lorem ipsum may be used as a placeholder before final copy
        is available.
    &lt;/p&gt;
&lt;/div&gt;</html>
								</Container>
								<Container id="Container3">
									<left>-699px</left>
									<top>125px</top>
									<width>100%</width>
									<height>auto</height>
									<style>background-color:#fff;border-radius:5px;box-shadow:0 15px 25px rgba(0,0,0,0.05)</style>
									<align>top</align>
									<css_class>tab</css_class>
									<html>&lt;input type=&quot;radio&quot; name=&quot;acc&quot; id=&quot;acc2&quot;&gt;
&lt;label for=&quot;acc2&quot;&gt;
    &lt;h2&gt;02&lt;/h2&gt;
    &lt;h3&gt;Lost or forgotten your passowrd?&lt;/h3&gt;
&lt;/label&gt;
&lt;div class=&quot;content&quot;&gt;
    &lt;p&gt;
        In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a
        document or a typeface without relying on meaningful content. Lorem ipsum may be used as a placeholder before final copy
        is available. relying on meaningful content. Lorem ipsum may be relying on meaningful content. Lorem ipsum may be relying
       on meaningful content. Lorem ipsum may be
    &lt;/p&gt;
&lt;/div&gt;</html>
								</Container>
								<Container id="Container1">
									<left>8px</left>
									<top>68px</top>
									<width>100%</width>
									<height>auto</height>
									<style>background-color:#fff;border-radius:5px;box-shadow:0 15px 25px rgba(0,0,0,0.05)</style>
									<align>top</align>
									<css_class>tab</css_class>
									<html>&lt;input type=&quot;radio&quot; name=&quot;acc&quot; id=&quot;acc3&quot;&gt;
&lt;label for=&quot;acc3&quot;&gt;
    &lt;h2&gt;03&lt;/h2&gt;
    &lt;h3&gt;How can I make change to my application?&lt;/h3&gt;
&lt;/label&gt;
&lt;div class=&quot;content&quot;&gt;
    &lt;p&gt;
        In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a
        document or a typeface without relying on meaningful content. Lorem ipsum may be used as a placeholder before final copy
        is available.and graphic design, Lorem ipsum is a placeholder text commonly useand graphic design, Lorem ipsum is a placeholder
        text commonly useand graphic design, Lorem ipsum is a placeholder text commonly use
and graphic design, Lorem ipsum is a placeholder text commonly use
    &lt;/p&gt;
&lt;/div&gt;</html>
								</Container>
								<Container id="Container4">
									<left>8px</left>
									<top>128px</top>
									<width>100%</width>
									<height>auto</height>
									<style>background-color:#fff;border-radius:5px;box-shadow:0 15px 25px rgba(0,0,0,0.05)</style>
									<align>top</align>
									<css_class>tab</css_class>
									<html>&lt;input type=&quot;radio&quot; name=&quot;acc&quot; id=&quot;acc4&quot;&gt;
&lt;label for=&quot;acc4&quot;&gt;
    &lt;h2&gt;04&lt;/h2&gt;
    &lt;h3&gt;How do I apply?&lt;/h3&gt;
&lt;/label&gt;
&lt;div class=&quot;content&quot;&gt;
    &lt;p&gt;
        In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a
        document or a typeface without relying on meaningful content. Lorem ipsum may be used as a placeholder before final copy
        is available.
    &lt;/p&gt;
&lt;/div&gt;</html>
								</Container>
							</Components>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>640px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
