/* #### FONT #### */

@font-face {
    font-family: 'Kayak Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Kayak Sans Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Kayak Sans Regular Italic';
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/Kayak Sans Regular (Italic).otf") format("opentype");
}

@font-face {
    font-family: 'Kayak Sans Light';
    font-style: normal;
    font-weight: lighter;
    src: url("../fonts/Kayak Sans Light.otf") format("opentype");
}

@font-face {
    font-family: 'Kayak Sans Light Italic';
    font-style: italic;
    font-weight: lighter;
    src: url("../fonts/Kayak Sans Light (Italic).otf") format("opentype");
}

@font-face {
    font-family: 'Kayak Sans Bold';
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Kayak Sans Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Kayak Sans Bold Italic';
    font-style: italic;
    font-weight: bold;
    src: url("../fonts/Kayak Sans Bold (Italic).otf") format("opentype");
}

:root {
    --f7-font-family : Kayak Sans Regular;
}
.ios {
    --f7-navbar-height: 65px;
    --f7-navbar-tablet-height: 65px;

    --f7-toolbar-height: 60px;
    --f7-tabbar-labels-height: 60px;
    --f7-tabbar-labels-tablet-height: 60px;
}
.md {
    --f7-navbar-height: 65px;
    --f7-navbar-tablet-height: 65px;

    --f7-toolbar-height: 60px;
    --f7-tabbar-labels-height: 60px;
    --f7-tabbar-labels-tablet-height: 60px;
}

body{
    font-family: Kayak Sans Regular;
    height: 100%;
}
/*background*/
.page{
    background-color:#fff;
}
.homepage {
    background: linear-gradient(rgba(65, 171, 64, .9), rgba(65, 171, 64, .9)),url(../images/charger.png) no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fixed-img-holder{
    width: 100%;
    height: 300px;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.image-wrap{
    position: absolute;
    width: 25%;
    height: 73%;
    border: 5px solid #5C2C59;
    top: 8%;
    right: 3%;
}
.img-responsive{
    max-width: 100%;
    height: auto;
}
.large-dailog{
    width: 330px;
    left: 42.5%
}
.large-dailog .dialog-inner .dialog-title{
    position: relative;
    margin-bottom: 30px;
}
.large-dailog .dialog-inner .dialog-title:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgba(0,0,0,0.1);
    left: 0;
    bottom: -15px;
}

/***************************************************************************************************************/
/******************************************** PADDING **********************************************************/
/***************************************************************************************************************/
.padding-30px{
    padding: 30px;
}

/***************************************************************************************************************/
/******************************************** OVERFLOW *********************************************************/
/***************************************************************************************************************/
.overflow-y-auto{
    overflow-y: auto;
}

/**************************************************************************************************************************************************/
/************************************************************ MENU ********************************************************************************/
/**************************************************************************************************************************************************/
/*Top menu*/
.default-header-menu,
.header-menu{
    border-bottom: 1px solid #5C2C59 !important;
    background-color: #fff !important;
}
.navbar .navbar-inner{
    padding-left: 25px;
    padding-right: 25px;
}
.navbar-hidden{
    transform: translate3d(0,calc(-1 * 65px),0) !important;
}

/*Bottom menu*/
.footer-menu{
    background-color:#5C2C59 !important;
}
.toolbar-bottom .toolbar-inner{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.tabbar .tab-link:not(.tab-link-active), .tabbar-labels .tab-link:not(.tab-link-active){
    color: #fff;
    font-family: Kayak Sans Light;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.tabbar .tab-link-active, .tabbar-labels .tab-link-active{
    color: #fff;
    font-family: Kayak Sans Bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.tabbar-labels .link, .tabbar-labels .tab-link{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.tabbar-labels .tabbar-label{
    margin-bottom: 2px !important;
}
.footer-menu .tab-link-highlight{display: none !important;}

/**************************************************************************************************************************************************/
/************************************************************ ICON ********************************************************************************/
/**************************************************************************************************************************************************/
.pnr-icon{height: 27.61px !important; width: 27.61px !important;}

.icon-charge{height: 25px !important;width: 15px !important;background-image: url('../images/icons/charge-o.png')}
.tab-link-active .icon-charge{height: 25px !important;width: 15px !important;background-image: url('../images/icons/charge.png')}

.icon-profile{height: 25px !important;width: 21px !important;background-image: url('../images/icons/user.png')}
.tab-link-active .icon-profile{height: 25px !important;width: 21px !important;background-image: url('../images/icons/user-fill.png')}

.icon-heart{height: 25px !important;width: 21px !important;background-image: url('../images/icons/heart.png')}

.icon-heart-cyan{height: 18px !important;width: 18px !important;background-image: url('../images/icons/heart_cyan.png')}
.icon-fill-heart-cyan{height: 18px !important;width: 18px !important;background-image: url('../images/icons/fill-heart-cyan.png')}

/**************************************************************************************************************************************************/
/************************************************************ FLEX ********************************************************************************/
/**************************************************************************************************************************************************/
.flex-grow-1{
    flex: 1 0 auto;
}

/**************************************************************************************************************************************************/
/************************************************************ HEIGHT ******************************************************************************/
/**************************************************************************************************************************************************/
.height-100{
    height: 100% !important;
}

/**************************************************************************************************************************************************/
/************************************************************ PAGE TITLE **************************************************************************/
/**************************************************************************************************************************************************/
.logo-subtitle{
    color: #fff;
    font-family: Kayak Sans Light Italic !important;
    font-size: 25px !important;    
}
.page-title{
    font-size: 24px !important;
    font-family: Kayak Sans Bold !important;
}
.page-title-cyan{
    font-size: 24px !important;
    font-family: Kayak Sans Bold !important;
    color: #5C2C59 !important;
}
.page-subtitle{
    color: #5C2C59 !important;
    font-size: 16px !important;
}
.page-subtitle-bold{
    color: #5C2C59 !important;
    font-size: 16px !important;
    font-family: Kayak Sans Bold !important;
}
.page-subtitle-18px{
    color: #5C2C59 !important;
    font-size: 18px !important;    
}
.page-subtitle-bold-black{
    font-size: 16px !important;
    font-family: Kayak Sans Bold !important;
}
.page-subtitle-bold-black-18px{
    font-size: 18px !important;
    font-family: Kayak Sans Bold !important;
}
.page-subtitle-bold-dark{
    font-size: 16px !important;
    font-family: Kayak Sans Bold !important;
    color: #6D6E71 !important;
}
.item-description{
    font-size: 14px;
    color: #8a8a8d;
}
/**************************************************************************************************************************************************/
/************************************************************ BUTTON ******************************************************************************/
/**************************************************************************************************************************************************/
.button{
    border-radius: 10px;
}
.button-large{
    height:50px;
    line-height: 50px;
    text-transform: none !important;
    font-size: 16px !important;
    font-family: Kayak Sans Bold !important;
}
.button-extra-large{
    height:60px;
    line-height: 60px;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: Kayak Sans Bold !important;
    text-transform: none !important;
}
.button-xxl{
    height:70px;
    line-height: 70px;
    text-transform: none !important;
    font-size: 16px !important;
    font-family: Kayak Sans Bold !important;
}

.btn-white{
    background-color: #fff;
    color: #000;
}
.btn-white.active-state{
    background-color: #fff;
    color: #000;
}
.btn-fill-cyan{
    background-color: #5C2C59 !important;
    color: #fff;
    border: 1px solid #fff; 
}
.btn-fill-cyan.active-state{
    color: #fff;
}
.btn-cyan{
    background-color: #5C2C59 !important;
    color: #fff;       
}
.btn-dark{
    background-color: #6D6E71 !important;
    color: #fff;       
}
.btn-lightgray{
    background-color: #F5F5F5 !important;
    color: #000;       
}

.button-circle{
    width: 40px; 
    height: 40px;
    line-height: 51px;
    border-radius: 50%;
}
.direction-btn{
    top: 25px !important;
    right: 20px !important;
    line-height: 50px !important;
}
.location-btn{
    top: 75px !important;
    right: 20px !important;
}
.active-charger-btn{
    width: 96px !important;
    height: 96px !important;
    line-height: 122px !important;
    border-radius: 50% !important;
    border: 3px solid #5C2C59 !important;
}

/**************************************************************************************************************************************************/
/************************************************************ LINK ********************************************************************************/
/**************************************************************************************************************************************************/
.black-link{
    font-size: 16px !important;
    color: #000;
}
.black-bold-link{
    font-family: Kayak Sans Bold !important;
    font-size: 16px !important;
    color: #000;
}
.totalDistance{
    display: block;
    padding-right: 20px;
}
.totalDistance:after{
    content: '';
    background-image: url('../images/icons/search-direction.png');
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    top: 3px;
    right: 0;
}

/**************************************************************************************************************************************************/
/************************************************************ FORM ********************************************************************************/
/**************************************************************************************************************************************************/
.form-control {
    display: block !important;
    width: 100% !important;
    height: 60px !important;
    padding: 10px 25px !important;
    line-height: 1.5 !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-family: Kayak Sans Bold !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #6D6E71 !important;
    border-radius: 10px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.form-control::placeholder {  
    color: #000 !important;
} 
.form-control::-webkit-input-placeholder { /* Edge */
    color: #000 !important;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000 !important;
}

/*Error*/
.md .input-with-error-message, .md .input-with-info, .md .item-input-with-error-message, .md .item-input-with-info{
    padding-bottom: 0px;
}
form .list .item-input-error-message{
    position:relative !important;
    top: 0 !important;
}
.item-input-error-message{
    margin-top: 5px !important;
    font-size: 14px !important;
    font-family: Kayak Sans Regular !important;
}
.ios .input-error-message, .ios .input-info, .ios .item-input-error-message, .ios .item-input-info{
    margin-bottom: 0px;
}
.md .input-error-message, .md .input-info, .md .item-input-error-message, .md .item-input-info{
    white-space: normal;
}
.md .input-invalid:not(.input-outline):after, .md .item-input-invalid:not(.item-input-outline) .item-input-wrap:after{
    background: transparent !important;
}
.md .input:not(.input-outline):after, .md .item-input:not(.item-input-outline) .item-input-wrap:after{
    background: transparent !important;
}

/*list*/
form .list .item-content{
    padding-bottom: 20px !important;
}
form .list .item-content .item-inner .item-content{
    padding-bottom: 0px !important;
}
.md .item-input .item-inner{
    padding-top: 0;
    padding-bottom: 0;
}
.md .item-input .item-inner .item-inner{
    padding-top: var(--f7-list-item-padding-vertical);
    padding-bottom: var(--f7-list-item-padding-vertical);
}

/*Checkbox*/
.list .item-checkbox .item-title{
    font-size: 16px !important;
}

.list .item-checkbox .icon-checkbox{
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
    border-color: #000000;
}
.list .item-checkbox .icon-checkbox:after{
    font-size: 16px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    top: 1px;
    left: 1px;
}
.md .item-checkbox .icon-checkbox:after{
    font-size: 14px;
    top: 0px;
    left: 0px;
}

/*Input group*/
.input-group{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend{
    margin-right: -1px;
    display: -ms-flexbox;
    display: flex;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-text{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #6D6E71;
    border-radius: 10px;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child){
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: none !important;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1% !important;
    min-width: 0;
    margin-bottom: 0;
}

.input-group .input-group-text{
    padding-left: 1rem !important;
}
.input-group>.form-control{
    padding: 10px 10px 10px 0px !important;
}
.page-serach-box,
.search-box .input-group {
    box-sizing: border-box;
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 0%), 0px 3px 8px 1px rgb(0 0 0 / 13%);/*0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    border-radius: 10px;
}
.page-serach-box .input-group-text,
.search-box .input-group-text{
    border: 1px solid #5C2C59 !important;    
}
.page-serach-box .form-control,
.search-box .form-control{
    border: 1px solid #5C2C59 !important;
    font-size: 18px !important;    
}

/*Map searchbox content*/
.search-box{
    bottom: 50px !important;
    left: 0px !important;
    width: 90% !important;
    margin: 0 5% !important;
}
/*Map active charger btn content*/
.active-charger{
    position: absolute;
    bottom: 130px !important;
    left: 25px !important;
}

/**************************************************************************************************************************************************/
/************************************************************ CARD ********************************************************************************/
/**************************************************************************************************************************************************/
.card-dark-cyan{
    border-radius: 10px !important;
    background-color: #E3F5F6 !important;    
}
.card-dark-cyan .item-subtitle{
    color: #5C2C59 !important;
    font-family: Kayak Sans Bold !important;
}
.icon-box{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 8px auto 8px 15px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    text-align: center;
}
.charging-card{
    border-radius: 20px !important;
    border: 1px solid #5C2C59 !important;
    background-color: #F4FEFF !important;
    box-shadow: 0px 3px 6px #00000029 !important;
}
.charging-card.no-shadow{
    box-shadow: none !important;
}

/**************************************************************************************************************************************************/
/************************************************************ SHEET MODEL *************************************************************************/
/**************************************************************************************************************************************************/
.sheet-modal{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.calendar-sheet{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.sheet-modal .toolbar{
    height: 44px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.calendar-sheet .toolbar{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.sheet-modal .toolbar .link{
    height: 44px;
}
.sheet-model-swipe-to-step.modal-in .toolbar a{
    /*width: 24px !important;*/
    background-image: url(../images/icons/model-arrow-down.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0 15px;
    min-width:auto !important;
}
.sheet-model-swipe-to-step.modal-in-swipe-step .toolbar a{
    /*width: 24px !important;*/
    background-image: url(../images/icons/model-arrow-up.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0 15px;
}
.sheet-model-full.sheet-modal-bottom:before,.sheet-model-full.sheet-modal:not(.sheet-modal-top):before,
.sheet-model-swipe-to-step.sheet-modal-bottom:before, .sheet-model-swipe-to-step.sheet-modal:not(.sheet-modal-top):before{
    content: none;
}

/**************************************************************************************************************************************************/
/************************************************************ BG COLOR ****************************************************************************/
/**************************************************************************************************************************************************/
.bg-theme-color-cyan{
    background-color:#5C2C59 !important;
}
.bg-theme-color-dark-cyan{
    background-color:#E3F5F6 !important;
}
.bg-theme-color-light-cyan{
    background-color:#F4FEFF !important;
}
.bg-theme-color-dark{
    background-color:#6D6E71 !important;
}
.bg-theme-color-lightdark{
    background-color: #A8A8A8 !important;
}
.bg-color-lightgray{
    background-color: #F5F5F5 !important;
}

/**************************************************************************************************************************************************/
/************************************************************ FONT SIZE ***************************************************************************/
/**************************************************************************************************************************************************/
.font-size-11px{
    font-size: 11px !important;
}
.font-size-12px{
    font-size: 12px !important;
}
.font-size-14px{
    font-size: 14px !important;
}
.font-size-16px{
    font-size: 16px !important;
}
.font-size-18px{
    font-size: 18px !important;
}
.font-size-20px{
    font-size: 20px !important;
}
.font-size-24px{
    font-size: 24px !important;
}
.font-size-25px{
    font-size: 25px !important;
}
.font-size-28px{
    font-size: 28px !important;
}
.font-size-30px{
    font-size: 30px !important;
}
.font-size-40px{
    font-size: 40px !important;
}

/**************************************************************************************************************************************************/
/************************************************************ FONT FAMILY *************************************************************************/
/**************************************************************************************************************************************************/
.font-kayaksans-regular{
    font-family: Kayak Sans Regular !important;
}
.font-kayaksans-regular-italic{
    font-family: Kayak Sans Regular Italic !important;
}
.font-kayaksans-bold{
    font-family: Kayak Sans Bold !important;
}
.font-kayaksans-bold-italic{
    font-family: Kayak Sans Bold Italic !important;
}
.font-kayaksans-light{
    font-family: Kayak Sans Light !important;
}
.font-kayaksans-light-italic{
    font-family: Kayak Sans Light Italic !important;
}

/**************************************************************************************************************************************************/
/************************************************************ BORDER ******************************************************************************/
/**************************************************************************************************************************************************/
.border-1px{
    border: 1px solid;
}
.border-2px{
    border: 2px solid;
}
.border-bottom-1px{
    border-bottom: 1px solid;
}
.border-theme-color-cyan{
    border-color: #5C2C59 !important;
}
.border-theme-color-lightdark{
    border-color: #E5E5E5 !important;
}
.border-theme-color-dark{
    border-color: #6D6E71 !important;
}
.border-radius-10px{
    border-radius: 10px !important;
}
.border-radius-20px{
    border-radius: 20px !important;
}
.border-top-left-radius-25px{
    border-top-left-radius: 25px;
}
.border-top-right-radius-25px{
    border-top-right-radius: 25px;
} 

/**************************************************************************************************************************************************/
/************************************************************ LIST ********************************************************************************/
/**************************************************************************************************************************************************/
.inline-list{
    list-style: none;
    padding-left: 0px;
}
.inline-list li{
    display: inline;
    padding: 0px 10px;    
}
.inline-list li.title-cyan-bold{
    color: #5C2C59 !important;
    font-size: 16px !important;
    font-family: Kayak Sans Bold !important;
    border-right: 1px solid #5C2C59;
}
.inline-list li.title-bold{
    color: #000000 !important;
    font-size: 14px !important;
    font-family: Kayak Sans Bold !important;
    border-right: 1px solid #000000;
}
.inline-list li:first-child{
    padding-left: 0px;
}
.inline-list li:last-child{
    border-right: 0px;
}

.active-charge-cycle-list .item-title{
    font-weight: 600;
}
.active-charge-cycle-list .item-full-title{
    margin: 0 auto;
    font-weight: 600;
}
.device-list .item-inner{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.device-list li:first-child .item-inner{
    padding-top: 0px !important;
}
.device-list li:last-child .item-inner{
    padding-bottom: 0px !important;
}

/**************************************************************************************************************************************************/
/************************************************************ PAYPAL CREDIT BOX *******************************************************************/
/**************************************************************************************************************************************************/
.paypal-credit-box{
    display: block;
}
.paypal-credit-box .card{
    background-color: #F4FEFF;
    border: 1px solid #5C2C59;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
}
.paypal-credit-box .card.active{
    background-color:#5C2C59;
}
.paypal-credit-box .card .card-content{
    padding: 30px;
}
.paypal-credit-box .card .card-content .price{
    font-size: 28px;
    color:#000;
    margin: 0px auto;
    text-align: center;
}
.paypal-credit-box .card.active .card-content .price{
    color:#fff;
}