@import url('poppinsFont.css');



/* Default styles for the content wrapper */
.backgroundImage {
    position: relative;
    background-image: url('/img/homeBackground.jpeg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .backgroundImage {
        position: relative;
        background-image: url('/img/background372.png');
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .backgroundImage::before {
        content: none;
    }

    .backgroundImage>* {
        position: static;
        z-index: auto;
    }
}

@media only screen and (max-width: 933px) and (orientation: landscape) {
    .backgroundImage {
        position: relative;
        background-image: url('/img/homeBackground.jpeg');
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .backgroundImage::before {
        content: none;
    }

    .backgroundImage>* {
        position: static;
        z-index: auto;
    }

    .h1 {
        font-family: 'Poppins', sans-serif !important;
        font-size: 21px !important;
        font-weight: 700 !important;
        margin-top: 60px !important;
    }
    .p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        margin-top: 20px !important;
        color: #00000066 !important;
    }
    .listManageBody{
        margin-bottom: 195px;
    }
    .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Overlay with faded color */
.backgroundImage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(246, 245, 245, 0.403);
    /* Adjust color and opacity */
    z-index: 1;
}

/* Ensure content is above the overlay */
.backgroundImage>* {
    position: relative;
    z-index: 2;
}

.h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-top: 135px;
}
@media (min-width:1024px) and (height: 1366px) {
    .h1 {

        margin-top: 316px;
    }

}
@media (min-width:853px) and (min-height: 1280px) {
    .h1 {

        margin-top: 316px;
    }

}
@media screen and (max-width: 345px) {
    .h1 {
        text-align: center;
        margin-top: 70px !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 23px !important;
        font-weight: 700 !important;
    }

    .p {
        text-align: center;
        font-family: 'Poppins', sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        margin-top: 14px !important;
        color: #00000066 !important;
    }

    .listManage {
        margin-top: -31px !important;
        padding-top: 0px !important;
    }

    .btncus {
        font-size: 15px;
        font-weight: 500;
        color: white;
        background-color: #007bff;
    }

    .btncus:disabled {
        color: white;
        background-color: #6c757d;
        cursor: not-allowed;
        opacity: 1;
    }

    .changeText {
        font-family: 'Poppins', sans-serif;
        font-size: 12px !important;
        font-weight: 500 !important;
    }

    #search-organizations::placeholder {
        font-size: 13px !important;
    }

}

@media screen and (max-width: 376px) and (min-width: 361px) {
    .h1 {
        text-align: center;
        margin-top: 70px !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 23px !important;
        font-weight: 700 !important;
    }

    .p {
        text-align: center;
        font-family: 'Poppins', sans-serif !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        margin-top: 14px !important;
        color: #00000066 !important;
    }

    .listManage {
        margin-top: -31px !important;
        padding-top: 0px !important;
    }

    .btncus {
        font-size: 15px;
        font-weight: 500;
        color: white;
        background-color: #007bff;
    }

    .btncus:disabled {
        color: white;
        background-color: #6c757d;
        cursor: not-allowed;
        opacity: 1;
    }

    .changeText {
        font-family: 'Poppins', sans-serif;
        font-size: 12px !important;
        font-weight: 500 !important;
    }

    #search-organizations::placeholder {
        font-size: 13px !important;
    }

}

@media screen and (max-width: 415px) and (min-width: 376px) {
    .h1 {
        text-align: center;
        margin-top: 70px !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 25px !important;
        font-weight: 700 !important;
    }

    .p {
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        margin-top: 14px !important;
        color: #00000066 !important;
    }

    .listManage {
        margin-top: -20px !important;
        padding-top: 0px !important;
    }

    .btncus {
        font-size: 15px;
        font-weight: 500;
        color: white;
        background-color: #007bff;
    }

    .btncus:disabled {
        color: white;
        background-color: #6c757d;
        cursor: not-allowed;
        opacity: 1;
    }

    .changeText {
        font-family: 'Poppins', sans-serif;
        font-size: 15px !important;
        font-weight: 500 !important;
    }

    #search-organizations::placeholder {
        font-size: 15px !important;
    }

}

@media screen and (max-width: 361px) and (min-width: 360px) {
    .h1 {
        text-align: center;
        margin-top: 70px !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 25px !important;
        font-weight: 700 !important;
    }

    .p {
        text-align: center;
        font-family: 'Poppins', sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        margin-top: 14px !important;
        color: #00000066 !important;
    }

    .listManage {
        margin-top: -20px !important;
        padding-top: 0px !important;
    }

    .btncus {
        font-size: 15px;
        font-weight: 500;
        color: white;
        background-color: #007bff;
    }

    .btncus:disabled {
        color: white;
        background-color: #6c757d;
        cursor: not-allowed;
        opacity: 1;
    }

    .changeText {
        font-family: 'Poppins', sans-serif;
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    #search-organizations::placeholder {
        font-size: 15px !important;
    }

}

@media screen and (max-width: 391px) and (min-width: 376px) {
    .h1 {
        text-align: center;
        margin-top: 70px !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 25px !important;
        font-weight: 700 !important;
    }

    .p {
        text-align: center;
        font-family: 'Poppins', sans-serif !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        margin-top: 14px !important;
        color: #00000066 !important;
    }

    .listManage {
        margin-top: -20px !important;
        padding-top: 0px !important;
    }

    .btncus {
        font-size: 15px;
        font-weight: 500;
        color: white;
        background-color: #007bff;
    }

    .btncus:disabled {
        color: white;
        background-color: #6c757d;
        cursor: not-allowed;
        opacity: 1;
    }

    .changeText {
        font-family: 'Poppins', sans-serif;
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    #search-organizations::placeholder {
        font-size: 15px !important;
    }

}

@media screen and (max-width: 431px) and (min-width: 415px) {
    .h1 {
        text-align: center;
        margin-top: 70px !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 29px !important;
        font-weight: 700 !important;
    }

    .p {
        text-align: center;
        font-family: 'Poppins', sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        margin-top: 14px !important;
        color: #00000066 !important;
    }

    .listManage {
        margin-top: -10px !important;
        padding-top: 0px !important;
    }

    .btncus {
        font-size: 15px;
        font-weight: 500;
        color: white;
        background-color: #007bff;
    }

    .btncus:disabled {
        color: white;
        background-color: #6c757d;
        cursor: not-allowed;
        opacity: 1;
    }

    .changeText {
        font-family: 'Poppins', sans-serif;
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    #search-organizations::placeholder {
        font-size: 13px !important;
    }

}

@media screen and (max-width: 541px) and (min-width: 431px) {
    .h1 {
        text-align: center;
        margin-top: 70px !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 19px !important;
        font-weight: 700 !important;
    }

    .p {
        text-align: center;
        font-family: 'Poppins', sans-serif !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        margin-top: 14px !important;
        color: #00000066 !important;
    }

    .listManage {
        margin-top: -10px !important;
        padding-top: 0px !important;
    }

    .btncus {
        font-size: 15px;
        font-weight: 500;
        color: white;
        background-color: #007bff;
    }

    .btncus:disabled {
        color: white;
        background-color: #6c757d;
        cursor: not-allowed;
        opacity: 1;
    }

    .changeText {
        font-family: 'Poppins', sans-serif;
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    #search-organizations::placeholder {
        font-size: 13px !important;
    }

}

@media screen and (max-width: 769px) and (min-width: 541px) and (orientation: portrait) {
    .h1 {
        margin-left: 95px !important;
        width: 482px !important;
        margin-top: 208px !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 29px !important;
        font-weight: 700 !important;
    }

    .p {
        width: 648px !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        margin-top: 14px !important;
        color: #00000066 !important;
    }

    .listManage {
        margin-top: -10px !important;
        padding-top: 0px !important;
    }

    .btncus {
        font-size: 15px;
        font-weight: 500;
        color: white;
        background-color: #007bff;
    }

    .btncus:disabled {
        color: white;
        background-color: #6c757d;
        cursor: not-allowed;
        opacity: 1;
    }

    .changeText {
        font-family: 'Poppins', sans-serif;
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    #search-organizations::placeholder {
        font-size: 13px !important;
    }

    .container, .container-md, .container-sm {
        max-width: 820px !important;
    }

}

@media screen and (max-width: 821px) and (min-width: 769px) {
    .h1 {
        margin-left: 145px !important;
        width: 482px !important;
        margin-top: 255px !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 29px !important;
        font-weight: 700 !important;
    }

    .p {
        margin-left: 71px !important;
        width: 648px !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        margin-top: 14px !important;
        color: #00000066 !important;
    }

    .listManage {
        margin-top: -10px !important;
        padding-top: 0px !important;
    }

    .btncus {
        font-size: 15px;
        font-weight: 500;
        color: white;
        background-color: #007bff;
    }

    .btncus:disabled {
        color: white;
        background-color: #6c757d;
        cursor: not-allowed;
        opacity: 1;
    }

    .changeText {
        font-family: 'Poppins', sans-serif;
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    #search-peers::placeholder {
        font-size: 16px !important;
    }

    #search-organizations::placeholder {
        font-size: 16px !important;
    }

    .container, .container-md, .container-sm {
        max-width: 820px !important;
    }

}


.btncus {
    font-size: 18px;
    font-weight: 500;
    color: white;
    background-color: #007bff;
}

.btncus:disabled {
    color: white;
    background-color: #6c757d;
    cursor: not-allowed;
    opacity: 1;
}

.p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    color: #00000066;
}

/* Tabs styles */
.nav-tabs .nav-link {
    color: #000;
    background-color: #ffffff;
    border: none;
}

.nav-tabs .nav-link.active {
    color: #007bff;
    background-color: #ffffff;
    border-bottom: 3px solid #007bff;
}

.nav-tabs {
    border-bottom: none !important;
}


.input-group-text {
    background-color: #ffffff;
    border: none;
}

.form-control {
    border: none;
    border-radius: 0;
}

.mycustom {
    width: 100%;
    height: 72px;
}

.btncus {
    width: 108px;
    height: 72px;
    background-color: #0678E9;
    color: #ffffff;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .mycustom {
        height: auto;
    }

    .btncus {
        width: auto;
        height: auto;
    }
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.large-icon {
    font-size: 31px;
    width: 24px;
    height: 24px;
}

.list-group-item {
    padding: 10px 15px;
    border: none;
}

@media (min-width: 768px) {
    .organization-details {
        flex: 0 0 33%;
        max-width: 42%;
    }

    .organization-location-details {
        flex: 0 0 67%;
        max-width: 58%;
    }
}

@media (min-width: 768px) {
    .peer-details {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .peer-job-details {
        flex: 0 0 67%;
        max-width: 67%;
    }
}

.organization-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.peer-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.material-icons {
    font-size: 20px;
    margin-right: 10px;
}

.organization-name {
    font-weight: 500 !important;
    margin-right: 5px;
    font-size: 16px !important;
    color: #0a0a0a;
}

.peer-job-title {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #58585D;
}

.btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #0678E9
}


.organization-location {
    color: #6c757d;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.list-group-item:hover {
    background-color: #f8f9fa;
}

.dot-separator {
    margin: 0 5px;
    color: #6c757d;
    font-size: large;
}

a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

.separator-line {
    border: 0;
    border-top: 1px solid #ddd;
    width: 99%;
    margin: 0 auto;
}

.fixed-card-container {
    overflow: hidden;
}

.customText {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    color: #58585D;
}

.custmBtn {
    background-color: #0678E9;
    border-radius: 8px;

}

.custmBtn:hover {
    background-color: #6941C6 !important;
}

.customCard {
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.changeText {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #00000080;
}

.nav-link.active .changeText {
    color: #007bff;
    /* Blue color when active */
}
