html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.focus-area-section {
    margin-top: 20px;
    padding: 10px;
    border-left: 4px solid #007bff;
    background-color: #f8f9fa;
    border-radius: 5px;
}

    .focus-area-section h4 {
        margin-bottom: 10px;
        font-weight: bold;
        color: #007bff;
    }

.competency-section {
    margin-top: 20px;
    padding: 10px;
    border-left: 4px solid #007bff;
    background-color: #f8f9fa;
    border-radius: 5px;
}

    .competency-section h4 {
        margin-bottom: 10px;
        font-weight: bold;
        color: #007bff;
    }

.question-list {
    list-style-type: none;
    padding-left: 20px;
}

    .question-list li {
        margin-bottom: 5px;
        padding: 5px;
        border-left: 2px solid #ddd;
    }

.gradient-text {
    background: linear-gradient(to right, #215378, #6C2B8C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.gradient-button {
    background: linear-gradient(45deg, #3f87a6, #6b36b7);
    border: none;
    color: #fff;
}

    .gradient-button:hover {
        opacity: 0.9;
    }

.bg-gradient {
    background: linear-gradient(45deg, #3f87a6, #6b36b7);
    color: white;
}

.badge-gradient {
    background: linear-gradient(45deg, #3f87a6, #6b36b7);
    color: white;
    border-radius: 20px;
    padding: 0.5em 1em;
    font-weight: 500;
}

.feather-wrapper {
    position: relative;
}

    .feather-wrapper img {
        position: absolute;
        opacity: 0.05;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        z-index: 0;
    }

.bg-sidebar-gradient {
    background: linear-gradient(to bottom right, #007b8f, #6b36b7) !important;
    color: white !important;
}


.text-gradient {
    background: linear-gradient(45deg, #3f87a6, #6b36b7);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    position: relative;
    z-index: 1;
    display: inline-block; 
}
.navbar-vertical .nav-link .nav-link-text + i:empty::before {
    content: none !important;
}

#manageDropdown::after {
    display: none !important;
    content: none !important;
}


.bg-feather {
    position: relative;
    background-color: rgba(255, 255, 255, 1) !important;
    z-index: 0;
}

    .bg-feather::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url('/assets/img/intready-feather-trademark.png');
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 63% auto;
        background-attachment: fixed;
        opacity: 0.08; 
        pointer-events: none;
        z-index: -1;
    }
footer.footer {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}
.bg-primary {
    background: linear-gradient(45deg, #3f87a6, #6b36b7) !important;
    color: #ffffff !important;
}
.text-primary {
    color: #3f87a6 !important;
}
.btn-success {
    background: linear-gradient(45deg, #3f87a6, #6b36b7) !important;
    color: white !important;
    border: none !important;
}


    .btn-success:hover {
        opacity: 0.9;
    }

.card {
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border: none;
    border-radius: 8px;
}

.btn-secondary {
    background: linear-gradient(45deg, #5e6e76, #37474f) !important;
    border: none !important;
    color: #ffffff !important;
}

    .btn-secondary:hover {
        opacity: 0.9;
    }
.btn-info {
    background: linear-gradient(45deg, var(--bs-pink), #6b36b7) !important;
    border: none !important;
    color: #ffffff !important;
}

    .btn-info:hover {
        opacity: 0.9;
    }
.bg-info {
    background: linear-gradient(45deg, var(--bs-pink), #6b36b7) !important;
    color: #ffffff !important;
}

.bg-secondary {
    background: linear-gradient(45deg, #5e6e76, #37474f) !important;
    color: #ffffff !important;
}

.form-control {
   
    background-color: rgb(232, 240, 254) !important;
   
}