@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  font-family: "Inter", sans-serif;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  font-variation-settings: normal;
  --font-family:"Inter", sans-serif;
  --font-feature-settings: "cv02","cv03","cv04","cv11";
  --surface-a:#ffffff;
  --surface-b:#f9fafb;
  --surface-c:#f3f4f6;
  --surface-d:#e5e7eb;
  --surface-e:#ffffff;
  --surface-f:#ffffff;
  --text-color:#4b5563;
  --text-color-secondary:#6b7280;
  --primary-color:#EB5D0B;
  --primary-color-text:#ffffff;
  --surface-0: #ffffff;
  --surface-50: #f9fafb;
  --surface-100: #f3f4f6;
  --surface-200: #e5e7eb;
  --surface-300: #d1d5db;
  --surface-400: #9ca3af;
  --surface-500: #6b7280;
  --surface-600: #4b5563;
  --surface-700: #374151;
  --surface-800: #1f2937;
  --surface-900: #111827;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --content-padding:1.25rem;
  --inline-spacing:0.5rem;
  --border-radius:6px;
  --surface-ground:#f9fafb;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dfe7ef;
  --surface-hover:#f6f9fc;
  --focus-ring: 0 0 0 0.2rem #bfdbfe;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #eff6ff;
  --highlight-text-color: #1d4ed8;
  color-scheme: light;
  --transition-duration: 0.2s;
}


body , .p-inputtext, .p-button , .p-tabview-title , .p-component{
    font-family: 'Cairo', sans-serif !important;


}


/* Auth */
:root {
    --gray1: rgba(181, 181, 195, 1);
    --gray2: rgba(102, 102, 102, 1);
    --gray3: rgba(161, 165, 183, 1);
    --gray4: rgba(86, 86, 86, 1);
    --gray5: rgba(115, 115, 115, 1);
    --danger: rgba(241, 65, 108, 1);
    --primary-sr: rgba(0, 225, 198, 1);
    --line-chart: rgba(255, 188, 17, 1);
    /* blind - yelloww  */
    --yellow-blind-bg: rgb(204, 204, 153);
    --yellow-blind-color: rgb(0, 0, 153);
    --yellow-blind-hover: rgba(0, 0, 153, 0.094);
    /* blind  - blackk */
    --black-blind-bg: rgb(0, 0, 0);
    --black-blind-color: rgb(255, 255, 0);
    --black-blind-hover: rgb(255, 255, 0.094);

    /* blind  - blue */
    --blue-blind-bg: rgb(102, 204, 255);
    --blue-blind-color: rgb(0, 0, 153);
    --blue-blind-hover: rgba(0, 0, 153, 0.094);

    /* blind  - white */
    --white-blind-bg: rgb(255, 255, 255);
    --white-blind-color: rgb(0, 0, 153);
    --white-blind-hover: rgba(0, 0, 153, 0.094);
}

.title-auth {
    span {
        color: rgba(146, 146, 146, 1);
    }
}

.bg-auth {
    background: #ffffff;
    background: radial-gradient(
        circle,
        rgba(0, 225, 198, 0.20780812324929976) 0%,
        rgba(255, 255, 255, 1) 33%
    );
}

.bg-auth-2 {
    background: linear-gradient(180deg, #ffffff 0%, #ecfeff 100%);
}

.bg-auth span {
    color: rgba(71, 84, 103, 1);
}

/* .layout-container.layout-static .layout-content-wrapper {
  background-color: #fff!important;
} */

/* general */
.gray4 {
    color: var(--gray4);
}
.gray5 {
    color: var(--gray5);
}

.alert {
    p {
        color: rgba(126, 130, 153, 1);
        font-size: 1.1rem;
    }

    h5 {
        color: rgba(63, 66, 84, 1);
    }
}

.alert-orange {
    background: rgba(255, 249, 244, 1);
    border-radius: 6px;
    border: 1px dashed #f89c47;

    p {
        color: rgba(126, 130, 153, 1);
        font-size: 1.1rem;
    }
}

.alert-blue {
    /*  background: rgb(240, 249, 255); */
    /* border-radius: 6px;
    border: 1px dashed #00a3ff; */

    p {
        color: rgba(126, 130, 153, 1);
        font-size: 1.1rem;
    }

    h5 {
        color: rgba(63, 66, 84, 1);
    }
}

label {
    color: #333;
    font-weight: 600;
}
.p-inputtext::placeholder,
.p-inputtext {
    color: rgba(148, 163, 184, 1);
}

.p-dropdown {
    /*  padding: 0.95rem 0.75rem !important; */
    border: 1px solid rgba(226, 232, 240, 1);
}
.p-knob-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(63, 66, 84);
}

.primaryColor {
    color: var(--primary-color) !important;
}

.primaryBgColor {
    background: var(--primary-color);
}

.gray1 {
    color: rgba(102, 102, 102, 1);
}

.gray2 {
    color: rgb(181, 181, 195);
}

.gray3 {
    color: rgba(161, 165, 183, 1);
}

.gray5 {
    color: rgb(110, 110, 110);
}

.bg-light-green {
    background-color: var(--primary-color) !important    ;
}

.text-end {
    text-align: end;
}
.text-start {
    text-align: start;
}

.p-dropdown,
.p-autocomplete .p-inputtext,
.p-autocomplete {
    width: 100% !important;
}

.p-autocomplete .p-inputtext {
    border-color: #e2e8f0 !important;
    padding: 0.85rem 2.65625rem !important;
}
.custom-btn {
    color: #fff !important;
    border-radius: 4px;
    font-size: 18px;
    border-color: transparent !important;
    font-family: "Neo Sans Arabic", sans-serif !important;
}

.card {
    border-color: transparent !important;
}

.btn-primary,
.btn-secondary,
.btn-danger,
.btn-orange,
.btn-fllow,
.btn-sr-primary,
.btn-outline-white,
.btn-sh-primary,
.btn-sh-secondary,
.btn-execl-btn,
.btn-secondary {
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    border: 2px solid var(--primary-color);
}
.btn-fllow {
    border-color: rgba(157, 157, 157, 1);
    color: rgba(93, 93, 93, 1);
}
.btn-primary {
    background: var(--primary-color);
    color: #fff;
}
.btn-sh-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
.btn-sh-secondary {
    background: rgba(245, 245, 245, 1) !important;
    border-color: rgba(245, 245, 245, 1) !important;
    color: rgba(102, 97, 97, 1) !important;
}

.btn-sh-secondary {
    background: rgb(230, 230, 230) !important;
    border-color: rgb(230, 230, 230) !important;
    color: rgba(102, 97, 97, 1) !important;
}
.btn-execl-btn {
    background: rgba(235, 93, 11, 0.16) !important;
    border:none !important;
    color: rgba(235, 93, 11, 1) !important;
}

.btn-secondary-outline {
    background: transparent !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    border: 1px solid var(--primary-color);
}

.btn-secondary {
    background: #fff;
    color: var(--primary-color);
}
.btn-danger {
    background: rgba(241, 65, 108, 1) !important;
    border-color: rgba(241, 65, 108, 1) !important;
    color: #fff !important;
}

.btn-orange {
    background: rgba(255, 246, 224, 1);
    border: 0;
    color: rgba(255, 188, 17, 1);
    padding: 7px 15px;
}
.btn-outline-white {
    color: #fff;
    border-color: #fff;
}
.btn-orange img {
    width: 1.6rem;
}
.add-icon {
    background: rgba(11, 183, 131, 0.123);
    color: rgba(11, 183, 131, 1);
}
.ms-1 {
    margin-inline-start: 0.5rem;
}

.ms-2 {
    margin-inline-start: 1rem;
}

.ms-3 {
    margin-inline-start: 2rem;
}
.me-1 {
    margin-inline-end: 0.5rem;
}

.me-2 {
    margin-inline-end: 1rem;
}

.me-3 {
    margin-inline-end: 2rem;
}

.ps-1 {
    padding-inline-start: 0.5rem;
}
.ps-2 {
    padding-inline-start: 1rem;
}
.ps-3 {
    padding-inline-start: 2rem;
}
.pe-1 {
    padding-inline-end: 0.5rem;
}
.pe-2 {
    padding-inline-end: 1rem;
}
.pe-3 {
    padding-inline-end: 2rem;
}
.br-8 {
    border-radius: 8px;
}
.br-10 {
    border-radius: 10px;
}

/* profile */
.card-header {
    border-bottom: 1px solid rgba(239, 242, 245, 1);
}
.card-footer {
    border-top: 1px solid rgba(239, 242, 245, 1);
}

.card-header h4,
.card-header label,
.card-header h5 {
    color: #3f4254;
}

.card-header h5 {
    font-size: 1.2rem;
    font-weight: 500;
}

.card-header h4 {
    margin-bottom: 0;
}

.card-tabs label {
    font-size: 14px;
    font-weight: 600;
}

.profile-content > span {
    color: #5d5d5d;
    font-weight: 500;
    padding-inline-start: 3px;
}

.layout-sidebar {
    box-shadow: none !important;
    border-right: 1px solid rgb(228 228 228) !important;
}

.layout-topbar {
    border-bottom:none;
    padding: 0px;
    margin-bottom: 0 !important;
    background-color: #fff !important;
}

.breadcrumb-btn {
    background: var(--primary-color);
    color: #fff;
    width: 2.4rem;
    height: 2.4rem;
}
.border-btn,
.researcher {
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}
.content-breadcrumb {
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.05);
}
.layout-breadcrumb ol li {
    color: #434349 !important;
}

.filter .p-dropdown {
    background: transparent !important;
    border: 0 !important;
    width: auto !important;
}

.filter .p-inputtext,
.filter .p-dropdown .p-dropdown-trigger {
    color: #fff !important;
}
/*
.p-dropdown:not(.p-disabled):hover{
 border: 0 !important;
} */

.icon {
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(237, 237, 237, 1);
    transition: 0.3s all;
    cursor: pointer;
    margin-inline-end: 0.5rem;
}

.icon:hover {
    background: rgba(237, 237, 237, 0.521);
}

.p-tabview-title {
    /* font-weight: 500 !important; */
}
.p-tabview .p-tabview-nav {
    background: #ffffff;
    border: 4px solid rgba(248, 248, 248, 1);
    border-width: 0 0 4px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
.p-tabview .p-tabview-nav li a > div {
    flex-wrap: nowrap;
    text-wrap: nowrap;
    margin-left: 20px;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border-width: 0 0 3px 0 !important;
    /*     border-color: transparent transparent rgba(248, 248, 248, 1) transparent;
 */
}

/* accordion */
.p-accordion-header-link {
    justify-content: space-between;
    flex-direction: row-reverse;
}
.p-accordion .p-accordion-content {
    border-color: transparent !important;
    background: #fff;
}
.p-accordion-tab {
    /* box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}
.p-accordion .p-accordion-header .p-accordion-header-link {
    border-color: transparent !important;
    border-bottom: 1px solid rgba(239, 242, 245, 1) !important;
    background: #fff;
}
.p-select-option.p-select-option-selected.p-focus{
  background-color: #ec641640!important;
  border-color: var(--primary-color)!important;
}
.p-select-option.p-select-option-selected{
   background-color: #ec641640!important;
  border-color: var(--primary-color)!important;
}
  .dialog-custom {
        .p-element[role="dialog"] {
            width: 95% !important;
        }
    }
.footer-accordion {
    border-top: 1px solid rgba(239, 242, 245, 1) !important;
    justify-content: end;
    display: flex;
}
.p-accordioncontent{
  background-color: #fff!important;
}
.p-accordioncontent-content{
  padding: 0!important;
}
.p-datatable-sort-icon{
  padding: 2px!important;
}
p-sorticon{
  padding-right: 3px!important;
    padding-left: 3px!important;
}
.p-inputtext{
  width: 100%;
}
.card {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 1rem !important;
}
/*
.p-tabview .p-tabview-nav,
.p-tabview {
    display: flex !important;
}

.p-tabview .p-tabview-nav {
    flex-direction: column;
}
.p-tabview-nav-container {
    min-width: 220px;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: rgba(243, 246, 249, 1) !important;
    border: 0 !important;
    z-index: 999;
}
.p-tabview-nav p {
    color: rgba(128, 128, 143, 1) !important;
}
.p-tabview-nav span {
    color: rgba(33, 33, 33, 1) !important;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border-radius: 6px;
}

.p-tabview .p-tabview-panels {
    width: 100%;
}

.sec-btns {
    border-top: 1px solid rgba(239, 242, 245, 1);
}


/* custom tab */
.p-tabview .p-tabview-panels {
    background: none;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.nav-content {
    border-right: 1px solid rgba(239, 242, 245, 1);
}

.navItem p {
    color: rgba(33, 33, 33, 1);
}
.navItem span {
    color: rgba(128, 128, 143, 1);
    font-size: 12px;
}

.nav .active {
    background: #f3f6f9 !important;
    position: relative;
}

.nav .active:after {
    content: " ";
    position: absolute;
    left: -12px;
    top: 22px;
    border-top: 12px solid transparent;
    border-right: 12px solid #f3f6f9;
    border-left: none;
    border-bottom: 12px solid transparent;
}

a {
    text-decoration: none !important;
}

.qus .p-inputtext {
    border-radius: 4px;
    padding: 1rem 10px !important;
}

.layout-sidebar .sidebar-header {
    padding: 1.5rem 0 1.5rem 0 !important;
}

@media (max-width: 1191px) {
    .style-section-developSearch {
        .p-carousel-item {
            width: 30.95% !important;
        }
        .p-carousel-item {
            svg {
                width: 30px !important;
            }
        }
    }
}

@media screen and (min-width: 992px) {
    .layout-container .content-breadcrumb {
        display: block !important;
    }
}

.competition-sidebar {
    .p-sidebar {
        .fixed-buttons {
            width: 69%;
            right: 0;

            border-top: 2px solid #dddcdc4d !important;
        }
    }
}

.layout-sidebar
    .layout-menu
    .layout-root-menuitem
    > .layout-menuitem-root-text {
    font-size: 1rem !important;
    color: rgba(50, 50, 50, 1) !important;
}
.separator {
    height: 1px;
    background: rgba(238, 239, 241, 1);
    width: 75%;
}

.layout-breadcrumb ol li:last-child,
.layout-breadcrumb ol li:nth-child(2) {
    color: var(--gray1) !important;
}
.layout-breadcrumb ol li {
    font-weight: 500 !important;
}

.p-dialog-header {
    display: block !important;
    padding: 0 0 0.5rem !important;
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    display: none;
}

.p-dialog .p-dialog-content {
    background: #ffffff;
    color: #495057;
    padding: 0 1rem 2rem 1rem;
    max-height: 340px;
    overflow-y: auto !important;
}

.p-dialog-content {
    overflow-y: visible !important;
    flex-grow: 1;
}

.p-dialog .p-dialog-footer {
    border-top: 0 none;
    background: #ffffff;
    color: #495057;
  padding:13px 0px 0px 0px !important;
    text-align: right;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.p-dialog .p-dialog-footer > div {
    padding: 0 12px 12px 12px !important;
}
.p-datatable .p-datatable-thead > tr > th {
    align-items: center !important;
}

.p-treenode-content {
    border: 1px solid #ccc;
    margin-top: 0.3rem;
}
.p-treenode-content .p-treenode-selectable {
    border: none !important;
}
.p-tree .p-treenode-children {
    padding: 0 0 0 1rem !important;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-left: 0.5rem;
}

ul.p-treenode-children > p-treenode.p-element {
    position: relative;
}

ul.p-treenode-children > p-treenode.p-element::before {
    position: absolute;
    content: " ";
    top: -15px;
    right: unset;
    left: -14px;
    width: 11px;
    height: 70px;
    border-right: unset;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: 5px;
    z-index: 999;
}

.p-treenode-label {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .layout-container.layout-slim-plus .layout-menu .layout-root-menuitem > li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: var(--border-radius);
        text-align: center;
        cursor: pointer;
        outline: none;
        transition: background-color var(--transition-duration);
        width: auto;
        height: auto;
        margin: 0 auto 1rem auto;
        padding: 0.75rem 0;
    }
}
@media screen and (min-width: 992px) {
    .layout-slim-plus li,
    .layout-slim li,
    .layout-drawer li {
        justify-content: center;
    }
}
.logo-defult {
    display: block;
}
.logo-slim {
    display: none;
}
.layout-slim-plus .logo-defult,
.layout-slim .logo-defult,
.layout-drawer .logo-defult {
    display: none;
}
.layout-slim-plus .logo-slim,
.layout-slim .logo-slim,
.layout-drawer .logo-slim {
    display: block;
}
/*  .layout-container.layout-slim .layout-sidebar li{
        padding-inline-start: 20px !important;

    } */

@media screen and (min-width: 992px) {
    .layout-slim-plus .custom-label,
    .layout-slim .custom-label,
    .layout-drawer .custom-label,
    .layout-drawer.layout-sidebar-active .logo-slim {
        display: none;
    }

    .layout-drawer.layout-sidebar-active .logo-defult,
    .layout-drawer.layout-sidebar-active .custom-label {
        display: block;
    }
    .layout-drawer.layout-sidebar-active li {
        justify-content: unset;
    }
}

.gridster-item {
    background: transparent !important;
}

.custom-menu-topbar-landing-ul li {
    list-style: none !important;
    cursor: pointer;
}

.custom-menu-topbar-landing-ul {
    padding: 0;
    margin: 0;
}

/*     .edit_mode{
            top: 150px;
            left: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }
 */
/* .edit_mode{
    margin-top: -85px;
 }
 */

.custom-menu-topbar-landing-ul {
    width: 24rem;
    padding: 10px 10px;
    background-color: #eff2f5 !important;
    border-radius: 0.475rem !important;
    background-color: #fff !important;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15) !important;
}

.p-overlaypanel .p-overlaypanel-content {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
}
.custom-menu-topbar-landing-ul li:first-child {
    border-bottom: 1px solid #f1f1f2;
}

.custom-menu-topbar-landing-ul li:last-child {
    margin-bottom: 15px !important;
}

/*lang*/
.style-time-notification {
    font-size: 13px;
    display: flex;
    justify-content: end;
    color: #b5b5b5;
    font-weight: 500;
}

.style-range-date {
    .p-calendar {
        display: flex !important;
    }
}

.p-datatable .p-datatable-tbody > tr > td {
    text-align: start;
}

.style-change-password {
    .p-password {
        width: 100% !important;
    }
}

.competition .p-inputtext {
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-color: rgba(152, 152, 152, 0.31) !important;
}

.competition-details .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: transparent !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.competition-details .p-tabview .p-tabview-nav,
.competition-details .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    background: transparent !important;
}
.competition-details .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border-color: rgba(227, 227, 227, 1);
}
/* .competition-details .p-tabview .p-tabview-nav-content{
    border-bottom:3px solid rgba(227, 227, 227, 1);

} */
/* .competition-details .p-tabview .p-tabview-nav {
    border-width: 0;
} */

@media screen and (max-width: 992px) {
    .dashboard .p-tabview-nav {
        display: block !important;
    }
    .dashboard .gridster-item {
        height: 100px !important;
    }
    .style-sidebar-add-menu {
        .p-sidebar {
            width: 48rem !important;
        }
        .p-sidebar .fixed-buttons {
            width: 49rem !important;
        }
    }
    .style-add-courses {
        .p-sidebar {
            width: 50rem !important;
        }
    }
    .style-research-publication {
        .p-sidebar {
            width: 50rem !important;
        }
        .p-sidebar .fixed-button {
            width: 49rem !important;
        }
    }
    .style-sidebar-services{
        .p-sidebar {
            width: 40rem !important;
        }
        .p-sidebar .fixed-button {
            width: 39rem !important;
        }
    }

    .style-add-calendar {
        .p-sidebar {
            width: 50rem !important;
        }

        .p-sidebar .fixed-button {
            width: 49rem !important;
            border-top: 1px solid #dddcdc4d;
        }
        .p-sidebar .fixed-buttons {
            width: 49rem !important;
            border-top: 1px solid #dddcdc4d;
        }
    }

    .style-section-developSearch {
        .p-carousel-item {
            svg {
                width: 45px !important;
            }
        }
    }
}

.w-70 {
    width: 70%;
}
.p-sidebar-icon {
    margin-left: auto;
    margin-right: unset;
}
.p-sidebar .p-sidebar-header {
    border-bottom: 1px solid rgba(239, 242, 245, 1);
    margin-bottom: 1rem;
}

/* tab competitions */
/* .tab-content .p-inputtext{
    padding-top: 15px;
    padding-bottom: 15px;
} */

.faqs .p-accordion-tab {
    box-shadow: none !important;
    margin-bottom: 18px;
}
.faqs
    .p-accordion
    .p-accordion-header:not(.p-disabled).p-highlight
    .p-accordion-header-link {
    color: var(--primary-color) !important;
}
.p-radiobutton-label {
    margin-left: unset !important;
    margin-right: 0.5rem !important;
}

/*****SR******/
@media screen and (max-width: 992px) {
    .sm-hide {
        display: none;
    }
    .p-tabview .p-tabview-nav {
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 768px) {
    .p-tabview .p-tabview-nav {
        justify-content: center;
    }
}
.style-silder-home-section1 {
    .p-carousel .p-carousel-content .p-carousel-prev,
    .p-carousel .p-carousel-content .p-carousel-next {
        display: none !important;
    }
    .p-carousel .p-carousel-indicators .p-carousel-indicator button {
        width: 2.5rem !important;
        height: 6px !important;
        border-radius: 30px !important;
    }


}
.style-silder-home-section1 {
    direction: ltr !important;
}
.style-card-section-respinsive {
    .p-card {
        border: 1px solid #dddddd;
        cursor: pointer;
        height: 350px;
        box-shadow: 0 0 29px 0 #00263a11;
    }
}
.style-container-card-section {
    .p-card {
        height: 200px;
        box-shadow: none !important;
        border-radius: 5px !important;
    }
}

.style-section-developSearch {
    .p-carousel-item {
        margin-left: 15px;
        background-color: #fff;
        padding: 20px 20px 45px 20px;
        border-radius: 10px;
        border: 1px solid #efeeee !important;
        /* box-shadow: 0px 305px 22px 0px #0000001A !important; */
        /* box-shadow: 0px 4px 22px 0px #0000001A !important; */
        cursor: pointer;
        position: relative;
        z-index: 1;
        flex: 0 0 auto !important;
        padding: 1rem !important;
        width: 25%;
        direction: rtl !important;
    }
    .p-carousel-items-container {
        justify-content: start !important;
    }
    .p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next {
        width: 3rem;
        height: 3rem;
        color: #fff!important;
        border: 0 none;
        background: #23577a!important;
        border-radius: 50%;
        transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
        margin: 0.5rem;
    }
    .p-carousel .p-carousel-indicators .p-carousel-indicator button{
        border-radius: 5px!important;
    }
}

.style-section-Group-Search {
    .p-carousel-item {
        margin-left: 18px;
        background-color: #fff;
        padding: 20px 0px 0px 0px;
        border-radius: 10px;
        border: 1px solid #efeeee !important;
        text-align: right;
        /* box-shadow: 0px 160px 22px 0px #0000001A !important; */
        /* box-shadow: 0px 4px 22px 0px #0000001A !important; */
        cursor: pointer;
    }

    .p-carousel-container {
        direction: ltr !important;
    }

    .p-carousel-item:hover {
        box-shadow: 0px 4px 22px 0px #0000001a !important;
        background-color: #23577a !important;

        .style-bioTxt-card-group {
            color: #fff !important;
        }

        .style-tag-card {
            background-color: #fff !important;
            color: #23577a !important;
        }
    }

    .p-card {
        background: transparent !important;
    }

    .p-carousel-indicators {
        display: none;
    }

    .p-card {
        box-shadow: none !important;
    }

    .p-card-header {
        margin-top: 0;
        padding: 7px 20px;
        display: flex;
        align-items: flex-start;
    }

    .p-card-content {
        padding: 7px 20px;
        margin: 17px 0px;
        height: 118px !important;
    }

    .p-card .p-card-body {
        padding: 0 !important;
    }

    .p-card-footer {
        padding-bottom: 0px;
        background-color: #fafafa !important;
        border: 1.5px solid #f0f0f0 !important;
        direction: rtl;
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }

    .style-section-group-numSearch {
        /* padding-right: 18px; */
    }

    .style-group-Search-border {
        border-left: 1px solid #f0f0f0 !important;
    }
}

/***Page Login*****/
.style-Login-page {
    direction: ltr !important;
}

.style-Login-page {
    .p-carousel .p-carousel-content .p-carousel-prev,
    .p-carousel .p-carousel-content .p-carousel-next {
        display: none !important;
    }

    .p-carousel .p-carousel-indicators .p-carousel-indicator {
        direction: rtl !important;
    }

    .p-carousel .p-carousel-indicators .p-carousel-indicator button {
        background-color: #ffffff4b;
        width: 0.9rem !important;
        height: 0.9rem !important;
        transition: background-color 0.2s, color 0.2s, box-shadow 0.2s !important;
        border-radius: 50px !important;
    }

    .p-carousel
        .p-carousel-indicators
        .p-carousel-indicator.p-highlight
        button {
        background-color: #ffffff !important;
    }
}

.style-prograssbar-steps {
    .p-progressbar {
        height: 0.3rem !important;
    }

    .p-progressbar-label > div {
        display: none !important;
    }

    .p-progressbar .p-progressbar-value {
        background-color: #06bdf6 !important;
    }
}
.style-btn-submit {
    display: block;
    background-color: #23577a;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 13px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none !important;
}

.style-btn-submit:hover {
    background-color: #23577a;
    color: #fff;
}
.style-dropdown-page-steps {
    .p-dropdown {
        background: none !important;
        border-color: #e2e8f0 !important;
        border-radius: 4px !important;
        text-align: start !important;
    }

    .app-text-input input {
        background: none !important;
        border-color: #e2e8f0;
        border-radius: 4px !important;
    }
    .p-calendar .p-inputtext {
        background: none !important;
        border-color: #e2e8f0 !important;
        border-radius: 4px !important;
    }
}

.style-dropdown-page-steps-email {
    body,
    .p-inputtext,
    .p-button,
    .p-tabview-title,
    .p-component {
        text-align: end;
        direction: ltr;
    }
    .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
        direction: ltr !important;
    }

    .p-dropdown {
        background: none !important;
        border-color: #e2e8f0 !important;
        border-radius: 4px !important;
        text-align: start !important;
    }
}

.style-card-research-map {
    .p-card {
        box-shadow: 0px 2px 20px 0px #0d0a2c14 !important;
        border: none !important;
        height: 100%;
        border-radius: 20px;
    }
    .p-card-content {
        padding: 7px 20px;
        margin: 0;
    }

    .p-card .p-card-body {
        padding: 0 !important;
    }
}

@media screen and (max-width: 992px) {
    .style-card-research-map {
        .p-card {
            box-shadow: 0px 2px 20px 0px #0d0a2c14 !important;
            border: none !important;
            height: auto !important;
            border-radius: 20px;
        }
    }
    .style-researcher-details {
        .p-sidebar {
            width: 49rem !important;
        }
    }
}

.style-card-research-chart {
    .p-card {
        box-shadow: 0px 2px 20px 0px #0d0a2c14 !important;
        border: none !important;
        border-radius: 20px;
    }
    .p-card-content {
        padding: 7px 20px;
        margin: 0;
    }

    .p-card .p-card-body {
        padding: 0 !important;
    }
}

.style-accordion-resarch-map {
    .p-accordion-tab {
        border: none !important;
        box-shadow: none !important;
    }
    .p-accordion .p-accordion-header .p-accordion-header-link {
        padding: 1.25rem 0rem;
    }
    .p-accordion .p-accordion-content {
        padding: 1rem 0rem !important;
    }
}

.style-checkbox-research-map {
    .p-checkbox-label {
        margin-right: 10px;
        color: #3f4254 !important;
        font-weight: 600;
    }
    .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
        border-color: var(--primary-color) !important;
        color: var(--primary-color) !important;
        background: transparent !important;
    }
    .p-checkbox .p-checkbox-box.p-highlight {
        border-color: var(--primary-color) !important;
        color: var(--primary-color) !important;
        background: transparent !important;
        stroke: var(--primary-color) !important;
    }
}

.style-card-tabview-experiences {
    .p-tabview .p-tabview-nav {
        background: transparent !important;
        border: none !important;
    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        border-width: 0 0 5px 0 !important;
        /* border-color: var(--primary-color)!important; */
    }
    .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
        border-color: var(--primary-color) !important;
        background: transparent !important;
    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        background: transparent !important;
    }
    .p-tabview .p-tabview-panels {
        padding: 5px 0px !important;
    }
    .p-tabview-nav-container {
        margin-bottom: 15px !important;
    }
}
.style-card-tabview-general-profile {
    .p-tabview .p-tabview-nav {
        background: transparent !important;
        border: none !important;
    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        /* border-color: var(--primary-color) !important; */
    }
    .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
        /* border: 3px solid var(--primary-color) !important; */
        /* background: white !important; */
    }
    .p-tabview .p-tabview-panels {
        padding: 1rem 0rem !important;
    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        background: transparent !important;
        margin: 0 0 -1px 0;
    }
}
.style-card-tabview-general-publications {
    .p-tabview .p-tabview-nav {
        background: transparent !important;
        /* border: none!important; */
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        text-wrap: nowrap;
    }

    .p-tabview .p-tabview-nav li {
        border-color: transparent !important;
    }
    .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
        border-color: var(--primary-color) !important;
        border-bottom-width: 4px !important;
    }
    .p-tabview .p-tabview-panels {
        padding: 1rem 0rem !important;
    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        border-color: transparent !important;
    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        margin-bottom: 0 !important;
    }
    .p-tabview .p-tabview-nav {
        border-bottom: 2px !important;
    }
}
.style-tabview-not-header {
    .p-tabview .p-tabview-nav-content {
        display: none !important;
    }
    .p-tabview-panels {
        padding: 0 !important;
    }
}
.style-sidebar-services{
    .p-sidebar {
        width: 40rem;
    }
    .p-sidebar .fixed-button {
        width: 39rem;
        border-top: 1px solid #dddcdc4d;
    }
}

.style-research-publication {
    .p-sidebar {
        width: 70rem;
    }
    .p-sidebar .fixed-button {
        width: 69rem;
        border-top: 1px solid #dddcdc4d;
    }
    .p-tabview .p-tabview-nav {
        justify-content: space-around !important;
        border: none !important;
    }

    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        margin: 0 0 -3px 0 !important;
    }
    .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
        border-color: var(--primary-color) !important;
        border: none !important;
    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        border: none !important;
    }
    .p-tabview
        .p-tabview-nav
        li.p-highlight
        .p-tabview-nav-link
        .box-number-tab-light {
        background-color: var(--primary-color) !important;
        padding: 10px 15px;
        text-align: center;
        border-radius: 9px;
        color: #fff !important;
        font-size: 15px;
    }
}

.style-accordion-profile-custome {
    .p-accordion-tab {
        border: none !important;
        box-shadow: none !important;
    }
    .p-accordion
        .p-accordion-header
        .p-accordion-header-link
        .p-accordion-toggle-icon {
        border: 1px solid #f0f0f0;
        padding: 7px;
        border-radius: 5px;
        transform: scaleX(1) !important;
    }
}

.text-dark {
    color: #2a2929;
}

.style-card-all-group {
    .p-card {
        box-shadow: none;
        border: 1px solid #f0f0f0 !important;
        border-radius: 5px;
        height: 285px;
        cursor: pointer;
        width: 100% !important;
        padding: 1.5rem;
        display: flex;
        align-items: start;
        position: relative;
    }
    .p-card:hover {
        box-shadow: 0px 2px 20px 0px #0d0a2c14 !important;
    }
    .p-card-body {
        padding: 0;
    }
    .p-card-content {
        /* padding: 7px 3px; */
        /* margin: 17px 0px; */
        /* height: 164px; */
    }
    .p-card-footer {
        background-color: #fafafa;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #f0f0f0;
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
    }
}

.style-input-search-community {
    padding-right: 35px;
}

.style-card-researcher-details {
    .p-card {
        box-shadow: none;
        border: none !important;
        border-radius: 10px;
        background-color: #fff;
        /* cursor: pointer; */
    }
    .p-card-header {
        padding: 45px 30px 0px 30px;
    }
    .p-card-content {
        padding: 30px 25px;
    }
    .p-card-body {
        padding: 0;
    }
}

.style-btn-outilne {
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer !important;
    font-weight: 500;
    text-align: center;
    /* display: inline-block; */
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.style-tabview-researcher-details {
    .p-tabview-nav-container {
    display: none !important;
    }
    .p-tabview-panels {
    padding: 20px;
    border-radius: 10px;
    }
;
    border-radius: 15px;
}
.style-add-discussion {
    p-button button {
        border-radius: 6px;
    }
}
.style-title-sidebar {
    padding-top: 10px;
    font-weight: 500;
    color: #3f4254;
    font-size: 17px;
}

.style-box-fileupload {
    border: 3px dashed #e0e0e0 !important;
    text-align: center;
    border-radius: 12px;
}

.style-tabviwe-custome {
    .p-tabview-nav-container {
        display: none !important;
    }
    .p-tabview-panels {
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.style-tabview-research-results {
    .p-tabview-nav-container {
        display: none !important;
    }
    .p-tabview-panels {
        padding: 20px;

        border-radius: 10px;
    }
}

.style-card-box-result {
    .p-card {
        box-shadow: none;
        padding: 10px 0px;
    }
    .p-card-body {
        padding: 0;
    }
    .p-card .p-card-content {
        padding: 0;
    }
}

.style-card-all-result-search {
    .p-card {
        box-shadow: none;
        border: 1px solid #f0f0f0 !important;
        border-radius: 5px;
        height: auto;
        cursor: pointer;
        padding-top: 2.2rem;
    }
    .p-card:hover {
        box-shadow: 0px 2px 20px 0px #0d0a2c14 !important;
    }
    .p-card-body {
        padding: 0;
    }
    .p-card-content {
        padding: 7px 3px;
        margin: 17px 0px;
    }
    .p-card-footer {
        background-color: #fafafa;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #f0f0f0;
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        bottom: -10px;
        position: relative;
    }
}

.border-btn:last-child {
    border-bottom: none !important;
}

.style-card-tabview-results-search {
    .p-tabview-nav-container {
        display: none !important;
    }
    .p-tabview-panels {
        padding: 20px;
    }
}
.btn-orange {
    font-weight: 400;
}

.style-tabview-discussion-details {
    .p-tabview-nav {
        display: grid !important;
        justify-content: center !important;
    }
    .p-tabview .p-tabview-nav {
        border: none !important;
    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        border-width: 0 0 4px 0 !important;
    }
}

.style-sidebar-bar {
    .p-sidebar .p-sidebar-header {
        padding: 0.5rem 0.5rem 0rem 0.5rem !important;
        margin-bottom: 0 !important;
    }
    .p-sidebar-content {
        display: inline-block !important;
        padding: 1.25rem 0 !important;
    }
}

.cursor-pointer {
    cursor: pointer !important;
}
.cursor-pointer:hover {
    color: var(--primary-color) !important;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.label-required:after {
    content: " *" !important;
    color: red !important;
}

.style-password-bascinfo {
    p-password {
        width: 100%;
    }
    .p-password-input {
        width: 100% !important;
        background: transparent !important;
        border-color: #e2e8f0 !important;
        border-radius: 4px !important;
    }
}
.p-password-info {
    display: none !important;
}
.fw-bold {
    font-weight: 600 !important;
}
.style-prograssbar-custome {
    .p-progressbar {
        height: 0.3rem !important;
    }
    .p-progressbar-label > div {
        display: none !important;
    }
    .p-progressbar .p-progressbar-value {
        background-color: #5fe2b2 !important;
    }
}
.btn-no {
    border: none !important;
    border-radius: 5px !important;
    height: 36px;
    /* width: 84px; */
    padding: 5px;
    background: #f93e3e !important;
}

.btn-sure {
    border: none !important;
    border-radius: 5px !important;
    height: 36px;
    /* width: 84px; */
    padding: 5px;
    background: #49cc90 !important;
}
.btn-sure .p-button-icon-left {
    font-size: 14px !important;
    position: relative;
    /* left: 14px; */
    /* top: 1px; */
}

.btn-no .p-button-icon-left {
    font-size: 14px !important;
    position: relative;
    /* left: 14px; */
    /* top: 1px; */
}
.d-none {
    display: none !important;
}

.style-confirmDialog-custome {
    .p-confirm-dialog-icon {
        display: none !important;
    }
    .p-dialog .p-dialog-content {
        padding: 0 !important;
    }
}
.scroll-top {
    position: fixed;
    bottom: 50px;
    left: 50px;
    font-size: 20px;
    text-align: center;
    outline: none;
    background: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid var(--primary-color);
    z-index: 99999;
    cursor: pointer !important;
}

.style-custom-img-shared {
    .p-image-preview-container > img {
        width: 100%;
        border-radius: 8px !important;
    }
}
.p-image-preview-container {
    text-align: center !important;
    justify-content: center !important;
}
.p-image-preview {
    transition: transform 0.15s;
    max-width: 25% !important;
    max-height: 100%;
}
.p-image-mask {
    --maskbg: rgb(0 0 0 / 79%) !important;
}

.p-fileupload .p-fileupload-content {
    border-style: dashed !important;
}
.btn-secondary-cancel {
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    border: 2px solid var(--primary-color);
}
.btn-secondary-cancel {
    background: rgb(230, 230, 230) !important;
    border-color: rgb(230, 230, 230) !important;
    color: rgba(102, 97, 97, 1) !important;
}

.style-circle-progress-custome {
    circle-progress svg {
        width: 70% !important;
        height: 70% !important;
    }
}

.style-btn-actions-custome {
    .p-button {
        background: transparent !important;
        border: none !important;
        padding: 0!important;
    }

    .p-button:focus {
        box-shadow: none !important;
    }
}
.p-overlaypanel:after,
.p-overlaypanel:before {
    display: none !important;
}

.p-overlaypanel {
    margin-top: 0 !important;
}
.custom-menu-action-table {
    max-width: min-content !important;
    min-width: 13rem;
}
.custom-menu-action-table-title {
    padding: 10px 10px 10px 10px;
    font-weight: 400;
    margin-bottom: 0;
    border-bottom: 1px solid #dddcdc4d;
}
.custom-menu-action-dropdown-ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    border-radius: 6px !important;
    background-color: #fff;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px;
    transition: 0.3s all;
}

.custom-menu-action-dropdown-ul li {
    display: flex;
    gap: 7px;
    align-items: flex-end;
    padding: 10px;
    cursor: pointer;
    color: #464e5f;
}
.custom-menu-action-dropdown-ul li:last-child {
    border-top: 1px solid #dddcdc4d;
}
.custom-menu-action-dropdown-ul .delete:hover {
    background: rgba(249, 62, 62, 0.1);
    color: #f93e3e;
}
.custom-menu-action-dropdown-ul .edit:hover {
    background: rgba(97, 175, 254, 0.1);
    color: #61affe;
}

.style-Tabs-sidebar {
    overflow-x: hidden !important;
}
.layout-sidebar .layout-menu ul a {
    padding: 0.75rem 0.5rem !important;
    font-weight: 600 !important;
}
.layout-sidebar .sidebar-header {
    justify-content: start !important;
    margin-right: 7px !important;
}
.style-cutom-dropdown-filter {
    width: 10rem;
}
.style-cutom-dropdown-filter {
    .p-dropdown {
        background: none !important;
        border-color: #e2e8f0 !important;
        border-radius: 4px !important;
        text-align: start !important;
    }

    .app-text-input input {
        background: none !important;
        border-color: #e2e8f0 !important;
        border-radius: 4px !important;
    }
}

.style-dropdown-resarcher-type {
    .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
        margin-right: 20px;
    }
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    padding: 0.75rem 0.5rem !important;
}

.style-sidebar-add-menu {
    .p-sidebar {
        width: 70rem;
    }
    .fixed-buttons {
        width: 69rem;
        border-top: 1px solid #dddcdc4d;
    }
}


.style-table-box {
    p-table {
        box-shadow: none !important;
    }
}
.p-dialog .p-dialog-content {
    border: none !important;
}
.border-radius-50px {
    border-radius: 50px !important;
}

.style-add-courses {
    .p-sidebar {
        width: 70rem;
    }
    .p-tabview .p-tabview-nav {
        justify-content: start !important;
        border: none !important;
        /* gap: 4px 20px !important; */
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;

        overscroll-behavior: contain auto;
        width: 100%;
        min-width: 100%;
        max-width: 100%;

        padding-bottom: 0.5rem;
    }

    /* .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    margin: 0 0 -3px 0!important;
    padding: 5px 0 !important;

    } */
    .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
        border-color: var(--primary-color) !important;
        border: none !important;
    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        border: none !important;
    }
    .p-tabview
        .p-tabview-nav
        li.p-highlight
        .p-tabview-nav-link
        .box-number-tab-light {
        background-color: var(--primary-color) !important;
        padding: 10px 15px;
        text-align: center;
        border-radius: 9px;
        color: #fff !important;
        font-size: 15px;
    }
}

.style-add-calendar {
    .p-sidebar {
        width: 55rem;
    }
    .p-sidebar .fixed-button {
        width: 53.5rem;
        border-top: 1px solid #dddcdc4d;
    }

    .p-tabview .p-tabview-nav {
        justify-content: start !important;
        border: none !important;
        width: auto !important;
        gap: 10px !important;
    }

    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        margin: 0 0 -3px 0 !important;
    }
    .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
        border-color: var(--primary-color) !important;
        border: none !important;
    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        border: none !important;
    }
    .p-tabview
        .p-tabview-nav
        li.p-highlight
        .p-tabview-nav-link
        .box-number-tab-light {
        background-color: var(--primary-color) !important;
        padding: 10px 15px;
        text-align: center;
        border-radius: 9px;
        color: #fff !important;
        font-size: 15px;
    }
}

.custom-menu-topbar-overlaypanel {
    z-index: 1150 !important;
    box-shadow: none !important;
}

.custom-menu-topbar-dropdown-ul li:first-child:hover {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.custom-menu-topbar-dropdown-ul li:last-child:hover {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.following-imgs:nth-child(2) img {
    position: relative;
    right: 5px;
}

.style-name-Authors {
    color: #5d5d5d;
    font-size: 12px !important;
}

.style-all-authors {
    display: flex;
    /* padding-top: 16px; */
    /* padding-top: 7px; */
    align-items: center;
}
.style-number-subserption-icon {
    color: var(--primary-color) !important;
    position: relative;
    /* top: 3px; */
}

.style-short-title-search {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.style-title-search {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

.style-title-search:hover {
    color: var(--primary-color) !important;
}

.fw-regular {
    font-weight: 400 !important;
    color: #5d5d5d;
}

.style-btn-send-reques {
    .app-button .p-button {
        justify-content: center !important;
    }
}

.fc .fc-toolbar-title {
    display: contents !important;
}

.fc-toolbar-chunk div:nth-child(1) {
    display: flex !important;
    gap: 15px !important;
    align-items: center !important;
}

.fc-next-button {
    background-color: transparent !important;
    border: none !important;
    color: #a3a3a3 !important;
}

.fc-prev-button {
    background-color: transparent !important;
    border: none !important;
    color: #a3a3a3 !important;
}

.fc .fc-toolbar-title {
    font-size: 18px !important;
    font-weight: 500 !important;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
    border-radius: 10px !important;
}
.fc.fc-theme-standard
    .fc-toolbar
    .fc-button.fc-dayGridMonth-button.fc-button-active:hover,
.fc.fc-theme-standard
    .fc-toolbar
    .fc-button.fc-timeGridWeek-button.fc-button-active:hover,
.fc.fc-theme-standard
    .fc-toolbar
    .fc-button.fc-timeGridDay-button.fc-button-active:hover {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    background-color: #fff !important;
    background: #fff !important;
}
.fc.fc-theme-standard
    .fc-toolbar
    .fc-button.fc-dayGridMonth-button.fc-button-active,
.fc.fc-theme-standard
    .fc-toolbar
    .fc-button.fc-timeGridWeek-button.fc-button-active,
.fc.fc-theme-standard
    .fc-toolbar
    .fc-button.fc-timeGridDay-button.fc-button-active {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    background-color: #fff !important;
    background: #fff !important;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    background-color: #fff !important;
    background: #fff !important;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
    background: #fff !important;
}

.fc-header-toolbar .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
    position: relative !important;
    left: 60px !important;
}

.style-dialog-veiw-event {
    .p-dialog-header {
        padding: 0 !important;
    }
    .p-dialog .p-dialog-content {
        background: rgb(125, 94, 235);
        background: linear-gradient(
            143deg,
            rgba(125, 94, 235, 1) 0%,
            rgba(198, 92, 183, 1) 35%,
            rgba(234, 116, 169, 1) 100%
        );
        padding: 23px 18px 7px 18px !important;
        overflow-x: clip !important;
        border-radius: 4px !important;
    }
}

.fw-500 {
    font-weight: 500 !important;
}
.w-30px {
    width: 30px !important;
    height: 30px !important;
}
style-img-author {
    position: relative;
    top: 9px;
    border-radius: 50px !important;
}
.style-img-author img {
    border-radius: 50px !important;
}

@media (max-width: 768px) {
    .style-researcher-details {
        .p-sidebar {
            width: 98% !important;
        }
    }
    .style-sidebar-add-menu {
        .p-sidebar {
            width: 100% !important;
        }
        .p-sidebar .fixed-buttons {
            width: 97% !important;
        }
    }
    .style-add-courses {
        .p-sidebar {
            width: 100% !important;
        }
        .p-sidebar .fixed-button {
            width: 98% !important;
        }
        .p-sidebar .fixed-buttons {
            width: 98% !important;
        }
    }
    .style-research-publication {
        .p-sidebar {
            width: 100% !important;
        }
        .p-sidebar .fixed-button {
            width: 98% !important;
        }
    }

    .style-add-calendar {
        .p-sidebar {
            width: 100% !important;
        }

        .p-sidebar .fixed-button {
            width: 98% !important;
            border-top: 1px solid #dddcdc4d;
        }
        .p-sidebar .fixed-buttons {
            width: 98% !important;
            border-top: 1px solid #dddcdc4d;
        }
    }

    .dialog-custom {
        .p-element[role="dialog"] {
            width: 95% !important;
        }
    }

    .style-card-section-respinsive {
        .p-card {
            height: auto !important;
        }
    }
    .style-container-card-section {
        .p-card {
            height: auto !important;
        }
    }
}

/* @media(min-width:990px) {
    .style-add-courses{
        .p-sidebar{
            width: 63rem !important ;
        }
    }
} */

@media (max-width: 992px) {
    .style-add-courses {
        .p-sidebar {
            width: 60rem;
        }

        .p-tabview .p-tabview-nav {
            flex-wrap: nowrap !important;
        }
    }

    .img-custom {
        width: 100% !important;
    }

    .competition-sidebar {
        .p-sidebar {
            width: 50rem !important;
        }
        .fixed-buttons {
            width: 49rem !important;
        }
    }
}

@media (max-width: 768px) {
    .order-last-custome {
        order: 1;
    }
    .competition-sidebar {
        .p-sidebar {
            width: 100% !important;
        }
        .fixed-buttons {
            width: 98% !important;
        }
    }

    .style-silder-home-section1 {
        .p-carousel-item {
            width: 100vw !important;
        }
        .style-img-silder-section1 {
            width: 100% !important;
            height: 300px !important;
        }
        .p-carusel-text {
            width: 100% !important;
            left: 25px !important;
        }
    }
}
@media (max-width: 769px) {
    .style-card-all-group {
        .p-card {
            width: 100% !important;
        }
    }
}

/* custom  */

.img-custom {
    width: 80%;
}
.text-nowrap {
    text-wrap: nowrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600 ;
}

.fw-regular {
    font-weight: 400 !important;
}
.fw-samibold {
    font-weight: 700 !important;
}
.fw-medium {
    font-weight: 500 !important;
}

.style-researcher-details {
    .p-sidebar {
        width: 70rem;
    }
    .fixed-button {
        border-top: 1px solid #dddcdc4d;
    }
}

@media (max-width: 460px) {
    .style-section-Group-Search {
        .p-carousel-item {
            width: 100%;
        }
        .p-card {
            width: 100% !important;
        }
    }
}

.p-button-loading {
    .p-button-icon-left {
        position: relative !important;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}

.p-button-loading:focus {
    .p-button-label {
        display: none !important;
    }
}

.p-datatable .p-datatable-header {
    background: transparent !important;
    display: flex;
    justify-content: start !important;
    width: 100%;
    border: none !important;
    z-index: 1;
}

.table-caption div span > input {
    height: 2.5rem;
    width: 20rem;
    border-radius: 5px;
    padding-right: 35px;
    border: 1px solid #cfd0d3;
}

.table-caption div span > input:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a7f3d0;
}
.p-input-icon-left > .p-icon-wrapper.p-icon,
.p-input-icon-left > i:first-of-type {
    z-index: 999 !important;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
    color: rgba(143, 145, 155, 1) !important;
}

app-search-field {
    width: 264px;
    display: flex;
}

.status-success {
    font-size: 11px;
    background-color: rgba(73, 204, 144, 0.1);
    padding: 7px 10px;
    border-radius: 6px;
    color: #49cc90;
}

.status-gray {
    font-size: 11px;
    background-color: #b7bdc33d;
    padding: 7px 10px;
    border-radius: 6px;
    color: #b7bdc3;
}
.status-danger {
    font-size: 11px;
    background-color: rgba(249, 62, 62, 0.1);
    padding: 7px 10px;
    border-radius: 6px;
    color: #f93e3e;
}
.status-primary{
    font-size: 11px;
    background-color: var(--primary-color)!important;
    padding: 7px 10px;
    border-radius: 6px;
    color: #fff!important;
}
.status-info {
    font-size: 11px;
    background-color: rgba(97, 175, 254, 0.1);
    padding: 7px 10px;
    border-radius: 6px;
    color: #61affe;
}
.main-sector {
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-right: none;
}
/* Chat**/
.style-chat-ohter-user {
    direction: rtl;
}

._amk7 {
    right: 31px;
    position: relative;
    top: 11.5px;
    z-index: 100;
    display: block;
    width: 33px;
    height: 13px;
    transform: scaleX(-1);
}

._amk7-other-user {
    right: -8px;
    position: relative;
    top: 11.8px;
    z-index: 100;
    display: block;
    width: 33px;
    height: 13px;
}

.bg-message {
    padding-bottom: 8px;
    padding-top: 6px;
    box-sizing: border-box;
    -webkit-user-select: text;
    padding-left: 9px;
    padding-right: 7px;
    font-weight: 500 !important;
    border-radius: 18px !important;
    max-width: 80% !important;
    background-color: #0084ff !important;
    border-color: #0084ff !important;
    position: relative;
    word-wrap: break-word;
    white-space: pre-wrap;
    min-height: 0px;
    color: #fff !important;
    border-bottom-left-radius: 0 !important;
    top: -1px;
}

.bg-message-other-user {
    padding-bottom: 8px;
    padding-top: 6px;
    box-sizing: border-box;
    -webkit-user-select: text;
    padding-left: 9px;
    padding-right: 7px;
    font-weight: 500 !important;
    border-radius: 18px !important;
    max-width: 80% !important;
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
    position: relative;
    word-wrap: break-word;
    white-space: pre-wrap;
    min-height: 0px;
    color: #3f4254 !important;
    border-bottom-right-radius: 0 !important;
    top: -1px;
}

.fc .fc-daygrid-event {
    margin-top: 1px;
    margin: 0px 9px !important;
    z-index: 6;
    padding: 1px 8px !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 20px 0px #0000000d;
    cursor: pointer;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
    margin-top: 5px !important;
}
.alert-errors {
    width: max-content !important;
    position: relative !important;
}
.layout-sidebar
    .layout-menu
    .layout-root-menuitem
    > .layout-menuitem-root-text {
    font-size: 0.857rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--root-menuitem-text-color);
    padding: 0rem 0.5rem !important;
}

.style-btn-join {
    .p-button-outlined button,
    .p-button {
        background-color: transparent !important;
        background: transparent !important;
        border-color: #323232 !important;
        color: #323232 !important;
    }
    .p-button-outlined .p-button:hover {
        background-color: transparent !important;
        background: transparent !important;
        border-color: var(--primary-color) !important;
        color: var(--primary-color) !important;
    }
}

.p-sidebar .p-sidebar-footer {
    padding: 0 !important;
}

.style-accordion-app {
    .p-accordion-tab {
        border: 1px solid #e7e7e7 !important;
        border-radius: 5px !important;
        box-shadow: none !important;
    }
    .p-accordion .p-accordion-header .p-accordion-header-link {
        background-color: #f8f8f8 !important;
    }
    p-accordion {
        width: 100% !important;
    }
    .p-accordion .p-accordion-content {
        padding: 0 !important;
        border: none !important;
    }
}
.custom-btn {
    cursor: pointer;
}
.title-page {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.style-tabview-components {
    .p-tabview .p-tabview-nav {
        background-color: transparent !important;
        background: transparent !important;
    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        background-color: transparent !important;
        background: transparent !important;
    }
    .p-tabview .p-tabview-nav {
        border-bottom: 1px solid #e3e3e3;
    }
    /* .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
        border-width: 3px !important;
        border-color: var(--primary-color);
        color: var(--primary-color);
        background-color: #fff !important;
    } */

    .p-tabview .p-tabview-nav li a > div {
        margin-left: 0 !important;
    }
}
.p-accordion
    .p-accordion-header
    .p-accordion-header-link
    .p-accordion-toggle-icon {
    margin-right: 0.5rem;
    transform: scaleX(1) !important;
}

.app-table .p-datatable .p-paginator-first,
.app-table .p-datatable .p-paginator-prev,
.app-table .p-datatable .p-paginator-next {
    /* transform: scaleX(-1) !important; */
}

.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 11px !important;
    height: 11px !important;
}

.image-cover {
    object-fit: cover !important;
}

.col-12.style-line-section-postion.px-0 svg {
    transform: rotate(180deg);
}

input.subsicribe {
    right: 0;
    left: auto !important;
}

h6.style-bioTxt-card-group {
    text-align: start;
}

.style-title-card {
    /* direction: rtl; */
}

.position-absolute-lines {
    position: absolute;
    top: -0;
    z-index: -1;
    width: 100%;
    height: 500px;
}

.style-icon-img-silder-squea {
    position: absolute;
    top: 100px;
    left: 500px;
}

.style-icon-img-silder-triangle {
    position: absolute;
    top: 50px;
    left: 229px;
    right: auto;
    bottom: 90px;
}

.style-icon-img-silder-squea2 {
    top: 50px;
    position: absolute;
    left: 120px;
    right: auto;
    bottom: 30px;
}

.style-icon-img-silder-squea-bottom {
    position: absolute;
    left: 300px;
    right: auto;
    bottom: 45px;
}

.style-icon-img-silder-circle-bottom {
    position: absolute;
    top: 50px;
    right: 30px;
    left: auto;
    bottom: 147px;
}

.grid.align-items-center.justify-content-center.lg\:justify-content-between.mt-5.mx-5 {
    flex-direction: row-reverse;
}

.style-title-silder-section2 h4 {
    text-align: center !important;
}

.style-text-silder-section1 h6 {
    text-align: center !important;
    /* direction: ltr !important; */
}

.style-list-section1 {
    list-style: none !important;
    text-align: start;
    direction: ltr;
    padding-left: 12px;
}
.style-list-section1 li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
}
.style-list-section1-custome-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 20px 6px 6px;
    border-radius: 8px;
    position: relative;
    left: -6px;
}

.style-icon-custome {
    position: relative;
    top: 1px;
}

.style-list-section1-custome-item span {
    position: relative;
    top: 1px;
}

.grid.pt-5.justify-content-end {
    flex-direction: row-reverse;
    justify-content: flex-start !important;
}

.lang {
    display: flex;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    width: 40px;
    height: 41px !important;
    justify-content: center;
    align-items: center;
    color: #9d9d9d;
    font-size: 15px;
    cursor: pointer;
    /* margin-right: 1rem !important; */
}

.slide-button {
    width: 100%;
    display: flex;
    margin-left: 8px;
    justify-content: center;
}

.min-w-400px {
    min-width: 400px;
}

.p-multiselect .p-multiselect-label.p-placeholder {
    color: rgba(148, 163, 184, 1) !important;
}

.app-name {
    display: flex;
    align-items: center !important;
    gap: 1rem;
}

.logo-text h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 300 !important;
    color: rgb(75, 75, 75);
}

.logo-text h2 {
    margin: 0;
    font-size: 1.2rem;
    margin-bottom: 4px;
}

img#mainLogo {
    width: 4rem;
    height: auto;
}

.footer-app img#mainLogo {
    width: 2rem !important;
}

.footer-app h2 {
    font-size: 1rem !important;
}

.footer-app h4 {
    font-size: 1rem !important;
}

.p-input-icon-left img {
    position: absolute;
    left: 0.9rem;
    right: auto;
    bottom: 32%;
}
.p-input-icon-left > .p-inputtext {
    padding-inline-start: 35px !important;
    border-radius: 10px;
}

[dir="ltr"] .ltr-rotate-180deg {
    transform: rotate(180deg) !important;
}

#Icons_Calendar {
    position: absolute;
    right: 12px;
    left: auto;
    color: var(--primary-color);
    top: 25%;
    display: block;
}

.group-footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex !important;
    background: #f4f4f4;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.style-lines-bg {
    position: absolute;
    left: 0px !important;
    right: auto;
    width: 100%;
    bottom: -6px;
}

.style-lines-bg svg {
    width: 100%;
}

.position-relative {
    position: relative;
}

i.pi.pi-angle-left.mx-2 {
    transform: scaleX(-1);
}

.style-input-search-topbar{
    width: 100%;
    height: 40px;
    border-radius: 50px;
    padding-left: 35px;
    padding-right: auto;
    /* border-color: #fff!important; */
    border: none!important;
}

.topbar-search i.pi.pi-search.px-2 {
    left: 0.25rem;
    right: auto;
}

.icon-search-input{
    left: 15px;
    right: auro;

}

.lg-hide {
    display: none;
}

.mobile-humburgermenu {
    display: none;
}



.img-postion{
    background-color: #fff;
    padding: 5px;
    border-radius: 100%;
    display: flex;
    position: absolute;
    left: 30px;
    right: auto;
    height: 3.5rem;
    width: 3.5rem;
}

.user-photo-profile {
    width: 3rem !important;
    height: 2.8rem !important;
    object-fit: cover;
    border-radius: 5px;
}
.user-photo-profile-topbar {
    width: 3rem !important;
    height: 2.8rem !important;
    object-fit: cover;
    border-radius: 5px;
}

.object-fit-cover {
    object-fit: cover;
}


p {
    line-height: 25px;
}

p:last-child {
    margin-bottom: 0;
    line-height: 25px !important;
}

.page-content p {
    font-size: 15px !important;
    line-height: 25px !important;
}



.skeleton-wrapper p-skeleton {
    width: 100%;
}


.overflow-x-clip {
    /* padding-top: 3.2rem; */
}

.img-logo-comp{
    position: relative;
    z-index: 1;
    bottom: 62px;
    left: 12px;
    right: auto;
}

.pi-globe:before {
    content: "\e94f";
    font-size: 19px;
}

.pi-comment:before {
    content: "\e94f";
    font-size: 19px;
}


.pi-bell:before {
    content: "\e94f";
    font-size: 27px;
}




.position-absolute {
    position: absolute;
}

.unread-message span {
    width: 25px;
    height: 25px;
    background: #ff0b0b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.unread-message {

top: 7px;
right: 11px;
}


.color-gray {
    color: #95959C;
}

.ability-to-add .app-dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
}

.return-action svg {
    transform: scale(-1);
    fill: #2a2929 !important;
}

.return-action:hover svg {
    fill: #23577a !important;
}





/* custom css for mobile general*/

@media only screen and (max-width: 768px) {
    .grid.lg-show.align-items-center.justify-content-around.px-5 {
        margin-top: 10px;
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
        justify-content: space-between !important;
        display: none !important;
    }

    .app-name.menu-mobile .logo {
        width: 2rem !important;
    }

    .app-name.menu-mobile h2 {
        font-size: 1rem !important;
    }

    .app-name.menu-mobile h4 {
        font-size: 1rem !important;
    }

    .lg-hide {
        display: block;
    }

    .left-content img.w-3rem.h-3rem.br-8 {
        border-radius: 3rem;
        width: 2.5rem !important;
        height: 2.5rem !important;
    }


    .grid.align-items-center.justify-content-around.px-5 {
        margin-top: 0.6rem !important;
        margin-bottom: 0.6rem !important;
        padding: 0 !important;
    }

    .mobile-humburgermenu {
        display: flex;
    }
    .logo-text h2 {
        margin: 0;
        font-size: 0.9rem!important;
        margin-bottom: 4px;
    }

    .logo-text h4 {
        margin: 0;
        font-size: 0.6rem!important;
        font-weight: 300 !important;
        color: rgb(75, 75, 75);
    }

    .lang {
        width: 30px;
        height: 30px !important;

    }

    .user-photo-profile {
        width: 30px !important;
        height: 30px !important;
        object-fit: cover;
        border-radius: 5px;
    }

    .style-icon-bar {
        font-size: 18px;
        cursor: pointer;
    }

    .app-name {
        gap: 0.5rem;
    }

  }


  .style-tag-card{
    background-color: #E3F8FF;
    color: #06BDF6;
    font-size: 14px;
    display: inline;
    padding: 13px 20px;
    border-radius: 30px;
    /* top: 20px; */
    /* position: relative; */
    /* left: 23px; */
    cursor: pointer;
}

.btn-opt-sarch{
    position: absolute!important;
    right: 5px;
    left: inherit;
    padding: 4px 31px!important;
    top: 4.5px!important;
    border-radius: 50px!important;
}


.style-bg-time{
    display: inline;
    padding: 13px 17px 10px 8px;
    border-radius: 5px;
    background-color: #E6FFFC;
    color: #23577a !important;
}
.style-add-courses {
    .p-sidebar .fixed-button {
        width: 64.3%;
        border-top: 1px solid #dddcdc4d;
    }
    .p-sidebar .fixed-buttons {
        width: 64.3%;
        z-index: 10;
        border-top: 1px solid #dddcdc4d;
    }


}




.icon-edit-img-personal{
    position: absolute;
    border: 1px solid var(--primary-color);
    background-color: #fff;
    display: inline;
    border-radius: 8px;
    padding: 7px;
    stroke: var(--primary-color);
    cursor: pointer;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.icon-edit-img-personal:hover{
    stroke: #fff!important;
    background-color: var(--primary-color)!important;
}

.close-icon {
    position: absolute;
    right: 14px;
    left:inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 13px;
  }

  .close-icon-search-custom {
    position: absolute;
    left: 10px;
    right:auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 13px;
  }
  .loading-icon-search-custom{
    position: absolute;
    right: 210px;
    left:auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 13px;
}
.box-imageCenters{
    border: 1px solid rgba(241, 241, 241, 1);
    border-radius: 12px;
    margin-left: 20px;
    margin-right: inherit;
}

/* .layout-sidebar .layout-menu li:nth-child(3){
    border-bottom: 1px solid rgba(238, 239, 241, 1)!important;
}
.layout-sidebar .layout-menu li:nth-child(6){
    border-bottom: 1px solid rgba(238, 239, 241, 1)!important;
} */


.section-content{
      padding: 0 !important;

}
.style-accordion-box{
    .p-accordion-tab{
        box-shadow: none!important;
    }
    .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon{
        font-size: 12px!important;
    }
    .p-accordion-tab-active .p-accordion-header .p-accordion-header-link{
        background-color: #FAFAFA!important;
    }
    .p-accordion .p-accordion-tab{
        margin-bottom: 0!important;
        border-bottom: 1px solid #F5F5F5;
    }
    .p-accordion .-accordion-tab:first-child{
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .p-accordion .p-accordion-header .p-accordion-header-link{
        border-bottom: none!important;
    }
    .p-accordion-tab-active .p-accordion-header .p-accordion-header-link >.title-accordion{
        color: #374151!important;
    }
}

.style-tabs-dashboard{

    .p-tabview-nav .p-highlight > .p-tabview-nav-link .title-accordion{
        color: var(--primary-color)!important;

    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link{
        border-width: 0 0 4px 0 !important;
    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link{
        border-bottom: 0!important;
    }
    .p-tabview .p-tabview-nav .p-highlight {
        border-bottom: 4px solid  var(--primary-color)!important;
        position: relative;
    }
}

.style-tab-charts{
    .p-tabview-nav-content {
        display: none!important;
    }
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    margin-right: 0!important;
}


.style-icon-send{
    position: relative;
    bottom: 40px;
    float: right;
    transform: scaleX(-1);
}


#footer .footer-links form .subsicribe {
    font-family: 'NeoSansArabic', sans-serif !important;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: var(--primary-color);
    color: #fff;
    transition: 0.3s;
    border-radius: 24px;
    cursor: pointer;
    right: 0;
    left: auto
  }

  h2.display-5 {
    font-size: 18px;
}


pre.ql-syntax {
    font-family: inherit;
}

.direction-ltr input, .direction-ltr textarea, .direction-ltr placeholder {
    direction: ltr;
}

.p-progress-spinner {
    width: 2rem;
    height: auto;
}

.p-progress-spinner svg {
    width: 1.5rem;
    height: auto;
}

.input-status {
    right: 10px;
    left:auto;
    top: 36px !important;
}

.input-status i {
    font-weight: 600;
    font-size: 15px;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.email-valid input{
    border: 1px solid #23577a !important;
    /* color: #23577a !important; */
  }

  .email-invalid input{
    border: 1px solid red !important;
    /* color: red; */
  }

  .email-checking input {
    border: 1px solid orange !important;
    /* color: orange; */
  }


.email-valid {
    color: #23577a !important;
  }

.email-invalid{
    color: red;
  }

.email-checking {
    color: orange;
  }

  .activity-source {
    padding: 0.5rem 1rem;
    background: #f2f2f2;
    color: #535353;
    border-radius: 0.25rem;
    font-size: 12px;
    display: inline-flex;
    align-self: flex-start;
}


.app-table .p-datatable-thead tr th {
    width: auto !important;
}

.style-all-authors p {
    margin-bottom: 0;
}

.layout-content {
    padding-top: 77px;
}

.send-message-button {
    display: flex;
    gap: 0.5rem;
}


ul.ml-4.subsub {
    list-style: none;
    padding-right: 0 !important;
    padding-left: 0 !important;
    line-height: 34px;
}

.layout-topbar {
    position: fixed;
    z-index: 33;
    width: calc(100% - 18rem);
    height: 5.5rem;
}
.layout-static-inactive{
    .layout-topbar {
        position: fixed;
        z-index: 33;
        width: 100%!important;
    }
}

.p-inputtext:enabled:focus{
    box-shadow: 0 0 0 0.2rem #21577b4a!important;
}

.line-isActive{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.style-tabview-custome{
    .p-tabview .p-tabview-nav{
         border: none!important;
    }
    .p-tabview .p-tabview-nav-content{
        display: none!important;
    }
}



.status-success {
    font-size: 11px;
    background-color: rgba(73, 204, 144, 0.1);
    padding: 7px 10px;
    border-radius: 6px;
    color: #49cc90;
}

.status-gray {
    font-size: 11px;
    background-color: #b7bdc33d;
    padding: 7px 10px;
    border-radius: 6px;
    color: #b7bdc3;
}
.status-danger {
    font-size: 11px;
    background-color: rgba(249, 62, 62, 0.1);
    padding: 7px 10px;
    border-radius: 6px;
    color: #f93e3e;
}
.status-info {
    font-size: 11px;
    background-color: rgba(97, 175, 254, 0.1);
    padding: 7px 10px;
    border-radius: 6px;
    color: #61affe;
}
.w-55{
    width: 55rem!important;
}
.w-50{
    width: 50rem!important;
}


.p-progressbar-value{
    width: 100%!important;
}
.layout-sidebar .layout-menu ul a:hover{
    background-color: var(--primary-color)!important;
    color: #fff!important;
    border-radius: 0px 10px 10px 0px;

}
.layout-sidebar .layout-menu ul a:hover .layout-menuitem-icon{
    color: #fff!important;
}
.layout-sidebar .layout-menu ul a.active-route  .layout-menuitem-icon{
    color: #fff!important;
}
.layout-sidebar .layout-menu ul a.active-route{
    background-color: var(--primary-color)!important;
    color: #fff!important;
    border-radius: 0px 10px 10px 0px;
}

.p-editor-container .p-editor-content .ql-editor{
    text-align: right!important;
}


/***** Custome style ****/

.p-dialog-header-actions{
  display: none!important;
}

.p-select{
  width: 100%!important;
}

.p-select:not(.p-disabled):hover{
  border-color: var(--primary-color)!important;
}

.text-primary-color{
  color: var(--primary-color)!important;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}

.p-tabpanels{
  padding: 0!important;
}

.p-tablist-active-bar{
  display: none!important;
}



.tab-list-custome{
          .p-tablist{
            .p-tablist-content{
              .p-tablist-tab-list{
                    padding: 15px 10px 0px 9px;

                .p-tab-active{
                  background-color: var(--primary-color)!important;
                  color: #fff!important;
                  border-color: var(--primary-color)!important;
                }
                .p-tab {
                  font-size: 14px;
                  font-weight: 700!important;
                  border-radius: 8px 8px 0px 0px!important;
                }
              }
            }
          }

}

 .box-card-info-channel {
   .p-card{
  background: #ffffff;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #E2E8F0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
   }
   .p-card {
    .p-card-body{
        padding: 0!important;
   }
   }
 }

 .custom-tabs {
  .p-tabpanels{
    background: transparent!important;
  }
 }

 .drawer-user-custome{
  .p-drawer-header{
        border-bottom: 1px solid #eaeaea !important;
     padding: 1rem 0.8rem!important;
   }
   .p-drawer-left .p-drawer-content, .p-drawer-right .p-drawer-content, .p-drawer-top .p-drawer-content, .p-drawer-bottom .p-drawer-content{
    padding: 0!important;
   }
 }

 .p-fileupload-header{
  display: none!important;
 }
.p-paginator-page.p-paginator-page-selected{
      background-color: var(--primary-color)!important;
    border-radius: 8px!important;
    color: #fff!important;
}

.justify-content-end{
  justify-content: end!important;
}

.icon-delete-custome{
cursor: pointer;
}
.icon-delete-custome > svg > path{
  stroke: #2F2B3D;
}

.icon-delete-custome:hover > svg > path{
  stroke: #f93e3e!important;
}




.icon-view-custome {
  cursor: pointer!important;
}

/* اللون الافتراضي */
.icon-view-custome > svg > path,
.icon-view-custome > svg > circle {
  stroke: #2F2B3D;
}

/* اللون عند الـ hover */
.icon-view-custome:hover > svg > path,
.icon-view-custome:hover > svg > circle {
  stroke: #61affe !important;
}

.p-datepicker{
  width: 100%!important;
}

.p-datepicker-day-selected{
  background-color: #eb5d0b!important;
}

label{
     font-size: 14px !important;
    color: #2F2B3DE5 !important;
    font-weight: 600 !important;
    bottom: 7px !important;
    position: relative;
}

.justify-content-between{
  justify-content: space-between!important;
}


.p-datatable-header{
    padding: 8px 1px;
}


.p-popover-content{
  padding: 0!important;
}

.p-checkbox-checked .p-checkbox-box{
  background-color: #EB5D0B!important;
  border-color: #EB5D0B!important;
}

.p-tabpanels{
 background: transparent!important;
}

.p-drawer-header{
  border-bottom: 1px solid #2F2B3D1F!important;
}

.box-stauts{
      padding: 4px 15px;
    border-radius: 8px;
    font-weight: 600;
}

.p-select-option.p-select-option-selected.p-focus{
  color: var(--primary-color)!important;
}


.p-confirmdialog   .p-dialog-header{
    padding: 13px !important;
    border-bottom: 1px solid #2F2B3D1F;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

}
.p-confirmdialog .p-dialog-footer{
  justify-content: center!important;
      border-top: 1px solid #2F2B3D1F;
      padding-bottom: 15px!important;
 }


.p-confirmdialog .p-dialog-title{
 color:  #2F2B3DE5!important;
 font-size: 15px!important;
 font-weight: 700!important;
}


.text-message{
  color: #FF383C;
    font-size: 15px;
    font-weight: 800 !important;
    text-align: center!important;
}

.meal-order-chef > .p-accordion >  .p-accordionpanel .p-accordionheader .p-icon{
  display: none!important;
}

.meal-order-chef > .p-accordion >  .p-accordionpanel > .p-accordionheader{
  padding: 0!important;
}

.meal-order-chef >  .p-accordion{
      gap: 13px!important;
    display: flex!important;
    flex-direction: column!important;
}
.meal-order-chef > .p-accordionpanel{
  border:none!important;
  background:transparent!important;
 box-shadow: 0px 3px 12px 0px #2F2B3D24!important;

}
