.cursor-pointer {
    cursor: pointer;
}

.cluster-tech-cards .tech-name {
    color: #54668e;
    font-size: 1.1rem;
    padding: 10px 0 10px 0;
}

.cluster-tech-cards .tech-btn {
    background-color: #54668e;
    border: none;
    color: white;
    padding: 4px 10px;
    font-size: 1rem;
    border-radius: 2px;
}

.cluster-tech-cards .card-title {
    font-size: 1.1rem;
}

.cluster-tech-cards .ceo-title {
    font-size: 1rem;
    font-weight: 700 !important;
}

.cluster-tech-cards .sector-health p {
    font-size: 1rem !important;
}

.technology-filter-bg {
    background-color: white;
}

.technology-filter-bg select {
    border: none;
    background-color: rgba(159, 157, 157, 0.137);
    outline: none !important;
    padding: 3px 10px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
}

.cluster-add-tech-card .sdg-logo {
    width: 4%;
    cursor: pointer;
    transition: 0.6s;
}

.cluster-add-tech-card .sdg-logo:hover {
    width: 4%;
    transform: scale(1.1);
    transition: 0.6s;
}

#imagePreviewContainer img {
    border-radius: 8px;
    margin-right: 10px;
    height: 100px !important;
    width: 100px;
}

.cluster-add-tech-card .add-technology-submit-btn {
    background-color: #ffb325;
    color: black;
    font-weight: 700;
    border: none;
    width: 15%;
    padding: 10px;
    font-size: 1.1rem;
}

.custom-thead-manage-tech {
    background-color: #ffb325 !important;
}

.cluster-manage-Techno-edit {
    background-color: #ffb325;
    border: none;
    color: white;
    font-size: 0.9rem;
    padding: 3px 10px;
    width: 48%;
    border-radius: 5px;
}

.cluster-manage-Techno-delete {
    background-color: #9f0000;
    border: none;
    color: white;
    font-size: 0.9rem;
    padding: 3px 10px;
    width: 48%;
    border-radius: 5px;
}

.search-bar .manage-Tech-search-form {
    background-color: white;
    min-height: 20px;
    padding: 2px 10px;
    border-radius: 5px;
}

.search-bar .manage-Tech-search-form input {
    width: 100%;
    min-height: 20px;
    padding: 5px;
    border: none;
    outline: none;
    border-radius: 5px;
}

.cluster-tech-details-h2 {
    font-size: 1.7rem;
    color: #54668e;
}

.cluster-tech-details-action {
    list-style-type: none;
    padding-left: 0px;
    line-height: 2.5;
    font-size: 0.9rem;
    cursor: pointer;
    color: black;
    font-weight: 600;
}

.cluster-tech-details-action li:hover {
    color: #54668e;
}

/* Customize default tab button style */
.tech-details-tab-btn {
    background-color: #ffffff;
    border: 2px solid #54668e !important;
    border-left: 10px solid #54668e !important;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    border-radius: 8px;
    padding: 10px 30px;
    width: 170px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

/* Hover effect */
.tech-details-tab-btn:hover {
    background-color: #dbeafe;
    border-color: #60a5fa;
    color: #1d4ed8;
}

/* Active state */
.tech-details-tab-btn.active {
    background-color: #54668e !important;
    color: #fff;
    font-weight: bold;
    border-color: #1e40af;
}

.tech-details-tab-h4 {
    font-size: 1.2rem;
    color: #1e40af;
    font-weight: 900 !important;
}

.tech-details-tab-hr {
    background-color: #ffb325;
    height: 3px;
    opacity: 100;
    border: none;
    width: 18%;
    margin-top: 0px !important;
}

.tech-details {
    background-color: #dadbdc;
    border: 2px solid grey;
}

.tech-details h2 {
    color: #1e40af;
    font-size: 1.7rem;
}

.tech-details p {
    color: black;
    font-weight: 600;
    font-size: 1.1rem;
}

.tech-details-logo {
    width: 15%;
    background-color: white;
    border-left: 2px solid grey;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}




@media print {
    .tech-details-tab-btn {
        font-size: 0.8rem;
    }

    .cluster-tech-details-action {
        font-size: 0.75rem;
    }
}


@media screen and (min-width: 600px) and (max-width: 1280px) {
    .cluster-tech-cards .card-title {
        font-size: 0.9rem;
    }

    .sidebar {
        width: 250px !important;
    }

    /* #main,
    #footer {
        margin-left: 250px;
    } */

    .sidebar-nav .nav-link {
        font-size: 0.9rem;
        padding: 10px 15px;
    }

    .card-title {
        padding: 20px 0 3px 0;
    }

    .cluster-tech-cards .tech-btn {
        font-size: 0.9rem;
    }

    .cluster-tech-cards .tech-name {
        font-size: 1rem;
        padding: 7px 0 7px 0;
    }

    p {
        margin-bottom: 0.9rem;
    }

    .tech-details h2 {
        font-size: 1.5rem;
    }

    .tech-details p {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1199px) and (max-width: 1281px) {

    #main,
    #footer {
        margin-left: 250px;
    }
}