*{
    margin: 0;
    padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.adminloginform h4 {
    color: #111740;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 400;
}
.adminloginform p {
    color: #3949b8;
    font-size: 15px;
}
label {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}
.form-lg {
    height: 47px !important;
    font-size: 13px;
    color:#000;
    /*color: #808080;*/
}
.loginform .btn-userlogin {
    padding: 0.8rem 0.9rem;
    font-size: 1.1875rem;
    border-radius: 0.3125rem;
    font-weight: 400;
}
.btn-primary {
    color: #fff;
    background-color: #29566D;
    border-color: #090a0a;
    border-radius: 0.3125rem;
    box-shadow: none;
    font-size: 13px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #29566D;
    border-color: #3949b8;
}
.btn-danger{
    font-size: 13px;
}
.dashboardClient h3{
    font-size: 17px;
}
.ACustomer h3 {
    font-size: 17px;
}
.CompanyAdd h4 {
    font-size: 17px;
}
.tickets h3{
    font-size: 17px;
}
.ai-bots h3 {
    font-size: 17px;
}
.ai-bots h4 {
    font-size: 17px;
}
.lg-navs .nav-item a {
    padding: 7px 15px;
    line-height: 25px;
    font-size: 13px;
    min-width: 200px;
    font-weight: 400;
}
.nav-pills .nav-link{
    background: #111740;
    font-weight: 400;
}
.Pricing h3 {
    font-size: 17px;
}
.Pricing h4 {
    font-size: 17px;
}


.site_settings_tab .nav-item a {
    padding: 7px 15px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 400;
    min-width: 180px;
    text-align: center;
}
.site_settings_tab .nav-pills .nav-link{
    background: #111740;
    font-weight: 400;
}
.site_settings h4{
    font-size: 17px;
}
.adminloginform .forgot p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.adminloginform .forgot a {
    color: #3949b8;
    font-weight: 400;
}

/******Sidebar adjusted ********/
/* #leftside-menu-container {
    width: inherit;
}

.side-nav .side-nav-second-level {
    margin-left: 10px;
}


#leftside-menu-container {
    overflow: visible;
    position: relative;
}

.side-nav-second-level,
.side-nav-third-level {
    position: absolute;
    left: 100%;
    top: 0;
    background: #2a2f37;
    min-width: 200px;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}


.side-nav-item:hover>.side-nav-second-level {
    display: block;
}

.side-nav-second-level,
.side-nav-third-level {
    display: none;
}

.side-nav-second-level li:hover>.side-nav-third-level {
    display: block; 
}*/

.sidebar {
    width: 250px;
    color: white;
}

.menu-item {
    cursor: pointer;
    position: relative;
}

.menu-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.menu-item:hover {
    background-color: #29566D;
}

.has-submenu .submenu {
    display: none;
    background-color: #409BDD;
    position: absolute;
    top: -69px;
    left: 100%;
    min-width: 500px;
    z-index: 1000;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.menu-item:hover>.submenu {
    display: block;
}

.submenu a {
    display: block;
    color: white;
    padding: 8px 15px;
    text-decoration: none;
}

.submenu a:hover {
    background-color: #29566D;
}

.submenu-item {
    position: relative;
}

.submenu-item .submenu {
    display: none;
    left: 100%;
}

.submenu-item:hover>.submenu {
    display: block;
}