

@media screen and (min-width: 1391px) and (max-width: 1600px) {
    .Admin_form-section {
        padding: 10px 0 100px;
    }
    .admin-bodybg {
        background-position: 30% 30%;
    }
        .user-profile {
  margin-right: 31px;
}
}

@media screen and (min-width: 1200px) and (max-width: 1390px) {
    .Admin_form-section {
        padding: 10px 0 50px;
    }
    .admin-bodybg {
        background-position: 30% 30%;
    }
        .user-profile {
        margin-right: 31px;
        }
}

/*
====================================
Medium Screen - Others
====================================
*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
     .user_table-wrapper-box table {
        width: 1200px !important;
    }
    .user-profile {
  margin-right: 31px;
}
}

/*
====================================
Small Screen - Tablate
====================================
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .menu-logo {
        display: block !important;
    }
    .menu-bar {
        display: block;
    }
    .menu-item {
        display: none !important;
    }
    .menu-btn {
        display: none !important;
    }
    .user_table-wrapper-box table {
        width: 1200px !important;
    }
.profile-pic::before {
	display: none;
}
.profile-pic {
  display: block;
  padding-right: 0px;
}
}

/*
====================================
Small Screen - Mobile
====================================
*/

@media screen and (max-width: 767px) {
    .logo {
        max-width: inherit;
        display: inline-block;
        margin-right: 0px;
    }
    .menu-logo {
        display: block !important;
    }
    .menu-bar {
        display: block;
    }
    .menu-item {
        display: none !important;
    }
    .menu-btn {
        display: none !important;
    }
    .Admin_form-section {
        padding-bottom: 100px;
    }
    .Admin_form-left h2 {
        color: rgba(0, 0, 0, 0.86);
        font-family: Roboto;
        font-size: 27px;
        font-style: normal;
        font-weight: 400;
        line-height: 39px;
        margin-top: 21px;
        margin-bottom: 34px;
    }
    .admin-bodybg {
        background-position: 49% 27%;
    }
    .user_table__headeritams {
        display: block;
    }
    .d-smm-none {
        display: none !important;
    }
    .user_table_header-right input {
        max-width: 100%;
        margin: 20px 0;
    }
    .user_table-wrapper {
        padding: 18px 18px;
    }
    .user_table-wrapper-box table {
        width: 1200px !important;
    }
    .user_table-wrapper-box table th:nth-child() {
        width: 20px;
        background-color: red;
    }
    .user_table_header-right {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .user_table_header-right input {
        width: 100%;
        padding: 12px 18px 12px 45px;
        background-position: 4% 50%;
    }
    .admin-user-body {
        min-height: 100vh;
    }
    .user-profile {
        width: 40px;
        height: 40px;
    }
    .user-profile img {
        width: 40px;
        height: 40px;
    }
    .sds {
        color: #8897AD !important;
    }
    .user_table_header-right a {
        font-size: 13px;
    }
    .table-filerbtn {
        font-size: 13px;
    }
    .user-profile::before {
	top: 16px;
}

.profile-pic::before {
	display: none;
}


.languageSwitcher-btn{
  gap: 0 10px !important;
}
.user-profile a{
  /* padding-right: 0px; */
}
.user-profile {

  margin-right: -3px;
}

.profile-pic{
    display: block;
    padding-right: 0px;
}


}