﻿
/* poppins-300 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins/poppins-v20-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/poppins/poppins-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins/poppins-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins/poppins-v20-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins/poppins-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins/poppins-v20-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/poppins/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins/poppins-v20-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/poppins/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins/poppins-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins/poppins-v20-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins/poppins-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins/poppins-v20-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins/poppins-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/poppins/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins/poppins-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins/poppins-v20-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins/poppins-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins/poppins-v20-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/poppins/poppins-v20-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/poppins/poppins-v20-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins/poppins-v20-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins/poppins-v20-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins/poppins-v20-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins/poppins-v20-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}


html {
    scroll-behavior: smooth;
}

.col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
}

.col-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
}


.dropdown-container {
    display: grid;
    /*grid-template-columns: 1fr 40px;*/
    position: relative;
    border: 1px groove #ccc;
    /*background: #FFF;*/
    border-radius: 0;
    width: 100%;
}

.dropdown-container-input {
    background: none;
    border: none;
    width: 100%;
    outline: none;
    padding: 5px;
    color: #222;
    font-size: .8em;
}

.dropdown-container-icon {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease-out;
}

    .dropdown-container-icon svg {
        height: 15px;
        fill: #222;
    }

.dropdownUL {
    list-style-type: none;
    background: #FFF;
    position: absolute;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    max-height: 180px;
    overflow-y: scroll;
    top: 105%;
    border-radius: 5px;
    overflow: auto;
}

.dropdownUL .dropdownLI {
    padding: 7px;
    font-size: 13px;
    /* font-family: monospace; */
    cursor: pointer;
    text-transform: capitalize;
}

.dropdownLI.active {
    background: #dbdbdb;
}



.akonini-logo-cls-01 {
    fill: #febc1e;
}

.akonini-logo-cls-02 {
    fill: #fff;
}

.akonini-logo-cls-03 {
    fill: none;
    stroke: #231f20;
    stroke-width: 0.25px;
}

.akonini-logo-cls-04 {
    fill: #231f20;
}

.akonini-logo-icon {
    display: flex;
    /*height: 100%;*/
    align-items: center;
}

.company-logo-container {
    display: flex;
    text-decoration: none;
}

.akonini-logo-text {
    font-size: 26px;
    font-weight: 600;
    margin-left: 5px;
    display: flex;
    align-items: end;
    margin-bottom: -1px;
    color: #000 !important;
    align-items: center;
}

.akonini-logo-img {
    width: 28px;
}


p.return-msg {
    font-size: 15px;
    margin: 10px 0;
    text-align: center;
    padding: 10px 0;
}


.error-message {
    background: #ffebe8;
    border: 1px solid red;
}

.success-message {
    background: #d4edda;
    border: 1px solid green;
}



.seller-button-option {
    position: relative;
    /* top: 40px;
    left: 65%;*/
    height: auto;
    list-style-type: none;
    background: #FFF;
    width: 250px;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px, rgb(0 0 0 / 7%) 0px 2px 4px, rgb(0 0 0 / 7%) 0px 4px 8px, rgb(0 0 0 / 7%) 0px 8px 16px, rgb(0 0 0 / 7%) 0px 16px 32px, rgb(0 0 0 / 7%) 0px 32px 64px;
    border-radius: 3px;
}

    .seller-button-option li {
        padding: 7px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
    }

    .seller-button-option a {
        text-decoration: none;
        width: 100%;
        display: inline-block;
        color: #000;
        font-size: 15px;
    }

    .seller-button-option.hidden {
        display: none;
    }

    .seller-button-option li:hover {
        background: #d1d1d1;
    }



/**popup/modal**/
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: rgb(0 0 0 / 40%);
    z-index: 1001;
}

.modal-content {
    position: relative;
    width: 100%;
    /*border: 1px solid #d3d3d3;*/
    border-radius: 10px;
    background: #fff;
    /*overflow: hidden;*/
    box-shadow: 0 0 10px 3px rgb(9 9 9 / 20%);
    top: 50%;
    transform: translateY(-50%);
    /*padding: 15px;*/
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.modal-header {
    /*border-bottom: 1px solid #999;*/
    padding: 15px;
    background-color: #cacaca;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
    .modal-header h2 {
        margin-bottom: 0;
    }

    .modal-header .close-modal {
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 15px;
        font-weight: 600;
    }

.modal-body {
    padding: 15px;
}

.modal-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.coming-soon {
    text-align: left;
}

.collapsed {
    max-height: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}

.rotate-360 {
    transform: rotate(90deg);
}

.rotate-90 {
    transform: rotate(-90deg);
}



.left-menu-closeIcon-container {
    /*position: absolute;
    top: 25px;
    right: 15px;*/
    width: 100%;
    height: 100%;
    display: flex;
}


.alert-main-expandable-cont {
    --alertwidth: 350px;
}

.alert-main-expandable-cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: rgba(255,255,255,.4);
    z-index: 1020;
}

.alert-cont-00 {
    display: grid;
    grid-template-rows: 40px 1fr 55px;
    width: var(--alertwidth);
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px 3px rgba(9,9,9,.2);
    position: absolute;
    left: calc(100% - 50% - calc(var(--alertwidth) / 2));
    top: 20%;
}

.alert-cont-01 {
    width: 100%;
    height: 100%;
}

.alert-cont-header {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    background: #777;
}

.alert-icon-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.alert-header-icon-success {
    display: flex;
    width: 25px;
    justify-content: center;
    align-items: center;
}

.alert-header-icon-error {
    display: flex;
    width: 15px;
    justify-content: center;
    align-items: center;
}

.alert-header-icon-warning {
    display: flex;
    width: 25px;
    justify-content: center;
    align-items: center;
}

.alert-header-icon-critical {
    display: flex;
    width: 20px;
    justify-content: center;
    align-items: center;
}

.alert-header-icon-info {
    display: flex;
    width: 20px;
    justify-content: center;
    align-items: center;
}

.color-error {
    background-color: #343A40;
}

.color-critical {
    background-color: #ff4343;
}

.color-warning {
    background-color: #FFC107;
}

.color-success {
    background-color: #74b547;
}

.color-info {
    background-color: #17A2B8;
}

.alert-header-label {
    display: flex;
    align-self: center;
    margin-left: 10px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins',
}

.alert-cont-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    height: 80px;
}

.alert-cont-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
}

.alert-paragraph {
    display: flex;
    align-items: center;
    /*border:1px solid red;*/
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    color:#000!important;
}

.alert-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 36px;
    align-self: self-start;
    justify-self: center;
    border-radius: 18px;
    cursor: pointer;
}

.alert-button-no {
    border: 1px solid #777;
    background: none;
}

    .alert-button-no:hover {
        border: 2px solid #777;
        font-weight: 600;
    }

.alert-button-yes {
    background: #777;
    color: #fff;
    border: none;
}

    .alert-button-yes:hover {
        background: #999;
        font-weight: 600;
    }

.alert-button-ok {
    grid-column-start: 1;
    grid-column-end: 3;
    background: #777;
    color: #fff;
    border: none;
    /*height:100%;*/
}

    .alert-button-ok:hover {
        background: #999;
        font-weight: 600;
    }

.spinner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    border: 3px solid #FFF;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spinner 1s ease-in-out infinite;
    -webkit-animation: spinner 1s ease-in-out infinite;
}

.preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1010;
    background: #18181830;
    top: 0;
    left: 0;
}

    .preloader.spinner:before {
        border: 3px solid #FFB606;
        border-top-color: transparent;
        width: 30px;
        height: 30px;
    }


.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #d5d5d5 #ffffff;
}
    /* Chrome, Edge, and Safari */
    .custom-scrollbar::-webkit-scrollbar {
        width: 8px;
    }

    .custom-scrollbar::-webkit-scrollbar-track {
        background: #fff;
    }

    .custom-scrollbar::-webkit-scrollbar-thumb {
        background-color: #d5d5d5;
        border-radius: 20px;
        border: 1px solid #fff;
    }

.page-title {
    display: grid;
    align-items: center;
    width: 100%;
    grid-template-columns: 30px 1fr;
}

    .page-title i {
        display: flex;
    }

    .page-title p {
        color: #000;
        display: flex;
        width: 100%;
        width: calc(100vw - 60px);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .page-title svg {
        fill: #000;
    }


.no-records {
    width: 100%;
}

    .no-records p {
        font-size: 14px;
        text-align: center;
        padding: 10px;
    }


.data-link {
    text-decoration: none;
}


@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}





.page-filter {
    height: 40px;
    padding: 15px 20px;
    background: #FFB606;
    /* border-bottom-right-radius: 50px; */
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 49px;
    display: flex;
    padding-top: 5px;
}

.page-filter-title {
    height: 100%;
    display: flex;
    align-items: center;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.back-button {
    display: flex;
    align-items: center;
    margin-right: 10px;
}


.back-to-homepage-container {
    padding: 10px;
    text-decoration: none;
    display: grid;
    grid-template-columns: 20px 1fr;
}

    .back-to-homepage-container span {
        font-size: 14px;
        font-weight: 500;
    }

    .back-to-homepage-container i {
        display: flex;
        align-items: center;
    }

.data-link > * {
    pointer-events: none;
}

.social-icons-container {
    list-style-type: none;
    display: flex;
    gap: 10px;
    align-items: end;
    padding-left: 20px;
    padding-bottom: 20px;
}

    .social-icons-container svg {
        height: 25px;
    }

    .social-icons-container li {
        display: flex;
        align-items: center;
    }

.menu-separator {
    border-bottom: 1px solid #e7e7e7;
}

.dropdown-container .dropdownUL.hide-results {
    display: none;
}

.project-list-item-icon img,
.projectlist-icon img {
    width: 40px;
    border-radius: 5px;
}

.page-filter-title {
    height: 100%;
    display: flex;
    align-items: center;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 285px;
}

.notification-btn {
    position: fixed;
    right: 25px;
    bottom: 25px;
    background-color: #FFB606;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    z-index: 2;
    cursor: pointer;
    opacity: .85;
}

.project-new-btn {
    position: absolute;
    right: 10px;
    bottom: 0%;
    background-color: #FFB606;
    height: 35px;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFB606;
    z-index: 2;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
}

.notification-btn > svg {
    height: 25px;
}

/*desktop view*/
@media only screen and (min-width: 1025px) {
    .desktop-notification-container {
        width: 15% !important;
        right: 0;
        top: 120px !important;
        height: calc(100vh - 120px) !important;
        z-index: 100 !important;
    }

    .notification-sidebar {
        top: 120px !important;
        border: 1px solid #d5d5d5;
        /* border-bottom: none !important; */
        height: calc(100vh - 130px) !important;
        /* border-radius: 10px; */
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .close-notification {
        visibility: hidden !important;
    }

    .float-note-right-btn {
        right: unset !important;
        left: 10px !important;
    }

    .notification-header {
        grid-template-columns: 1fr !important;
    }
}

/*ipad view*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .desktop-notification-container {
        width: 100% !important;
        right: unset !important;
        top: unset !important;
        height: 100% !important;
    }

    .notification-sidebar {
        width: 65% !important;
    }

    .notification-sidebar {
        top: unset !important;
        border-left: unset !important;
        height: 100% !important;
    }

    .close-notification {
        visibility: visible !important;
    }

    .notification-container.hidden {
        height: 0 !important;
    }

    .notification-container.hidden .notification-sidebar {
        transform: translateX(200%);
    }
}



.notification-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
}



.notification-sidebar {
    position: fixed;
    height: 100%;
    width: 15%;
    right: 0;
    background-color: #fff;
    transition: all .3s ease;
    transform: translateX(0);
    overflow: hidden;
}

.notification-wrapper {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: 55px 1fr;
}

.notification-header {
    display: grid;
    grid-template-columns: 1fr 35px;
    align-items: center;
    padding: 10px;
}

    .notification-header > h3 {
        font-size: 15px;
        font-weight: 600;
    }

.close-notification {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .close-notification > svg {
        height: 18px;
        fill: #696969;
    }

.notification-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
    display: block;
    position: relative;
}

.notification-item-list {
    display: grid;
    grid-template-columns: 30px 1fr 30px;
    gap: 15px;
    align-items: center;
    margin: 0.5rem 0;
    border: 1px solid #696969;
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px;
    cursor: pointer;
}

    .notification-item-list > span {
        display: flex;
        justify-content: center;
    }

        .notification-item-list > span > svg {
            height: 35px;
            fill: #696969;
        }

.homepage-section-details {
    display: grid;
    grid-template-rows: auto auto auto;
    align-items: center;
}

    .homepage-section-details h3 {
        font-size: 15px;
    }

    .homepage-section-details span {
        font-size: 13px;
    }

    .homepage-section-details small {
        font-size: 12px;
        color: #696969;
        opacity: .8;
    }

.status-wrapper {
    width: 35px;
    padding: 3px;
    background-color: #FFB606;
    font-size: 10px !important;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
}

.jsProjectCont {
    height: 100%;
}

.home-page-container {
    height: 75% !important;
}

.no-data {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #696969;
}

.notification-item-list.unread,
.notification-item-list.unread h3 {
    font-weight: 600;
}


.input-error {
    border: 1px solid red !important;
}

.more-details-btn {
    margin-top: 10px;
    background: #FFB606;
    border: 1px solid #FFB606;
    padding: 5px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.join-crs-btn {
    position: absolute;
    right: 25px;
    bottom: 8%;
    background-color: #FFB606;
    width: auto;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    border: 1px solid #FFB606;
    z-index: 2;
    cursor: pointer;
}

/*
.hidden{
    display:none!important;
}*/


.blink {
    animation: blink 1s infinite;
}


@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




/***CAROUSEL***/
.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    flex: 0 0 100%;
    transition: opacity 0.5s ease;
}



/**LEFT MENU CONTAINER**/
.left-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: rgb(0 0 0 / 70%);
    z-index: 999;
    overflow: hidden;
}

.left-menu-body {
    background: #FFF;
    width: 80%;
    height: 100%;
    display: grid;
    grid-template-rows: 150px 1fr 1fr;
    transition: all .3s ease;
    transform: translateX(0);
    max-width: 400px;
}
.left-menu-body-firstRow {
    /* padding: 20px; */
    /* border-bottom: 1px solid #d5d5d5; */
    display: grid;
    grid-template-rows: 50px 1fr;
}
.left-menu-body-firstRow-header-con {
    /* border-bottom: 1px solid #d5d5d5; */
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    background-color: #FFB606;
    padding: 10px;
}
.left-menu-body-firstRow-userDetails {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-column-gap: 10px;
    padding: 0 15px;
}
.left-menu-body-firstRow-companyLogo {
    display: grid;
    /* background: #FFB606; */
    padding: 0;
    /* height: 50px; */
    grid-template-columns: 1fr auto;
    height: 80px;
}
.left-menu-closeIcon-container {
    width: 100%;
    height: 100%;
    display: flex;
}
.left-menu-body-firstRow-companyLogo .akonini-logo-icon {
    display: flex;
    align-items: start;
}
.left-menu-body-firstRow-companyLogo .akonini-logo-img {
    width: 30px;
}
.left-menu-body-firstRow-userDetails {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-column-gap: 10px;
    padding: 0 15px;
}
.left-menu-body-firstRow-userDetails .user-icon {
    display: flex;
    align-items: center;
}
.left-menu-body-firstRow-userDetails .user-icon svg {
    height: 45px;
}
.left-menu-body-firstRow-userDetails div {
    display: flex;
    align-items: center;
    height: 100%;
}
.left-menu-body-secondRow-ul {
    list-style-type: none;
    /* width: 70%; */
}
.left-menu-body-secondRow-li {
    display: flex;
    padding: 10px 0;
    padding-left: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all .3s ease;
    cursor: pointer;
}
.menu-separator {
    border-bottom: 1px solid #e7e7e7;
}
.left-menu-body-secondRow-i {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.left-menu-body-secondRow-li a {
    display: flex;
    text-decoration: none;
    width: 100%;
    align-items: center;
}

.left-menu-body-secondRow-li-span {
    font-size: 15px;
}
.left-menu-body-secondRow-i svg {
    height: 18px;
}
.left-menu-container.hidden {
    opacity: 0;
    height: 0;
}
.left-menu-container.hidden .left-menu-body {
    transform: translateX(-100%);
}


/**END LEFT MENU CONTAINER**/



.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-bottom: 25px;
}

.pagination-wrapper svg {
    align-self: center;
    justify-self: center;
    height: 25px;
    cursor: pointer;
}

.pagination-wrapper svg.disabled {
    pointer-events: none;
    opacity: .5;
}

.error-page-container {
    position: fixed;
    top: 50%;
    display: flex;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    flex-direction: column;
    align-items: center;
    max-width: 960px;
}

.modal-btn {
    width: 120px;
    border: none;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    padding: 10px 0;
    transition: all 0.3s ease;
}
.modal-btn.save-btn {
    background: #FFB606;
    color: #fff;
}
.modal-btn.cancel-btn:hover {
    background:#e6e6e6;
}

.modal-btn.save-btn:hover {
    background: #E6A300
}

.modal-footer {
    padding: 15px;
    padding-top: 0;
    display: flex;
    gap: 10px;
    justify-content: end;
}


/** NEW ALERT***/

.alert-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1020;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.5); /* backdrop */
}

.alert-content {
    position: relative;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px 3px rgb(9 9 9 / 20%);
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    display: grid;
    gap: 15px;
}

.alert-header {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.alert-header svg {
    height: 50px;
    fill: #FFB606;
}
.alert-header p {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-top: 10px;
    color: #000;
}
.alert-footer {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.alert-body {
    border-top: 1px solid #e7e7e7;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}
.alert-body .alert-msg {
    font-size: 15px;
    color: #000;
    text-align: center;
}

.alert-footer .alert-btn {
    /*width: 120px;*/
    min-width: 120px;
    width: auto;
    border: none;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    /*padding: 10px 0;*/
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
}
.alert-footer .ok-btn {
    background: #FFB606;
    color: #fff;
}

.alert-footer .cancel-btn {
    background: #fff;
    border: 1px solid #d5d5d5;
}

.alert-msg small {
    color: #999;
}

.show-alert {
    animation: showAlert 0.3s ease-out forwards;
}

.hide-alert {
    animation: hideAlert 0.2s ease-in forwards;
}

.alert-content-close-icon {
    position: absolute;
    top: 10px; 
    right: 10px;
    cursor: pointer;
}
.alert-content-close-icon svg {
    height: 20px;
}


@keyframes showAlert {
    0% {
        transform: translateY(-50%) scale(0.8);
        opacity: 0;
    }

    /*50% {
        transform: translateY(-50%) scale(0.6);
        opacity: 1;
    }*/

   /* 80% {
        transform: translateY(-50%) scale(0.95);
    }*/

    100% {
        transform: translateY(-50%) scale(1);
    }
}

@keyframes hideAlert {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
   /* 45% {
        transform: translateY(-50%) scale(0.95);
    }

    80% {
        transform: translateY(-50%) scale(0.7);
    }*/

    100% {
        transform: translateY(-50%) scale(0.8);
        opacity: 0;
    }
}


/***BREADCRUMBS***/

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0;
    background-color: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 15px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 13px;
}

    .breadcrumb-item + .breadcrumb-item::before {
        content: ">";
        padding: 0 0.5rem;
        color: #6c757d;
    }

    .breadcrumb-item a {
        color: #007bff;
        text-decoration: none;
    }

        .breadcrumb-item a:hover {
            text-decoration: underline;
        }

    .breadcrumb-item.active {
        color: #6c757d;
    }



/***TABS**/
.tabs {
    display: flex;
    margin-bottom: 10px;
}

.tab-button {
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #f1f1f1;
    margin-right: 5px;
    font-weight: 600;
}

.tab-button.active {
    background-color: white;
    border-bottom: 1px solid white;
}

.tab-content {
    display: none;
    border: 1px solid #ccc;
    padding: 10px;
}

.tab-content.active {
    display: block;
}
.tab-content video {
    width: 100%;
    height: 100%;
}

.next-button {
    font-size: 14px;
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;
    border: none;
    background-color: #FFB606;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 150px;
    font-weight: 600;
}

.next-button:hover {
    background-color: #e6a405;
}

.notif-count {
    background: #FFB606;
    margin-left: 10px;
    font-weight: 600;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.upgrade-account-span {
    font-weight: 600;
}

.upgrade-account-ul {
    position: absolute;
    top: 120%;
    list-style-type: none;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.upgrade-account-ul-li {
    padding: 5px 10px;
    cursor: pointer;
}

.upgrade-account-ul-li-a {
    color: #000 !important;
    font-size: 14px !important;
}

.upgrade-account-ul-li:hover {
    background: #d5d5d5;
}

.login-a {
    color: #FFB606;
    font-weight: 600;
}

/* Footer Styling */
.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    display:flex;
    justify-content: center;
    position: relative;
    padding-bottom: 40px;
}
.footer-content {
    display: flex;
    justify-content: space-around;
    max-width: 960px;
    width: 100%;
}

.footer-column {
    flex: 1;
    padding: 0 15px;
    min-width: 200px;
}

.footer-column h3 {
    margin-bottom: 15px;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #ffcc00;
}

.footer-column ul {
    list-style-type: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li:hover * {
    color: #ffcc00;
}
.footer-column p {
    color: #ccc;
}

.footer-copyright {
    font-size: 12px;
    color: #999;
    position: absolute;
    bottom: 5px;
}

.footer-about-us-p {
    font-size: 1rem;
}
.footer-column ul li a small {
    color: #fff;
}

.no-break-label {
    white-space: nowrap;
    word-break: keep-all;
}


.payment-result-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 15px;
}

.payment-result-button-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 15px;
    margin-top: 20px;
}

    .payment-result-button-cont button {
        padding: 10px;
        border-radius: 10px;
        border: none;
        cursor: pointer;
    }

    .payment-result-button-cont .returntohome-btn {
        background: #FFB606;
        color: #fff;
    }

.blank-main-container {
    width: 100%;
    height: calc(100vh - 115px);
    margin-top: 105px;
}

@media only screen and (max-width: 767px) {
    .notification-sidebar {
        width: 70% !important;
        /*top: 110px;*/
        border-top-right-radius: 0;
        /*height: calc(100vh - 105px);*/
    }

    .notification-container {
        background-color: rgba(0,0,0,0.7);
    }

    .notification-container.hidden {
        height: 0;
    }

    .notification-container.hidden .notification-sidebar {
        transform: translateX(200%);
    }

    .project-new-btn {
        right: 0;
    }
    .error-page-container h1 {
        text-align: center;
    }
    .error-page-container p {
        padding: 0 15px;
        text-align: center;
    }

    .modal-btn{
        width: 100%;
    }

    .breadcrumb {
        width: 100%;
    }
    .footer-content {
        flex-direction: column;
        /*text-align: center;*/
        padding: 0 15px;
    }

    .footer-column {
        padding: 10px 0;
    }

    .footer-column ul li {
        margin-bottom: 5px;
    }

    .seller-button-option {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        box-shadow: none;
    }

    .modal-container {
        padding: 0 10px;
    }

    .float-note-right-btn {
        bottom: 15% !important;
    }

    
}