:root {
    --f7-bars-bg-color: #27a6e1;
    --f7-bars-bg-color-rgb: 39,166,225;

    --f7-bars-link-color: #fff;
    --f7-bars-text-color: #fff;
    --f7-theme-color: #27a6e1;
    --f7-bars-border-color:#27a6e1;

    --f7-tabbar-link-active-color:#fff;
    --f7-tabbar-link-active-border-color:#fff;
    --f7-tabbar-link-inactive-color: rgba(255, 255, 255, 0.7);

    --f7-navbar-bg-color: #27a6e1;
    /*
    --f7-toolbar-bg-image: var(--f7-bars-bg-image);
    */
	
	/*START SEARCHBAR*/
    /*
  --f7-searchbar-bg-image: var(--f7-bars-bg-image);

  --f7-searchbar-bg-color-rgb: var(--f7-bars-bg-color-rgb);
  --f7-searchbar-border-color: var(--f7-bars-border-color);
  */

    --f7-searchbar-bg-color: #F2F2F2;
    --f7-searchbar-bg-color-rgb: 242,242,242;
    --f7-searchbar-height: 44px;
    --f7-searchbar-inner-padding-left: 8px;
    --f7-searchbar-inner-padding-right: 8px;
    /*
    --f7-searchbar-link-color: var(--f7-bars-link-color, var(--f7-theme-color));
    */
    --f7-searchbar-input-font-size: 16px;
    --f7-searchbar-input-border-radius: 4px;
    --f7-searchbar-input-height: 32px;
    --f7-searchbar-input-padding-horizontal: 28px;
    /*
    --f7-searchbar-inline-input-padding-horizontal: var(--f7-searchbar-input-padding-horizontal);
    --f7-searchbar-input-clear-button-color: var(--f7-input-clear-button-color);
    */
    --f7-searchbar-backdrop-bg-color: rgba(0, 0, 0, 0.4);
    --f7-searchbar-shadow-image: none;
    --f7-searchbar-in-page-content-margin: 0px;
    --f7-searchbar-in-page-content-box-shadow: none;
    --f7-searchbar-in-page-content-border-radius: 0;
    --f7-searchbar-in-page-content-input-border-radius: 0;
    --f7-searchbar-search-icon-color: rgba(0, 0, 0, 0.4);
    --f7-searchbar-input-bg-color: #fff;
    /*END SEARCHBAR*/

    /*START LIST ITEM*/
    --f7-list-item-text-max-lines: 10;
    /*END LIST ITEM*/
}
.ios{
    --f7-page-bg-color: #fff;

    --f7-searchbar-border-color: var(--f7-searchbar-bg-color);

    --f7-searchbar-input-extra-padding-left: 15px;
    --f7-searchbar-input-border-radius: 8px;
    --f7-searchbar-bg-color: #F2F2F2;
}

.custom-searchbar{
    --f7-searchbar-input-padding-horizontal: 0px;
    --f7-searchbar-input-extra-padding-right: 96px;
}

.md .searchbar.custom-searchbar .input-clear-button{
    right: 48px;
}
.ios .searchbar.custom-searchbar .input-clear-button{
    right: 56px;

}


.ios .navbars~.page .toolbar-top~.searchbar{
    top: calc(var(--f7-navbar-height) + var(--f7-toolbar-height) + var(--f7-safe-area-top));
}


.searchbar.custom-searchbar button[type="submit"]{
    width: 48px;
    height: 48px;
    margin-top: -24px;
    right: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.ios .searchbar.custom-searchbar button[type="submit"]{
    width: 44px;
    z-index: 40;
}
.searchbar.custom-searchbar button[type="submit"] i{
    vertical-align: middle;
}

.searchbar-backdrop{
	background: none;
}

/* MAIN STYLES */

.btn-cs {
    width: 100%;
    max-width: 300px;
    height: 57px;
    background: rgb(221,34,48);
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 20px -9px rgba(111, 134, 214, 1);
    -moz-box-shadow: 0px 0px 20px -9px rgba(111, 134, 214, 1);
    box-shadow: 0px 0px 20px -9px rgba(111, 134, 214, 1);
    /*font-family: 'product_sansbold';*/
}

.navbar {
    background: #ffffff;
    color: #000000;
    font-size: 19px;
}

.page input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.color-theme {
    color: #6F86D6;
}

.color-red {
    color: #BC2132;
}

.page {
    color: #333;
    background-color: white;
}

input[type='radio']:checked {
    background-color: black;
}

.no-border:after {
    background-color: transparent !important;
}

.no-border:before {
    background-color: transparent !important;
}

label.item-checkbox input[type=checkbox]:checked~.icon-checkbox {
    background-color: #6F86D6 !important;
    border-color: #6F86D6 !important;
}

.ios .toggle input[type=checkbox]:checked+.toggle-icon {
    background-color: #6F86D6 !important;
}

.md .toggle input[type=checkbox]:checked+.toggle-icon:after {
    background-color: #6F86D6 !important;
}

.border-left {
    border-left: 1px solid #ccc;
}

.border-right {
    border-right: 1px solid #ccc;
}

.border-top {
    border-top: 1px solid #ccc;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}


/* START PAGE */

.start-page {
    background-image: url(../images/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.start-page .logo-block {
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px -9px rgba(111, 134, 214, 1);
    -moz-box-shadow: 0px 0px 20px -9px rgba(111, 134, 214, 1);
    box-shadow: 0px 0px 20px -9px rgba(111, 134, 214, 1);
    max-width: 450px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.start-page img {
    max-width: 450px;
    width: 100%;
}


/* LOGIN PAGE */

.input-cs {
    height: 57px;
    width: 100%;
    max-width: 450px;
    border: none;
}

.input-inner-cs {
    padding: 30px;
    background-color: #fff;
    border-radius: 6px;
}

.pass-input-cs {
    position: relative;
}

.login-caption {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
}

.toggle-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.form-login .content-block {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 15px;
}

.form-login .btn-cs {
    margin-top: 40px;
    margin-bottom: 40px;
}

#forgout {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}

#account {
    border-bottom: 1px solid #ccc;
}


/* LOGO MENU */

#mainMenu {
    background: linear-gradient(to right, #48c6ef, #6f86d6);
}

#mainMenu .logoMenu {
    width: 100%;
    max-width: 300px;
}

#mainMenu .logoLink {
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#mainMenu ul {
    background-color: transparent;
    padding: 15px;
}

#mainMenu ul .item-content i {
    color: #fff;
}

#mainMenu ul .item-content .item-title {
    color: #fff;
    font-family: 'product_reg';
    font-size: 19px;
}


/* MENU */

.menuList {
    max-width: 450px;
    margin: 0 auto;
    padding: 0;
}

.menuList .caption-cs {
    text-align: center;
    font-size: 19px;
    font-family: 'product_sansbold';
    color: #4D4D4D;
    margin: 15px 0;
}

.menuList li {
    list-style-type: none;
    text-align: center;
    padding: 35px 15px;
}

.menuList>.row {
    padding: 0;
}


/* HOME PAGE */

.navbar .left a {
    padding: 0 16px;
}

#app .navbar i {
    color: #000000;
    font-size: 32px;
    margin-top: 0px;
}

#app .navbar i.icon-left {
    color: white;
    font-size: 19px;
    margin-top: 3px;
}

.toolbar-bottom {
    height: 90px;
    background-color: transparent;
}

.toolbar-bottom::after {
    display: none;
}

.toolbar-bottom::before {
    display: none;
}

.toolbar-bottom .toolbar-inner {
    padding: 15px;
}

.toolbar-bottom .btn-cs {
    color: white;
}

.home-page .inner-content {
    text-align: center;
}

.home-page .main-bg {
    text-align: center;
    width: 70%;
    max-width: 450px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 70px auto 40px;
    display: block;
}

.home-page .text-content {
    text-align: center;
    max-width: 290px;
    margin: 0 auto;
    padding: 0 15px;
    font-family: 'product_reg';
    font-size: 16px;
}


/* OPEN DASHCAM */

.open-cam-list .item-media-inner {
    background: linear-gradient(to right, #48c6ef, #6f86d6);
    color: white;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
}

.open-dashcam-page .open-title {
    text-align: center;
}

.air-dashcam-page .right a {
    padding: 0 15px;
}

.air-dashcam-page .right .icon-gallery {
    font-size: 23px !important;
}

.air-dashcam-page .right .icon-setting {
    font-size: 23px !important;
}


/*DASHCAM VIDEO*/

.dashcam-video .navbar a {
    padding: 0 15px;
}

.dashcam-video .navbar .icon-done {
    font-size: 23px !important;
}

/*DASHCAM PHOTO*/

.dashcam-photo .navbar a {
    padding: 0 15px;
}

.dashcam-photo .navbar .icon-done {
    font-size: 23px !important;
}


/*INFO PAGES */

.infoListBlock ul {
    padding: 0;
}

.infoListBlock ul li {
    list-style-type: none;
    text-align: center;
    padding: 35px 15px;
}

.infoListBlock ul li .item-text {
    font-family: 'product_reg';
    font-size: 19px;
    height: 50px;
    color: #333;
}


/* GALLERY PHOTO*/

.gallery-photo .navbar a {
    padding: 0 15px;
 }
 .gallery-photo .navbar .icon-done {
     font-size: 23px !important;
 }
 .gallery-photo .navbar .icon-sort {
     font-size: 23px !important;
 }

#toolbar-menu {
    /* top: -2px; */
    background: linear-gradient(to right, #48c6ef, #6f86d6);
    color: white;
}

#app .tabbar .tab-link-highlight {
    bottom: 7px;
    /* width: 30% !important; */
    background-color: #fff !important;
}

.tabbar a.tab-link,
.tabbar-labels a.tab-link {
    color: white;
}

.ios .tab-link-active {
    border-bottom: 2px solid rgb(78, 23, 23);
}

.navbar:after {
    background-color: transparent !important;
}


/* GALLERY PHOTO/VIDEO */
.gallery .navbar a {
   padding: 0 15px;
}
.gallery .navbar .icon-done {
    font-size: 23px !important;
}
.gallery .navbar .icon-sort {
    font-size: 23px !important;
}


.photo-list .photo-item-media, .video-list .video-item-media {
    position: relative;
    padding-bottom: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.photo-list .photo-item-media img, .video-list .video-item-media img{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.video-list .item-media-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(0,0,0,.7);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 7px;
}

.video-list .item-media-bottom .item-media-time{
    color: white;
    font-size: 12px;
}

.video-list .item-media-bottom .item-media-quality{
    color: white;
    font-size: 12px;
}

/* DELETE */

.delete-cam-list .item-media-inner {
    background: linear-gradient(to right, #48c6ef, #6f86d6);
    color: white;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
}

.delete-cam-page .page-content .delete-title {
    text-align: center;
    font-size: 19px;
    font-family: 'product_reg';
    color: #333;
}

.delete-cam-list {
    color: #333;
    font-family: 'product_reg';
    font-size: 19px;
}

#toolbarDeleteCam {
    background-color: #fff;
}


/* DASHCAM SETTING */

.setting-page .icon-right {
    font-size: 16px;
    color: #6F86D6;
}

.setting-page .navbar .icon-left {
    font-size: 16px;
    color: white !important;
}

.setting-list ul {
    padding: 15px;
    margin: 0;
}

.setting-list ul li {
    list-style-type: none;
}

.setting-page .item-content .item-inner {
    padding: 15px 0;
}

.setting-page .item-content .item-inner.border-bottom {
    flex-wrap: wrap;
    width: 100%;
}

.item-bottom-text {
    width: 100%;
}

.setting-page .item-content a {
    color: #333;
    font-size: 19px;
    line-height: 34px;
}

.setting-page .item-caption {
    color: #333;
    font-size: 19px;
    line-height: 34px;
    margin-right: 15px;
}

.setting-page .item-bottom-text {
    color: #808080;
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 0px;
}


/* WIFI PAGE */


.wifi-page .item-inner-wrap {
    width: 100%;
    margin-bottom: 15px;
}

.wifi-page .item-inner-wrap .caption-cs {
    text-align: center;
    padding: 0;
    margin: 0;
}


.wifi-page .md .input:not(.input-outline):after,
.md .item-input:not(.item-input-outline) .item-input-wrap:after {
    display: none;
}

.wifi-page .item-input {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.wifi-page input[name="wifiPassword"] {
    color: #6F86D6;
}

.wifi-page .list .item-media {
    height: 52px;
}


/* INSTALLATION PAGE*/

.installation-img {
    width: 100%;
}

.installation-img2 {
    width: 100%;
}

.installation-page .block p {
    font-size: 16px;
    font-family: 'product_reg';
    color: #808080;
}


/* SUPPORT INFO PAGE */

.support-list .caption-cs {
    text-align: center;
}


/* FAQ PAGE */

.faq-list .icon-right {
    font-size: 19px;
    margin-top: 6px;
    color: #6F86D6;
}

.faq-list a {
    color: #333;
    font-size: 19px;
}


/* EQUIPMENT FAQ PAGE */

.equipment-list .item-title {
    white-space: normal;
}

.equipment-list a {
    color: #333;
    font-size: 19px;
}

.equipment-list li .block p {
    font-size: 16px;
    font-family: 'product_reg';
    color: #808080;
}


/* CONNECTION FAQ PAGE */

.connection-list .item-title {
    white-space: normal;
}

.connection-list a {
    color: #333;
    font-size: 19px;
}

.connection-list li .block p {
    font-size: 16px;
    font-family: 'product_reg';
    color: #808080;
}


/* TF CARD FAQ PAGE */

.tfcard-list .item-title {
    white-space: normal;
}

.tfcard-list a {
    color: #333;
    font-size: 19px;
}

.tfcard-page .item-bytes {
    color: #6A8DD9;
}

.tfcard-list li .block p {
    font-size: 16px;
    font-family: 'product_reg';
    color: #808080;
}


/* RECORDING FAQ PAGE */

.recording-list .item-title {
    white-space: normal;
}

.recording-list a {
    color: #333;
    font-size: 19px;
}

.recording-list li .block p {
    font-size: 16px;
    font-family: 'product_reg';
    color: #808080;
}


/* QUESTIONS FAQ PAGE */

.questions-list .item-title {
    white-space: normal;
}

.questions-list a {
    color: #333;
    font-size: 19px;
}

.questions-list li .block p {
    font-size: 16px;
    font-family: 'product_reg';
    color: #808080;
}

/*custom*/
/*
.photo-list, .photo-list ul, .photo-list ul .list{
	height: 100%;
}*/

.block{
	/*height: 120%;	*/
}

.photo-list ul{
	/*height: 100% !important;*/
}

.video-list, .video-list ul, .video-list ul .list{
	height: 100%;
}

.video-list ul{
	height: 100% !important;
}

.photo-list ul, .video-list ul{
	padding-left: 20px;
	padding-bottom: 20px;
}

.photo-list ul ul, .video-list ul ul{
	/*display: inline-flex;
	flex-wrap: wrap;*/
	padding-left: 0px;
}

.photo-list .item-text, .video-list .item-text {
    overflow: inherit;
}

.photo-list .item-content, .video-list .item-content {
	display: contents;
}

.photo-list .photo-item-media img, .video-list .video-item-media img {
	width: 100%;
    height: 80px;
}

.ptr-content {
	margin-top: -40px;
}

.check-item{
	position: absolute;
    margin-top: 22px;
    margin-left: 8px;
}

label.check-item input[type=checkbox]:checked~.check-item {
    background-color: #6F86D6 !important;
    border-color: #6F86D6 !important;
}

.ios .toggle input[type=checkbox]:checked+.toggle-icon {
    background-color: #6F86D6 !important;
}

.md .toggle input[type=checkbox]:checked+.toggle-icon:after {
    background-color: #6F86D6 !important;
}

.check-item .f7-icons{
	color: transparent;
}

.md .checkbox i:after, .md .icon-checkbox:after {
	color: transparent;
}

.check-item input[type=checkbox]:checked+.f7-icons{
	font-size: 14px;
	color: #ffffff;
}

.display-none{
	display:none;
}

.item-content .row{
	width: 100%;
}

.my-gallery .list .item-text{
	max-height: initial;
}

.my-gallery .item-inner:after{
	display: none;
}

/*swiper*/

/* A bit of demo styles */;
.demo-swiper .swiper-slide {
  font-size: 25px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
}
.demo-swiper .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
}
.demo-swiper {
  margin: 0px 0 35px;
  font-size: 18px;
  height: 120px;
}
.demo-swiper.demo-swiper-auto .swiper-slide {
  width: 85%;
}
.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(2n) {
  width: 70%;
}
.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(3n) {
  width: 30%;
}
.demo-swiper{
	height: 100%;
	margin-bottom: none !important;
}
.demo-swiper .swiper-slide{
	border: none;
}

.overflow-hidde {
    overflow: hidden;
}

.no-margin {
    margin: 0!important;
}

.range-block{
	padding: 0 16px;
}

.range-slider-box{
	width:76vw;
}

.navbar .center {

    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 44px;
    -webkit-flex-shrink: 10;
    -ms-flex: 0 10 auto;
    flex-shrink: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.home-page .navbar:before, .home-page .navbar:after{
	display: none;
}

.searchbar{
	height: 50px;
}

.title-center{
	width: 100%;
	text-align: center;
	display: block !important;
}

.text-center{
	width: 100%;
	text-align: center;
	display: block !important;
}

.color-grey{
	color: rgb(166, 166, 166) !important;
}

.pt-5{
	padding-top: 45px;
}

.border-line-bottom{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e3e3e3;
	border-width: thin;
}

.toolbar{	
	border-top: 1px solid #e3e3e3;
	border-width: thin;
}

.openTest{
	display: inline-block;
    vertical-align: middle;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    font-style: normal;
	position: absolute !important;
    right: 0px;
	margin-top:-3px;
}

.color-black{
	color: #000000 !important;
}

.openTest:before {
    font-size: 16px;
	color: #000000;
}

.link{
	width: 100%;
	color: #000000;
}

.searchbar input[type=search]{
	padding-left: 15px;
}

.home-page .page-content{
	height: calc(100vh - 80px);
}

.toolbar-bottom{
	background-color: #ffffff;
}

.info-block{
	margin-top: 3em; 
}

.list-view .item-title {
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
}