@font-face {
    font-family: 'helvetica';
    src: url('../font/helvetica-255/helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica-bold';
    src: url('../font/helvetica-255/helvetica-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --theme-color: #3498db;
    --secondary-color: #2ecc71;
    -- font-size:11px;
    --theme-family: 'helvetica';
    --theme-family-bold: 'helvetica-bold';
}

.my-editor .tox {
    border: none !important;
    box-shadow: none !important;
}
/*p{
    margin 
}*/
.font-size {
    font-size: 11px !important;
}

.border-none {
    border: 0;
}

body {
    font-family: 'helvetica';
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 11px;
    box-sizing: border-box;
}

.preview {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    padding: 0px 10px;
    justify-content: center;
}

.preview-item {
    position: relative;
    display: inline-block;
}

.preview img {
    width: 100px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.remove-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #333333;
    color: white;
    border: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    cursor: pointer;
}




.form-check-input:checked {
    background-color: #c3c3c3;
    border-color: #c3c3c3;
}


input {
    font-family: var(--theme-family);
}

.text-theme {
    font-size: 11px;
    font-family: 'helvetica';
}

.project-header {
    font-size: 11px;
    font-family: 'helvetica';
}

project-header-bold {
    font-size: 11px;
    font-family: helvetica-bold;
}

.text-theme-bold {
    font-size: 11px;
    font-family: helvetica-bold;
}

.add-new {
    background-color: #e3e3e37d;
    cursor: pointer;
    font-family: 'helvetica-bold';
    font-size: 11px;
    color: #8989896b;
    text-transform: uppercase;
}

.button-dark {
    background-color: black;
    color: white !important;
}

.button-gray {
    background-color: #9b9b9b;
    color: white !important;
}

.button-white {
    background-color: #ffffff;
    color: white;
}

.checkbox-wrapper-6 .tgl {
    display: none;
}

.asset-count {
    text-align: left;
    margin-top: 10px;
    margin-left: 10px; /* Adjust for proper alignment */
    font-size: 11px;
    font-weight: bold;
}


.checkbox-wrapper-6 .tgl,
.checkbox-wrapper-6 .tgl:after,
.checkbox-wrapper-6 .tgl:before,
.checkbox-wrapper-6 .tgl *,
.checkbox-wrapper-6 .tgl *:after,
.checkbox-wrapper-6 .tgl *:before,
.checkbox-wrapper-6 .tgl + .tgl-btn {
    box-sizing: border-box;
}

    .checkbox-wrapper-6 .tgl::-moz-selection,
    .checkbox-wrapper-6 .tgl:after::-moz-selection,
    .checkbox-wrapper-6 .tgl:before::-moz-selection,
    .checkbox-wrapper-6 .tgl *::-moz-selection,
    .checkbox-wrapper-6 .tgl *:after::-moz-selection,
    .checkbox-wrapper-6 .tgl *:before::-moz-selection,
    .checkbox-wrapper-6 .tgl + .tgl-btn::-moz-selection,
    .checkbox-wrapper-6 .tgl::selection,
    .checkbox-wrapper-6 .tgl:after::selection,
    .checkbox-wrapper-6 .tgl:before::selection,
    .checkbox-wrapper-6 .tgl *::selection,
    .checkbox-wrapper-6 .tgl *:after::selection,
    .checkbox-wrapper-6 .tgl *:before::selection,
    .checkbox-wrapper-6 .tgl + .tgl-btn::selection {
        background: none;
    }

    .checkbox-wrapper-6 .tgl + .tgl-btn {
        outline: 0;
        display: block;
        width: 4em;
        height: 2em;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .checkbox-wrapper-6 .tgl + .tgl-btn:after,
        .checkbox-wrapper-6 .tgl + .tgl-btn:before {
            position: relative;
            display: block;
            content: "";
            width: 50%;
            height: 100%;
        }

        .checkbox-wrapper-6 .tgl + .tgl-btn:after {
            left: 0;
        }

        .checkbox-wrapper-6 .tgl + .tgl-btn:before {
            display: none;
        }

    .checkbox-wrapper-6 .tgl:checked + .tgl-btn:after {
        left: 50%;
    }

.checkbox-wrapper-6 .tgl-light + .tgl-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
}

    .checkbox-wrapper-6 .tgl-light + .tgl-btn:after {
        border-radius: 50%;
        background: #fff;
        transition: all 0.2s ease;
    }

.checkbox-wrapper-6 .tgl-light:checked + .tgl-btn {
    background: black;
}

.confirm-message {
    text-align: center;
    color: #9b9b9b;
    font-size: 20px;
    font-family: 'helvetica';
}

.content-container {
    flex: 1;
    max-width: 50%;
    padding: 20px;
}

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: #11111163 !important;
}

.custom-modal-bg {
    /*background-color: #000000bd;*/
}

.custom-modal-width {
    max-width: 80%;
}

.delete-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin-left: 8px;
}

    .delete-btn:hover {
        background-color: #f0f0f0;
        color: #333;
    }

.div-page-title {
    justify-content: flex-start !important;
    max-width: 60%;
    display: flex
}

.edit-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

    .edit-btn:hover {
        background-color: #f0f0f0;
        color: #333;
    }

.family-tree {
    /* color: #626262;*/
    font-size: 11px;
    font-weight: bold;
    color: #333333 !important;
    text-align: left;
    font-family: 'helvetica';
}

.forgot-container, .login-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.forgot-Form, .login-Form {
    width: 500px;
    text-align: left;
    font-size: 14px;
    padding: 0px 20px;
}

.form-input {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid black;
    box-shadow: none;
    padding: .375rem .75rem;
    padding-left: 0;
    width: 100%;
}

    .form-input:focus {
        box-shadow: none;
        outline: none;
    }

.forgot-password a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    border-bottom: 1px solid black;
}

.grid {
    display: grid;
    gap: 10px;
}

.grid-items-wrapper {
    position: absolute;
    background-color: transparent;
    top: 5px;
    left: 5px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

    .grid-item img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

/*.image-wrapper:hover .grid-items-wrapper,
.image-wrapper .grid-items-wrapper:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}*/
.image-wrapper .grid-items-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.image-wrapper {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 11px;
}

    .image-container img {
        width: 90vh;
        height: 90vh;
        object-fit: cover;
    }

.inputCheckbox-Wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
}

    .inputCheckbox-Wrapper .checkbox-wrapper-6 .tgl + .tgl-btn {
        width: 3em !important;
        height: 1.5em !important;
    }

.loader-container {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.modal-60per {
    max-width: 50rem !important; /* Set any width you want */
}

.modal-70per {
    max-width: 96rem !important; /* Set any width you want */
}

.modal-550 {
    max-width: 550px !important;
}

.theme-family {
    font-family: var(--theme-family) !important;
}

.theme-bold {
    font-family: var(--theme-family-bold) !important;
}

.modal-lg, .modal-xl {
    max-width: 80% !important;
}

.modal-xl-custom {
    max-width: 95% !important;
}

.modal-sub {
    z-index: 9999 !important;
}

.modal-body-sub {
    top: 10rem;
}

.not-allowed {
    cursor: not-allowed;
}

.OTPSend-button {
    text-decoration: none;
    color: black;
    font-size: 14px;
    border-bottom: 1px solid black;
    padding: 0px;
    border-radius: 0px;
}

.project-info {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 9px 0px 10px 0px;
}

    .project-info h5 {
        margin: 5px 0;
        font-size: 11px;
        line-height: 12px;
    }

    .project-info p {
        margin: 0;
        font-size: 11px;
        color: #555;
        line-height: 14px;
    }


.project-stock {
    font-size: 11px;
    color: #626262;
    text-align: left;
    margin-bottom: 3px;
}

.project-ProductionYear {
    font-size: 11px;
    color: #626262;
    text-align: left;
    margin-bottom: 3px;
}
.project-Composition {
    font-size: 11px;
    color: #626262;
    text-align: left;
    margin-bottom: 3px;
}

.project-AssetSize {
    font-size: 11px;
    color: #626262;
    text-align: left;
    margin-bottom: 3px;
}
.project-AssetLocation {
    font-size: 11px;
    color: #626262;
    text-align: left;
    margin-bottom: 3px;
}
.project-AssetDiscountPer {
    font-size: 11px;
    color: #626262;
    text-align: left;
    margin-bottom: 3px;
}
.project-info-input {
    font-size: 11px;
    font-family: 'helvetica';
    text-transform: uppercase;
    width: 100%;
}

.project-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 40px;
}

.project-title {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.project-description {
    font-size: 11px !important;
    color: #626262;
    text-align: left;
}

.project-description-inventory {
    font-size: 11px;
    color: #626262;
    margin: 10px 0;
    text-align: left;
    max-height: 70vh;
    overflow: auto;
}

.project-value {
    font-size: 11px;
    color: #626262;
    text-align: left;
    margin-bottom: 3px;
}

.project-ownership {
    font-size: 11px;
    color: black;
    text-align: left;
}

.project-Company {
    font-size: 11px;
    color: black;
    margin: 10px 0px;
    text-align: left;
}

.project-rent {
    font-size: 11px;
    color: #626262;
    text-align: left;
    margin-bottom: 3px;
}

.project-credit {
    font-size: 11px;
    color: #626262;
    text-align: left;
    cursor: pointer;
}

.project-category {
    font-size: 11px;
    font-weight: bold;
    color: #626262;
    text-align: left;
}

.remember-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.no-border {
    border: none !important;
    box-shadow: none !important;
}

    .no-border:focus {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

.right-10 {
    right: 10px;
}

.text-custom-gray {
    color: #1c1b1ba6;
}

.top11 {
    top: 11% !important;
}

.spinner-border {
    color: black !important;
    width: 4rem;
    height: 4rem;
}

#assetedit {
    color: #333333;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
    /* padding: 3px 6px;
    border: 1px solid;*/
}

.sortable-ghost {
    opacity: 0.5;
    border: 2px dashed #999;
}

#documentlinks {
    /*line-height: 2px;*/
    /* padding-top: 4px;*/
    margin-bottom: -2px;
}

.fa-download {
    color: #A1A1A1;
}

@media (max-width: 1200px) {
    .grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .project-container {
        flex-direction: column;
        padding: 20px;
    }

    .image-container {
        max-width: 100%;
    }

        .image-container img {
            width: 100%;
            height: auto;
        }

    .content-container {
        max-width: 100%;
        text-align: center;
    }

    .project-title {
        font-size: 11px;
    }

    .project-description,
    .project-category,
    .family-tree {
        font-size: 11px;
    }
}

@media (max-width: 992px) {
    .grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .project-title {
        font-size: 11px;
    }

    .project-description,
    .project-category,
    .family-tree {
        font-size: 11px;
    }

    .project-container {
        flex-direction: column;
        gap: 20px;
    }

    .image-container img {
        max-width: 90%;
        height: 70vh;
    }
}

@media (max-width: 576px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.custom-modal-dialog {
    max-width: 100vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cusome-modal-content {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: 80vw !important;
    pointer-events: auto !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    border-radius: .3rem !important;
    outline: 0 !important;
}

/* 22 April 2025 */

.divDeleteProjectConfirmContent {
    font-size: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.divDeleteProjectConfirmInfoMessage {
    font-weight: 500;
    -webkit-font-smoothing: antialiased; /* For WebKit (Chrome, Safari) */
    -moz-osx-font-smoothing: grayscale; /* For macOS (Firefox, Safari) */
    text-rendering: optimizeLegibility; /* Hints better kerning & ligatures */
}

.divDeleteProjectCountContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex-direction: column;
}

.modal-backdrop {
    background: hsl(0deg 0% 71.02% / 60%);
}

.btn-dark {
    background-color: #666666 !important;
    border: none;
}

.custom-x-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid black;
    background-color: white; /* Always white */
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 2;
    margin: 0;
    font-size: 20px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}

    .custom-x-checkbox:checked::after {
        content: "X";
        color: black;
        font-weight: NORMAL;
        font-size: 16px;
        position: absolute;
        left: 5px;
        top: 0px;
        background-color: white !important;
    }
/*.form-check-input:checked {
    background-color: white !important;
}*/
