.upload-container {
    border: 2px dashed #ddd;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    margin-top: 50px;
}
.upload-container .upload-icon {
    font-size: 40px;
    color: #888;
}
.upload-container .upload-instructions {
    margin-top: 20px;
    font-size: 16px;
    color: #555;
}
.upload-container .browse-btn {
    margin-top: 15px;
    background-color:#7ed321;
    border-color:#7ed321;
    color: white;
}
.download-template {
    margin-top: 20px;
    display: inline-block;
    color: #007AFF;
    text-decoration: none;
}
.download-template:hover {
    text-decoration: underline;
}

.upload-container {
    border: 2px dashed #ddd;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    margin-top: 50px;
}
.upload-container .upload-icon {
    font-size: 40px;
    color: #888;
}
.upload-container .upload-instructions {
    margin-top: 20px;
    font-size: 16px;
    color: #555;
}
.upload-container .browse-btn {
    margin-top: 15px;
    background-color: #37DB12;
    border-color: #37DB12;
    color: #000000;
}
.download-template {
    margin-top: 20px;
    display: inline-block;
    color: #007bff;
    text-decoration: none;
}
.download-template:hover {
    text-decoration: underline;
}


.nav-link {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    color: #6e6b7b;
}

.nav-link:hover {
    background-color: rgba(126, 211, 33, 0.05);
}

.nav-link.active {
    background-color: rgba(126, 211, 33, 0.1);
    color: #7ed321;
    font-weight: 500;
}

.nav-link i {
    font-size: 20px;
    margin-right: 12px;
}

.nav-link span {
    font-size: 15px;
}

.button-create-color {
    background-color: #7ed321;
    color: white !important;
    border-radius: 5px !important;
    padding: 10px 20px !important;
    border: none !important;
    transition: background-color 0.3s;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.button-create-color:hover {
    background-color: #6cb11e;
}

.button-cancel-color {
    background-color: transparent;
    color: #6c757d !important;
    border-color: #6c757d !important;
    border-radius: 5px !important; 
    padding: 10px 20px !important;
    transition: background-color 0.3s, color 0.3s;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.button-cancel-color:hover {
    background-color: #6c757d;
    color: white !important;
}

.help-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(58, 53, 65, 0.6);
    margin-top: 5px;
}

.upgrade-link {
    color: #7ed321; 
    text-decoration: none;
    transition: color 0.3s;
}

.upgrade-link:hover {
    color: #6cb11e; 
    text-decoration: underline;
}

.table-striped thead th,
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(126, 211, 33, 0.05);
}

.table-striped thead th {
    border-bottom: 2px solid #7ed321; 
    color: #333;
}

.icon-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #7ed321;
}

.icon-circle .fa-plus {
    font-size: 12px;
    color: white;
}

@media (max-width: 767.98px) {
    #v-pills-tab {
        flex-direction: row !important;
        justify-content: space-between;
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 20px;
    }
  
    #v-pills-tab .nav-link {
        flex: 0 0 auto;
        margin-right: 10px;
        margin-bottom: 0;
    }
  
    #v-pills-tab .nav-link:last-child {
        margin-right: 0;
    }
  
    #v-pills-tab .nav-link.active::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #7ed321;
    }
}

.card {
    border: none;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

.card-title {
    color: #5e5873;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .form-group {
      margin-bottom: 10px;
    }
  
    .form-control {
      margin-bottom: 10px;
    }
  
    .text-danger {
      margin-top: 5px; 
    }
  }


