﻿
:root {
    --color-btn-mobile: #bfabf0
}

@media(max-width:1335px) {
    .main, main {
        width: 97%;
    }
}

@media screen and (max-width:1200px) {
    .native-search-box input.filter-search-box {
        top: 0;
        bottom: auto;
        right: 15px;
    }

    .totop {
        background: linear-gradient( 45deg, #bfabf0, #bfabf0);
        padding: 9px 11px;
        font-size: .7rem;
        right: 33px;
        border-radius: 4px;
    }

    .search-box-footer-dec img {
        width: 210px;
    }

    .search-box-footer-dec p {
        font-weight: 600;
    }

    .search-box-footer {
        min-height: 170px;
        padding-top: 52px;
        bottom: -15px;
    }
}

@media(max-width:1290px) {
    .main-box, .global-main {
        width: 100%;
    }

    #responsive-menu-icon {
        position: fixed;
        font-size: 23px;
        cursor: pointer;
    }

    /*    .global-main .right-rail {
        position: absolute;
        z-index: 1;
        background: #ffffff;
        display: none;
        top: 22px;
    }*/

    .global-nav-nav {
        margin-right: 0;
    }

    .core-rail {
        width: 100%;
    }

    .full-size-screen-max.core-rail {
        width: 100%
    }
}

@media(max-width:1290px) {
    .user-row {
        z-index: 3;
    }
}

@media(max-width:1200px) {
    #responsive-menu-icon {
        right: 13%;
    }

    .user-row {
        z-index: 3;
    }

    .right-rail .frame {
        margin-bottom: 0
    }
}

.about-item .form-group label.label-text {
    margin: 0;
    font-size: .84rem;
    width: 100%;
    padding: 5px 9px;
    border-radius: 5px;
    min-height: 34px;
}

@media(min-width:769px) {
    .about-item .form-group label.label-text {
        background-color: #f8f8f8;
        color: #6e6e6e;
        padding: 5px 10px;
        border: 1px solid #DBDBDB;
        height: 40px;
        border-radius: 9px;
        margin: 3px 0px 20px 0px;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.8;
    }

    #responsive-menu-icon {
        right: 37px;
        top: 37px;
    }
}

@media(max-width:1200px) {
    .event-time-row > .event-item-content {
        width: calc(100% - 8px) !important;
    }

    .flex-row-event-box {
        justify-content: center;
    }

    .flip .Add-note {
        min-height: 82vh !important;
        display: block;
        overflow: auto;
        border-radius: 10px;
    }

    .left-side-result .result-image-item {
        display: flex
    }

    .form-group.auto-height {
        /*height: 63vh !important;*/
    }


    .auto-height textarea {
        max-height: 80vh
    }


    .edo-btn-list a {
        color: #ffffff !important;
    }

    .module-item {
        width: calc(50% - 10px );
    }

    .role-list li {
        width: 50%;
    }

    .role-modal .sharebox-bottom-bar label {
        justify-content: center;
    }

    .role-modal .sharebox-bottom-bar {
        width: 47%;
    }

    .icon-active {
        color: #ffffff !important;
    }

    #responsive-menu-icon {
        z-index: 999;
        right: 30px;
    }

    .function-bar {
        display: none;
    }

    #application > header {
        padding: 0 90px 0 50px;
        height: 45px
    }

    #login-box-res-body {
        width: 50%;
    }

    .global-nav-text {
        display: none;
    }

    #responsive-menu-icon {
        right: 30px;
        top: 17px;
        font-size: 27px;
    }


    .global-nav-branding {
        /*position: absolute;*/
        display: inline-block;
        top: 7px;
        left: 40px;
        /*width: 23px;*/
        /*height: 23px;*/
    }

    .global-nav-nav {
        min-width: inherit;
    }

    .aside-chat .chat-history {
        max-height: 71vh;
    }

    .sort-icon, .clear-input {
        right: 0
    }

    .range-select + li .sort-icon {
        right: 0;
        top: 21px;
    }

    .range-select .sort-icon {
        right: 15px;
    }

    .native-search-box .select-search > input {
        font-size: .9rem;
    }

    .native-search-box .search-content span {
        right: 22px !important;
        font-size: .75rem;
    }

    .native-search-box .select-values .search-content span {
        right: auto !important
    }

    .add-dep {
        display: inline-block;
        width: 100%
    }
}


@media(max-width:1290px) {
    #community-panel-right {
        /*background-color: #ffffff !important;*/
        box-shadow: 0px 0px 5px #cdcdcd;
        border-radius: 5px
    }
}



.checkbox-row-control label {
    width: auto !important;
}



.paint-content > .container, .paint-tool > .container {
    max-width: 100%;
    padding: 0
}


@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(900px);
        transform: translateY(900px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(900px);
        transform: translateY(900px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(900px);
        transform: translateY(900px);
    }
}

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(900px);
        transform: translateY(900px);
    }
}





@media screen and (min-width:1007px) and (max-width:1290px) {
    .global-main .right-rail {
        z-index: 3;
        float: right
    }

    .global-main .community-panel-right {
        width: 328.00192px;
        position: relative;
        margin-top: 12px;
        right: 150px;
        top: 0;
    }
}


@media(min-width:768px) and (max-width:992px) {
    .app {
        width: calc(25% - 4px);
        /* min-width: 110px; */
        margin: 2px;
        font-size: 13px;
    }

    header {
        height: 60px;
    }

    .d-print-none {
        right: 0;
        left: 0;
        margin: auto;
        padding-right: 130px
    }


    .global-main .left-rail {
        margin: 0;
        padding: 0;
        z-index: auto;
    }

    .email-area .frame {
        padding: 0 3px;
    }

    .email-area .feed-mail-header .mail-header-title {
        padding: 0 9px;
        padding-bottom: 0;
    }

    .open-email {
        display: none;
        margin: 0 5px 0 0;
    }
}

@media(min-width:768px) {
    .color-picker-content {
        height: 175px !important
    }

    .icon-active {
        color: #72b6f9 !important;
    }

    .event-controls {
        display: none;
    }

    .share-box-feed-entry-bottom-bar-wrapper {
        justify-content: space-around;
        padding: 0;
        padding-left: 10px;
    }



    .role-modal .share-box-feed-entry-bottom-bar-wrapper {
        justify-content: start;
    }

    .other-feed .sharebox-bottom-bar sharebox-bottom-bar-survey {
        margin-right: 13px;
    }

    .feed-full {
        display: none
    }

    .chat-box-btn {
        display: none
    }

    .global-mav-bar-blue p, .global-nav-bar-gold p {
        display: none
    }
}



@media screen and (min-width: 991px) and (max-width: 1024px) {
    .global-nav.d-print-none > .global-nav-nav {
        margin-right: 60px;
    }
}

@media screen and (max-width: 600px) {
    .video-call-box {
        position: fixed;
        height: 100%;
        left: 0;
        width: 100vw;
        right: 0;
        top: auto;
        padding: 0;
    }

    .video-paint {
        height: 90%;
        /*bottom: -54px;*/
        top: auto;
        padding: 0;
    }
}

@media(max-width:576px) {
    .global-nav-primary-items {
        justify-content: space-around;
        padding-right: 10vh;
    }

        .global-nav-primary-items > li {
            min-width: 33px;
        }
}





@media(min-width: 576px) {
    .search-teacher-display .container {
        position: relative;
        min-height: 300px;
    }
}

@media(max-width: 992px) {
    .assessment-search-box-main .form-group > div {
        margin-bottom: 7px;
    }

    .frame-core {
        margin-bottom: 0
    }

    .file-manager-side {
        flex: none;
        height: fit-content;
        max-width: 100%;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .file-manager-box {
        flex-wrap: wrap;
        min-height: 100vh;
        flex-direction: row;
    }

    .ql-toolbar.ql-snow + .ql-container.ql-snow {
        width: 100%;
    }

    .search-teacher-display .container {
        min-height: auto !important;
    }

    .full-mobile {
        width: 100% !important
    }

    .frame.feed-shared-body {
        background-color: #ffffff;
        padding: 15px;
    }

    .select-values.select-controls label {
        padding-left: 28px;
    }

    .timeline-card-header .form-control option:focus,
    .timeline-card-header .form-control option:active {
        background-color: #ddd !important
    }

    #responsive-left-menu-icon {
        display: block;
        top: 0;
        font-size: 19px;
        cursor: pointer;
        left: 1px;
        padding: 15px 10px 15px 8px;
        position: relative;
    }

    .global-video.global-main .left-rail {
        position: fixed;
        z-index: 99999999;
        background: #fdfdfd;
        height: 100%;
        box-shadow: 1px 2px 5px rgba(17, 17,17, .17);
        width: 50%;
        border-radius: 0;
        top: 0;
        left: -100%;
        min-width: 205px;
        max-width: 225px;
        transition: all .5s ease;
    }

    .global-video.global-main .right-rail.open-right-menu {
        right: 0 !important;
        display: block;
        left: auto !important;
        width: 100%;
        min-width: auto;
        max-width: fit-content;
        position: relative;
        top: 0;
        padding: 0;
        background: #fff
    }

    .global-video.global-main .right-rail {
        display: block !important;
        position: inherit;
        top: 0
    }

    .global-video {
        flex-wrap: nowrap
    }

        .global-video .chat .chat-history {
            height: calc(100vh - 65px);
            max-height: 100%
        }
}

/*.paint-content .picturepanel > canvas {
    width: 100% !important
}*/

@media(max-width:1300px) {
    .global-main .right-rail.aside-chat.open-right-menu {
        background: #ffffff;
        max-width: 300px;
        overflow: auto;
        height: 100%;
        position: fixed;
        top: 51px;
    }

    .chat + .career-cloud-box {
        width: 100%;
        /*background: #ffffff;*/
        height: 100%;
        margin: 5px 0;
    }

    .chat .chat-history {
        height: 335px;
        padding: 10px;
    }

    .chat + .career-cloud-box .note-component {
        position: static;
    }



    .icon-button-single {
        margin: 0 0 5px 0;
        display: inline-block;
    }
}

@media(max-width:460px) {


    #responsive-menu-icon {
        /*right: 80px;*/
    }

    .login-card {
        width: 85%;
    }
}



/*New Responsive Pages*/
.result-image-item label {
    display: block;
    padding: 0px 0 10px 9px;
    font-size: .85rem;
    line-height: 1.3;
    max-height: 72px;
    overflow: hidden;
}


@media screen and (max-width:992px) {

    /*    .profile-rail-card ~ .community-panel-box {
        top: 61px;
        position: sticky;
    }
*/
    .post-view-item-row .question-box-area > .row {
        margin: 0;
    }

    .blue-tick-item {
        transform: translateY(-1px) translateX(3px);
    }
}



@media screen and (min-width:992px) {


    .result-image-item label {
        display: none
    }

    .compose-to .email-area label .user-selected {
        display: flex;
        margin: 7px -2px 6px 12px;
    }

    #community-panel-right > .timeline-card.frame:first-child {
        position: relative !important;
        top: 0 !important
    }

    .compose-to .email-area label {
        display: flex;
        align-items: center;
    }


    .profile-rail-card ~ .community-panel-box {
        top: 182px;
        position: sticky;
        transition: top .3s ease
    }

    .scroll-down .profile-rail-card ~ .community-panel-box {
        top: -150px;
        transition: top .3s ease
    }


    .profile-rail-card {
        transition: top .3s ease
    }

    .scroll-down .profile-rail-card {
        top: -160px;
    }

    .edo-btn-list a.btn-success {
        /*color: #28a745 !important;*/
    }

    .open-email {
        display: none
    }

    .bg-white {
        background-color: transparent !important;
    }

    .user-managment .bg-white {
        background-color: #fff !important
    }

    .icon-active {
        color: var(--color-btn-mobile) !important;
    }


    .search-content.fixed {
        width: 100%;
        position: fixed;
        top: 95px;
        left: 0;
        right: 0;
        padding: 5px;
        z-index: 9;
    }
    .menu-left.show + .core-rail .search-content.fixed {
        left: 140px;
    }
    .menu-left.show + .core-rail.right-menu-open .search-content.fixed {
        left: 100px;
    }
    .room-page .search-content.fixed {
        top: 0;
    }
    /*
    .search-content.fixed .room-search > div:first-child {
        display: none
    }*/
    .search-content.fixed .room-display .form-group .check-row {
        padding: 4px 6px 0px 6px
    }



    .room-page .search-content.fixed .select-search {
        margin: 0 7px;
        background: #ffffff;
        border-radius: 8px;
        height: 34px;
        padding: 0px 13px;
    }

    .room-page .search-content.fixed .form-control {
        max-width: 250px;
        padding: 13px;
        height: 35px;
    }

    .search-content.fixed .search-row-main ul {
        background: #ffffff;
        box-shadow: rgba(0,0, 0, .10) 0px 4px 6px -1px, rgba(0, 0, 0, .06) 0px 2px 4px -1px;
        /*  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
    }

    .btn-filter {
        display: none
    }

    .closebox-filter {
        display: none
    }

    .mobile-filter-header {
        display: none!important
    }

    .open-filter {
        display: none
    }
}

@media screen and (max-width:768px) {
    .search-content.box-area.fixed + .toggle-filter-row {
        position: fixed;
        top: 0;
        background: var(--color-bg-secondary);
        width: 100%;
        display: flex;
        left: 0;
        align-items: flex-start;
        min-height: 115px;
        justify-content: flex-start;
        padding-left: 12px;
    }

    .scroll-up .search-content.box-area.fixed + .toggle-filter-row {
        top: 73px;
    }

    .search-content.box-area.fixed .btn-filter {
        position: fixed;
        right: 15px;
        top: 25px;
    }

    .scroll-up .search-content.box-area.fixed .btn-filter {
        top: 88px;
    }

    .native-search-box .search-content.box-area.fixed + div .filter-text-bottom .select-search {
        position: absolute;
        top: 75px;
        width: fit-content;
        left: 6px;
        background-color: #fff
    }

    .search-content.box-area.fixed .filter-text-bottom > div {
        display: flex;
        flex-direction: column-reverse;
    }

    .search-content.box-area.fixed .toggle-filter-row .periodic {
        min-width: 87px;
        margin: 6px !important;
    }

    .search-content.box-area.fixed .result-item > div {
        padding-bottom: 0 !important
    }
}

.feed-shared-body-text .teacher-dec-full > p,
.teacher-dec .teacher-dec-full > p {
    transition: all .3s ease;
    overflow: hidden
}



.feed-des {
    font-weight: 400;
    padding-top: 5px;
}

    .feed-des > span {
        font-weight: 400 !important;
        font-family: var(--font-base) !important;
        font-size: 1em !important
    }

/*.icon-button-single {
    display: none
}
*/
@media screen and (max-width:1200px) {
    .right-rail.open-right-menu {
        background: #ffffff;
        z-index: 22
    }

    .join-type-row > li > div.check-row {
        min-width: 191px;
        justify-content: space-between;
    }

    .event-credit-box.event-credit-box-price {
        flex-wrap: wrap
    }

    .career-setting-box .event-credit-box-price > div.form-price-item {
        margin-bottom: 5px;
    }

    .result-tabs .about-item > .frame {
        padding: 0
    }

    .two-col {
        flex-wrap: wrap
    }

    .hashtag-row-box {
        padding: 0 0 10px 0;
        width: 100%;
        max-width: 100%;
    }
}


@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 1;
    }
}


.bg-white {
    border-radius: 15px;
}


@media(min-width:500px) and (max-width:768px) {
    .global-nav-primary-items {
        justify-content: flex-start;
    }

    .frame-core.olakid.visible
    /*.global-nav-primary-items > li, .global-nav-primary-items > li:nth-child(2) {
            margin-right: 20px;
        }
*/
    .global-nav-primary-items > li:nth-child(3) {
        margin-left: 0
    }

    .chat-box-btn:not(.open) {
        position: fixed;
        bottom: 11px;
        right: 17px;
        left: auto;
        margin: 0;
        box-shadow: none;
        width: 25px;
        height: 25px;
        font-size: .85rem;
        z-index: 9999999;
    }
}

@media screen and (max-width:370px) {
    .event-time-row > form {
        width: 100% !important
    }
}

.question-post-row .survey-label i {
    margin-right: 5px;
}

.question-post-row .survey-label {
    align-items: center
}

@media screen and (min-width:768px) {


    .chat-box-btn-bg-mobile {
        display: none
    }
}



@media screen and (max-width: 768px) {
    .assessment-search-box-main .assessment-btn {
        padding: 11px
    }

    #productDownload .app:before {
        margin-right: 0
    }

    .package-list .package-item .main-img {
        max-height: fit-content;
    }

    .event-title-bold, .teacher-dec-full, .event-body-text.result-item .feed-shared-body-text {
        padding-top: 0;
        margin-top: 0
    }

    .post-event-body-box-icon-row {
        padding: 4px 13px !important;
    }

    .package-item-detail.has-download .dicount-row {
        bottom: 0;
        right: 8px;
        margin: 0;
    }

    #productDownload .app span {
        display: none
    }

    .search-result.open {
        right: -90px;
        border-radius: 0;
        width: 100vw;
        min-width: 100%;
        padding: 0;
    }

    .channel-search video, .channel-search img {
        width: 100px;
        flex: 0 0 100px;
        height: 50px;
        border-radius: 5px;
    }

    .scroll-down .chat-box-btn.chat-box-btn-bg-mobile {
        transform: translate3d(0, 100%, 0);
    }

    .chat-box-btn.chat-box-btn-bg-mobile.open {
        display: none !important
    }

    .mobile-menu-box {
        max-width: 100%;
        margin-right: 20px !important;
        margin-left: 10px;
    }
    .center-div-img.mobile-menu-box .career-card-item {
        justify-content: center;
        margin: 0;
        align-items: center;
        min-width: 40px;
    }
    .mobile-menu-box::-webkit-scrollbar {
        width: 5px;
        height: 4px;
        background-color: #aaa; /* or add it to the track */
    }

        /* Add a thumb */
        .mobile-menu-box::-webkit-scrollbar-thumb {
            background: #000;
        }

    .input-dropdown-control > .row-input-control:last-child {
        z-index: auto
    }


    .room-box .publisher-items-de {
        flex-direction: column;
        align-items: normal;
    }

    .room-page .publisher-items-de h5 {
        display: flex;
        justify-content: flex-start;
    }

    .room-box .eventView-row {
        justify-content: flex-start;
    }

    .room-page .label-item {
        min-height: fit-content;
        padding-top: 0 !important;
        margin-top: -20px;
    }

    .product-item-publish-body-context .product-item-publish-body > div {
        display: flex;
        flex-direction: column;
        padding: 5px;
        margin-bottom: 5px;
    }

    .room-tag:empty {
        display: none
    }

    .hashtag-row-box {
        padding: 0 15px 10px 0;
    }

    .room-page .eventView-row .footer-item-event {
        padding-left: 0 !important
    }

    .gallery-slider-control {
        padding-right: 15px !important
    }

    .room-box .publisher-items-de-bottom {
        align-items: flex-start;
        display: flex;
    }


    .owl-carousel.post-gallery .owl-item img.product-gallery-items {
        border-radius: 17px;
    }

    .product-item-publish-body.row {
        padding-left: 15px !important
    }

    .left-side-result {
        flex-direction: column;
    }

        .left-side-result .result-image-item {
            flex-direction: column;
        }

    .result-image-item img {
        width: 100%;
        object-fit: fill;
        height: auto;
    }

    .result-item > div:first-child {
        position: relative;
        flex-direction: column;
        padding-bottom: 0
    }


    .result-image-item label {
        margin-bottom: 0;
        padding: 12px 0 0 0;
    }

    .result-item {
        background: #ffffff;
        padding: 17px;
        border-radius: 15px;
        margin-bottom: 10px;
    }

    .full-profile-user .teacher-dec-full {
        width: 100%;
        margin: 0
    }

    .teacher-dec > span {
        margin: 0;
        width: 100%
    }

    .teacher-dec span.read-more {
        background-color: #fff
    }

    .teacher-buttons-control > ul {
        flex-direction: row;
    }

    .mobile-item-button ul > li:first-child {
        width: auto
    }

    .mobile-item-button .action-button {
        font-size: 22px;
        margin: -3px 6px 0 1px;
    }

    .mobile-item-button > ul > li:nth-child(2) {
        width: auto !important;
        position: unset;
        margin: 2px 5px !important;
    }

    a.send-message-btn {
        padding: 8px
    }


    .mobile-item-button ul > li:first-child img {
        width: 31px;
        object-fit: cover;
        height: 31px;
        border-radius: 30px;
    }

    .result-item .left-side-result {
        flex-direction: column;
    }

    .native-search-box .container {
        padding: 0 7px;
    }
}

@media screen and (max-width:576px) {
    .package-item-detail.has-download .dicount-row {
        bottom: 0;
        margin: 0;
    }

    .package-item-detail.banner-header + .package-item-detail {
        bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: end;
    }

    .package-list .package-item .main-img {
        max-height: 205px;
    }

    .package-item-detail .dicount-row {
        bottom: 2px
    }

    .about-user-box .address-box-row {
        width: 100%
    }

    .blazored-toast {
        /*width: 100%;*/
        display: inline-block;
        word-break: break-word;
    }

    .button-header .open-email {
        padding: 8px 9px;
    }

    .feed-mail-header + .feed-shared-body {
        padding: 15px;
        margin: 0
    }

    .mail-header-dec {
        width: 28%;
    }

    .tools-list a {
        padding: 8px 10px;
        font-size: .9rem;
        margin: 0 0px 0 4px
    }

    .mail-header-dec h5 {
        padding-top: 8px;
    }

    .feed-mail-header .mail-header-title {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .tools-list {
        justify-content: flex-end;
        width: 70%;
        max-width: 100%;
    }

    .mail-table-row {
        margin: 0
    }

    .mail-select-all {
        margin: 0 6px;
    }
}

@media screen and (max-width:450px) {

    .row-btn-item {
        top: 28px;
    }
}

@media screen and (max-width:400px) {
    .global-main .right-rail.open-right-menu {
        min-width: auto;
        width: 85%;
    }

    .global-mav-bar-blue-count {
        display: none
    }

    .color-tools {
        margin: 0 6px;
        width: 175px;
        padding: 0px 6px;
    }

    .paint-tool .col-lg-10 {
        padding: 0
    }

    .feed-shared-body {
        margin: 0
    }

    .about-item .form-group {
        width: 100%;
        margin: 10px 0 0 0
    }
}

@media screen and (max-width:600px) {
    .global-nav-search-box {
        width: 40%;
        min-width: 50px;
    }
}

@media screen and (max-width :552px) {

    .input-dropdown-control {
        margin-bottom: 0;
        flex-direction: column
    }

    .package-item-detail .dicount-row ~ .active-package-box {
        background-color: #ffffff;
        margin: 5px 0 0 0;
    }



    .package-item-detail {
        width: 100%;
    }

    .banner-header {
        top: 15px;
    }
}


@media screen and (max-width :376px) {
    .result-item .feed-des.teacher-show-read-more {
        margin-top: 0;
    }

    .package-item-detail .dicount-row {
        bottom: 0;
    }

    .search-teacher-display {
        padding-bottom: 0 !important;
    }
}
