.crud-operation .edit {
    background-color: green;
    color: white;
    display: flex;
    padding: 5px 15px;
    border-radius: 4px;
}

.crud-operation a i {
    color: white;
}

.crud-operation .delete {
    background-color: red;
    color: white;
    display: flex;
    padding: 5px 15px;
    border-radius: 4px;
}

.link-table {
    color: #161931 !important;
    font-weight: 600;
    cursor: pointer;
}

.custom-modal-footer {
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.valuation-modal .modal-dialog,
.financial-params .modal-dialog {
    max-width: 70% !important;
}

.startup-valuation .modal-dialog {
    max-width: 50%;
}

.file-delete {
    display: flex;
    width: 24px;
    color: initial;
    background-color: #6eb4ff00;
    font-size: large;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
}

.file-delete:hover {
    background-color: rgba(144, 163, 203, 0.2);
    border-radius: 10px;
}

.file-delete>span {
    transform: rotate(45deg);
}

#files-area {
    width: 70%;
    margin: 0 auto;
}

.file-block {
    border-radius: 10px;
    background-color: rgba(144, 163, 203, 0.2);
    margin: 5px;
    color: initial;
    display: inline-flex;
}

.file-block>span.name {
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
}

.crud-operation .download {
    background-color: #161931;
    color: white;
    display: flex;
    padding: 5px 15px;
    border-radius: 4px;
}

.add-form-btn a {
    background: #475aef;
    color: white;
    padding: 10px 16px;
    font-size: 15px;
    border: none;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.input-value input {
    border: none;
}

.input-value {
    border: 1px solid #ddd9d9;
}

.crud-operation .views {
    background-color: #475aef !important;
}


/*  */

body #app .content-wrapper-w100 {
    order: 2;
    width: 100%;
    overflow-x: auto;
}

.crud-operation .delete-edit-btn {
    background-color: green;
    color: white;
    display: flex;
    border-radius: 4px;
    width: 84px;
}

.crud-operation .delete-toggle-btn {
    background-color: red;
    color: white;
    display: flex;
    border-radius: 4px;
    /* margin-top: 5px; */
    width: 84px;
}

.crud-operation .delete-toggle-btn,
.crud-operation .delete-edit-btn {
    font-size: 12px;
}

.crud-operation a i {
    margin-right: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.crud-operation {
    display: flex !important;
    align-items: center !important;
}

.crud-operation a:not(:first-child) {
    margin-left: 10px;
}