﻿
.autocomplete-box {
    position: relative;
    width: 100%;
    z-index: 9999;
}

.autocomplete-result {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99999;
   /* max-height: 200px;*/
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
}

.btn-3d {
    background: #0d6efd;
    color: white;
    border: none;
    padding: 6px 22px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 5px 0 #084298;
    transition: all 0.1s ease-in-out;
}

    .btn-3d:hover {
        background: #86b7fe;
    }

    .btn-3d:active {
        transform: translateY(5px);
        box-shadow: 0 0 0 #084298;
    }

.mymodaul{

    background-color:#d9dce1 !important
}
.modaulclose{

}
.my-highlight {
    background-color: rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.treebldser {
    padding-top:50px;
    padding-inline-start: 50px;
    height: 600px;
    overflow-y: auto;
    font-size :18px;
    color:#0d6efd;
    border:solid 2px #084298;

}
.foloderStyle 
{
    color:#1f1c34 !important;
    font-size :18px;
    font-weight :400;
}
.filestyle {
    color: #888 !important;
    font-size: 15px;
    font-weight: 400;
}
.vipstyle {
    color:#ca2c2c !important;
    font-size: 16px;
    font-weight: 400;
}
.text-3d {
    font-size: 16px;
    font-weight: 400;
    color: #0d6efd;
    text-shadow: 1px 1px 0 #084298, 2px 2px 0 #084298;
}
.btn-4db {
    background: #6f6868;
    color: white;
    border: none;
    padding: 6px 22px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 5px 0 #1a1010;
    transition: all 0.1s ease-in-out;
}

    .btn-4db:hover {
        background: #bfbaba;
    }

    .btn-4db:active {
        transform: translateY(5px);
        box-shadow: 0 0 0 #ccc;
    }



.btn-3db {
    background: #579352;
    color: white;
    border: none;
    padding: 6px 22px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 5px 0 #357236;
    transition: all 0.1s ease-in-out;
}

    .btn-3db:hover {
        background: #9fdc93;
    }

    .btn-3db:active {
        transform: translateY(5px);
        box-shadow: 0 0 0 #86b7fe;
    }


.editstyle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 400px;
    overflow-y: auto;
    background-color: white;
    border: solid 1px #f3eeee;
    background: #fff;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15), inset -1px -1px 3px rgba(255, 255, 255, 0.8), 0 3px 6px rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease-in-out;
}
    .editstyle:focus {
        border-color: #86b7fe;
        outline: none;
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(13, 110, 253, 0.25), 0 4px 8px rgba(0, 0, 0, 0.18);
    }

.select-3d {
    border: 1px solid #bbb;
    border-radius: 6px;
    padding: 8px 36px 8px 10px;
    background-color: #fff;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15), inset -1px -1px 3px rgba(255, 255, 255, 0.8), 0 3px 6px rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease-in-out;
}

    .select-3d:focus {
        border-color: #86b7fe;
        outline: none;
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(13, 110, 253, 0.25), 0 4px 8px rgba(0, 0, 0, 0.18);
    }

.input-3d {
    border: 1px solid #bbb;
    border-radius: 6px;
    padding: 8px 10px;
    background: #fff;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15), inset -1px -1px 3px rgba(255, 255, 255, 0.8), 0 3px 6px rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease-in-out;
}

    .input-3d:focus {
        border-color: #86b7fe;
        outline: none;
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(13, 110, 253, 0.25), 0 4px 8px rgba(0, 0, 0, 0.18);
    }
.table-3d {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow: hidden;
}

    .table-3d th {
        background: #f1f1f1;
        padding: 10px;
        border-bottom: 2px solid #ccc;
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    }

    .table-3d td {
        padding: 5px;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        background: #fff;
    }

    .table-3d tr:hover td {
        background: #f8f9fa;
        transform: translateY(-1px);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    }

    .table-3d td:last-child,
    .table-3d th:last-child {
        border-right: none;
    }
.my-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding :0px
   
}
.table-33d {
    background: white;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow: hidden;
}

    .table-33d th {
        background: #f1f1f1;
        padding: 10px;
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    }

    .table-33d td {
        padding: 5px;
        background: #fff;
    }

    .table-33d tr:hover td {
      /*  background: #f8f9fa;*/
    }


.cell10 {
    flex: 0 0 10%;
    padding: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.cell15 {
    flex: 0 0 15%;
    padding: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.cell20 {
    flex: 0 0 20%;
    padding: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.cell25 {
    flex: 0 0 25%;
    padding: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.cell30 {
    flex: 0 0 30%;
    padding: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.cell35 {
    flex: 0 0 35%;
    padding: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.cell40 {
    flex: 0 0 40%;
    padding: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.cell45 {
    flex: 0 0 45%;
    padding: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.cell50 {
    flex: 0 0 10%;
    padding: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}






@media (max-width: 768px) {
    .my-row
 {
        flex-direction: column;
    }

    .label,
    .value
    {
        flex: 0 0 100%;
        width: 100%;
    }
}
.my-grid-row {
    display: grid;
    grid-template-columns: 5% 10% 10% 10% 10% 10% 10% 20%;
    width: 100%;
}

.my-grid-cell {
    padding: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Tablet */
@media (max-width: 992px) {
    .my-grid-row {
        grid-template-columns: 5% 10% 10% 10% 10% 10% 10% 20%;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .my-grid-row {
        grid-template-columns: 1fr;
    }
}