:root {
    --main_color: #012970;
    --grey-color: #6c757d;
}
html {
    scroll-behavior: smooth;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none !important;
}
li {
    list-style: none;
}
ul {
    padding: 0 !important;
}
img {
    object-fit: cover;
}
.btn-primary {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #aab7cf;
}

/* start nav */
#nav-bar {
    background-color: white;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    height: 62px;
    z-index: 999999999999;
    padding-left: 20px;
    position: sticky;
    top: 0;
}
#nav-bar #img-icons {
    width: 30px;
    margin-right: 5px;
}
#nav-bar #img-icons + h2 {
    color: var(--main_color);
    margin-bottom: 0;
    font-size: 25px;
}
#nav-bar i.hide-menu {
    color: var(--main_color);
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
}
.search-bar {
    min-width: 360px;
    padding: 0 20px;
    position: relative;
    transition: 0.3s;
}

.search-bar.userSearch {
    padding: 0;
    min-width: 250px;
}
.search-bar.userSearch input {
    border-radius: 10px;
}
.search-bar.userSearch input::placeholder {
    color: #757575ad;
    font-weight: 600;
}
.search-bar.userSearch button {
    margin-left: -250px;
}
.search-bar.userSearch button i {
    color: #757575ad;
}
.search-bar.userSearch input {
    padding: 7px 8px 7px 30px;
}
.search-bar form {
    width: 100%;
}
.search-bar form input {
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
    outline: none;
}
.search-bar form input:hover {
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
}
.search-bar form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}
.search_mobile a {
    font-size: 22px;
    color: #012970;
    margin-right: 20px;
    position: relative;
}
#nav-bar img#img-person {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
#nav-bar i#icon-notifications {
    /* margin-right: 10px; */
    font-size: 22px;
    color: var(--main_color);
    position: relative;
}
#nav-bar i#icon-notifications::after {
    content: "4";
    position: absolute;
    font-size: 12px;
    background-color: rgb(13, 110, 253);
    padding: 3px 6px;
    color: white;
    border-radius: 0.375rem;
    top: -7px;
    left: 7px;
}
#nav-bar i#icon-message {
    font-size: 22px;
    color: var(--main_color);
    position: relative;
}
#nav-bar i#icon-message::after {
    content: "3";
    position: absolute;
    font-size: 12px;
    background-color: rgb(25, 135, 84);
    padding: 0px 8px;
    color: white;
    border-radius: 0.375rem;
    left: 5px;
    top: -5px;
}
#nav-bar .dropdown > button[data-bs-toggle] {
    border: none;
}
#nav-bar #DropMenu-notification #dropdown-menu,
#nav-bar #DropMenu-message #dropdown-menu {
    padding: 10px 0;
    margin: 0;
    width: 20rem;
    border: none;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}
#nav-bar #DropMenu-notification #dropdown-menu div:first-child,
#nav-bar #DropMenu-message #dropdown-menu div:first-child {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding-bottom: 15px;
    padding-top: 5px;
}
#nav-bar #DropMenu-notification #dropdown-menu div:first-child span:first-child,
#nav-bar #DropMenu-message #dropdown-menu div:first-child span:first-child {
    color: #888;
    font-size: 15px;
}
#nav-bar #DropMenu-notification #dropdown-menu div:first-child span:last-child,
#nav-bar #DropMenu-message #dropdown-menu div:first-child span:last-child {
    background-color: rgb(13, 110, 253);
    font-size: 13px;
    color: white;
    padding: 4px 8px;
    border-radius: 20px;
    cursor: pointer;
}
#nav-bar #DropMenu-notification #dropdown-menu i.notification-icon {
    font-size: 24px;
    margin: 0 20px 0 10px;
}
#nav-bar #DropMenu-notification #dropdown-menu #notification-items {
    padding: 15px 10px;
    transition: 0.3s;
    display: flex;
    align-items: center;
}
#nav-bar #DropMenu-notification #dropdown-menu #notification-items:hover,
#nav-bar #DropMenu-message #dropdown-menu #box:hover,
#nav-bar #DropMenu-Profile #dropdown-menu #box:hover {
    background-color: #f6f9ff;
    cursor: pointer;
}
#nav-bar #DropMenu-Profile #dropdown-menu #box a {
    color: inherit;
}
#nav-bar #DropMenu-notification #dropdown-menu #notification-items a,
#nav-bar #DropMenu-message #dropdown-menu #notification-items a {
    color: #444444;
    transition: 0.3s;
    margin: 0 auto;
}
#nav-bar #DropMenu-notification #dropdown-menu #notification-items {
    border-top: 1px solid #bababa;
}
#nav-bar #DropMenu-message #dropdown-menu #box {
    display: flex;
    padding: 15px 10px;
    transition: 0.3s;
    border-top: 1px solid #bababa;
}
#nav-bar #DropMenu-message #dropdown-menu #box img {
    width: 40px;
    height: 40px;
    margin: 0 20px 0 10px;
    border-radius: 50%;
}
#nav-bar #DropMenu-message #dropdown-menu #notification-items {
    padding: 15px 10px;
    transition: 0.3s;
    display: flex;
    /* align-items: center; */
    border-top: 1px solid #bababa;
}
#nav-bar #DropMenu-Profile #dropdown-menu {
    padding: 10px 0;
    margin: 0;
    padding-bottom: 0;
    width: 15rem;
    border: none;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
    right: 30px;
}
#nav-bar #DropMenu-Profile #dropdown-menu::before {
    content: "";
    border-color: transparent transparent rgb(255, 255, 255) transparent;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    right: 15px;
    top: -19px;
}
#nav-bar #DropMenu-Profile #dropdown-menu #Profile-items {
    padding: 10px 25px;
    text-align: center;
}
#nav-bar #DropMenu-Profile #dropdown-menu #Profile-items h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}
#nav-bar #DropMenu-Profile #dropdown-menu #Profile-items p {
    color: var(--grey-color);
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
}
#nav-bar #DropMenu-Profile #dropdown-menu #box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    transition: 0.3s;
    border-top: 1px solid #bababa;
}
/* end nav */

/* start offcanvas */
#menu-head .offcanvas.offcanvas-start {
    top: 62px;
    overflow-y: auto;
    width: 300px;
}
#menu-head ul li {
    margin-bottom: 5px;
}
#menu-head ul li a {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    padding: 10px 15px;
    border-radius: 4px;
    color: #012970;
}
#menu-head ul li a.active,
#menu-head ul li a:hover {
    background: #f6f9ff;
    color: #4154f1;
}
#menu-head ul li a.active i,
#menu-head ul li a:hover i {
    color: #2370ff;
}
#menu-head ul li i {
    margin-right: 10px;
    font-size: 16px;
}
/* end offcanvas */

/* Start main */
.MainPageContent {
    background-color: white;
    box-shadow: 0 0 17px #ccc;
    border-radius: 8px;
    padding: 60px 17px;
}
.main {
    background: #f4f6fb;
    padding: 10px 15px;
    transition: 0.5s;
}
.breadcrumb li.active {
    font-size: 14px;
    font-weight: 600;
    color: #51678f;
}
.breadcrumb li a {
    color: #899bbd;
    transition: 0.3s;
}
.breadcrumb li a:hover {
    color: #486fb7;
}
.breadcrumb-pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    background: white;
    padding: 20px 25px;
    box-shadow: 0 0 15px rgba(1, 41, 112, 0.08);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.breadcrumb-pages:hover {
    box-shadow: 0 5px 20px rgba(1, 41, 112, 0.12);
    transform: translateY(-2px);
}

.breadcrumb-pages ol {
    margin: 0;
    display: flex;
    align-items: center;
}

.breadcrumb-pages .breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-pages .breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.breadcrumb-pages .breadcrumb-item a:hover {
    color: var(--main_color);
    transform: translateX(3px);
}

.breadcrumb-pages .breadcrumb-item.active {
    color: var(--main_color);
    font-weight: 600;
}

.breadcrumb-pages .breadcrumb-item + .breadcrumb-item::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #6c757d;
    font-size: 12px;
    margin: 0 10px;
}

.breadcrumb-pages .page-title {
    color: var(--main_color);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.breadcrumb-pages .add-new button {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 hsla(0, 0%, 100%, 0.5);
    border: 0;
    outline: none;
    color: #5e72e4;
    transition: 0.4s;
    background-color: white;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
}
.breadcrumb-pages .add-new button:hover {
    transform: translateY(-3px);
    color: black;
}
/* End main */

/* Start statistics */
.statistics .card {
    margin-bottom: 30px;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
    border: 0;
}
.statistics .card .card-body {
    padding: 1rem 1.5rem;
}
.statistics .statistic .card h5 {
    font-size: 0.8125rem;
    color: #8898aa !important;
}
.statistics .statistic .card span {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #32325d;
}
.statistics .statistic .card .row i {
    width: 3rem;
    height: 3rem;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
}
.statistics .card .row i.chart {
    background: linear-gradient(87deg, #f5365c, #f56036) !important;
}
.statistics .card .row i.people {
    background: linear-gradient(87deg, #fb6340, #fbb140) !important;
}
.statistics .card .row i.dollar {
    background: linear-gradient(87deg, #2dce89, #2dcecc) !important;
}
.statistics .card .row i.chartFill {
    background: linear-gradient(87deg, #5e72e4, #825ee4) !important;
}
.statistics .statistic .card p {
    margin: 0;
    font-size: 0.875rem;
}
.statistics .card p span {
    color: #2dce89 !important;
    margin-right: 0.5rem;
    font-size: 0.875rem;
}

.charts-chape .chart-container {
    width: 100%;
    padding: 20px;
    padding-bottom: 85px;
    width: 100%;
    height: 430px;
    background: #1a1e3b;
    border-radius: 10px;
}
.charts-chape canvas {
    width: 100%;
    height: 100% !important;
}
.charts-chape .chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
}

.charts-chape .chart-header h5 {
    font-size: 0.625rem;
    margin: 0;
    color: #ced4da;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}
.charts-chape .chart-header h3 {
    font-size: 20px;
    margin: 0;
    color: #ffffff;
}

.charts-chape .chart-buttons button {
    padding: 5px 10px;
    margin-left: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.charts-chape .chart-buttons .active {
    background-color: #5c6ac4;
    color: #fff;
}

.charts-chape .chart-buttons .inactive {
    background-color: #ffffff;
    color: #1a1e3b;
}
.charts-chape .chart-container2 {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 430px;
    padding-bottom: 85px;
}
.charts-chape .chart-container2 canvas {
    width: 100%;
}
.charts-chape .chart-container2 .chart-header h5 {
    color: #8898aa;
}
.charts-chape .chart-container2 .chart-header h3 {
    color: #000000;
}
.team .card-header,
.feed .card-header {
    padding: 1.25rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.team .card-header h5 {
    color: #32325d;
    font-size: 1.0625rem;
    font-weight: 600;
}
.team .card-body ul li {
    padding: 15px 0;
}
.team .card-body img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.team .card-body h4 {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #32325d;
    margin: 0;
}
.team .card-body button {
    color: #fff;
    background-color: #5e72e4;
    border-color: #5e72e4;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
}
.team .card-body button:hover {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.DoList .card-header,
.progTrack .card-header {
    padding: 1.25rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.DoList .card-header h5,
.progTrack .card-header h5 {
    color: #32325d;
    font-size: 1.0625rem;
    font-weight: 600;
}
.DoList ul {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
}
.DoList .checklist-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 0.75rem;
}
.DoList .checklist-item:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: #5e72e4; */
    border-radius: 8px;
}
.DoList .checklist-entry:first-of-type {
    border-top: none;
    border-radius: 0;
}
.DoList .checklist-item-success:before {
    background-color: #2dce89;
}
.DoList .checklist-item-checked .checklist-info * {
    text-decoration: line-through;
}
.DoList .custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 2.75rem;
    -webkit-print-color-adjust: exact;
}
.DoList .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.DoList input[type="checkbox"],
.DoList input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.DoList .custom-checkbox .custom-control-input ~ .custom-control-label {
    cursor: pointer;
    font-size: 0.875rem;
    height: 1rem;
}
.DoList .checklist-item-warning:before {
    background-color: #fb6340;
}
.DoList .checklist-item-info:before {
    background-color: #11cdef;
}
.DoList .checklist-item-danger:before {
    background-color: #f5365c;
}
.DoList .custom-control-label {
    position: relative;
    vertical-align: top;
}
.DoList .custom-control-label:after,
.DoList .custom-control-label:before {
    position: absolute;
    left: -2.75rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.DoList .custom-control-label:before {
    border: 1px solid #dee2e6;
    transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    top: 0.25rem;
    left: -1.75rem;
}
.DoList .custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}
.DoList .custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
    box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}
.DoList .custom-checkbox-success .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #2dce89;
    background-color: #2dce89;
}
.DoList .custom-checkbox-danger .custom-control-input:checked ~ .custom-control-label:after,
.DoList .custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label:after,
.DoList .custom-checkbox-darker .custom-control-input:checked ~ .custom-control-label:after,
.DoList .custom-checkbox-default .custom-control-input:checked ~ .custom-control-label:after,
.DoList .custom-checkbox-info .custom-control-input:checked ~ .custom-control-label:after,
.DoList .custom-checkbox-light .custom-control-input:checked ~ .custom-control-label:after,
.DoList .custom-checkbox-neutral .custom-control-input:checked ~ .custom-control-label:after,
.DoList .custom-checkbox-primary .custom-control-input:checked ~ .custom-control-label:after,
.DoList .custom-checkbox-secondary .custom-control-input:checked ~ .custom-control-label:after,
.DoList .custom-checkbox-success .custom-control-input:checked ~ .custom-control-label:after,
.DoList .custom-checkbox-warning .custom-control-input:checked ~ .custom-control-label:after,
.DoList .custom-checkbox-white .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNmwyLjk3NCAyLjk5TDggMi4xOTN6Jy8+PC9zdmc+);
}
.DoList .custom-control-label:after {
    background: 50% / 50% 50% no-repeat;
}
.DoList .custom-control-label:after {
    top: 0.25rem;
    left: -1.75rem;
}
.progTrack a.avatar {
    color: #fff;
    background-color: #adb5bd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.progTrack img {
    height: 48px;
    width: 48px;
}
.progTrack .progress-xs {
    height: 3px;
}
.progTrack .list-group-item {
    position: relative;
    display: block;
    padding: 1rem;
    background-color: #fff;
    border: 0;
}

.feed h5 {
    font-size: 1.0625rem;
}
.feed .avatar {
    border-radius: 0.375rem;
    height: 48px;
    width: 48px;
}
.feed .btn-icon {
    color: #fff;
    background-color: #5e72e4;
    border-color: #5e72e4;
    font-size: 0.75rem;
    transition: 0.5s;
}
.feed .btn-icon:hover {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background-color: #5e72e4;
}
.feed .btn-icon span {
    color: white;
}
.feed p {
    font-size: 1rem;
    color: #525f7f;
}
.feed .card-body img {
    max-width: 100%;
}
.feed .feed-post img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 2px solid white;
    position: relative;
    z-index: 2;
    transition: 0.3s;
    cursor: pointer;
}
.feed .feed-post img:hover {
    z-index: 4;
}
.feed .feed-post img:first-of-type {
    right: -24px;
}
.feed .feed-post img:nth-of-type(2) {
    right: -12px;
}
.feed .comment-person {
    margin-top: 2rem;
}
.feed .comment-person img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-top: -1rem;
    margin-right: -2rem;
    position: relative;
    z-index: 1;
    border: 4px solid #fff;
    transition: all 0.15s ease;
}
.feed .comment-person .comment-box {
    border-radius: 0.4375rem;
    border-top-left-radius: 0;
    position: relative;
    background-color: #f6f9fc;
    padding: 1rem 1.25rem 1rem 2.5rem;
}
.feed .comment-person h6 {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.5;
    color: #32325d;
}
.feed .comment-person p {
    font-size: 0.875rem !important;
    color: #525f7f;
}
.feed i.like {
    color: #5e72e4;
}
.feed .comment-person i {
    font-size: 0.875rem;
}
.feed hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgb(0 0 0 / 41%);
}
.feed .write-comment img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}
.feed .write-comment textarea {
    box-shadow: none;
    /* border: none; */
    outline: none;
}
/* table users */
.tableUsers #table {
    margin-bottom: 0 !important;
}
.tableUsers .accAdmin {
    font-size: 13px;
    border-radius: 50px;
    padding: 3px 7px;
    border-width: 2px;
    border-style: solid;
    border-color: #3cc63c;
    background-color: #3cc63c59;
    color: rgb(0, 75, 0);
    font-weight: 500;
}
.tableUsers .accDEp {
    font-size: 13px;
    border-radius: 50px;
    padding: 3px 7px;
    border-width: 2px;
    border-style: solid;
    border-color: #00b7ff;
    background-color: #64d3ffa8;
    color: #0074a2;
    font-weight: 500;
}
.tableUsers .accDIm {
    font-size: 13px;
    border-radius: 50px;
    padding: 3px 7px;
    border-width: 2px;
    border-style: solid;
    border-color: #d900ffcc;
    background-color: #f4b9ff;
    color: #700083cc;
    font-weight: 500;
}
.tableUsers .status {
    font-size: 15px;
    font-weight: 500;
    color: #565656;
}
.tableUsers .table .thead-light th {
    background-color: transparent;
}
.tableUsers .table > :not(caption) > * > * {
    padding-top: 15px;
    padding-bottom: 15px;
}
.tableClients .card-header {
    padding: 1.25rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tableClients .card-header h3 {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.5;
    color: #32325d;
}
/* table orders */
.tableOrders.tableClients .card-header {
    padding: 15px;
}
.tableOrders.tableClients .avatar img {
    border-radius: 0 !important;
}
.tableOrders .mediaDt p:not(:first-child) {
    color: #989898;
}
.tableOrders .budget div {
    position: relative;
}
.tableOrders .budget div::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 13px;
    border-left: 2px dotted var(--grey-color);
}
.tableOrders .budget p {
    position: relative;
}
.tableOrders .budget p::before {
    position: absolute;
    content: "";
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--grey-color);
}
.tableOrders .budget p::after {
    content: "";
    position: absolute;
    left: -16.2px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #5c5c5c;
    border-radius: 50%;
}
.tableOrders .price {
    font-size: 16px;
    color: var(--grey-color);
}
.tableOrders .status div {
    position: relative;
    margin-left: 10px;
    font-weight: bold;
}
.tableOrders .status {
    color: var(--grey-color);
}
.tableOrders .status div.new {
    color: green;
}
.tableOrders .status div.non {
    color: #ffc800;
}
.tableOrders .status div.error {
    color: red;
}
.tableOrders .status div::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 3px;
}
.tableOrders .status div.new::before {
    background-color: green;
}
.tableOrders .status div.non::before {
    background-color: #ffc800;
}
.tableOrders .status div.error::before {
    background-color: red;
}
#table.table {
    width: 100%;
    margin-bottom: 0;
    color: #525f7f !important;
    background-color: transparent;
}
#table.table .dropdown button {
    background-color: transparent;
    border: none;
}
#table.table .dropdown button i {
    color: #6c757d;
}
#table.table .dropdown button::after {
    display: none;
}
.tableClients .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.tableClients .table-responsive table {
    border-collapse: collapse;
}
.table th {
    font-weight: 600;
}
.table thead th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
}
.table .thead-light th {
    background-color: #f6f9fc;
    color: #8898aa;
}
.card .table td,
.card .table th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.table .thead-light th {
    border-color: #e9ecef;
}
.table td,
.table th {
    font-size: 0.8125rem;
    white-space: nowrap;
}
.table-flush td,
.table-flush th {
    border-left: 0;
    border-right: 0;
}
.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
    border-top: 0;
}
.media {
    display: flex;
    align-items: flex-start;
}
.avatar {
    color: #fff;
    background-color: #adb5bd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    height: 48px;
    width: 48px;
}
.avatar img {
    width: 100%;
    height: 100%;
}
.mediaDt .name {
    font-size: 0.875rem !important;
    color: #525f7f;
}
.media .email {
    display: block;
}
#table .budget {
    color: #525f7f;
    font-size: 0.9125rem;
}
.table.align-items-center td,
.table.align-items-center th {
    vertical-align: middle;
}
.badge {
    display: inline-block;
    padding: 0.35rem 0.375rem;
    font-size: 66%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: initial;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.badge-dot {
    padding-left: 0;
    padding-right: 0;
    background: 0 0;
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: none;
}
.bg-warning {
    background-color: #fb6340 !important;
}
.badge-dot i {
    display: inline-block;
    vertical-align: middle;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    margin-right: 0.375rem;
}
.badge-dot .status {
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: none;
    color: #525f7f;
}
.badge.badge-dot i {
    margin-right: 0.6rem;
}
.avatar-sm {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
}
.avatar-group .avatar {
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}
.avatar-group .avatar {
    margin-right: 0.2rem;
}
.avatar-group .avatar + .avatar {
    margin-left: -1rem;
}
.avatar.rounded-circle img,
.rounded-circle {
    border-radius: 50% !important;
}
.progress {
    display: flex;
    height: 1rem;
    line-height: 0;
    font-size: 0.75rem;
    border-radius: 0.375rem;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.progress {
    height: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 0.25rem;
    background-color: #e9ecef;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.table td .progress {
    height: 3px;
    width: 120px;
    margin: 0;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #5e72e4;
    transition: width 0.6s ease;
}
.progress-bar {
    box-shadow: none;
    border-radius: 0;
    height: auto;
}
#table .text-light {
    color: #ced4da !important;
}
#card-check .card-custom {
    border-radius: 10px;
    padding: 30px 25px;
}
#card-check .balance-card {
    background: linear-gradient(87deg, #172b4d, #1a174d) !important;
    color: white;
}
#card-check .balance-card h3 {
    font-size: 1.25rem;
}
#card-check .balance-card h3 sub {
    top: -0.55em;
}
#card-check .balance-card p {
    color: #ced4da !important;
}
#card-check .balance-card button {
    transition: 0.3s;
}
#card-check .balance-card button:hover {
    transform: translateY(-3px);
}
#card-check .balance-card .progress {
    width: 8rem;
    height: 3px;
}
#card-check .balance-card small {
    color: #ced4da !important;
}
#card-check .user-card {
    background: linear-gradient(87deg, #f5365c, #f56036) !important;
    color: white;
}
#card-check .user-card img {
    width: 2rem;
}
#card-check .user-card p {
    text-transform: uppercase;
    color: #8898aa;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #ced4da !important;
    font-size: 0.625rem;
}
#card-check .badge-active {
    background-color: #2dd4bf;
    color: white;
}
#footer ul a {
    color: #525f7f;
    transition: 0.3s;
}
#footer ul a:hover {
    color: #2370ff;
}
/* End statistics */

/* Start Services */
.Services #card_Serve {
    margin-bottom: 4.5rem;
}
.Services .image {
    margin-right: 30px;
    position: relative;
}

.Services .image div {
    overflow: hidden;
}

.Services .image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: 20px;
    border: 1px solid var(--main_color);
}

.Services .image img {
    width: 100%;
    position: relative;
    z-index: 1;
    transition: 1s;
}

.Services .image img:hover {
    transform: scale(1.1);
}

.Services .serve-body {
    padding: 12px 30px 12px;
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
    flex-wrap: wrap;
    padding-right: 50px;
    background-color: white;
}

.Services .serve-body a {
    color: black;
    font-weight: 700;
    transition: 0.3s;
    text-decoration: none;
    font-size: 20px;
}

.Services .serve-body a:hover {
    color: var(--main_color);
}

.Services .serve-body i {
    height: 56px;
    width: 56px;
    background-color: var(--main_color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.7s;
    color: white;
    font-size: 25px;
    border-radius: 50%;
}

.Services .serve-body i:hover {
    background-color: black;
    color: white;
}
/* End Services */

/* Start Projects */
.Projects .tab-content-box {
    position: relative;
    overflow: hidden;
    transition: 0.4s all ease-in-out;
    margin-bottom: 2.5rem;
}

.Projects .tab-content-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(166, 161, 130, 1) 0%, rgba(166, 161, 130, 1) 10%, rgba(166, 161, 130, 0.5970763305322129) 51%, rgba(166, 161, 130, 0.7063200280112045) 80%, rgba(166, 161, 130, 0.10407913165266103) 100%);
    opacity: 0;
    transition: 0.4s all ease-in-out;
    z-index: 1;
}

.Projects .tab-content-box:hover::before {
    opacity: 1;
}

.Projects .tab-content-box button#modal {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease-in-out;
    background-color: var(--main_color);
    color: white;
    position: absolute;
    right: 20px;
    top: -100%;
    border: none;
    box-shadow: none;
    outline: none;
}

.Projects .tab-content-box button#modal:hover {
    background-color: black;
}

.Projects .tab-content-box:hover button#modal {
    top: 20px;
    z-index: 2;
}

.Projects .tab-content-box button#modal i {
    font-size: 25px;
}

.Projects .tab-content-box img {
    width: 100%;
    transition: 1.3s ease-in-out all;
}

.Projects .tab-content-box:hover img {
    transform: scale(1.1);
}

.Projects .tab-content-box .image-det {
    position: absolute;
    padding: 20px;
    text-align: center;
    width: 100%;
    left: -100%;
    bottom: 0;
    transition: 1s all;
    z-index: 2;
}

.Projects .tab-content-box:hover .image-det {
    left: 0;
}

.Projects .tab-content-box .image-det h2 {
    color: white;
    font-weight: 700;
    font-size: 24px;
}

.Projects .tab-content-box .image-det p {
    color: #a6a182;
}

/* End Projects */

/* Start User Management */
.UserManage .numUser {
    color: var(--main_color);
    font-weight: bold;
}
.filter-button {
    padding: 5px 7px;
    border-radius: 10px;
    border: 1px solid rgba(1, 41, 112, 0.2);
    transition: 0.3s;
}
.filter-button:hover {
    background-color: black;
    color: white;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
}
.filter-button:hover a,
.filter-button:hover i {
    color: white;
}
.filter-button a {
    color: black;
}
.filter-button i {
    color: #888;
    font-size: 16px;
}
.AddUsers {
    padding: 5px 7px;
    border-radius: 10px;
    border: 1px solid rgba(1, 41, 112, 0.2);
    background-color: black;
    color: white;
    transition: 0.3s;
}
.AddUsers:hover {
    box-shadow: 0 0 10px rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.718);
}
.AddUsers * {
    color: white;
    font-size: 13.3px;
}
/* End User Management */

/* Start Profile Page */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.card-body {
    padding: 0 20px 20px 20px;
}
.profile .profile-card img {
    max-width: 120px;
}
.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}
.profile .profile-card h3 {
    font-size: 18px;
}
.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}
.profile .profile-card .social-links a:hover {
    color: #012970;
}
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}
.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #4154f1;
}
.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #4154f1;
    border-bottom: 2px solid #4154f1;
}
.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}
.profile .profile-overview .card-title {
    color: #012970;
}
.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}
.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}
.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}
.profile .profile-edit img {
    max-width: 120px;
}
/* End Profile Page */

/* Product Management Page Styles */
.main-content {
    padding: 20px;
    background-color: #f8f9fa;
    min-height: calc(100vh - 70px);
}

/* Page Title Styles */
.page-title-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.page-title-box h4 {
    color: #2c3e50;
    font-weight: 600;
}

.add-product-btn {
    transition: all 0.3s ease;
}

.add-product-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Filter Card Styles */
.filter-card {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.filter-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-select,
.form-control {
    border: 1px solid #e9ecef;
    padding: 10px;
    transition: all 0.3s ease;
}

.form-select:focus,
.form-control:focus {
    border-color: #4e73df;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.reset-filters-btn {
    transition: all 0.3s ease;
}

.reset-filters-btn:hover {
    background-color: #6c757d;
    transform: translateY(-1px);
}

/* Products Table Styles */
.products-table-card {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.table {
    margin-bottom: 0;
}

.table thead th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
    color: #2c3e50;
    font-weight: 600;
    padding: 15px;
}

.table tbody td {
    padding: 15px;
    vertical-align: middle;
}

.product-row {
    transition: all 0.3s ease;
}

.product-row:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px);
}

.product-image {
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.product-image:hover {
    transform: scale(1.1);
}

.product-name {
    color: #2c3e50;
    font-weight: 600;
}

.product-id {
    color: #6c757d;
}

.status-badge {
    padding: 6px 12px;
    font-weight: 500;
}

.action-btn {
    padding: 6px 12px;
    transition: all 0.3s ease;
}

.action-btn:hover {
    background-color: #e9ecef;
    transform: translateY(-1px);
}

.dropdown-menu {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 8px;
}

.dropdown-item {
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    transform: translateX(5px);
}

/* Pagination Styles */
.pagination {
    margin-bottom: 0;
}

.page-link {
    color: #4e73df;
    border: 1px solid #e9ecef;
    padding: 8px 16px;
    transition: all 0.3s ease;
}

.page-link:hover {
    background-color: #4e73df;
    color: #fff;
    border-color: #4e73df;
}

.page-item.active .page-link {
    background-color: #4e73df;
    border-color: #4e73df;
}

/* Modal Styles */
.modal-content {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.modal-title {
    color: #2c3e50;
    font-weight: 600;
}

.modal-footer {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

/* Form Styles */
.form-label {
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 8px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .page-title-box {
        flex-direction: column;
        gap: 15px;
    }

    .table-responsive {
        margin: 0 -15px;
    }

    .action-btn {
        padding: 4px 8px;
    }
}

/* Animation Classes */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

.slide-in {
    animation: slideIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Services Management Page Styles */

.ServicesManage .numUser {
    color: var(--main_color);
    font-weight: bold;
    margin-left: 5px;
}

.services-table-card {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.services-table-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-row {
    transition: all 0.3s ease;
}

.service-row:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px);
}

.service-image {
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.service-image:hover {
    transform: scale(1.1);
}

.service-name {
    color: #2c3e50;
    font-weight: 600;
}

.service-id {
    color: #6c757d;
}

.service-category {
    font-weight: 500;
    color: #2c3e50;
}

.service-price {
    font-weight: 600;
    color: #2c3e50;
}

.service-duration {
    color: #6c757d;
    font-weight: 500;
}

.status-badge {
    padding: 6px 12px;
    font-weight: 500;
    border-radius: 20px;
}

.status-badge.bg-success {
    background-color: #2dce89 !important;
}

.action-btn {
    padding: 6px 12px;
    transition: all 0.3s ease;
}

.action-btn:hover {
    background-color: #e9ecef;
    transform: translateY(-1px);
}

/* Modal Styles for Services */
#addServiceModal .modal-content {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#addServiceModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

#addServiceModal .modal-title {
    color: #2c3e50;
    font-weight: 600;
}

#addServiceModal .form-label {
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 8px;
}

#addServiceModal .form-control,
#addServiceModal .form-select {
    border: 1px solid #e9ecef;
    padding: 10px;
    transition: all 0.3s ease;
}

#addServiceModal .form-control:focus,
#addServiceModal .form-select:focus {
    border-color: #4e73df !important;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25) !important;
}

#addServiceModal .modal-footer {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

/* Responsive Styles for Services */
@media (max-width: 768px) {
    .ServicesManage {
        padding: 15px;
    }

    .services-table-card {
        margin: 0 -15px;
    }

    .action-btn {
        padding: 4px 8px;
    }
}

/* Animation Classes for Services */
.service-fade-in {
    animation: fadeIn 0.5s ease-in;
}

.service-slide-in {
    animation: slideIn 0.5s ease-out;
}

@keyframes serviceFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes serviceSlideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Account Settings Styles */
.account-settings .card {
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    transition: all 0.3s ease;
}

.account-settings .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(1, 41, 112, 0.15);
}

.account-settings .card-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(1, 41, 112, 0.1);
    padding: 1.5rem;
}

.account-settings .card-title {
    color: #012970;
    font-weight: 600;
    margin: 0;
}

.account-settings .card-body {
    padding: 1.5rem;
    background-color: #fff;
}

/* Profile Image Styles */
.profile-image-container {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.profile-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 0 15px rgba(1, 41, 112, 0.1);
    transition: all 0.3s ease;
}

.profile-image-container:hover img {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(1, 41, 112, 0.15);
}

.image-upload {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #012970;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.image-upload:hover {
    background: #1a1e3b;
    transform: scale(1.1);
}

.image-upload label {
    cursor: pointer;
}

.image-upload i {
    color: #fff;
    font-size: 1.2rem;
}

/* Form Controls */
.account-settings .form-control {
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.account-settings .form-control:focus {
    border-color: #012970;
    box-shadow: 0 0 0 0.2rem rgba(1, 41, 112, 0.15);
}

.account-settings .form-label {
    color: #012970;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Buttons */
.account-settings .btn {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.account-settings .btn-primary {
    background: #012970;
    border: none;
}

.account-settings .btn-primary:hover {
    background: #1a1e3b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(1, 41, 112, 0.2);
}

.account-settings .btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545;
}

.account-settings .btn-outline-danger:hover {
    background: #dc3545;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.2);
}

/* Form Switches */
.account-settings .form-check-input {
    width: 3em;
    height: 1.5em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(1, 41, 112, 0.25);
    appearance: none;
    color-adjust: exact;
    transition: background-position 0.15s ease-in-out;
}

.account-settings .form-check-input:checked {
    background-color: #012970;
    border-color: #012970;
}

.account-settings .form-check-input:focus {
    border-color: #012970;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 41, 112, 0.25);
}

/* Profile Info Items */

.profile-info .info-item {
    display: flex;
    align-items: center;
    padding: 1.2rem;
    margin-bottom: 0.8rem;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    background: rgba(1, 41, 112, 0.02);
}

.profile-info .info-item:last-child {
    margin-bottom: 0;
}

.profile-info .info-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, #012970, #4154f1);
    transform: scaleY(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0 4px 4px 0;
}

.profile-info .info-item:hover {
    background: rgba(1, 41, 112, 0.04);
    transform: translateX(8px);
}

.profile-info .info-item:hover::before {
    transform: scaleY(1);
}

.profile-info .info-item i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(1, 41, 112, 0.08);
    border-radius: 12px;
    margin-right: 1rem;
    color: #012970;
    font-size: 1.3rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.profile-info .info-item i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #012970, #4154f1);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.profile-info .info-item:hover i {
    color: #fff;
    transform: rotateY(180deg);
}

.profile-info .info-item:hover i::after {
    opacity: 1;
    z-index: -1;
}

.profile-info .info-item i span {
    position: relative;
    z-index: 1;
}

.profile-info .info-item div {
    flex: 1;
}

.profile-info .info-item h6 {
    color: #012970;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.profile-info .info-item p {
    color: #6c757d;
    font-size: 1rem;
    margin: 0;
    transition: all 0.3s ease;
    font-weight: 500;
}

.profile-info .info-item:hover h6 {
    color: #012970;
    transform: translateX(5px);
}

.profile-info .info-item:hover p {
    color: #012970;
    transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .profile-info {
        padding: 1rem;
    }

    .profile-info .info-item {
        padding: 1rem;
        margin-bottom: 0.6rem;
    }

    .profile-info .info-item i {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
        margin-right: 1rem;
    }

    .profile-info .info-item h6 {
        font-size: 0.9rem;
    }

    .profile-info .info-item p {
        font-size: 0.95rem;
    }
}

/* Dark Mode Support */
/* @media (prefers-color-scheme: dark) {
    .profile-info {
        background: #1a1e3b;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    }

    .profile-info:hover {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    }

    .profile-info .info-item {
        background: rgba(255, 255, 255, 0.03);
    }

    .profile-info .info-item:hover {
        background: rgba(255, 255, 255, 0.06);
    }

    .profile-info .info-item i {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
    }

    .profile-info .info-item i::after {
        background: linear-gradient(45deg, #4154f1, #012970);
    }

    .profile-info .info-item h6 {
        color: #fff;
    }

    .profile-info .info-item p {
        color: #a0a0a0;
    }

    .profile-info .info-item:hover p {
        color: #fff;
    }
} */

/* Reports Page Styles */
.report-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(1, 41, 112, 0.08);
    transition: all 0.3s ease;
}

.report-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(1, 41, 112, 0.12);
}

.report-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.report-card h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #012970;
    margin: 0.5rem 0;
}

.report-card h6 {
    font-size: 0.9rem;
    font-weight: 500;
}

.badge {
    padding: 0.5rem 0.75rem;
    font-weight: 500;
    font-size: 0.8rem;
}

.bg-success-subtle {
    background-color: rgba(46, 202, 106, 0.1);
}

.bg-danger-subtle {
    background-color: rgba(220, 53, 69, 0.1);
}

.bg-primary-subtle {
    background-color: rgba(65, 84, 241, 0.1);
}

.bg-warning-subtle {
    background-color: rgba(255, 119, 29, 0.1);
}

/* Chart Cards */
.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(1, 41, 112, 0.08);
    margin-bottom: 1.5rem;
}

.card-header {
    background: none;
    border-bottom: 1px solid rgba(1, 41, 112, 0.1);
    padding: 1.25rem 1.5rem;
}

.card-title {
    color: #012970;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
}

.card-body {
    padding: 1.5rem;
}

/* Tables */
.table {
    margin: 0;
}

.table th {
    font-weight: 600;
    color: #012970;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table td {
    vertical-align: middle;
    color: #6c757d;
    font-size: 0.95rem;
}

.table h6 {
    color: #012970;
    font-weight: 600;
    margin: 0;
}

.table small {
    color: #6c757d;
    font-size: 0.8rem;
}

/* Modal Styles */
.modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.15);
}

.modal-header {
    border-bottom: 1px solid rgba(1, 41, 112, 0.1);
    padding: 1.25rem 1.5rem;
}

.modal-body {
    padding: 1.5rem;
}

.modal-footer {
    border-top: 1px solid rgba(1, 41, 112, 0.1);
    padding: 1.25rem 1.5rem;
}

.form-label {
    color: #012970;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.form-select,
.form-control {
    border: 1px solid rgba(1, 41, 112, 0.2);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.form-select:focus,
.form-control:focus {
    border-color: #4153f199 !important;
    /* box-shadow: 0 0 0 0.2rem rgba(65, 84, 241, 0.15) !important; */
    box-shadow: none !important;
}

/* Buttons */
.btn {
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #4154f1;
    border: none;
}

.btn-primary:hover {
    background: #2f3f9e;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(65, 84, 241, 0.2);
}

.btn-outline-primary {
    border-color: #4154f1;
    color: #4154f1;
}

.btn-outline-primary:hover {
    background: #4154f1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(65, 84, 241, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .report-card {
        margin-bottom: 1rem;
    }

    .report-card h3 {
        font-size: 1.5rem;
    }

    .report-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .card-header {
        padding: 1rem;
    }

    .card-body {
        padding: 1rem;
    }

    .table th,
    .table td {
        font-size: 0.85rem;
    }
}

/* Dark Mode Support */
/* @media (prefers-color-scheme: dark) {
    .report-card,
    .card {
        background: #1a1e3b;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }

    .report-card h3,
    .card-title,
    .table h6 {
        color: #fff;
    }

    .report-card h6,
    .table td,
    .table small {
        color: #a0a0a0;
    }

    .card-header,
    .modal-header,
    .modal-footer {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .form-select,
    .form-control {
        background: #2a2f4f;
        border-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .form-select:focus,
    .form-control:focus {
        background: #2a2f4f;
        color: #fff;
    }

    .form-label {
        color: #fff;
    }
} */

/* Site Settings Page Styles */
.site-settings-content {
    padding: 20px;
}

.site-settings-content .card {
    border: none;
    box-shadow: 0 0 15px rgba(1, 41, 112, 0.1);
    border-radius: 15px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    background: #fff;
}

.site-settings-content .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(1, 41, 112, 0.15);
}

.site-settings-content .card-header {
    background: linear-gradient(45deg, var(--main_color), #224abe);
    color: white;
    border-radius: 15px 15px 0 0 !important;
    padding: 20px;
}

.site-settings-content .card-header h5 {
    margin: 0;
    font-weight: 600;
    font-size: 1.2rem;
}

.site-settings-content .card-body {
    padding: 25px;
}

.site-settings-content .form-label {
    font-weight: 500;
    color: var(--main_color);
    margin-bottom: 8px;
}

.site-settings-content .form-control,
.site-settings-content .form-select {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid rgba(1, 41, 112, 0.2);
    transition: all 0.3s ease;
}

.site-settings-content .form-control:focus,
.site-settings-content .form-select:focus {
    border-color: var(--main_color) !important;
    box-shadow: 0 0 0 0.2rem rgba(1, 41, 112, 0.25) !important;
}

.site-settings-content .input-group-text {
    background: var(--main_color);
    color: white;
    border: none;
    border-radius: 10px 0 0 10px;
}

.site-settings-content .form-check-input:checked {
    background-color: var(--main_color);
    border-color: var(--main_color);
}

.site-settings-content .btn-primary {
    background: linear-gradient(45deg, var(--main_color), #224abe);
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.site-settings-content .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(1, 41, 112, 0.4);
}

.site-settings-content .settings-icon {
    width: 40px;
    height: 40px;
    background: rgba(1, 41, 112, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 15px; */
}

.site-settings-content .settings-icon i {
    /* color: var(--main_color); */
    font-size: 1.2rem;
}

.site-settings-content .settings-header {
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; */
}

.site-settings-content .settings-header h5 {
    margin: 0;
    color: white;
}

.site-settings-content .file-upload {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.site-settings-content .file-upload input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: pointer;
    display: block;
}

.site-settings-content .file-upload-btn {
    display: inline-block;
    padding: 12px 20px;
    background: var(--main_color);
    color: white;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.site-settings-content .file-upload-btn:hover {
    background: #224abe;
}

.site-settings-content .preview-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 10px;
}

.site-settings-content .social-media-input {
    position: relative;
}

.site-settings-content .social-media-input i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--main_color);
}

.site-settings-content .social-media-input input {
    padding-left: 45px;
}

.site-settings-content .settings-section {
    margin-bottom: 30px;
}

.site-settings-content .settings-section:last-child {
    margin-bottom: 0;
}

.site-settings-content .toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.site-settings-content .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.site-settings-content .toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.site-settings-content .toggle-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.site-settings-content input:checked + .toggle-slider {
    background-color: var(--main_color);
}

.site-settings-content input:checked + .toggle-slider:before {
    transform: translateX(26px);
}

.site-settings-content .settings-description {
    color: var(--grey-color);
    font-size: 0.9rem;
    margin-top: 5px;
}

.site-settings-content .settings-group {
    background: #f8f9fc;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.site-settings-content .settings-group:last-child {
    margin-bottom: 0;
}

.site-settings-content .settings-group-title {
    font-weight: 600;
    color: var(--main_color);
    margin-bottom: 15px;
}

.site-settings-content .settings-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.site-settings-content .btn-secondary {
    background: var(--grey-color);
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.site-settings-content .btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .site-settings-content .card {
        margin-bottom: 20px;
    }

    .site-settings-content .settings-actions {
        flex-direction: column;
    }

    .site-settings-content .settings-actions .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}
