/* App switch */
.seting-area {
    display: flex;
    align-item: center;
}

.langages .crnt-pln {
    width: auto !important;
}

.drop {
    right: 39px !important;
}

.app-switch .drop {
    right: 2px !important;
    width: 280px !important;
}

.app-switch .admin-avatar img {
    border-radius: 0px !important;
    border: 0px !important;
}

.app-switch .drop-app {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 33px 10px;
    position: relative;
    width: 100%;
    z-index: 3;
}

.app-switch .drop-app::before {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    right: 19px;
    position: absolute;
    top: -7px;
}

.app-switch .ps-container {
    padding: 0px 10px !important;
    margin-bottom: 10px;
}

.app-switch ul.ps-container li.list {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0px;
    padding: 3px 0px;
}

.app-switch ul.ps-container li.list:last-child {
    border-bottom: none !important;
}

.app-switch-subList {
    display: grid;
    grid-template-columns: 17% auto auto;
    align-items: center;
}

.app-switch-subList img {
    float: left;
    margin-top: 10px;
    margin-bottom: -5px;
}

.app-switch-subList a {
    text-transform: uppercase !important;
    font-size: 12px !important;
    color: #666;
}

.app-switch-subList i {
    color: #bababa;
    font-size: 21px;
    cursor: pointer;
    text-align: right;
    margin-right: 15px;
}

.dropdownText {
    font-size: 12px;
    line-height: 6px;
    margin-bottom: 10px;
    margin-left: 2.7rem;
}

.app-switch ul.sub-list {
    /* margin-left: 28px; */  
    margin-left: 50px;
    display: none;
}

.app-switch ul.sub-list li {
    padding: 6px 0px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.app-switch ul.sub-list li:last-child {
    border-bottom: 0px !important;
}

.app-switch ul.sub-list li:after {
    content: "";
    display: block;
    clear: both;
}

.app-switch ul.sub-list li img {
    float: left;
    clear: both;
    border-radius: 0;
    margin-right: 5px;
}

.app-switch .bottom-text {
    text-align: center;
    padding: 15px 0px;
}

.app-switch .bottom-text a {
    padding: 10px 0px;
    text-decoration: underline;
    color: #0085ff;
    font-size: 12px;
}

.app-switch-subList i.active {
    transform: rotateZ(180deg);
    text-align: revert;
}

.responsive-header .t-search form {
    margin-left: 0;
    padding: 12px;
}

.drop-meta li.list:last-child{
    border-bottom: none !important;
}




/* external css */

.drop .drop-meta {
    /* padding: 0 25px; */
    width: 100%;
    max-height: 268px;
    position: relative;
}

.ps-container {
    /* -ms-touch-action: auto; */
    touch-action: auto;
    overflow: hidden !important;
    /* -ms-overflow-style: none; */
}

.drop.setting {
    position: fixed;
    left: unset!important;
    /* right: 5px; */
}

.drop.setting {
    /* left: -105px; */
    line-height: initial;
    top: 60px;
    /* width: 190px; */
}

.drop.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);

    /* -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0); */
}

ul, ol {
    /* margin-bottom: 0;
    padding-left: 0; */
    list-style: none;
}

.drop {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    left: -41px;
    position: absolute;
    top: 38px;
    width: 300px;
    /* -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 28px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 2px 28px rgba(0,0,0,.07);
    -ms-box-shadow: 0 2px 28px rgba(0,0,0,.07);
    -o-box-shadow: 0 2px 28px rgba(0,0,0,.07);
    box-shadow: 0 2px 28px rgb(0 0 0 / 7%);
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px); */
}
.setting {
    float: right;
    /* list-style: outside none none; */
    padding-left: 0;
}

ul, ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.drop-meta>li {
    border-bottom: 1px solid #ededed;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
    line-height: initial;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    right: 2px;
    width: 6px;
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 15px;
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    height: 15px;
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail, .ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent;
}

#topbar .t-search {
    margin-top: 2px;
}

#topbar .notify-area, #topbar .t-search, #topbar .user-head {
    line-height: initial;
    vertical-align: middle;
}

.responsive-header .t-search {
    float: left;
    width: 100%;
    margin-left: 0;
}

.t-search {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    line-height: initial;
}





/* mobile responsive */

.app-switch-subList img{
    width: 25px;
    margin-left: 5px;
    border-radius: 0% !important;
}

.drop.setting .drop-head::before {
    right: 48px !important;
}

@media screen and (max-width: 500px) and (min-width: 300px){
    #ir-central-responsive{
        width: 20px;
    }

    /* .responsive-header .t-search form {
        padding: 0px;
    } */

    .responsive-header .user-head .user_icon{
        font-size: 25px !important;
    } 
}

@media screen and (max-width: 1024px) and (min-width: 300px){
    .mblResponsiveHeader .drop.setting{
        width: 155px !important;
    }

    .responsive-header .notifications a img{
        width: auto !important;
    }

    .responsive-header .drop.setting .drop-head::before{
        right: 45px !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px){
    #ir-central-responsive{
        width: 20px;
    }

    .responsive-header .notifications a img {
        width: 40% !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 300px){
    .app-switch-subList img{
        width: 20px;
    }

    #ir-prod-btn{
        margin-top: 0px !important;
    }

    /* .responsive-view .drop.setting {
        width: 55%;
    } */

    .responsive-header .t-search form {
        padding: 0px;
    }

    /* #ir-central-responsive{
        width: 16px;
    } */

    .admin-avatar {
        margin-right: 12px;
        /* width: 20px !important; */
    }

    /* .ir-products-responsive .drop.active{
        right: 4px !important;
        top: 50px !important;
    } */

    .responsive-header .drop.active{
        right: 10px !important;
        top: 50px !important;
    }

    .app-switch .drop-app::before{
        right: 12px;
    }

    .drop.setting .drop-meta>li a {
        float: left !important;
    }

    .ir-products-responsive .drop-meta>li a{
        text-align: left !important;
    }

    .dropdownText{
        margin-left: 3.0rem !important;
        text-align: left !important;
        margin-top: 5px;
    }

    .app-switch-subList img{
        margin-left: 10px;
        margin-top: 5px;
        margin-bottom: -5px;
    }

    .responsive-view .drop.setting .drop-meta>li{
        margin-bottom: 5px;
    }

    .app-switch-subList i.active{
        margin-right: -45px;
    }

    /* .responsive-header .notifications a img {
        width: 40% !important;
    } */
}

a.cursor-pointer{
    cursor: pointer;
}