.icon-block {
    padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}
.icon-block .material-icons {
    font-size: inherit;
}

strong {
    font-weight: 700;
}

img {
    object-fit: cover;
}

/*@font-face {
    font-family: 'Emoji';
    src: url('/client/fonts/AppleColorEmoji.ttf')  format('truetype');
}*/

#preloader {
    position: absolute !important;
    top: 150px;
    z-index: -1;
    width: 100%;
    left: 0;
    right: 0;
}

spa-title {
    display: none;
}

body {
    font-size: 16px !important;
    background-color: #f5f5f5 !important;
    /*font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', 'Emoji', sans-serif;*/
}

hr {
    border: none;
    height: 1px;
    background-color: rgba(255,255,255,0.1);
    width: 100%;
}

.status-icon {
    margin-left: 4px;
    line-height: inherit;
    user-select: none;
}

.dropdown-content {
    border-radius: 8px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%) !important;
}

.official {
    display: flex;
    height: 10px;
    width: 10px;
    margin: 6px;
    margin-left: 8px;
    background: #000;
    position: relative;
    user-select: none;
}

.official:before, .official:after {
    content: "";
    height: 10px;
    width: 10px;
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
}
.official:before {
    transform: rotate(30deg);
}
.official:after {
    transform: rotate(60deg);
}

.official .material-icons {
    font-size: 9px;
    line-height: 9px;
    /* margin: 1px; */
    margin-left: .4px;
    margin-top: .5px;
    z-index: 1;
    font-weight: 600;
    user-select: none;
    color: #fff !important;
}

.official18px.official {
    height: 18px;
    width: 18px;
    margin: 10px 10px 10px 12px;
}

.official18px.official:before, .official18px.official:after {
    height: 18px;
    width: 18px;
}

.official18px.official .material-icons {
    font-size: 17.5px;
    line-height: 17.5px;
    margin-top: 0.8px;
}

.tabs {
    background-color: transparent;
}

.bw-text {
    color: #000 !important;
}

.bw {
    background: #000 !important;
}

.wb-text {
    color: #fff !important;
}

.wb {
    background: #fff !important;
}

table {
    background: transparent;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons, nav i.material-icons {
    line-height: 64px;
}

.nav-notify-indicator {
    position: absolute;
    min-width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    top: 14px;
    margin-left: 16px;
    border-radius: 50px;
    padding: 0 4px;
    color: #fff !important;
}

.nav-notify-indicator-mob, .nav-notify-d-indicator-mob {
    position: absolute;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    top: 10px;
    margin-left: 16px;
    border-radius: 50px;
    padding: 0 4px;
    color: #fff !important;
}

.nav-mobile {
    height: 64px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    bottom: 0;
}

.nav-mobile i.material-icons, .nav-mobile i.material-icons {
    line-height: 50px;
}

.nav-mobile nav {
    height: 64px;
}

.nav-mobile ul {
    width: 100%;
    display: flex;
}

.nav-mobile li {
    margin: auto;
}

.nav-mobile-main {
    height: 64px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.modal {
    z-index: 999999 !important;
}

.modal .collection {
    border: none !important;
    background: transparent !important;
}

.modal .collection .collection-item {
    background: transparent !important;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #000 !important;
}

.collection a.collection-item {
    font-weight: 400;
}

.tabs .tab a:hover, .tabs .tab a.active {
    color: #000 !important;
}

.tabs.tabs-transparent .tab a, .tabs.tabs-transparent .tab.disabled a, .tabs.tabs-transparent .tab.disabled a:hover {
    color: #1c1c1c !important;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: #def0ff;
}

.collection .collection-item.active {
    background-color: #def0ff;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid #00008B;
    background-color: #00008B;
}

.indicator {
    background: #00008B !important;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #00008B;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #235cff;
}

.switch label .lever:before {
    background-color: rgba(35,92,255,0.15) !important;
}


/* label color */
.input-field label {
    color: #9e9e9e !important;
}
/* label focus color */
.input-field input[type="tel"]:focus, .input-field input[type="number"]:focus, .input-field input[type="email"]:focus, .input-field input[type="password"]:focus, .input-field input[type="text"]:focus, .input-field textarea:focus {
    color: #000 !important;
}

/* icon prefix focus color */
.input-field .prefix.active {
    color: #00008B !important;
}

.search-input {
    width: calc(100% - 520px);
    height: 45px;
    margin: 10px;
    border-radius: 5px;
}

.search-input input[type="search"] {
    color: #000000;
    border-radius: 5px;
}

.search-i {
    height: 45px !important;
    line-height: 45px !important;
}

nav ul a {
    color: #000;
    font-weight: 500;
    font-size: 1.1rem;
    transition: 0.3s all;
}

nav ul a:hover {
    background: none !important;
}

.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
    background-color: unset;
}

.badge {
    border-radius: 8px;
}

.feed-comment-menu {
    top: 8px !important;
    cursor: pointer;
}

.feed-comment-menu i {
    font-size: 20px;
}

.feed-comment-like {
    padding: 0 4px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 22px;
    top: unset !important;
    bottom: 8px;
    background: #EEEEEE !important;
    color: #000;
    cursor: pointer;
}

.feed-comment-like i {
    font-size: 18px;
    line-height: 22px;
    margin-right: 4px;
}

.card-feed .card-content label {
    color: #616161 !important;
}

.card-feed .card-content ol, .card-feed .card-content ul {
    list-style: auto !important;
}

.card-feed .collection {
    border: none !important;
    margin: 0 !important;
    border-radius: 8px 8px 0 0;
}

.card-feed .carousel-arrow-left {
    position: absolute;height: 100%;padding: 12px;left: 0;z-index: 1;cursor: pointer
}
.card-feed .carousel-arrow-right {
    position: absolute;height: 100%;padding: 12px;right: 0;z-index: 1;cursor: pointer
}

.card-feed .carousel-arrow-left i {
    margin-top: 150px;
}
.card-feed .carousel-arrow-right {
    margin-top: 150px;
}

.card-feed .label-location {
    width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
    display: block;
    white-space: nowrap;
}

.card-feed .collection .collection-item .secondary-content {
    top: 20px;
}

.card-feed .collection .collection-item {
    border-bottom: none !important;
    min-height: 64px !important;
}

.card-feed .card-label-count {
    line-height: 40px;
    margin-left: -2px;
    margin-right: 4px;
}

.card-feed .card-image img {
    border-radius: 0 !important;
    object-fit: cover;
}

.card-feed .card-image .carousel img {
    height: 100%;
}

.card-feed .card-action {
    /*border: none;*/
    padding: 8px !important;
}

.card-feed .card-content {
    /*border: none;*/
    padding: 16px !important;
}

.card .card-title {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
}

.card-action {
    padding: 8px 24px !important;
}

.card-action a {
    padding: 0px 8px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0);
    color: #000;
    cursor: pointer;
    transition: all .2s ease-out !important;
}

.card-action .btn-floating {
    padding: 0;
    border-radius: 50%;
}

.card-action a:hover {
    background-color: rgba(33, 33, 33, 0.16);
}

.card-title-gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
}

.card-title-very-small {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.13) 12%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.13) 12%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.13) 12%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#000000',GradientType=0 );
    width: 100%;
    padding: 10px !important;
}

.card-h {
    display: flex;
}
.card-h img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-h-left {
    width: 30%;
}

.card-h-right {
    width: 70%;
    padding: 24px
}

.logo {
    margin-top: 7px;
    width: 120px;
    height: 50px;
    border-radius: 8px;
    float: left;
    object-fit: cover;
}

#scrollup {
    position: fixed;
    bottom: 24px;
    right: 24px;
    opacity: 0;
}

#scrolldown {
    position: absolute;
    bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.collapsible {
    border: none;
}

.input-search {
    background: #efefef !important;
    padding: 8px !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 8px !important;
    width: calc(100% - 16px) !important;
}

.hoverable-z1, .hoverable-z2, .hoverable-z3, .hoverable-z4, .hoverable-z5 {
    transition:box-shadow .25s; box-shadow:0;
}

.hoverable-z1:hover {
    transition:box-shadow .25s; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.hoverable-z2:hover {
    transition:box-shadow .25s; box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);
}

.hoverable-z3:hover {
    transition:box-shadow .25s; box-shadow:0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
}

.hoverable-z4:hover {
    transition:box-shadow .25s; box-shadow:0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.3);
}

.hoverable-z5:hover {
    transition:box-shadow .25s; box-shadow:0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.3);
}

.focusable-z1 {
    transition:box-shadow .25s; box-shadow:0;
}

.focusable-z1:focus {
    transition:box-shadow .25s; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.focusable-z1 input[type="search"]:focus {
    transition:box-shadow .25s; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2) !important;
}


.modal.bottom-sheet {
    width: 100% !important;
    max-height: calc(100% - 64px);
}

@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }

    .container-feed {
        width: 600px;
    }
}

@media only screen and (min-width: 1590px) {
}

@media only screen and (max-width: 992px) {
    .search-input {
        width: calc(100% - 80px) !important;
        margin-top: 5px;
    }

    nav .brand-logo {
        left: 0;
        transform: none;
    }

    .nav-mobile-main {
        height: 50px;
    }

    .modal:not(.bottom-sheet) {
        top: 80px !important;
        min-height: calc(100% - 160px) !important;
        width: 95% !important;
        max-height: 100% !important;
    }

    .modal.bottom-sheet {
        max-height: calc(100% - 50px) !important;
    }
}

@media only screen and (max-width: 600px) {
    .container {
        width: 95%;
    }

    .container-full-mobile {
        width: 100%;
    }
}

::-webkit-scrollbar              { width: 6px; height: 6px; }
::-webkit-scrollbar-track        { background-color: #000000; border-radius: 0 !important;  }
::-webkit-scrollbar-thumb        { background-color: #b3b3b3; -webkit-appearance: none;  border-radius:50px; }
::-webkit-scrollbar-thumb:hover  { background-color: #00008B; }

.tabs::-webkit-scrollbar         { width: 2px !important; height: 2px !important; }

@media only screen and (max-width: 992px) {
    .tabs::-webkit-scrollbar     { width: 0 !important; height: 0 !important; }
}
