﻿.table-last-child-nowrap td:last-child {
    width: 1px;
    white-space: nowrap;
}

.table td {
    vertical-align: middle;
}

.suffix-dash::after {
    content: " - ";
    margin-left: 12px;
}

.max-h-100px {
    max-height: 100px;
}

.max-h-150px {
    max-height: 150px;
}

.max-h-200px {
    max-height: 200px;
}

.form-group {
    margin-bottom: 25px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed;
}

/* DROPZONE */
.dropzone .dropzone-item.dz-complete:not(.dz-error) .dropzone-delete {
    display: none !important;
}

.dropzone .dropzone-item.dz-complete:not(.dz-error) .dropzone-toolbar::before {
    content: "✓";
    color: green;
}

.dropzone .dropzone-item .dropzone-file {
    max-width: 100%;
}

    .dropzone .dropzone-item .dropzone-file .dropzone-error {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.rounded-100 {
    border-radius: 100% !important;
}

.rounded-100px {
    border-radius: 100px !important;
}

.cursor-help {
    cursor: help;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

/* ignore this, now using toastr top center */
/*.toastr-top-right {
    top: 70px;
}

@media (min-width: 768px) {
    .toastr-top-right {
        top: 90px;
    }
}*/


.badge {
    font-size: inherit !important;
}

.text-justify {
    text-align: justify;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

.w-10 {
    width: 10%;
}

.fcs,
.flex-col-start {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.fce,
.flex-col-end {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.fcb,
.flex-col-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fcb .form-label,
.flex-col-between .form-label {
    flex-grow: 1;
}

.fcc,
.flex-col-center {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
}

.btn-check:checked + .btn.btn-custom-check1 {
    background-color: var(--Leaf-Green) !important;
    border-color: var(--Leaf-Green) !important;
    color: #FFF !important;
}


.btn-custom-check1 {
    border-radius: 100px;
    background-color: #F5F8FA;
    color: var(--bs-gray-800) !important;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px dashed #B5B5C3 !important;
    min-width:75px;
    text-align:center;
}

    .btn-custom-check1:hover,
    .btn-custom-check1:active {
        background-color: var(--Grey-2-Hover) !important;
        border-color: var(--Grey-2-Hover) !important;
    }

.card-custom-1 {
    border-color: var(--bs-gray-300);
    box-shadow: none;
}

.card-custom-2 {
    border-color: #e0eeef;
    box-shadow: none;
}
