.profile-banner-img {
    background-image: url("../images/digital-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 340px;
}

.profile-banner-section {
    position: relative;

}

.profile-cover-bar {
    /* margin-left:280px; */
    width: 100%;
}

.profile-cover-bar h1 {
    font-size: 2rem;
}

/* .big-logo{position:fixed; top:0; left:0; z-index:10000; margin-top:22px; width:300px;}
.big-logo img{width:100%; height:auto} */
.no-see {
    opacity: 0 !important;
}

.upcoming-date-box {
    border: 1px solid #007DBA;
    width: 90%;
    -webkit-border-top-left-radius: 43px;
    -webkit-border-bottom-right-radius: 43px;
    -moz-border-radius-topleft: 43px;
    -moz-border-radius-bottomright: 43px;
    border-top-left-radius: 43px;
    border-bottom-right-radius: 43px;
}

.upcoming-date-box h2 {
    color: #DF7A00;
    font-size: 1.25rem;
}

.upcoming-date-box h3 {
    color: #FFF;
    font-size: 1rem;
    ;
}

.upcoming-date-box p {
    font-size: 0.75rem;
}

.profile-img {


    /* position:absolute; z-index:1000; left:30px; bottom:30px;*/

}

.profile-img img {
    /* max-width:100%;   */
    margin-top: -120px;
    width: 240px;
    height: 240px;
}

@media (max-width: 767.98px) {
    .big-logo {
        width: 80px;
    }

    .profile-img img {
        margin-top: -150px;
        width: 200px;
        height: 200px;
    }

    .profile-cover-bar {
        padding-bottom: 0px;
        padding-top: 20px;
        /* margin-left:0px;
    margin-top:150px; */

    }

    .profile-img {
        /* width:70vw;
    height:70vw;
    left:50%;
    transform: translateX(-50%);
    top:200px; */

    }

    .teamname-theme {
        text-align: center;
    }
}

.member-circle {
    border-radius: 100%;
    background-color: #FFF;
    border: 5px solid #12ABDB;
    width: 150px;
    color: #15011D;
    height: 150px;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 0.75rem;
    margin-bottom: 10px;
}


.msg-box {
    width: fit-content;
    background-color: #ECF0F2;
    padding: 10px;
    /* -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; */
    font-size: 1rem;
}

#ideation {
    scroll-margin-top: 100px;
}

@media (max-width: 992.98px) {
    .teamname-theme {
        text-align: center;
    }

    .date-box-col {
        padding-bottom: 20px;
    }

    .profile-img img {
        margin-top: -120px;
    }
}

@media (min-width: 992.99px) and (max-width: 1200px) {
    .member-circle {
        width: 100px;
        height: 100px;

        font-size: 0.65rem;

    }
}

@media (min-width: 767.99px) and (max-width: 992.98px) {
    .member-circle {
        width: 100px;
        height: 100px;

        font-size: 0.65rem;

    }
}

@media (min-width: 992.99px) {
    .teamname-theme {
        padding-top: 20px;
    }

    .date-box-col {
        padding-top: 25px;
    }
}

/* .profile-img{bottom:130px;} */


#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
}



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#message {
    color: red;
    font-size: 18px;
    font-weight: bold;
    display: none;
    margin-bottom: 10px;
}

.modal {
    z-index: 20000;
}



.additional-card-body {
    display: block !important;
    padding: 10px;

}

.card-title {
    border-bottom: 1px solid #707070;
}

.additional-card-body h4 {
    font-size: 18px;
    text-align: left;
}

.additional-card-body hr {
    margin: 10px 0;
}

.view-btn {
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    padding: 10px;
}

.view-btn:hover {
    transform: scale(1.1) !important;
}

.view-btn span {
    flex-grow: 1;
    text-align: center;
}

.additional-details {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    line-height: 1.5em;
}

.view-div {
    margin: 25px;
}

.badge {
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
    text-transform: uppercase;
    box-shadow: 0 25px 100px 0 rgba(0, 0, 0, .15), 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.badge-selected {
    background-color: #28a745;
    /* Green for selected */
    color: #fff;
    /* White text */
}

.badge-rejected {
    background-color: grey;
    /* Red for rejected */
    color: #fff;
    /* White text */
}


.placeholder-muted-small::placeholder {
    color: #6c757d;
    /* muted gray */
    font-size: 0.875rem;
    /* smaller font size */
    opacity: 1;
}

.mandatory-star {
    color: red;
    margin-left: 2px;
    font-weight: bold;
}

.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00e6e3;
    color: white;
    border-radius: 50%;
    width: 14px;
    /* smaller */
    height: 14px;
    /* smaller */
    font-size: 12px;
    /* smaller */
    font-weight: bold;
    cursor: pointer;
    margin-left: 6px;
    user-select: none;
    position: relative;
}

.info-icon .tooltip-text {
    visibility: hidden;
    width: 280px;
    background-color: #f9f9f9;
    /* light background */
    color: #222;
    /* normal text color */
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s;
    font-size: 13px;
    line-height: 1.4;
    white-space: pre-line;
}

.info-icon .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #f9f9f9 transparent transparent transparent;
}

.info-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}