/* dashboard-content */
.dashboard-content {
    position: relative;
    z-index: 0;
    padding-top: 30px;
    padding-bottom: 40px;
    background: #ffffff;
}

.dashboard-content:before {
    /* z-index: -1; */
    /* content: ""; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* height: 200px; */
    /* background: linear-gradient(45deg, #1f364a, #477dad); */
}

.dashboard-content:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: url(../imgs/logo.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    opacity: 0.1;
    background-position: 50% calc(50% - 50px);
}

.col-content-heading {
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.col-content-heading .price {
    background: var(--secondary);
    color: #fff;
    display: inline-flex;
    padding-inline: 15px;
    padding-block: 2px;
    border-radius: 8px;
    margin-inline-start: 10px;
    font-size: 90%;
}

.dashboard-row {
    position: relative
}

.dashboard-menu {
    display: none;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    background: #4a6382;
    border-radius: 5px;
}

.dashboard-menu,
.dashboard-menu svg,
.dashboard-menu svg path {
    transition: all 0.15s linear;
}

.dashboard-menu svg {
    width: 40px;
    height: 40px;
    padding: 5px;
}

.dashboard-menu:hover svg path {
    stroke: #fff !important;
}

.dashboard-menu {
    background: #4a6382;
}

.dashboard-menu svg path {
    stroke: #Fff
}

.dashboard-menu:hover {
    background: var(--secondary);
}

/*nav-tabs*/

.tabs-container,
.side-admin-menu {
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 0 9px #00000017;
}

.side-admin-menu {
    padding: 20px 0;
    border-radius: 8px;
}

.side-admin-menu hr {
    margin-block: 5px !IMPORTANT;
    opacity: 0.075;
}

.side-admin-menu ul {
    margin: 0;
    padding: 0;
    margin-block: 10px;
}

.side-admin-menu ul:last-child {
    margin-bottom: 0
}

.side-admin-menu ul li {
    list-style-type: none;
}

.sam-1 {
    margin-bottom: 20px
}

.sam-1 .profile-image {
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 800px;
    overflow: hidden;
    position: relative;
    margin-inline: auto;
    border: 3px solid #eaeaea;
}

.sam-1 .profile-image img {
    object-fit: cover;
    object-position: 50%;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sam-1 .profile-user {
    display: flex;
    justify-content: center;
    margin-top: 4px;
    font-weight: 500;
    color: var(--primary) !important;
    padding-inline: 6px;
    font-size: 105%;
    text-transform: uppercase;
}

.sam-1 .profile-user:hover {
    color: #222
}

.sam-2 a {
    display: flex;
    padding-block: 10px;
    padding-inline: 12px 12px;
    color: #333
}

.sam-2 ul:last-child li:not(:last-child) a {
    border-bottom: 1px dotted #e5e5e5;
}

.sam-2 a:hover,
.sam-2 a:focus {
    background: #efefef;
}

.sam-2 a.active {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    color: #fff;
}

.sam-2 a i {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 8px;
    font-size: 140%;
}


.tab-content {
    padding-top: 40px;
}

.tabs-container {
    padding: 20px;
    border-radius: 8px;
    min-height: 100%;
}

.nav-tabs {
    border-bottom: 0;
}

.tabs-container .nav-tabs {
    margin-bottom: -25px;
    position: relative;
    z-index: 2;
}

.tabs-container .nav-tabs li>* {
    font-size: 100%;
}

/*single-statistics*/

.single-statistics {
    display: flex;
    padding: 10px 0;
    align-items: center;
    background: #7c7c7c21;
    border-radius: 10px;
    margin-bottom: 20px;
}

.single-statistics .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
}

.single-statistics .icon i {
    width: 50px;
    height: 50px;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-statistics .icon span {
    font-size: 22px;
    font-weight: 600;
}

.single-statistics .ss-info {
    display: flex;
    flex-direction: column;
}

.single-statistics .ss-info>span {
    font-size: 18px;
}

.single-statistics .ss-info>span:first-child {
    font-size: 24px;
    font-family: fantasy;
    color: #555;
    letter-spacing: 1px;
}

.statistics-row>div:nth-child(3n + 1) .single-statistics .icon i {
    background: var(--colorAlert);
    color: #fff
}

.statistics-row>div:nth-child(3n + 2) .single-statistics .icon i {
    background: var(--primary);
    color: #fff
}

.statistics-row>div:nth-child(3n + 3) .single-statistics .icon i {
    background: var(--secondary);
    color: #fff;
}

.white-style .dropdown-toggle::after {
    display: none;
}

.white-style .dropdown-menu {
    font-size: 82%;
    min-width: 100px;
}

.white-style .btn,
.white-style .btn:hover,
.white-style .btn:focus {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #111 !important
}

/* Notification */

.single-notification {
    display: flex;
    /* margin-bottom: 15px; */
    position: relative;
}

.notifications>* {
    background: #93939317;
    padding: 16px 20px;
    /* border-bottom: 1px solid #e5e5e5; */
    border-radius: 8px;
    margin-bottom: 12px;
}

.notifications>*:nth-child(even) {
    /* background: #ededed; */
}

.noti-ctnt {
    width: calc(100% - 70px);
    padding-inline-start: 15px;
    display: flex;
    flex-direction: column;
    padding-inline-end: 28px;
}

.noti-ctnt span:last-child {
    color: #888;
    font-size: 84%;
}

.single-notification img {
    width: 60px;
    height: 60px;
    border-radius: 500px;
}

.single-notification .close {
    display: flex;
    width: 22px;
    height: 22px;
    border-radius: 500px;
    position: absolute;
    background: #818181;
    align-items: center;
    justify-content: center;
    margin-inline: auto 15px;
    left: 0;
    right: 0;
    cursor: pointer;
    color: #e9e9e9;
    font-size: 88%;
    transition: all 0.15s ease-in-out;
}

.single-notification .close:hover {
    transform: rotate(90deg);
}

.single-notification.unread {
    background: #4a638230;
}

.dashboard-main-actions>*:nth-child(2) {
    margin-inline-start: 10px;
}

.style2-body iframe {
    width: 100% !important;
    max-height: calc(100vh - 234px);
}


/*per-order*/

.per-order>* {
    /* box-shadow: 0 0 8px #0000002b; */
    margin-bottom: 15px;
    border-color: #e6e6e6;
    border-inline-start: 5px solid var(--primary);
}

.per-order:nth-child(even)>* {
    background: #fafafa;
    border-inline-start: 5px solid var(--secondary);
}

.card>hr {
    border-color: var(--primary) !important;
    opacity: 0.5;
    margin-block: 10px;
}

.per-order:nth-child(even) .card>hr {
    border-color: var(--secondary) !important;
}

.crud>* {
    font-size: 92%;
}

.service-name a {
    font-size: 95%;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.service-name a i {
    margin-inline-end: 4px
}

.order-number>*:first-child {
    font-weight: 600
}

.extra-info-loc {
    color: #767676;
}

.nsr {
    font-size: 16px;
}

@media screen and (max-width: 991px) {

    /* dashboard menu */
    .dashboard-row {
        overflow: hidden;
    }

    .dashboard-menu {
        display: inline-flex;
    }

    .dashboard-col-menu {
        transition: all 0.45s cubic-bezier(0.62, 0.03, 0.31, 0.93);
        position: absolute;
        transform: translate(-400px, 60px);
        position: absolute;
        z-index: 99;
        width: 300px;
        /* height: calc(100% - 61px); */
    }

    .dashboard-col-menu>* {
        /* box-shadow: 6px 0px 32px #0000004d; */
        padding-bottom: 30px;
    }

    .dashboard-col-menu.open {
        transform: translate(0px, 60px);
        /* background: #fff; */
        /* max-height: calc(100vh - 150px); */
    }

    .dashboard-col-content {
        width: 100% !important;
        margin-inline-start: 0;
    }

    .side-admin-menu {
        /* height: calc(100vh - 420px); */
    }


}

.full-width-height {
    padding: 0 !important;
}

.full-width-height .image-av-con {
    width: 100%;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-width-height .image-av-con img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: CONTAIN;
    inset: 0;
    object-position: 50%;
}

.full-width-height .custom-file-upload {
    margin-inline-end: 16px;
}

.outlined-fields>*:not(.actions)>* {
    border: 1px solid #e6e6e6;
    padding: 12px 12px;
    border-radius: 10px;
    height: 100%;
    border-inline-start: 3px solid var(--primary);
    background: #fbfbfb;
}

.no-spacing {
    padding-inline: 0;
    margin-block: 0 !important;
}

.no-spacing>* {
    margin-block: 0 !important;
}

@media only screen and (max-width: 767px) {
    .card-service-provider>*:first-child {
        display: flex;
        flex-direction: column
    }

    .card-service-provider>* .badge {
        display: inline-flex;
        margin-inline: auto 0;
    }

    .card-service-provider>*:nth-child(3) {
        flex-wrap: wrap;
    }

    .card-service-provider>*:nth-child(3)>* {
        flkex-wrap: wrap;
    }
}