
.layout-sidebar-large .sidebar-left {
    left: -140px;
}
.layout-sidebar-large .sidebar-left.open {
    left: 0;
}
.toast-main{
    right: 3px;
}
/*for datetime picker*/
.dtp_modal-content{
    left:20px;
}
/*for file picker*/
.file-icon{
    padding-right:3px;
}

.nav_dropdown{
    left: 0;
}
.nav-item:hover .nav_dropdown{
    left: 100%;
}
/*for form buttons*/
.button_title {
    clip-path: polygon(0% 0%, 100% 0, 87% 44%, 69% 100%, 0% 100%);
}
.sidebar{
    left:0;
}
/*.sidebar_hide{
    left:-100%;
}*/



.sidebar_item_active::after {
    right: 0;
    border-right: 1.2rem solid var(--primary_color);
}
.dashboard_content {
    margin-left: var(--sidebar_hide_width);
}
.dashboard_content_shift{
    margin-left: var(--sidebar_width);
}

.sidebar_dropdown{
    left:var(--sidebar_width);
}


.combo_clear{
    right: 30px;
}



.phone_number_container [data-invalid-message]{
    left: 0;
}

/*[data-invalid-message]{
    right:13px;
}*/

@media screen and (max-width:1000px){
    .dashboard_content_shift{
        margin-left:var(--sidebar_hide_width);
    }
}
