* {
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6c757d;
    background-color: #ebf5f3;
    -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;
}

label {
    font-weight: 400;
    color: #111740;
    font-size: 14px margin-bottom: 5px;
}

.form-lg {
    height: 47px !important;
    font-size: 13px;
    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: #5ad060;
    border-color: #5ad060;
    border-radius: 0.3125rem;
    box-shadow: none;
    font-size: 13px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5ad060;
    border-color: #5ad060;
}

.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: 14px font-weight: 400;
    color: #000;
}

.adminloginform .forgot a {
    color: #5ad060;
    font-weight: 400;
}

.leftside-menu {
    width: 240px;
}

.navbar-custom {
    left: 240px;
}

.leftside-menu .logo {
    width: 240px;
}

.content-page {
    margin-left: 245px;
}

.wallet .form-group input.form-control {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}