a.setting.nav-link {
    color: #000000;
    font-weight: 700;
    padding: 0 0 10px 0;
    margin: 10px 20px
}

a.setting.nav-link.active {
    border-bottom: #00A87F solid 4px !important;
}

a.setting.nav-link:first-child {
    margin-left: 0 !important;
}

input[type=text] {
    border-radius: 8px;
}

.custom-switch .custom-control-label::before {
    width: 3.3rem;
    height: 1.9rem;
    background-color: #fff ;
    border-radius: 50px;
    border: 3px solid #00A87F;
}

.custom-switch .custom-control-label::after {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #00A87F;
    background-color: #00A87F;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00A87F;
    background-color: #00A87F;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(1rem);
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 5px);
    left: calc(-2.25rem + 7px);
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    left: 30px;
    top: 6px;

}

.custom-tooltip .tooltip-content {
    position: absolute;
    bottom: 100%;
    left: 150px;
    transform: translateX(-50%);
    padding: 0.5rem;
    background-color: #DCF9F2;
    color: #000;
    font-size: 14px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.custom-tooltip:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
    width: 250px;
}

.btn {
    border-radius: 8px;
}

.btn-custom {
    color: #fff;
    background: #00A87F;
}

.btn-custom1 {
    color: #00A87F;
    background: #fff;
    border: 1px solid #00A87F;
}

.delBtn {
    border: 1px solid #00A87F;
    color: #00A87F;
    background: #fff;
    margin: 0 10px;
}

.saveBtn {
    border: none;
    color: #fff;
    background: #00A87F;
}

.custom-select-wrapper select {
    appearance: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 8px 30px 8px 10px;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    cursor: pointer;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 6px;
    margin-right: 3px;
    background-clip: content-box;
    border: 1px solid #00A87F;
    background-color: #fff;
    border-radius: 50%;
}

input[type="radio"]:checked + label:before {
    background-color: #00A87F;
}

label {
    display: flex;
    align-items: center;
}

.custom-select-wrapper::after {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 14px;
    background-color: #fff;
    pointer-events: none;
}

.filter-btn {
    background-color: #fff;
    border: 1px solid #00A87F;
    border-radius: 8px;
    padding: 6px 12px;
}

/* training and certification asset */

.row-1 {
    background-color: #DCF9F2;
}