/* font */
/* devanagari */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/poppinsRegular1.woff2') format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/poppinsRegular2.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/poppinsRegular3.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/poppinsMedium1.woff2') format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/poppinsMedium2.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/poppinsMedium3.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/poppinsSemiBold1.woff2') format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/poppinsSemiBold2.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/poppinsSemiBold3.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* general */
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
*:focus {
    outline: none;
}
*:not(input):not(textarea) {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
*[onclick] {
    cursor: pointer;
}
html {
    position: relative;
}
body {
    width: 100vw;
    height: 100%;
    font-family: 'poppins';
    font-size: 14px;
    overflow: hidden;
}
input[readonly] {
    cursor: pointer;
}
input,
textarea {
    font-family: 'poppins';
    font-size: 14px;
}
table {
    font-size: inherit;
}
.fadeIn {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.button:not([locked]) > .loading,
.button[locked] > .content {
    display: none;
}
.button[locked] > .loader {
    width: 30px;
    height: 30px;
}
.page,
.view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.view > .statusBar,
.page > .statusBar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
.bottomSheet {
    position: absolute;
    padding-right: 24px;
    padding-left: 24px;
}
.bottomSheet > .handle {
    padding-bottom: 20px;
}
.bottomSheet > .handle > div {
    height: 2px;
}
#overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    animation: opacity 0.4s ease;
    display: none;
}
#overlay.active {
    opacity: 1;
}
#search {
    z-index: 2001 !important;
}
#search > .close {  
    background-image: url('/images/closeBlack.svg') !important;
}
#search > .header {
    margin-bottom: 10px;
}
#search > .header > input {
    width: 100%;
    border-radius: 16px;
    padding: 12px 14px;
}
#search > .content > .item {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
#options {
    display: block;
}
#options[ids='address'] > .buttons > .button,
#options[ids='corporateHome'] > .buttons > .button,
#options[ids='addProduct'] > .buttons > .button {
    padding: 16px;
    font-weight: 600;
    border-radius: 12px;
}
#options > .text {
    margin-bottom: 16px;
    font-weight: bold;
}
#options[ids='signOut'] > .buttons > .button,
#options[ids='deleteAccount'] > .buttons > .button,
#options[ids='upload'] > .buttons > .button,
#options > .buttons > .button[key='upload'] {
    display: inline-block;
    text-align: center;
    border-radius: 16px;
    padding: 12px 16px;
    width: 50%;
}
#options[ids='signOut'] > .buttons > .button,
#options[ids='deleteAccount'] > .buttons > .button {
    font-weight: 500;
}
#options[ids='upload'] > .buttons > .button,
#options > .buttons > .button[key='upload'] {
    font-weight: 700;
}
#panel[ids='video'] > .content > video {
    width: 100%;
} 
#panel[ids='filter'] > .close {
    padding: 8px;
    margin: 12px;
    background-repeat: no-repeat;
    object-fit: cover;
}
#panel[ids='filter'] > .content {
    margin-top: 56px;
    padding: 20px;
}
#panel[ids='filter'] > .content > .title {
    position: absolute;
    top: 21px;
    font-weight: 600;
    font-size: 18px;
}
#panel[ids='filter'] > .content > .formWrapper > .fForm > .section {
    margin: 0px 0px 30px 0px;
}
#panel[ids='filter'] > .content > .formWrapper > .fForm > .section > h2 {
    padding-bottom: 13px;
}
#panel[ids='filter'] > .content > .formWrapper > .fForm > .section > .fields {
    padding: 10px;
}
#panel[ids='filter'] > .content > .formWrapper > .fForm > .fields > .field {
    margin-bottom: 20px;
}
#panel[ids='filter'] > .content > .formWrapper > .fForm > .fields > .field > label {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-weight: 600;
}
#panel[ids='filter'] > .content > .formWrapper > .fForm > .fields > .field > textarea {
    width: 100%;
    border-radius: 16px;
    padding: 12px 24px;
    height: 100px;
    border: 0;
}
#panel[ids='filter'] > .content > .formWrapper > .fForm > .fields > .field > input {
    width: 100%;
    border-radius: 16px;
    padding: 20px;
}
#panel[ids='filter'] > .content > .button {
    border-radius: 24px;
    font-weight: 600;
    font-size: 18px;
    padding: 17px;
    text-align: center;
}
#panel[ids='address'] > .content > .title {
    position: absolute;
    top: 12px;
    font-weight: 600;
    font-size: 16px;
}
#panel[ids='address'] > .content > .button {
    position: absolute;
    top: 0;
    padding: 12px 16px;
    font-weight: bold;
    font-size: 16px;
}
#panel[ids='address'] > .content > .tableWrapper > .fTable > .content > table {
    width: 100%;
    border-spacing: 0;
}
#panel[ids='address'] > .content > .tableWrapper > .fTable > .content > table > thead {
    display: none;
}
#panel[ids='address'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td {
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
}
#text > .button {
    padding: 12px;
    border-radius: 16px;
    text-align: center;
}
#box > .text {
    margin-bottom: 12px;
}
#box > .buttons > .confirm {
    display: table;
    width: 100%;
    font-weight: bold;
}
#box > .buttons > .confirm > div {
    width: 50%;
    text-align: center;
    border-radius: 16px;
    padding: 12px 16px;
    font-weight: 700;
}
#box > .buttons > .alert > div {
    padding: 12px 16px;
    font-weight: 700;
}
#box > .buttons > .alert {
    font-weight: 700;
}
#panel {
    padding: unset;
}
#panel[ids='options'] {
    top: 50%;
    height: fit-content;
    padding: 0;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}
#panel[ids='options'] > .content > .button {
    padding: 16px 32px;
}
#panel[ids='options'] > .content > .button[key='edit'] {
    padding: 24px 24px 12px 24px;
}
#panel[ids='options'] > .content > .button[key='delete'] {
    padding: 12px 24px 24px 24px;
}
#panel[ids='box'], #panel[ids='vote'] {
    padding: 0;
    top: 50%;
    bottom: unset;
    border-radius: 8px;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
}
#panel[ids='box'] > .content {
    padding: 36px 15px 15px;
    text-align: center;
}
#panel[ids='box'] > .content > .logo {
    width: 120px;
    height: 70px;
    border-radius: 10px;
}
#panel[ids='box'] > .content > .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 27px;
}
#panel[ids='box'] > .content > .body {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}
#panel[ids='box'] > .content > .items > .item {
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 7px;
    box-sizing: content-box;
}
#panel[ids='box'] > .content > .items > .item {
    background-color: #f0f0f8;
}
#panel[ids='agreement'] {
    overflow: hidden;
    padding: 40px 24px;
}
#panel[ids='agreement'] > .content {
    overflow: auto;
    height: 100%;
}
#panel > .content > div > .fTable {
    margin-top: 47px;
}
#panel > .content > div > .fTable > .content > table {
    width: 100%;
    border-collapse: collapse;
}
#panel > .content > div > .fTable > .content > table > tbody > tr {
    font-size: 13px;
}
#panel > .content > div > .fTable > .content > table > tbody > tr > td:not([colspan]) {
    overflow: hidden;
    padding: 8px;
}
#panel > .content > div > .fTable > .content > table > tbody > tr > td[colspan] {
    padding: 20px;
}
#panel > .content > div > .fTable > .content > table > tbody > tr > td.operations > .button {
    border-radius: 8px;
    display: inline-block;
    padding: 4px 8px;
    margin-left: 12px;
    vertical-align: middle;
}
#panel > .content > div > .fTable > .content > table > tbody > tr > td > img {
    width: 70px;
    border-radius: 8px;
}
#panel > .button[key='filter'] {
    padding: 11.5px;
}
#panel > .button[key='filter'] > img {
    display: block;
}
#map > .button {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    padding: 4px 8px;
}
.buffers {
    display: none;
}
.page.hnb > .footer { /* has navigation bar */
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 84px;
    z-index: 1;
}
.page.hnb > .footer > .button {
    padding-top: 19px;
    text-align: center;
    height: 100%;
    float: left;
}
.page.hnb[role="customer"] > .footer > .button[role="corporate"] {
    display: none;
}
.page.hnb[role="corporate"] > .footer > .button[role="customer"] {
    display: none;
}
.page.hnb > .footer > .button > img {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}
.page.hnb > .footer > .button > .text {
    font-weight: 500;
    font-size: 12px;
}
.fTable > .footer {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}
.fTable > .footer > .pagination {
    margin-bottom: 8px;
}
.fTable > .footer > .pagination > div {
    display: inline-block;
    padding: 8px 12px;
    margin: 2px;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
    min-width: 27px;
    text-align: center;
    font-weight: bold;
}
.fForm > .fields > .field > .relation {
    margin-top: 8px;
}
.fForm > .fields > .field.image .remove,
.fForm > .fields > .field > .relation > .button {
    display: table;
    border-radius: 8px;
    padding: 4px 8px;
}
.fForm > .fields > .field.relation > .name {
    position: relative;
    border-radius: 16px;
    width: 100%;
    padding: 16px;
    margin-bottom: 8px;
}
.fForm > .fields > .field.relation > .name > img {
    position: absolute;
    top: 0;
    width: 53.25px;
    padding: 21px;
}
.fTable > .content > table {
    border-collapse: collapse;
    width: 100%;
}
.fTable > .content > table > thead {
    height: 34px;
}
.fTable > .content > table > thead.filter {
    display: inline-block;
}
.fTable > .content > table > thead > .fields {
    width: 100%;
    padding: 16px;
    white-space: nowrap;
}
.fTable > .content > table > thead.filter > .fields {
    display: none;
}
.fTable > .content > table > thead > .fields > th {
    padding: 16px;
    overflow-x: auto;
    white-space: nowrap;
    font-weight: 500;
    text-align: left;
}
.fTable > .content > table > thead > .fields > th:first-child {
    padding-left: 20px;
}
.fTable > .content > table > thead > .fields > th:last-child {
    padding-right: 20px;
}
.fTable > .content > table > thead > .fields > th > .sort {
    display: inline-block;
    background-image: url('/images/sortBlack.svg');
    background-size: 10px;
}
.fTable > .content > table > thead > .filterFields {
    position: absolute;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.fTable > .content > table > thead > .filterFields > th:first-child:empty {
    display: none;
}
.fTable > .content > table > thead:not(.filter) > .filterFields {
    display: none;
}
.fTable > .content > table > thead > .filterFields > th {
    padding: 3px 14px;
    font-size: 12px;
    margin: 5px 4px;
    display: inline-block;
    border-radius: 24px;
}
.fTable > .content > table > thead > .filterFields > th > input,
.fTable > .content > table > thead > .filterFields > th > select {
    height: 19.5px;
}
.fTable > .content > table > thead > .filterFields > th > input {
    font-size: 12px;
}
.fTable > .content > table > thead > .filterFields > th > select {
    border: 0;
}
.fTable > .content > table > thead > .filterFields > th > img {
    position: absolute;
    width: 16px;
    top: 4.5px;
    right: 5px;
}
.fTable > .content > table > thead > .buttons {
    position: absolute;
}
.fTable > .content > table > thead:not(.filter) > .buttons {
    display: none;
}
.fTable > .content > table > thead > .buttons > th {
    padding: 0;
}
.fTable > .content > table > thead > .buttons > th > .button {
    padding: 3px 14px;
    border-radius: 24px;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.fTable > .content > table > tbody > tr > td > span[onclick],
.fForm > .fields > .field > .value > span[onclick] {
    font-weight: bold;
}
.fForm > .fields > .field > .value {
    margin-top: 4px;
}

/* overrides */
.mdtoast {
    position: absolute;
    font-size: 15px;
    line-height: 22px;
    bottom: 24px;
    left: 24px;
    border-radius: 16px;
}
/* hide the surrounding blue border of google map */
.gm-style > div,
.gm-style > iframe > div {
    border: none !important;
}

@keyframes heartbeat {
    0% {
        transform: scale(0.95);
    }
    20% {
        transform: scale(1.8);
    }
    40% {
        transform: scale(0.95);
    }
    60% {
        transform: scale(1.8);
    }
    80% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(0.95);
    }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
@keyframes fade { 
    from {
        opacity: 0;
    }
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes wave { 
    0% {
        background-position: 210px;
    }
    50% {
        background-position: 105px;
    }
    100% {
        background-position: 0;
    }
}

@media (max-width: 1200px) {
    ::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 1201px) {
    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }
    ::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
        border-radius: 3px;
    }
}