.custom-image-file {
    border: #cccbcb dashed 2px;
    cursor: pointer;
    padding: 1px;
    width: 156px;
    background: #ffff;
    height: 156px;
    text-align: center;
}

.custom-image-file-preview {
    position: relative;
    width: 150px;
    height: 150px;
}
.reset-btn {
    transition: all 0.5s ease;
    border-radius: 0.475rem !important;
}
.btn-applay,
.reset-btn {
    padding: 6px 20px !important;
}
.btn-applay {
    background: #114457 !important;
    color: white !important;
}
.btn {
    font-size: 12px !important;
}
.cs-input {
    border: 1px solid #00000017 !important;
    height: 100%;
}
.cs-input::placeholder {
    color: #000 !important;
    text-transform: capitalize;
    font-size: 13px !important;
}
.reset-btn:hover,
.btn-applay:hover {
    opacity: 0.8;
}
.border-black {
    border: 1px solid #00000017 !important;
}
.input-group-text {
    padding: 1rem 1rem !important;
}
.table.gs-7 td:first-child {
}
.input-group-text {
    border: 1px solid #00000017 !important;
    background: #9e9e9e1f;
    border-radius: 0 7px 10px 2px !important;
    i {
        color: black !important;
    }
}
.tree-box:first-child {
    ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: start;
    }
}
.bg-black {
    background: black !important;
    color: white !important;
}
.btn-icon {
    background: #f0f0f0 !important;
}
.btn.btn-icon {
    font-size: 8px !important;
    height: 30px !important;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    /* --bs-table-accent-bg: transparent; */
    border-bottom: 1px solid #ededed !important;
    background: transparent !important;
}
.table.gy-7 td {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.table.gy-7 td,
.table.gy-7 th {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.custom-image-file-preview img {
    width: 150px;
    height: 150px;
}

.image-file-controller {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-image-file-preview .btn {
    position: absolute;
    top: 55px;
    left: 60px;
    color: white;
}
:root {
    --m-c: #172120;
    --s-c: #e63312;
}

.tw-bg-main {
    background-color: var(--s-c);
    color: white;
}

.tw-bg-secondary {
    background-color: var(--m-c);
    color: white;
}

#app .tw-bg-green-700,
#app .tw-text-white {
    background-color: var(--s-c) !important;
    border-radius: 10px !important;
}
.modal {
    background: rgba(0, 0, 0, 0.7);
}
.modal-content {
    border-radius: 20px;
    padding: 0 25px;
}
.list-none {
    list-style: none;
}
.actions {
    background: #eeeeee;
    border: none !important;
    margin-bottom: 10px;
    margin-top: 5px;
}
.ml-5 {
    margin-left: 5px;
}
.tree-box {
    display: flex;
    align-items: center;
    gap: 5px;
}
