﻿/*body {
    overflow-x: hidden;
    justify-content: center;
    align-items: center
    
}

.photo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}
.photo img{
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.search__input {
}

.search_section {
    padding: 20px;
    height: 150px;
}

.page_title {
    color: floralwhite;
    text-align: center;
}

.search {
    background-color: #fff;
    padding: 4px;
    border-radius: 5px
}

.search-1 {
    width: 100%
}

    .search-1 input {
        height: 45px;
        border: none;
        width: 100%;
        padding-left: 34px;
        padding-right: 10px;
        border-right: 2px solid #eee
    }

        .search-1 input:focus {
            border-color: none;
            box-shadow: none;
            outline: none
        }

    .search-1 i {
        position: absolute;
        top: 12px;
        left: 5px;
        font-size: 24px;
        color: #eee
    }

::placeholder {
    color: #eee;
    opacity: 1
}

.card {
    border: none;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    max-width: 60rem;
}

h5 {
    font-weight: bolder;
}

hr {
    width: 20px;
    height: 2px;
}

h1 {
    font-size: 30px;
    
}

.jobbox {
    margin: 5px 5px;
    font-size: 17px;
}

.data {
    min-width: fit-content;
    padding-left: 15px;
}

.list_body {
    margin: 5px auto;
    align-content: center;
}

p {
}

.details {
}

.apply {
    background: linear-gradient(to right, #54BAB9, rgba(118, 215, 196, 0.5));
    width: 100px;
    margin-left: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    text-align: center;
    border: none;
}

.Mybuttons {
    margin-left: 70%;
    margin-bottom: 5px;
}*/
/*
    
*/

/*.jobTupleHeader {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f2f2f2;
    
    padding: 10px;
}

.jobCard {
    text-align: center;
  margin:0 -15px 20px -15px;*/
    /*width:auto;
    height: auto;*/
    /*background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgb(92 92 92);
    transition: box-shadow 0.6s ease-out;
}



.jobTupleHeader .info {
    flex-grow: 1;
}

.jobTupleHeader .companyInfo {
    display: flex;
    align-items: center;
    gap: 5px;
}


.jobTupleHeader ul {
    list-style: none;
    padding: 0;
    margin: 0;*/
    /* display: flex; */
    /*align-items: center;
    gap: 10px;
}



.job-description {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
}

.jobTupleFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;*/
    /* background-color: #f2f2f2; */
/*}

.fa {
    font-size: 16px;
    color: #555;
}

.title {
    font-size: 24px;
    color: #333;
    display: flex;
    position: relative;
    justify-content: flex-start;
    margin: 0;
}

.company {
    font-size: 20px;
    color: darkcyan;
}

.link {
    color: #007bff;
    text-decoration: none;
}

.experience,
.salary,
.location, .skill, .subskill {
    font-size: 14px;
    color: #555;
    display: flex;
    gap: 30px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:6px;
    
}
.fa-briefcase {
    margin-right: 5px;
}
.fa-map-marker-alt {
    margin-right: 8px;
}
.fa-puzzle-piece {
    margin-right: 2px;
}

.experience .value{
   margin-left:-8px;
}
.salary .value{
    margin-left:28px;
}
.location .value{
    margin-left:9px;
}
.skill .value{
    margin-left:33px;
}

.label-value {
    display: flex;
    align-items: center;
}

.label {
    margin-right: 13px;
}

.value {
    font-weight: bold;
}

.postedDate {
    font-size: 14px;
    color: #555;
}

.edit-icon, .delete-icon {
    font-size: 16px;
    color: #777;
}

    .edit-icon:hover, .delete-icon:hover {
        font-size: 20px;
    }

.delete, .edit {
    background-color: transparent;
}

    .delete:hover, .edit:hover {
        background-color: #0000000a;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

@media only screen and (max-width: 767px) {
    .jobTupleHeader {
        flex-wrap: wrap;
    }

        .jobTupleHeader .info,
        .jobTupleHeader ul {
            
        }



        .jobTupleHeader .title {
            font-size: 18px;
        }

        .jobTupleHeader .companyInfo {
            flex-wrap: wrap;
        }

        .jobTupleHeader .ellipsis {
            font-size: 14px;
        }
}

@media only screen and (max-width: 440px) {

    .jobCard {
       
        margin: 0 0px 20px 0px;
    }
    .photo img {
        width: 6em;
        height: 6em;
        border-radius: 50%;
        margin-top:-450px;
        margin-left:110px
    }

    .jobTupleHeader {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
       
    }

        .jobTupleHeader .title {
            font-size: 20px;
            
        }

        .jobTupleHeader .ellipsis {
            font-size: 12px;
        }

        .jobTupleHeader ul {
            flex-wrap: wrap;
            display: flex;
        }

        .jobTupleHeader .imgCont {
            margin-top: 20px;
        }
}

.jobTupleHeader .title,
.company,
.rating,
.experience,
.salary,
.location,
.skill,
.subskill,
.job-description p,
.postedDate,
.link {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.jobTupleHeader .title {
    font-size: 24px;
    
}

.company {
    font-size: 18px;
}

.rating {
    font-size: 16px;
    color: #ffc107;
}

.job-description p {
    font-size: 14px;
    text-align: start;
    margin: 0;
}

.postedDate {
    font-size: 14px;
    color: #555;
}

.link {
    font-size: 16px;
    color: #007bff;
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline;
    }

.jobTupleHeader ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jobTupleHeader li {
 
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.jobTupleHeader .label {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
   
    color: #555;
}

.jobTupleHeader .value {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    color: #000;
}

.jobTupleHeader .label,
.jobTupleHeader .value {
    white-space: nowrap;
}

.jobTupleHeader i {
    color: #555;
    font-size: 16px;
}*/


.company {
    font-size: 20px;
/*    color: darkcyan;*/
}

    .photo img {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        
    }
.photo{
    display:flex;
    justify-content:center;
    margin-top:8px;
}

.jobCard {
    margin: 0 -15px 20px -15px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgb(92 92 92);
    transition: box-shadow 0.6s ease-out;
}

.jobTupleHeader {
    /* box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;*/
   /* background-color: ghostwhite;*/
    background-color: #f2f2f2;
    margin-top: -15px;
    padding: 10px;
}
.fa-briefcase {
    margin-right: 5px;
}

.fa-map-marker-alt {
    margin-right: 8px;
}

.fa-puzzle-piece {
    margin-right: 2px;
}

/*.experience .value {
    margin-left: 0px;
}

.salary .value {
    margin-left: 35px;
}

.location .value {
    margin-left: 17px;
}

.skill .value {
    margin-left: 42px;
}
.subskill .value {
    margin-left:10px;
}*/
 .label {
    color: darkcyan;
}
.comDetail i {
    color: darkcyan;
    padding-bottom: 8px;
}

.title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: darkcyan;
}
.job-description i {
    color: darkcyan;
}

.postedDate{
    color: darkcyan;
}
/*.apply {
    background: linear-gradient(to right, #54BAB9, rgba(118, 215, 196, 0.5));
    width: 100px;
    margin-left: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    text-align: center;
    border: none;
}*/


.apply {
    background: #54BAB9;
    width: auto; 
    min-width: 100px; 
    margin-left: 5px;
    margin-bottom: 5px;
    border: none;
    border-radius: 50px;
    padding: 8px 12px;  
    display: inline-block;
}

.apply a {
    color: white !important;
        
}




.job-description {
    text-align: justify;
}
.fright {
    display: flex;
    float: right;
}


@media screen and (max-width: 768px) {
    .photo {
        display: flex;
        justify-content: center;
    }

        .photo img {
            margin-top: 10px;
            width: 5em;
            height: 5em;
            border-radius: 50%;
        }

    .jobContainer {
        max-width: 90%;
    }

    .jobTupleHeader {
        padding: 0px;
    }

    .comInfo {
        margin-bottom: 10px;
    }
    .postedDate {
        font-size:12px;
    }
}
@media screen and (min-width: 571px) and (max-width: 998px) {

    .photo img {
        /*margin-top: 10px;*/
        width: 5em;
        height: 5em;
        border-radius: 50%;
        margin-bottom:10px;
    }

    .Mybuttons button {
        font-size: 15px;
        padding: 0px 15px 0px 15px;
        border-radius: 20px;
        background: linear-gradient(to right, #54BAB9, rgba(118, 215, 196, 0.5));
        margin-left: 5px;
        margin-bottom: 5px;
        text-decoration: none;
        text-align: center;
        border: none;
    }
    .container {
        max-width: 90%;
    }
}