﻿.fs-4 {
    font-size: calc(.650rem + .3vw) !important;
}

.activeprogress-p-injury {
    background: none;
    animation: pulse-no-bg 2s infinite;
}

    .activeprogress-p-injury a {
        color: #fff;
        text-decoration: none;
    }

/*.btn-Reserved {
    background-color: #e85c0d;
    color: #FFFFFF;
    text-decoration: none;
    border: solid 1px #e85c0d;
    padding: 7px 12px;
    border-radius: 5px;
}*/

.activeprogress-p-Pending {
    background-color: #e85c0d !important;
    color: #FFFFFF !important;
    /*animation: pulse 2s infinite;*/
}

    .activeprogress-p-Pending a {
        color: #fff;
        text-decoration: none;
    }
.activeprogress-p-viewoffer {
    background-color: #016f4c;
    animation: pulse 2s infinite;
}

.activeprogress-p-viewoffer a {
    color: #fff;
    text-decoration: none;
}

.activeprogress-p-remove {
    background-color: red;
    animation: pulse 2s infinite;
}

    .activeprogress-p-remove a {
        color: #fff;
        text-decoration: none;
    }

.activeprogress-p-noapp-newapp {
    background-color: #016f4c;
    animation: pulse 2s infinite;
}

.activeprogress-p-noapp-newapp a {
    color: #fff;
    text-decoration: none;
}

.activeprogress_pl {
    background-color: #014630;
    font-size: 0.625rem;
    border-radius: 50%;
    height: 80px;
    color: #fff;
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    display: table-cell;
}

    .activeprogress_pl a {
        color: #fff;
        text-decoration: none;
    }

/*.activeprogress-p-viewoffer:hover {
    box-shadow: 0 0 0 0 rgb(0, 0, 0);
    transform: scale(1);
    font-size: 0.625rem;
    animation: pulse 2s infinite;*/
    /*background-color: #016f4c;*/
/*}*/

#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.toast {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    margin: 5px 0;
    border-radius: 5px;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    font-size: 16px;
}

.toast.show {
    opacity: 1;
    transform: translateX(0);
}

.toast.fade-out {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}


/*** vt-admin */

.vt-admin-btn {
    border: solid 1px #014630;
    background-color: #014630;
    color: #fff;
    border-radius: 6px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.vt-admin-table {
    width: 100%;
    overflow-y: auto;
    border-collapse: collapse;
}

.vt-admin-table thead tr th {
    height: 45px;
    background-color: #e3e4e4 !important;
    position: sticky;
    z-index: 100;
    top: 0;
}

.vt-admin-table tbody {
    /*height: 150px !important;*/
    max-height: 300px;
}

.notification-bell {
    font-size: 20px;
    color: #b4bab8;
}

.ventoro-btn {
    background-color :#014630;
    color: white;
}


#overlay {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

.gif-spinner {
    width: 40px; /* adjust size as needed */
    height: 40px;
}
.customanchor {
    color: gray;
    text-decoration: none;
}
.btn-Funded {
    background-color: #014630;
    color: #FFFFFF;
    text-decoration: none;
    border: solid 1px #014630;
    padding: 7px 12px;
    border-radius: 5px;
}

.btn-itemrow-bottom-action {
    background-color: #014630;
    color: #FFFFFF;
    text-decoration: none;
    border: solid 1px #014630;
    padding: 7px 12px;
    border-radius: 5px;
}

#doctable > :not(caption) > * > * {
    background-color: white !important;
    padding: 20px 25px;
}

.drop-area {
    width: 100%;
    height: 180px;
    border: 2px dashed #aaa;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #aaa;
    font-size: 18px;
    cursor: pointer;
}

.dragover {
    background-color: #f0f0f0;
}

.file-display-container {
    border: 1px dashed #ccc;
    border-radius: 6px;
    padding: 6px 10px;
    height: 80px; /* limit height for long lists */
    overflow-y: auto; /* add vertical scroll if needed */
    background-color: #fff;
}

.file-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns of equal width */
    gap: 0.5rem; /* space between file items */
}

    .file-list > div {
        padding: 4px 0;
        font-size: 0.9rem;
        word-break: break-all;
    }

        .file-list > div:last-child {
            border-bottom: none;
        }

.file-remove-btn {
    color: #d9534f;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 10px;
}

    .file-remove-btn:hover {
        color: darkred;
    }

.clear-all {
    color: #d9534f;
    float: right;
    font-size: 13px;
}

    .clear-all:hover {
        text-decoration: underline;
        color: darkred;
    }
.btn-Reserved {
    background-color: #e85c0d;
    color: #FFFFFF;
    text-decoration: none;
    border: solid 1px #e85c0d;
    padding: 7px 12px;
    border-radius: 5px;
}

.filterIcon {
    background-color: #efecec;
    margin-bottom: 15px !important;
    padding: 3px 7px 3px 7px;
    color: #929a93;
    font-size: 22px;
    border-radius: 6px;
}
.disabled-link {
    color: #6c757d;
    cursor: not-allowed;
    text-decoration: none;
    opacity: 0.6;
}

.table > :not(caption) > tr.td-gray-F6F7F7 {
    background-color: #F6F7F7;
}
.v-error-fields {
    border-color: red !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}