@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700,300);
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

.profile-title {
    position: relative;
    top:5px;
}


.edit-profile-btn i {
    margin-right : 5px;
}

.profile-close-btn-wrapper .close_btn {
    position: relative;
    top: 8px;
    
}

/* Profile Body */

.profile-body .text-secondary {
  --bs-text-opacity: 1;
  color: rgb(171, 184, 195) !important;
    
}

.profile-body .border-secondary {
    border-color: #252424 !important;
}

.comp-info {
    padding: 10px;
}

.company-flex {
    display: flex;
    color: black;
    
}



p.w-25 {
    width: 200px !important;
}

p.comp_name {
    font-weight: 500;
}

p.comp_name {
    font-weight: 400;
    

}


.pro-image {
    position: relative;    
}

.layer {
    position: absolute;
    width: 91%;
    height: 47%;
    background-color: black;
    opacity: .4;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    /* z-index: 1; */
}

@media screen and (max-width: 600px) {
    /* Styles for screen sizes 600px or smaller */
    .layer {
        width: 100%;
        height: 100%;
    }
}


.pro-image svg {
    width: 60px;
    height: 60px;
    display: inline-block;
    color: rgb(12, 12, 12) !important;
    position: absolute;
}

.pro-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

._img-btn-wrapper {
    font-size: smaller;
    text-align: center;
    position: relative;
    top: 10px;
}


.pro-image label, .rem-pic {
    padding: 1px;
    margin: 1px;
    border-radius: 5px;
    background-color: rgb(61, 140, 237, 0.5);
    width: 100%;
    font-weight: bold;
    cursor: pointer;
    
}

.pro-image label:hover, .rem-pic:hover {
    color: rgb(186, 105, 105) !important;
}

.pro-image label i, .rem-pic i {
    margin-right: 5px;
}

.b-inf {
    position: relative;
}

.ti-ps {
   margin-top: 60px !important;
}

.publishedProduct {
    border-radius: 4px;
    padding: 3px;
    font-size: .9rem;
    margin: 0;
    color: rgb(188, 185, 185);
    padding-left: 3px;
    margin-top: 5px;
}

.publishedProduct h4 {
    background-color: #e7e3e3f6;
    font-size: 1rem;
    color: rgb(14, 14, 14);
}

.publishedProduct p {
    margin: 0;
    font-size: small;
    color: black;
}

.pro-submission {
    font-size: small;
}

.pro-submission h4 {
    background-color: #e7e3e3f6;
    font-size: 1.1rem;
    color: black;
}


p.b_d {
    font-weight: lighter;
    color: rgb(17, 16, 16);
}

.company-docs {
    background-color: #ffffff;
}


.docs {
    padding: 5px;
    color: rgb(4, 4, 4);
}

.add-docs {
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
}

.instruct {
    display: flex;
    color: rgb(12, 12, 12);
    font-size: smaller;
    padding: 5px;
}

.instruct p {
    position: relative;
    top: 5px;
    margin-right: 50px;
    
}

.prof-docs {
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
}


.prof-docs a {
    color: rgb(4, 4, 4);
    text-decoration: none; 
    transition: 0.5s;
    border: 1px solid rgb(229, 226, 226);
    margin: 5px;
    width: 2rem;
    border-radius: 4px;
}
.prof-docs a:hover {
    color: rgb(4, 4, 4);
    text-decoration: none;
    font-weight: bold;
}

.prof-docs img {
    width: 4rem;
    border-radius: 5px;
    background-color: #c3c2c2;
    border-radius: 5px;
}

.prof-docs img:hover {
    background-color: #6d6b6b;
    color: rgb(238, 230, 91);
    transition: 0.5s;
}

.prof-docs .pdf_name {
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.prof-docs #L3 {
    border-radius: 4px;
    background-color: #da0f0f;
    position: absolute;
    width: 40px;
    height: 40px;
    color: rgb(12, 12, 12) !important;
    margin: 20px auto;
    display: none;
}

.acknowledgement {
    border-radius: 4px;
    padding: 3px;
    font-size: 1rem;
    margin: 0;
    padding-left: 3px;
    margin-top: 5px !important;
    position: relative;
    width: 99% !important; /* */
}

.acknowledgement h5 {
    background-color: #ffffff;
    text-align: center;
    font-size: small;
}

.agreements-links {
    text-align: center;
}

.agreements-links a {
    color: rgb(172, 169, 169);
    padding: 5px;
    margin: 5px;
    font-size: smaller;
}

.agreements-links a:hover {
    color: rgb(95, 91, 7);
    text-decoration: none;
}


/* profile update css */

.update-profile-sec {
    background-image: linear-gradient(135deg, #2f2f32 0%, #263143 100%);
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

.profile-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(164, 162, 162);
}

#profile-update-form input, #profile-update-form select {
    margin-bottom: 5px;
    box-shadow: none;
    border-bottom: 1px solid rgb(106, 105, 105);
    border-radius: 0;
    font-size: small;

}
.pol-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pol-links a {
    color: rgb(196, 193, 193);
    padding: 5px;
    
}
.pol-links a:hover {
    color: #779de5;
    text-decoration: none !important;
    
}

