﻿.header-mobile {
    height: 56px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
}

.header-mobile__togglemenu,
.header-mobile__leftcolse {
    cursor: pointer;
}

.header-mobile-title {
    font-weight: bold;
    font-size: 14px;
    color: var(--color-primary) !important;
    text-transform: uppercase;
    line-height: 1;
    max-width: 250px;
    text-align: center;
    line-height: 1.2;
}

.header-mobile-title__loginicon {
    background: var(--color-gray);
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .header-mobile-title__loginicon i {
        color: #a1a4a8;
    }

.header-mobile__togglemenu {
    font-weight: bold;
}

.mobile-left-full {
    background-color: #fff;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}

.accordion-mobile {
    background-color: #fff;
}

.accordion-simple.accordion-mobile .accordion-button.collapsed {
    border-radius: 0px !important;
}

.accordion-simple.accordion-mobile .accordion-collapse.collapse.show {
    border-radius: 0 !important;
}

.accordion-simple.accordion-mobile .accordion-button {
    border-radius: 0 !important;
}

    .accordion-simple.accordion-mobile .accordion-button.collapsed {
        margin-bottom: 0;
    }

.mobile-left-full .search-form input {
    background-color: var(--color-gray) !important;
    color: #222 !important;
    border-radius: 8px;
}

.mobile-left-full .search-form i {
    color: #222 !important;
}

.mobile-left-full .form-control::placeholder {
    color: #222 !important;
    opacity: 1; /* Firefox */
}

.mobile-left-full .form-control::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #222 !important;
}

.mobile-left-full .accordion-button {
    background-color: #fff !important;
}

.mobile-left-full .accordion-collapse.collapse.show {
    background-color: #fff !important;
}

.mobile-left-full .accordion-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .mobile-left-full .accordion-body .border-bottom:last-child {
        border: unset !important;
    }

.mobile-left-full .accordion-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mobile-right-full {
    background-color: #fff;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}

    .mobile-right-full .form-input-simple {
        background: var(--color-gray);
    }

    .mobile-right-full .custom-select .filter__ttl {
        margin-bottom: 5px;
    }

    .mobile-right-full .btn {
        border-radius: 0 !important;
    }

#NhietDoMobile img {
    height: 50px;
}


.mobile-left-full .app-download-img img {
    height: 50px;
    object-fit: contain;
}

.mobile-left-full .app-download-img{
    width: max-content;
}

.mobile-left-full .accordion-item .control-label {
    color: var(--color-primary);
    font-size: 14px;
}

.header-mobile__leftcolse {
/*    -webkit-animation: rotate-90-ccw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: rotate-90-ccw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
    transition: all 0.3s;
}

.header-mobile__leftcolse:hover i{
    color: red;
/*    -webkit-animation: rotate-90-cw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: rotate-90-cw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
}

@-webkit-keyframes rotate-90-cw {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes rotate-90-cw {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes rotate-90-ccw {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@keyframes rotate-90-ccw {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

.header-mobile .dropdown-item {
    font-size: 14px;
    font-weight: unset;
}

.mobile-right-full .custom-select .filter__ttl {
    font-size: 14px;
}