﻿.hide {
    display: none !important;
}

.app-header {
    background-color: #ffffff !important;
}

.develop {
    background-color: #60002b !important;
}

.develop-text {
    text-align: center;
    color: #ffffff;
    height: 35px;
    line-height: 30px;
    padding: 0px 5px;
    /*margin: 0px 5px 0px 0px;*/
}

.field-validation-error {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important
}

.proposal-grid > tr {
    color: var(--kt-text-gray-600) !important;
}

.pointer {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1440px;
    }
}

.droppable {
    border-style: dotted;
    border-radius: 5px;
    min-height: 70px;
}


.bg-danger-light {
    background-color: #f2dede !important;
}

.bg-warning-light {
    background-color: #fcf8e3 !important;
}

.min-w-150px {
    min-width: 150px;
}