#xaz-calc-app {
    margin: 0px !important;
    padding: 0px !important;
}

.app-container {
    position: relative;
}

.app-settings-container {
    display: none !important;
}

.app-settings-container .open-settings {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
}

.app-settings-container .settings {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    background: #0775C0;
    color: #fff;
    z-index: 10;
    display: none;
    padding: 10px 10px 20px 20px;
}

.app-settings-container .settings.active {
    display: block;
}

.app-settings-container .settings .close-settings {
    float: right;
    font-size: 15px;
    line-height: 23px;
}

.app-settings-container .settings .close-settings svg {
    margin-left: 0px;
    display: inline-block;
    vertical-align: -11px;
}

.app-settings-container .settings div {
    font-size: 15px;
    line-height: 23px;
    cursor: pointer;
}

.app-settings-container .settings div span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 5px;
    background: #D9D9D9;
    vertical-align: -5px;
}

.app-settings-container .settings .white-mode {
    margin-top: 50px;
    margin-bottom: 15px;
}

.app-settings-container .settings .dark-mode span {
    background: #3E3E3E;
}

.app-screen {
    border-radius: 5px;
    padding: 20px;
    display: none;
}

.app-screen.active {
    display: block;
}

.app-screen .btn {
    padding: 14px 30px !important;
    border-radius: 5px !important;
    text-transform: none !important;
}

#app-screen-start {
    background: url("../assets/app_start_background.jpg") center center no-repeat;
    background-size: cover;
    min-height: 755px;
    text-align: center;
    position: relative;
}

#app-screen-start img {
    margin-top: 85px;
    margin-bottom: 40px;
}

#app-screen-start h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 18px !important;
}

#app-screen-start h4 {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0px;
}

#app-screen-start .version {
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 40px;
    font-size: 11px;
    line-height: 13px;
    width: 100%;
    font-weight: 500;
}

.app-screen-step {
    background: #FBFBFB;
    box-shadow: 0px 4px 4px 0px #00000040;
    min-height: 560px;
    position: relative;
}

.app-screen-step .text {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 22px;
}

.app-screen-step .text span {
    margin: 6px 0px 30px;
    color: #fff;
    background: #0775C0;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    padding: 22px 0px;
    display: inline-block;
}

.app-screen-step .text h5 {
    color: #ED7309;
    margin-bottom: 0px;
}

.app-screen-step .indication-text {
    position: absolute;
    bottom: 26px;
    left: 35px;
    width: calc( 100% - 70px );
    color: #0775C0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.app-screen-step select {
    font-size: 15px;
    line-height: 23px;
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 10px 10px;
    color: #444;
    background: transparent !important;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
}

#app-screen-step-2 .next-step {
    float: right;
}

.app-screen-step .text-options {
    margin-top: 40px;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
}

.app-screen-step .text-options strong {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: -5px;
}

.app-screen-step .important-notes {
    margin: 30px 0px 50px;
}

.app-screen-step .important-notes h5 {
    color: #0775C0;
}

#app-screen-step-3 h3 {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    background: #0775C0;
    text-align: center;
    display: block;
    padding: 15px;
    margin-bottom: 30px;
}

.app-footer-container {
    margin-top: 50px;
    text-align: center;
    display: none;
}

.app-footer-container.active {
    display: block;
}

.app-footer-container img {
    width: 60px;
    margin-bottom: 5px;
}

.app-footer-container h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

.app-footer-container .version {
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
}

#xaz-calc-app.dark-mode {
    background: #3D3D3D;
}

.dark-mode .app-screen-step {
    background: #3D3D3D;
}

.dark-mode .app-screen-step select {
    background: #F9F9F9 !important;
}

.dark-mode .text-options {
    color: #F5F5F5 !important;
}

.dark-mode .important-notes {
    color: #F5F5F5;
}

.dark-mode .app-footer-container h4 {
    color: #F5F5F5 !important;
}

.dark-mode .app-footer-container .version  {
    color: #F5F5F5 !important;
}

.dark-mode .open-settings path {
    fill: #F5F5F5 !important;
}