﻿
#notificationsModalHome {
    position: fixed;
    top: 0;
    right: -350px;
    /* Initially hidden outside the screen */
    left: auto;
    width: 350px;
    height: 100vh;
    backdrop-filter: blur(10px);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px 0 0 10px;
    transition: right 0.5s ease-in-out;
    /* Smooth transition */
}

    /* Show the modal by updating the right property */
    #notificationsModalHome.show {
        right: 0;
        /* Slide into view */
    }

/* Animation for sliding in from left */
@@keyframes slideIn {
    from {
        right: -350px;
    }

    to {
        right: 0;
    }
}

/* Apply animation when the modal opens */
#notificationsModalHome.show {
    animation: slideIn 0.5s ease-in-out;
}
/* Initial state: Hide the modal off-screen */
#notificationsModalHome {
    position: fixed;
    top: 0;
    right: -350px;
    /* Initially hidden outside the screen */
    left: auto;
    width: 350px;
    height: 100vh;
    backdrop-filter: blur(10px);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px 0 0 10px;
    transition: right 0.5s ease-in-out;
    /* Smooth transition */
}

    /* Show the modal by updating the right property */
    #notificationsModalHome.show {
        right: 0;
        /* Slide into view */
    }

/* Animation for sliding in from left */
@@keyframes slideIn {
    from {
        right: -350px;
    }

    to {
        right: 0;
    }
}

/* Apply animation when the modal opens */
#notificationsModalHome.show {
    animation: slideIn 0.5s ease-in-out;
}

.support-badge {
    border: none;
    background: #6a5acd;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    padding: 6px 14px; /* ⬅️ reduced vertical padding */
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
}

    .support-badge:hover {
        padding: 6px 18px; /* ⬅️ keep hover smooth */
        background: #4b3fbf;
    }

#Setups_textnav,
#transactionsid_textnav,
#view_textnav {
    font-weight: bold;
}


.sidebar-menu-dropdown .dropdown-menu .dropdown-item {
    background-color: #C6CDCF;
}



/* butons set style */
.homepage-customizer .content-area-wrapper {
    background: #f3f3f3;
}

.application-table-customizer .content-area-wrapper {
    background: #e1eacd47;
}

.navbar-customizer .content-area-wrapper {
    background: #ffab641f;
}



.homepage-customizer .title {
    background: #d9d9d9;
}

.application-table-customizer .title {
    background: #E1EACD;
}

.navbar-customizer .title {
    background: #ffab64;
}

.homepage-customizer .title-text, .application-table-customizer .title-text, .navbar-customizer .title-text {
    color: #161616;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}


.card-content-wrapper {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid black;
}


.color-selection-card-title {
    color: white;
    background: #2c2c2c;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    font-size: 20px;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}


.btn-state-title {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    background: #d9d9d9;
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding: 5px 0;
}

.color-picker-items {
    background: #ffffff;
}

.btn-state-wrapper {
    border-bottom: 2px solid #393E46;
}

    .btn-state-wrapper:last-child {
        border-bottom: 0px solid #393E46;
    }

.colorpicker-label {
    color: #000000;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}


.colorpicker-input {
    width: 20px;
    height: 20px;
    padding: 0px;
    B
}


.homepage-customizer, .application-table-customizer, .navbar-customizer {
}




#ColorCustomizationWrapper {
    height: 85%;
    overflow: scroll;
}



body.homepage {
    background-color: inherit;
    background-image: inherit;
}

body {
    background-color: inherit;
    /* Inherit from JS */
    background-image: inherit;
    /* Inherit from JS */
}

#DigitalEvaluationModal .modal-content {
    height: 200px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#DigitalEvaluationModal p {
    margin: 0;
    padding: 15px;
    text-align: center;
}

.label {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.offcanvas.offcanvas-end {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.offcanvas-header {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.offcanvas-body {
    color: white;
    font-weight: bold;
}

.camera-label i,
#RemoveBackground {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

    .camera-label i:hover,
    #RemoveBackground:hover {
        transform: scale(1.1);
    }

.custom-right-corner-modal-container {
    position: fixed;
    top: 0;
    right: -25%;
    width: 70%;
    height: 100%;
    color: white;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.5s ease-in-out;
    display: none;
    z-index: 99999;
    background: #fff;
    backdrop-filter: blur(8px);
}

    .custom-right-corner-modal-container.custom-modal-show {
        display: block;
        right: 0;
    }

.custom-modal-header {
    position: relative;
    padding: 20px;
    background: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-modal-close-btn {
    background: none;
    color: white;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.custom-modal-body {
    padding: 20px;
}

.custom-modal-open-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: blue;
    color: white;
    border: none;
    cursor: pointer;
}

.clgtitle {
    font-family: "Manrope", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 300 !important;
    font-style: normal;
}
