.kt-aside__brand-logo{
    margin: 0 auto;
}
form label{
    color: #454545;
}
.info_text1{
    color: #454545;
    font-weight: 400;
}
.info_text2{
    color: #92A3B0;
    font-weight: 300;
}
#loader{
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 9999;
}
.error{
    padding-top: 0.5rem;
    color: red;
}
.form-disable{
    opacity: 0.5;
    pointer-events: none;
}
.back_btn{
    width: 100%;
    margin-top: 20px;
}
.padding-left-right{
    padding-left: 15px;
    padding-right: 15px;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #D3DBDF;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 10px;
    right: 100%;
    margin-right: -3.5rem;
    border: none;
}
.kt-menu__item--active a{
    background-color: #626a6e !important;
}
path {
    color: #FFFFFF;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #FFFFFF;
}
.checkbox_txt{
    color: #646c9a;
}
.kt-badge.kt-badge--inline {
    height: 0;
    width: auto;
    padding: 12px;
    border-radius: 5px;
    line-height: 1rem;
    background: #48465b;
}
#kt_aside_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.aside-logo-bottom {
    margin-top: auto; /* Pushes logo to the bottom */
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .kt-aside .kt-aside-menu {
        margin: 0;
    }
    .kt-aside-menu .kt-menu__nav {
        padding-top: 0;
    }
}
.kt-header-mobile__logo img {
    width: auto;
    max-height: 50px;
    max-width: 100px;
}
@media only screen and (max-width: 1024px) { 

}
input[type=file], input[type=file]:focus {
    outline: none;
    border: none;
}
#profile_pic{
    padding-left: 0;
}
#company_logo{
    padding-left: 0;
}
#order_photo{
    padding-left: 0;
}
#item_photo{
    padding-left: 0;
}
#kt_aside_brand{
    height: auto;
    padding: 10px;
}
.toast-top-right {
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}
.kt-subheader .kt-subheader__main .kt-subheader__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #212121;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media {
    height: 90px;
    align-items: center;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__img {
    object-fit: contain;
    height: fit-content;
}
.pl-30 {
    padding-left: 30px;
}
.pr-30 {
    padding-right: 30px;
}
.pl-50 {
    padding-left: 50px;
}
.pr-50 {
    padding-right: 50px;
}
.pt-40 {
    padding-top: 40px;
}
.cursor-pointer {
    cursor: pointer;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link {
    font-size: 1.2rem;
    font-weight: 550;
}
.disbled-text {
    color: #a9a9a9!important;
}