@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    box-sizing: border-box;
    font-family: Lato, sans-serif
}
app-root{
    position: fixed;
    width: 100vw !important;
    height: 100vh !important;
}
.grid {
    min-height: 100%;
    display: flex;
    align-items: center;
    align-content: center
}

.grid-items {
    width: 100%;
    min-height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 0fr));
    grid-gap: 40px;
    place-content: center;
}

.bg-blue {
    background-color: var(--blue-color) !important
}

.bg-green {
    background-color: var(--green-color) !important
}

.bg-orange {
    background-color: var(--orange-color) !important
}

.bg-yellow {
    background-color: var(--yellow-color) !important
}

.bg-green-custom {
    background-color: var(--green-custom-color) !important
}

.bg-pink {
    background-color: var(--pink-color) !important
}

.bg-purple {
    background-color: var(--purple-color) !important
}

.round-btn {
    width: 100%;
    height: 100%;
    background: var(--default-color);
    border-radius: 80px;
    color: #fff;
    font-size: 22px;
    padding: 50px 0;
    text-align: center;
    display: table;
    cursor: pointer;
    border: 5px solid transparent
}

.round-btn:hover {
    border-color: #00000056;
    opacity: .95
}

.btn-item {
    display: table-cell;
    vertical-align: middle
}

.icon {
    font-size: 70px;
    line-height: .1
}

@-moz-keyframes slidein {
    0% {
        left: -290px
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes slidein {
    0% {
        left: -290px
    }
    100% {
        left: 0
    }
}

@keyframes slidein {
    0% {
        left: -290px
    }
    100% {
        left: 0
    }
}

@-moz-keyframes slideout {
    0% {
        left: 0
    }
    100% {
        left: -290px
    }
}

@-webkit-keyframes slideout {
    0% {
        left: 0
    }
    100% {
        left: -290px
    }
}

@keyframes slideout {
    0% {
        left: 0
    }
    100% {
        left: -290px
    }
}

@-moz-keyframes bodyslidein {
    0% {
        left: 0
    }
    100% {
        margin-left: 290px
    }
}

@-webkit-keyframes bodyslidein {
    0% {
        left: 0
    }
    100% {
        left: 0
    }
}

@keyframes bodyslidein {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 290px
    }
}

@-moz-keyframes bodyslideout {
    0% {
        margin-left: 290px
    }
    100% {
        margin-right: 0
    }
}

@-webkit-keyframes bodyslideout {
    0% {
        margin-left: 290px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bodyslideout {
    0% {
        margin-left: 290px
    }
    100% {
        margin-left: 0
    }
}

#side-bar {
    position: fixed;
    left: 0;
    top: 0;
    right: auto;
    min-height: 100%;
    overflow-y: auto;
    white-space: nowrap;
    height: 100vh!important;
    height: 100%;
    z-index: 1;
    width: 290px;
    background: var(--first-color);
    opacity: 1;
    overflow: auto;
    transition: 1s ease-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

form {
    padding: 20px 27px 0px 27px
}

#side-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid var(--s-color);
    height: 100%;
    display: flex;
    /* move flex-items in column */
    flex-direction: column;
    overflow: auto;
}

#side-bar ul> :last-child() {
    padding-bottom: 20px;
}

#side-bar ul>li:nth-last-child(2) {
    margin-top: auto;
    padding-top: 13px;
    padding-bottom: 20px;
    border-top: 1px solid var(--s-color);
}

#side-bar .select-language {
    background: var(--ws-color);
}

#side-bar .select-language .language {
    float: left
}

#side-bar ul li {
    cursor: pointer;
    padding: 13px 30px 13px 75px;
    text-align: left;
    color: #9E9E9E;
    opacity: 1;
    font-size: 12px;
}

#side-bar ul li.selected {
    text-transform: uppercase;
    background: #00AEEF 0% 0% no-repeat padding-box;
    color: #FFFFFF!important;
    font-size: 14px;
}

#side-bar ul li:hover {
    background-color: var(--lh-color)
}

#side-bar ul li.selected:hover {
    background: #00AEEF 0% 0% no-repeat padding-box;
}

#side-bar .bar-title {
    text-align: center;
    letter-spacing: 0;
    color: #f1f2f2;
    font-size: 23px;
    padding: 15px;
    border-bottom: 1px solid var(--s-color);
}

#side-bar img {
    height: 56.86px;
}

#side-bar ul li .icon {
    font-size: 18px;
    margin-left: -35px;
    position: relative;
    float: left;
}

#side-bar ul li.secondary {
    padding-left: 95px;
    text-transform: none !important;
    display: none
}

#main-container {
    position: fixed;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
}

.default-container {
    overflow: auto;
}

nav {
    background: var(--first-color);
    border-bottom: 1px solid var(--s-color);
    opacity: 1;
    display: table;
    width: 100%;
    padding: 22px 21px;
    .user-info{
        line-height: 1.3;
    }
}

div#search-box {
    float: left;
    flex-direction: row;
    align-items: center;
    width: 40%;
    height: 100%;
}

div#user-profile {
    float: right;
    display: flex;
    align-items: center
}

.right-li-icon {
    float: right;
    font-size: 18px;
    position: relative;
}

input[type=text].search-input {
    float: left;
    color: var(--t-color);
    font-size: 15px;
    width: 100%;
    border-radius: 18px;
    padding: 10px 40px 10px 18px;
    background: var(--i-color) 0% 0% no-repeat padding-box;
    border: 0;
    outline: 0;
}

.user-rank {
    text-align: left;
    letter-spacing: 0;
    font-size: 10px;
    color: var(--t-color)
}

.search-icon {
    float: right;
    color: var(--t-color);
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    margin-top: -30px;
    margin-right: 10px;
}

.search-icon:hover {
    color: #727272
}

.search-icon:active {
    color: #2e2e2e
}

.user-name {
    font-size: 14px;
    color: var(--t-color);
    letter-spacing: 0
}

.user-img img {
    border-radius: 104px;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    object-fit: cover;
}

#nav-bar-button {
    font-size: 38px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    color: var(--t-color);
    display: none;
}

#body-container {
    padding: 30px;
    background: var(--i-color) 0% 0% no-repeat padding-box;
}

.ion-page {
    background: var(--i-color) !important;
}

.store-items {
    padding: 50px;
    width: 100%;
    min-height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(257px, 0fr));
    grid-gap: 30px;
    place-content: center;
}

.product {
    width: 100%;
    height: 288px;
    cursor: pointer;
    background: var(--first-color);
    box-shadow: 0px 1px 6px #0000001C;
    border: 1px solid var(--b-color);
    border-radius: 4px;
    padding: 15px;
}

.product-selected {
    background: #FFFF00 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 6px #0000001c;
    border: 1px solid var(--b-color);
}

.product-info {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    font-size: 22px;
}

.product-desc {
    letter-spacing: 0px;
    color: var(--p-color);
}

.product-price {
    letter-spacing: 0px;
    color: var(--p2-color);
}

div#product {
    padding: 10px;
}

.product-image {
    width: 100%;
    height: 180px;
}

.product-image img {
    height: 100%;
    object-fit: fill;
    width: 100%;
    background: transparent;
}

.footer-nav-bottom {
    margin-bottom: 123px;
}

.footer-nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 123px;
    background: var(--h-color);
    border: 1px solid var(--b2-color);
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-nav button {
    background: #196CF2 0% 0% no-repeat padding-box;
    border-radius: 24px;
    padding: 20px 40px;
    font-size: 13px;
    color: var(--first-color);
    margin: 0px 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 5.04px;
    border: 3px solid #196CF2;
}

.white-btn {
    border-color: #196CF2 !important;
    background-color: var(--first-color) !important;
    color: #196CF2 !important;
}

#content-box {
    background: #f5f5f5;
    box-shadow: 0px 5px 10px #0000000d;
    border-radius: 5px;
    padding: 45px 25px 25px 25px;
    font-size: 14px;
    font-family: 'Roboto';
    color: var(--t-color);
}

.mh {
    min-height: 100%;
}

#content-box .c-title {
    text-align: left;
    letter-spacing: 0px;
    color: var(--t2-color);
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
}

.primary-color {
    background: transparent linear-gradient(90deg, #07A7E3 0%, #32DAC3 100%) 0% 0% no-repeat padding-box;
}

.primary-color:hover {
    background: transparent linear-gradient(90deg, #19bffc 0%, #19fcde 100%) 0% 0% no-repeat padding-box;
}

.primary-color:active {
    background: transparent linear-gradient(90deg, #00a8e6 0%, #01ddc0 100%) 0% 0% no-repeat padding-box;
}

.primary-color:disabled {
    background: transparent linear-gradient(90deg, #a3e6ff 0%, #73f9e7 100%) 0% 0% no-repeat padding-box;
}

.red-color {
    background: transparent linear-gradient(90deg, #e30707 0%, #da3232 100%) 0% 0% no-repeat padding-box;
}

.red-color:hover {
    background: transparent linear-gradient(90deg, #fc1919 0%, #fc1919 100%) 0% 0% no-repeat padding-box;
}

.red-color:active {
    background: transparent linear-gradient(90deg, #e60000 0%, #dd0101 100%) 0% 0% no-repeat padding-box;
}

.red-color:disabled {
    background: transparent linear-gradient(90deg, #ffa3a3 0%, #f97373 100%) 0% 0% no-repeat padding-box;
}

.search-input:focus, .search-input-x:focus {
    box-shadow: 0 0 0 2px #ffcf21;
}

#search-box-x {
    width: 100%;
    padding: 10px 0px;
}

.search-input-x {
    width: 100%;
    padding: 10px 34px 10px 15px;
    background: var(--first-color);
    border: 1px solid #E2E7EA;
    border-radius: 5px;
    font-size: 12px;
    color: var(--t-color);
    outline: none;
}

.search-icon-x {
    float: right;
    color: var(--t-color);
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    margin-top: -30px;
    margin-right: 7px;
}

.search-icon-x:hover {
    color: #727272
}

.search-icon-x:active {
    color: #2e2e2e
}

.table-x tr:first-child {
    /*border-top: 1px solid #dee7eb;*/
}

.table-x tr {
    /*border-bottom: 1px solid #dee7eb;*/
    width: 100%;
    padding: 20px 0px;
}

table.table-x {
    color: #72848C;
    font-family: 'Roboto';
    width: 100%;
    margin-bottom: 70px;
}

.table-x td, .table-x th {
    font-family: 'Roboto'!important;
    font-size: 12px;
    padding: 30px 0px;
}

.table-x .c {
    text-align: center;
}

.table-x .p {
    text-align: right;
}

.profile-picture {
    width: 100px;
    text-align: center;
}

.profile-picture img {
    width: 52px;
    height: 52px;
    background: var(--i-color) 0% 0% no-repeat padding-box;
    border-radius: 100%;
    object-fit: contain;
    vertical-align: middle;
}

.table-x td:first-child {
    padding-left: 5px;
    padding-right: 5px
}

.table-x td:last-child {
    padding-right: 30px
}

.table-x a {
    color: #10B1DC;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit
}

.btn-x {
    border: 0;
    border-radius: 5px;
    padding: 20px 10px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}

.btn-icon-x {
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
}

.btn-l {
    padding: 15px 40px;
}

input[type=file]::-webkit-file-upload-button {
    border: 0;
    background: transparent linear-gradient(90deg, #e307cc 0%, #a032da 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: var(--first-color);
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 15px;
    cursor: pointer;
}

input[type=file]::-webkit-file-upload-button:hover {
    background: transparent linear-gradient(90deg, #e307cc 0%, #8225b4 100%) 0% 0% no-repeat padding-box;
}

input[type=file]::-webkit-file-upload-button:active {
    background: transparent linear-gradient(90deg, #c006ad 0%, #6e199c 100%) 0% 0% no-repeat padding-box;
}

ion-input#file {
    text-transform: uppercase;
    font-size: 11px;
}

ion-input#file input {
    cursor: pointer;
}

.new-order {
    background: var(--i-color);
    border-radius: 5px;
    margin: 10px 0px;
    padding: 20px;
    font-family: 'Roboto';
    display: flex;
    align-items: center;
}

.new-order * {
    font-family: inherit;
    color: var(--t-color);
}

.order-title {
    color: var(--t2-color);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.order-desc {
    font-size: 12px;
}

.order-action {
    background: var(--first-color);
    border: 1px solid #DEE7EB;
    border-radius: 5px;
    padding: 5px 25px;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0px;
    color: #72848C;
    text-transform: uppercase;
}

.order-action:hover {
    background: #f7f7f7 0% 0% no-repeat padding-box;
}

.order-action:active {
    background: #e0e0e0 0% 0% no-repeat padding-box;
}

.order-info {
    flex-grow: 1;
    line-height: 1.5;
    width: 100%;
}

.order-extra {
    padding: 10px 5px;
}

.order-info b {
    color: #10B1DC;
}

.order-extra button {
    margin-left: 5px;
}

.order-extra button:first-child {
    margin-left: 0;
}

#nav-bar-button:hover {
    color: rgb(99, 99, 99)
}

#nav-bar-close {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    margin: 30px;
    color: #0abbff
}

#user-profile .user-logo-mi {
    display: none;
}

@media only screen and (min-width:768px) {
    div#search-box {
        max-width: 320px
    }
    .msb-x {
        -moz-animation: bodyslidein .3s forwards;
        -o-animation: bodyslidein .3s forwards;
        -webkit-animation: bodyslidein .3s forwards;
        animation: bodyslidein .3s forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }
}

@media only screen and (max-width:767px) {
    nav {
        display: flex;
        flex-direction: column-reverse;
    }
    .search-input {
        border-radius: 5px!important;
    }
    #user-profile {
        width: 100%;
    }
    #user-profile .user-logo-mi {
        display: block;
    }
    #user-profile .user-logo-mi img {
        height: 39px;
    }
    #user-profile .user-img {
        margin-left: auto;
    }
    #nav-bar-close {
        display: block
    }
    #side-bar {
        width: 100%!important;
    }
    .mnb, .msb {
        -moz-animation: slidein .3s forwards;
        -o-animation: slidein .3s forwards;
        -webkit-animation: slidein .3s forwards;
        animation: slidein .3s forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }
    .msb {
        display: flex!important;
        flex-direction: column;
    }
    .msh {
        -moz-animation: slideout .3s forwards;
        -o-animation: slideout .3s forwards;
        -webkit-animation: slideout .3s forwards;
        animation: slideout .3s forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }
    #body-container {
        padding: 20px !important
    }
    #side-bar .bar-title {
        border-right: 1px solid var(--s-color)!important;
    }
    .grid-items {
        padding: 0px !important;
        grid-template-columns: repeat(auto-fit, minmax(225px, 0fr));
        grid-gap: 20px;
    }
    div#search-box {
        width: 100%!important;
        float: left;
    }
    div#user-profile {
        padding-bottom: 10px;
    }
    #nav-bar-button {
        display: block !important;
        margin-left: 15px!important;
        text-align: center !important;
        float: left;
        margin: 0;
        padding: 0px;
        font-size: 44px;
        line-height: 0;
    }
    div.new-order {
        flex-direction: column;
        align-items: normal;
    }
    div.order-extra {
        width: 100%;
        text-align: center;
    }
    .table-r {
        display: block;
    }
    .table-r tr, .table-r td {
        display: block
    }
    .table-x tr, .table-r td {
        padding: 0px!important;
        width: 100%!important;
        text-align: center;
    }
    .table-r td:first-child {
        padding-top: 20px!important;
    }
    .table-r td:last-child {
        padding-bottom: 20px!important;
    }
    .order-info {
        text-align: center;
    }
    @-moz-keyframes slidein {
        0% {
            left: -100%
        }
        100% {
            left: 0
        }
    }
    @-webkit-keyframes slidein {
        0% {
            left: -100%
        }
        100% {
            left: 0
        }
    }
    @keyframes slidein {
        0% {
            left: -100%
        }
        100% {
            left: 0
        }
    }
    @-moz-keyframes slideout {
        0% {
            left: 0
        }
        100% {
            left: -100%
        }
    }
    @-webkit-keyframes slideout {
        0% {
            left: 0
        }
        100% {
            left: -100%
        }
    }
    @keyframes slideout {
        0% {
            left: 0
        }
        100% {
            left: -100%
        }
    }
    @-moz-keyframes bodyslidein {
        0% {
            left: 0
        }
        100% {
            margin-left: 0!important
        }
    }
    @-webkit-keyframes bodyslidein {
        0% {
            left: 0
        }
        100% {
            left: 0
        }
    }
    @keyframes bodyslidein {
        0% {
            margin-left: 0!important
        }
        100% {
            margin-left: 0!important
        }
    }
    @-moz-keyframes bodyslideout {
        0% {
            margin-left: 0!important
        }
        100% {
            margin-left: 0!important
        }
    }
    @-webkit-keyframes bodyslideout {
        0% {
            margin-left: 0!important
        }
        100% {
            margin-left: 0!important
        }
    }
    @keyframes bodyslideout {
        0% {
            margin-left: 0!important
        }
        100% {
            margin-left: 0!important
        }
    }
}

@media only screen and (max-width: 500px) {
    .order-extra {
        text-align: center!important;
        flex-direction: column!important;
        place-items: center!important;
    }
    .order-extra button:first-child {
        margin-left: 0;
        margin-bottom: 0;
    }
    .order-extra button {
        margin-left: 0;
        margin-top: 5px;
    }
}

button {
    max-width: 100%;
}

.cptz {
    text-transform: capitalize;
}

a {
    cursor: pointer
}

.language {
    display: grid;
    grid-gap: 10px;
    width: fit-content;
    width: -moz-fit-content;
    text-align: center;
    margin: 0 auto;
    grid-auto-flow: column;
}

.language img {
    width: 16px!important;
    height: 16px!important;
}

.upper {
    text-transform: uppercase
}

#custom-box {
    background: var(--first-color)!important;
}

.help-links .back, .custom-list li {
    color: var(--t-color)!important;
}

.box-title, #custom-box table {
    color: var(--t2-color)!important
}

.themeMode ion-icon {
    font-size: 22px;
}

.themeMode {
    cursor: pointer
}

.themeMode:hover {
    opacity: .80;
}

.alert-radio-label, ion-item, ion-label {
    color: var(--t-color)!important;
}
.swal2-container{    width: 100vw;
    height: 100vh !important;}
    pagination-template nav {
      padding: 0;
      margin: 0;
      border: 0;
      font-size: 14px;
      --font-family: darkgray;
    }
    .ngx-pagination .current {
        background: linear-gradient(90deg, #07A7E3 0%, #32DAC3 100%) 0% 0% no-repeat padding-box!important;
        border-radius: 3px;
    }