body {
    font-family: Cairo !important;
}

[data-kt-app-layout="dark-sidebar"] .app-sidebar {
    /**background:linear-gradient(#1e59a8, #ffffff);*/
    background: #175069 !important;
    border-left: 0 !important;
}

[data-kt-app-layout="dark-sidebar"] .app-sidebar .menu .menu-item .menu-link .menu-title {
    color: #ffffff78;
    font-weight: 600;
}



[data-kt-app-layout="dark-sidebar"] .app-sidebar .menu .menu-item .menu-heading {
    color: #fff !important;
}

[data-kt-app-layout="dark-sidebar"] .app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon,
[data-kt-app-layout="dark-sidebar"] .app-sidebar .menu .menu-item .menu-link .menu-icon i {
    color: #fff;
}

[data-kt-app-layout="dark-sidebar"] .app-sidebar .menu .menu-item .menu-link .menu-bullet .bullet {
    background-color: #ffffff;
}

[data-kt-app-layout="dark-sidebar"] .app-sidebar .hover-scroll-overlay-y {
    scrollbar-color: #ffffff !important;
}

[data-kt-app-layout="dark-sidebar"] .app-sidebar .hover-scroll-overlay-y:hover {
    scrollbar-color: #ffffff transparent;
}

::-webkit-scrollbar {
    width: 1rem;
    background-color: #bdbdbd;
    border-radius: 0.5rem;
    border-radius: 0;
    border: none;
}

/* the draggable scrolling element */
::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    border-radius: 0;
    border: none;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.menu-item .menu-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    flex: 0 0 100%;
    padding: 0.2rem 1rem;
    transition: none;
    outline: none !important;
    font-size: 14px;
    font-weight: 500;
}

.fa-side_bar {
    font-size: 1em;
    color: #fff;
}

/****************Top-Header***********************/
.app-header {
    background: #175069;
}

.btn.btn-icon-muted i,
.btn.btn-icon-muted .svg-icon {
    color: var(--kt-text-muted);
    color: #fff;
}

.circle {
    width: 2px;
    height: 2px;
    padding: 4px !important;
    border-radius: 100%;
    position: absolute;
    top: 0;
}

/****************Home-page***************/

.statics>div>.card>.card-header>h3>i {
    color: #fff !important;
}

.statics>div>.card>.card-body>h2 {
    color: #fff !important;
}

.statics>div>.card>.card-footer>h2 {
    color: #fff !important;
}

/****************END-Home-page***************/

/*--------------- Chat--------------- */
/**********sender-header ********************** */
#chatList {
    height: 320px !important;
}

.senderheader {
    display: flex;
    justify-content: start;
    margin-top: 10px;
}

.senderheader>img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.senderheader>p,
span {
    padding: 7px;
}

.senderheader>p {
    font-weight: 900;
}

.sendermessage {
    color: #000;
    background-color: #f1faff;
    border-radius: 0.5rem !important;
    font-weight: 500;
    padding: 1.25rem;
    max-width: 400px;
    position: relative;
    text-align: right;
}

.sendermessage>i {
    position: absolute;
    right: 5px;
    top: 18px;
}

.sendermessage>p {
    padding-right: 6px;
    margin: 0;
}

/**************recive********************** */
.reciveheader {
    display: flex;
    direction: ltr;
}

.reciveheader>img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.reciveheader>p,
span {
    padding: 7px;
}

.reciveheader>p {
    font-weight: 900;
}

.recivemessage {
    direction: ltr;
}

.recivemessage>div {
    max-width: 400px;
    background-color: #f8f5ff;
    border-radius: 0.5rem !important;
    color: #000;
    font-weight: 500;
    padding: 1.25rem;
}

.recivemessage>div>p {
    text-align: left;
    margin: 0;
}

.chatimg {
    max-width: 100%;
    max-height: 200px;
    padding-left: 6px;
    padding-right: 6px;
}

.chatarea {
    height: 18px !important;
    border: 1px #23242737 solid !important;
    border-radius: 6px !important;
}

/*---------------End-Chat--------------- */

/**************profile********************/

.profile-footer {
    position: absolute;
    top: 0;
}

@media (min-width: 991.98px) {
    .profile-footer {
        position: absolute;
        top: 0;
        right: 35%;
    }
}

/**************Home********************/
.homeCard {
    text-align: center;
    padding: 20px 24px 10px 10px;
    border-radius: 10px;
    background: #2324278b;
    margin-bottom: 10px;
}

.homeCard>.homeCard-header {
    display: flex;
}

.homeCard-header>i {
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.homeCard-header>h3 {
    padding-right: 6px;
    margin: 0 !important;
    align-items: center;
    display: flex;
    color: #fff;
}

.homeCard-body>h1 {
    font-size: 2rem;
    margin-top: 10px;
    color: #fff;
    text-align: right;
}

.btn-add {
    width: 120px !important;
    height: 50px !important;
    background: #175069 !important;
    border-radius: 6px;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}

.btn-add:hover {
    background: #13668a !important;
}

.search {
    width: 50% !important;
    height: 50px !important;
    padding: 5px 10px 5px 5px;
    margin: 0;
}

.color232427 {
    color: #175069;
}

.text-B53F3F {
    color: #b53f3f;
}

.text-1A71CB {
    color: #175069;
}

.bg-B53F3F {
    background: #b53f3f !important;
}

td {
    vertical-align: middle;
}

.w-99 {
    width: 99% !important;
}

.w-45 {
    width: 49% !important;
}

/********************Login*************************/
.login-box {
    width: 35vw;
    margin: 15vh auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #00000018;
}

@media (max-width: 998px) {
    .login-box {
        width: 100%;
    }
}

.login-logo {
    max-width: 240px;
    height: 150px;
}

.pass-icon-login {
    position: relative;
}

.pass-icon-login>label {
    font-size: 1.2rem;
    font-weight: bold;
}

.pass-icon-login>i {
    position: absolute;
    bottom: 18px;
    left: 12px;
}

input {
    border: 2px solid #00000015 !important;
    transition: border-color 0.3s ease !important;
    /* تغيير لون الحدود بانتقال ناعم */
}

input:focus,
input:active {
    border: 2px solid #175069 !important;
    /* تعيين حدود بدون لون */
}

.active {
    color: #fff !important;
    font-weight: bold !important;
}

/******************** Tables ***********************/
.table> :not(:first-child) {
    font-size: 14px;
    font-weight: 600;
}

.text-B53F3F,
.text-1A71CB {
    font-size: 16px;
}

.text-BA9211 {
    color: #175069 !important;
}

.text-alert {
    color: red;
    font-weight: 600;
    font-size: 14px;
}

/******************** Others ***********************/'

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb-4 {
    margin: 0 0 35px 0; 
}