html, .scrollable-content {
  scroll-behavior: smooth;
}
html,
body {
	height: 100%;
    width: 100%;
    overflow: hidden;
	margin:0;
	padding:0;
    cursor: default;
    font-family: 'Poppins-Regular', sans-serif;
	color: #28333c;
}
body {
	background:#ededed;
	background: rgb(196,196,196);
	background: linear-gradient(0deg, rgba(194,194,194,1) 0%, rgba(242,242,243,1) 14%, rgba(242,242,243,1) 100%);
	background-attachment:fixed;
}
h1 {
    font-family: 'Poppins-Bold', sans-serif;
    font-size: 32px;
    line-height: 0.72em;
    padding: 0;
    margin: 0;
    color: #474747;
}
h2 {
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 20px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    color: #474747;
}
h3 {
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    color: #474747;
}
h4, h5, h6 {
    font-family: 'Poppins-Regular', sans-serif;
    color: #474747;
}
p {
    font-family: 'Poppins-Regular', sans-serif;
    color: #58595B;
    line-height: 30px;	
}
.display--none{
	display:none;
}
h1 span{
	display:none;
}
/*Scrollbar Start*/
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ededed; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ededed; 
}
/*Scrollbar End*/
*, ::after, ::before {
    box-sizing: border-box;
}
/*Splash Window*/
.scrollable.scrollable-splash.display--splash {
    z-index: 101;
    opacity: 1;
    transform: scale(1);
    background: #fff;
  transition: all 1s ease-in;		
}
.scrollable.scrollable-splash {
    z-index: 0;
    opacity: 0;
    transform: scale(1);
    background: #fff;
  transition: all 1s ease-in;		
}
#page_wrapper_splash_0 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    margin: -50px auto 0;
}
#page_wrapper_splash_0 img{
	width:50%;
	height:50%;
}
/*Login Pages*/
div#page_wrapper_login_0 {
    margin-top: 20px;
}
.scrollable.scrollable-login.display--login {
    z-index: 100;
    opacity: 1;
    transform: scale(1);
    background: #f2f2f3;
  transition: all 1s ease-in;		
}
.scrollable.scrollable-login {
    z-index: 0;
    opacity: 0;
    transform: scale(1);
    background: #fff;
  transition: all 1s ease-in;		
}

/*.invalid-feedback{
	display:none;
}*/

label {
    display: inline-block;
    margin: 0.75rem 0 0.2rem;
    font-size: .75rem;
    color: #898989;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.7rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dedede;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-nav-menu.btn-nav-menu-login {
    margin-top: 1rem;
}
/*Navbar*/
.navbar, .footer{
	display: flex;	
    position: fixed;	
    z-index: 100;
    left: 0;
    right: 0;
    margin: 0;		
}
    .navbar.navbar-absolute-top {
        top: 0;
        justify-content: space-between;
        padding: 20px 12px 10px 12px;
        background: rgb(237,237,237);
        background: linear-gradient(0deg, rgba(237,237,237,0) 0%, rgba(242,242,243,0.9) 2%, rgba(242,242,243,0.96) 100%);
        transform: translate(0px, -70px);
        transition: transform 0.3s ease;
    }
        .navbar.navbar-absolute-top.display--navbar {
            transform: translate(0px, 0);
            transition: transform 0.3s ease;
        }
.icon-top {
    margin-right: 3px;
	display:none;
}
    .icon-top.display--icon-top {
        margin-right: 3px;
        display: block;
        z-index: 1;
        position: fixed;
    }
.page-title{	
  opacity: 0;
  transform-origin: center left;
  transform: scale(1);
  transition: all .1s ease;
  z-index: 0;
  position: absolute;
    left: 35px;
    top: 20px;
}
.page-title.display--page-title{		
  transform-origin: center left;	
  transform: scale(1);
  opacity: 1;
  z-index: 1;
    left: 40px;	
  transition: all .4s ease-in;	
}
#btn_menu_close{
	transform: rotate(180deg);
}
/*Footer*/
.footer.footer-absolute-bottom {
	bottom:0;	
	background: rgb(250,250,250);
	background: #ffffff;
	justify-content: space-between;
    padding: 12px 10px 0 10px;	
	transform: translate(0px, 70px);	
	transition: transform 0.3s ease;	
}
    .footer.footer-absolute-bottom.display--footer {
        transform: translate(0px, 0);
        transition: transform 0.3s ease;
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 81%, rgba(194,194,194,0.5) 82%, rgba(242,242,242,0) 100%);
    }
.navbar-brand.navbar-brand-left {
    display: flex;
}
img.icon-market {
    opacity: 0.9;
}
.btn-footer {
	
    background: transparent;	
    border-radius: 50%;	
    border: 5px solid transparent;	
}
.btn-footer.active {
    background: #ff7b00;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    transform: scale(1.27) translate(0%, -4%);
    color: #fff;
    border: 7px solid #ffffff;
    transition: filter 0.3s ease;
    transition: transform 0.3s ease;
}
.btn-footer.active > img {
    filter: brightness(0) invert(1);
    transform: scale(.7);
	opacity: 1;	
    transition: filter 0.3s ease;
    transition: transform 0.3s ease;	
}

/*Main Panel*/
.scrollable {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.scrollable-content {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.page-wrapper {
    max-width: 700px;
    margin: 60px auto;
    padding: 12px;
    overflow: hidden;
}
.panel-title {
    display: flex;
    justify-content: space-between;
}
.panel-title-left {
    display: flex;
}
.panel-title-right {
    display: flex;
	justify-content: right;
}
.panel-main {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    margin: 12px;
    padding: 10px;
    border-radius: 10px;
    margin: 5px 0 20px 0;
}
.panel-main:first-child {
    /*margin-top: 80px;*/
}
.panel-main:last-child {
    /*margin-bottom: 90px;*/
}
.spacer-20{
	display: block;
	height:20px;
}
.page-wrapper>img {
    width: 100%;
}


.scrollable {
  opacity: 0;
  transform-origin: center center;
  transform: scale(.9);
  transition: all 0.1s ease-in;
  z-index: 0;	
}
.scrollable.display--page{
  transform-origin: center center;	
  transform: scale(1);
  opacity: 1;
  z-index: 1;
  transition: all .3s ease-in;	
}
/*Menu*/
h1#page_title_menu {
  transition: all .1s ease-in;	
    left: 5px;
}
h1#page_title_menu.display--page-title {
  transition: all .3s ease-in;	
    left: 15px;
}
.btn-nav-menu {
    display: flex;
}
h2.title-menu {
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 20px;
    line-height: 28px;
    padding: 0px 0 35px 10px;
    margin: 0;
}
div#page_wrapper_menu {
    padding-top: 30px;
}
.btn.btn-block{
    width: 100%;
    display: block;
}
.btn.btn-block {
    width: 100%;
    display: block;
    background: #ff7b00;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Poppins-Medium', sans-serif;
    border: none;
    border-radius: 4px;
    height: 56px;
    margin-top: 10px;
}
#page_menu_scrollable_0_content {
    background: #f2f2f3;
}
.btn-nav-menu img {
    height: 40px;
    width: 40px;	
    border: 7px solid #f2f2f3;
    transform: scale(1.27) translate(0%, -12%);
}
.btn-nav-menu.btn--menu-active img {
    background: #ff7b00;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: scale(1.27) translate(0%, -12%);
    color: #fff;	
    border: 7px solid #f2f2f3;
    transition: filter 0.3s ease;
    transition: transform 0.3s ease;
}
/*Setting Pages*/
.scrollable.scrollable-menu,
.scrollable.scrollable-settings,
.scrollable.scrollable-settings-edit {
    opacity: 0;
    transform-origin: center center;
    transform: scale(1);
    transition: all 0.1s ease-in;
    z-index: 0;
}
.scrollable.scrollable-menu.display--page,
.scrollable.scrollable-settings.display--page,
.scrollable.scrollable-settings-edit.display--page{
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
    transition: all 0.1s ease-in;
    z-index: 1;
}
.scrollable.scrollable-settings-edit .panel-main.panel-main-settings{
	margin: 10px 0 10px 0;
}
.scrollable.scrollable-menu .page-wrapper{
  opacity: 0;
  transform-origin: left center;
  transform: translate(0%, 50%);
  transition: all 0.3s ease-out;
  z-index: 0;	
}
.scrollable.scrollable-menu.display--page .page-wrapper{
  transform-origin: left center;	
  transform: translate(0%, 0%);
  opacity: 1;
  z-index: 1;
  transition: all .3s ease-out;	
}

.scrollable.scrollable-settings .page-wrapper{
  opacity: 0;
  transform-origin: left center;
  transform: translate(-50%, 0%);
  transition: all 0.2s ease-in;
  z-index: 0;	
}
.scrollable.scrollable-settings.display--page .page-wrapper{
  transform-origin: left center;	
  transform: translate(0%, 0%);
  opacity: 1;
  z-index: 1;
  transition: all .3s ease-in;	
}
.scrollable.scrollable-settings-edit .page-wrapper{
  opacity: 0;
  transform-origin: left center;
  transform: translate(50%, 0%);
  transition: all 0.2s ease-in;
  z-index: 0;	
}
.scrollable.scrollable-settings-edit.display--page .page-wrapper{
  transform-origin: left center;	
  transform: translate(0%, 0%);
  opacity: 1;
  z-index: 1;
  transition: all .3s ease-in;	
}

.panel-main.panel-main-settings {
    display: flex;
	justify-content: space-between;
	padding: 10px 20px;
}
.panel-main.panel-main-settings h4 {
    padding: 12px;
    margin: 0;
}
.panel-main.panel-main-settings.panel-main-settings-text {
    display: block;
	padding: 10px 20px;
}
button.btn.btn-alert-settings-edit,
button.btn.btn-sound-settings-edit {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 30%;	
}
.panel-main-settings .btn-alert-settings-edit img,
.panel-main-settings .btn-sound-settings-edit img {
transform: rotate(180deg) translate(-10px,0);
	transform-origin: right center;
}
/*IOS SWITCH Start*/
.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  padding: 0;	
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: .5rem;
  width: 46px;
  height: 26px;
  background-color: #d9d9d9;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.40);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }
.form-switch input { display: none; }
.form-switch input:checked + i { background-color: #ff7b00; }
.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }
.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }







