:root {
    --red:#FF494D;
    --blue:#0f75bf;
    --blue1:#1600a2;
    --white:#fff;
    --main-color:#1701a2;
    --red-color:#BC080C;
    --blue-2:#0053a1;
    --orange-color: #f29f48;
    --blue-admin:#11a1fd;
    --light-blue-tr-bg:#e3e7f5;
    --bs-pink: #e83e8c;
    --bs-danger-text-emphasis: #58151c;
    --bs-secondary: #6c757d;
  }
body { background: #e8edfd; font-family: "Poppins", sans-serif; -webkit-font-smoothing: antialiased;}
.aud_message {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 25px 20px 25px 70px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    border-radius: 8px;
    font-size: 18px;
    display: block;
    max-width: 400px;
    z-index: 99999;
    width: 100%;
}
.aud_message.aud_success {
    background: url(../img/tick.png) rgba(0, 0, 0, 0.7) no-repeat 10px center;
}
.aud_message.aud_error {
    background: url(../img/cross.png) rgba(0, 0, 0, 0.7) no-repeat 10px center;
}
.aud_message.aud_warning {
    background: url(../img/warning.png) rgba(0, 0, 0, 0.7) no-repeat 10px center;
}
.cke_notifications_area {
    display: none;
}
/********** Login Page Start *****************/

.login-bg { background: url(../img/login-bg.jpg)no-repeat; background-size: cover;height: 100%;}
.login-bg .card { background: none; box-shadow: none;}
.custom-card .card-body {
    border-radius: 15px;
   /* box-shadow: -2px 12px .875rem 0 rgb(6 6 6 / 35%);
    background: #fff;*/
}
.custom-card .form-control {
    padding: 14px;
    line-height: 100%;
    border-radius: 12px;
    line-height: 100%;
    background-color:var(--white) !important ;
    border: 1px solid #bcbcbc;
}
.custom-card .form-control:focus {border: 1px solid var(--main-color);}
.custom-card .login_btn {background: var(--main-color);border: none; padding: 18px; transition: 0.5s; font-weight: bold;}
.custom-card .login_btn:hover {background: var(--orange-color); border: none; transition: 0.5s;}
.login-bg .form-label { font-weight: 600;}
.navbar .avatar {border-radius: 50% !important;}
/********** Login Page End *****************/

/********** Dashboard Page Start *****************/
body[data-theme=colored] .sidebar-content,.sidebar-content, body[data-theme=dark] .sidebar-content{ background: linear-gradient(135deg, #266fd9, #2359a8 40%, #2359a8);
}

.sidebar-link, a.sidebar-link { background: none;}
.sidebar-link, a.sidebar-link:hover,
/* .sidebar-item.active>.sidebar-link {
    background: linear-gradient(90deg, rgba(59, 125, 221, .5), rgba(59, 125, 221, .098) 90%, transparent);
    border-left: 3px solid #03b0ff;
} */

.sidebar-brand { position: relative;     padding: .6rem 1.2rem !important;}
.sidebar-brand::after {right: 0;
    width: calc(100% - 0px);
    bottom: 0;
    height: 1px;
    content: "";
    position: absolute;
    background-color: hsla(0, 0%, 100%, .3);}

/* .sidebar-brand img { width: 45px; margin-right: 10px;filter: brightness(0) invert(1);} */
.sidebar-item>a {
    padding: 15px 20px 15px;
    display: inline-block;
    position: relative;
    width: 100%;
    font-weight: 300;
    text-transform: capitalize;
    color: var(--white);
}
.sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg { color: rgba(255, 255, 255, 1);}
.sidebar-item>a:hover,.sidebar-item>a:hover,.sidebar-link:hover, .sidebar-link:hover i, .sidebar-link:hover svg { color: var(--white);}
.sidebar-dropdown .sidebar-link { color: #9ac3ff;}
.main {background: #e8edfd}
.card {box-shadow: 0 0 .875rem 0 rgb(19 88 0 / 18%);}
.dropdown .list-group .list-group-item:hover { background: #e7ecfc;}
.dropdown-menu-footer a:hover { color: #000 !important; text-decoration: none; font-weight: 700;}
/********** Dashboard Page End *****************/

/********** Service Category Start *****************/
.light-blue-bg { background: var(--light-blue-tr-bg);}
.card-title { color: #000;}
.dropdown-item:hover { background: var(--light-blue-tr-bg);}
/********** Service Category End *****************/

.inr-sym {font-family: Arial, Helvetica, sans-serif;}