img {
    width: 100%;
}

strong {
    font-weight: 600;
    color: #000;
    line-height: 1.1;
}

p {
    margin-bottom: 0;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.hidden {
    display: none;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-15 {
    border-radius: 15px;
}

.border-radius-20 {
    border-radius: 20px;
}

html {
    font-family: 'SF Pro';
    overflow: hidden;
}

a {
    text-decoration: unset !important;
    word-wrap: break-word !important;
}

a:hover {
    color: initial;
}

table {
    width: 100% !important;
}

iframe {
    width: 100%;
}

body {
    background: #cecece;
    font-family: 'SF Pro';
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.error label {
    color: rgb(150, 36, 36);
}

.custom-notify {
    background-color: #fff !important;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: auto;
    min-width: 250px;
    padding: 10px 30px 10px 10px;
    color: #000 !important;
}

@font-face {
    font-family: 'Framework7 Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Framework7 Icons'), local('Framework7Icons-Regular'),
        url('../fonts/Framework7Icons-Regular.woff2') format('woff2'),
        url('../fonts/Framework7Icons-Regular.woff') format('woff'),
        url('../fonts/Framework7Icons-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/FontsFree-Net-SFProDisplay-Regular.ttf') format('truetype');
}

.f7-icons,
.framework7-icons {
    font-family: 'Framework7 Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga=1';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

#app {
    width: 100%;
    max-width: 414px;
    height: 100vh;
    background-color: #fff;
    margin: auto;
    position: relative;
}

#content {
    height: calc(100vh - 65px);
    overflow: hidden;
    overflow-y: scroll;
}

.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

#header {
    padding-top: 15px;
}

#header img {
    max-height: 200px;
}

.group-title {
    padding: 10px 0 20px 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #e5e5e5;
}

.group-title label {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.29;
    letter-spacing: -0.1px;
    color: #000;
}

.toolbar {
    background-color: #fff !important;
    box-shadow: 0 1px 9px 0 rgb(0 0 0 / 6%);
    min-height: 56px;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    max-width: 414px;
    margin: auto;
}

.toolbar-inner {
    height: auto;
    top: 0;
    display: flex;
}

.toolbar a.link {
    color: #8c8c8c;
    flex-wrap: wrap;
    height: auto !important;
    line-height: 1 !important;
}

.toolbar a.link.active {
    color: #007aff;
}

.toolbar a.link span {
    width: 100%;
    margin-top: 2px;
    display: block;
    font-size: 13px;
}

.toolbar a.link i {
    font-size: 25px;
}

.list {
    display: block;
    margin: 0 -10px;
}

.list .item {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 15px;
}

.list .item img {
    border-radius: 10px;
}

.app-list {
    margin: 0;
    width: 100%;
    padding: 0;
}

.app-list li {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.app-list li .app-icon {
    min-width: 60px;
    width: 60px;
    height: 80px;
    margin-right: 10px;
    border-radius: 15%;
    overflow: hidden;
    padding: 10px 0;
}

.app-list li .app-icon img {
    max-width: 100%;
    border-radius: 12px;
}

.app-list li .app-meta {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.app-list li:last-child .app-meta {
    border-bottom: 0;
    margin-bottom: 14px;
}

.app-title span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #8c8c8c;
}

.app-title strong {
    display: block;
    line-height: 1.29;
    letter-spacing: -0.4px;
    color: #000;
    font-weight: 400;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

.download-btn {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-align: center;
    color: #fff;
    height: auto;
    line-height: 1;
    padding: 7px 14px;
    width: auto;
    background-color: #41879f;
    border-color: #41879f;
    border-radius: 29px !important;
}

.download-btn:hover {
    background-color: #31677a;
    border-color: #31677a;
    color: #fff;
}

/* App Detail */

.navbar-inner {
    height: 70px;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.navbar-inner a.link {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #41879f;
    display: flex;
    align-items: center;
}

.navbar-inner a.link i {
    font-size: 20px;
    font-weight: bold;
}

.navbar-inner img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.app__meta .app__meta--top {
    margin-bottom: 10px;
    margin: 20px 0;
}

.app__meta .app--logo {
    font-size: 0;
    margin-right: 10px;
    width: 110px;
    overflow: hidden;
}

.app__meta .app--logo img {
    border-radius: 10px;
}

.app__meta .app--detail {
    width: 100%;
}

.app__meta .app--detail .title {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #000;
    margin-bottom: 5px;
    border: 0;
}

.app__meta .app--detail .tag {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #8c8c8c;
    display: block;
    line-height: 1.1;
}

.view-more {
    float: right;
    font-size: 15px;
    cursor: pointer;
    color: #61708f;
    font-weight: bold;
    padding: 5px 0;
}

.detail ul {
    display: block;
    padding: 0;
    list-style: none;
}

.detail ul li {
    font-size: 14px;
    padding: 10px 0;
    float: left;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.detail ul li:last-child {
    border-bottom: 0;
}

.detail ul li .txt-left {
    float: left;
    color: #555;
    text-align: left;
}

.detail ul li .txt-right {
    float: right;
    color: #928f8f;
    font-weight: 400;
    text-align: right;
}

.detail ul li .txt-right.active {
    color: #007aff;
    position: relative;
}

.detail ul li .txt-right.active img {
    width: 30px;
    position: absolute;
    right: -10px;
    top: -20px;
}

.detail ul li .txt-right a {
    background: #007aff;
    padding: 3px 15px;
    color: #fff;
    border-radius: 5px;
}

.download-app {
    position: fixed;
    bottom: 65px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px) !important;
    z-index: 999;
    max-width: calc(414px - 30px);
    margin: auto;
}

.link-download {
    width: 90%;
    margin: auto;
    position: relative;
}

.link-download img {
    width: 30px;
    position: absolute;
    right: 30px;
}

/* End App Detail */

.list-title {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0;
    margin: 0 0 20px 0;
}

.searchbar-input-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.searchbar-input-wrap input {
    border-radius: 10px !important;
    width: 100%;
    background-color: #e8e8ea;
    font-size: 15px;
    padding: 0 15px 0 50px;
}

.searchbar-input-wrap i {
    position: absolute;
    left: 10px;
    font-size: 20px;
}

.tip-item a img {
    border-radius: 15px;
}

.tip-item a h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    color: initial !important;
    padding: 10px 0 20px 0;
}

#related-tip h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    color: initial !important;
    padding: 10px 0 20px 0;
}

.created-date {
    color: #8c8c8c;
    font-size: 16px;
}

.btn-light {
    border-color: #41879f;
    color: #41879f;
    position: relative;
}

.btn-light i {
    position: absolute;
    left: 15px;
    font-size: 28px;
    margin: 0 !important;
}

.btn-light img {
    width: 30px;
    left: 15px;
    position: absolute;
}

.vip {
    background-color: darkgoldenrod;
    border-color: darkgoldenrod;
    color: #fff;
}

.fa-youtube {
    color: #f60102;
}

.fa-facebook-f {
    color: #1774eb;
}

.fa-facebook-messenger {
    color: #0299f7;
}

#account ul li {
    font-size: 16px;
}

.card-body {
    padding: 15px;
    font-size: 15px;
}

.modal.show .modal-dialog {
    max-width: calc(414px - 30px);
    margin: auto;
    top: 15px;
}

.modal-header {
    padding: 10px 1rem;
}

.modal-title {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.payment-item {
    font-size: 15px;
    border-bottom: 1.5px solid #cdcdcd;
    padding: 30px 0;
}

.payment-item:last-child {
    border: none;
}

.payment-item .time {
    color: #918f8f;
}

.payment-item .price {
    color: #4b9574;
    font-size: 17px
}

#lightcase-case {
    left: 0;
    height: auto;
    width: 100% !important;
    margin-left: 0 !important;
}

@media only screen and (max-device-width: 414px) {
    .app-title strong {
        width: 180px;
    }

    #content {
        height: calc(100vh - 140px);
    }
}
