.summaryFrame{
    background: #e4e4f5;
    padding: 10px 5px 0 5px;
    border-radius: 13px;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.application{
    padding: 50px;
}

.adcomImg{
    min-width: 140px;
    width: 140px;
    height:125px ;
    max-height: 125px;
    /* border-radius: 13px; */
    display: flex;
    justify-content: center;
    align-self: center;
    margin-right: 20px;
    overflow: hidden;
}

.adcomImg img{
    width: 100%;
}

.time{
    font-size: 12px;
    color: rgb(58, 58, 58);

}

.jobTitle{
    font-size: 20px;
    font-weight:  bold;
}

.comName{
    font-size: 15px;
    color: rgb(219, 97, 97) ;
    margin-bottom: 2px;
    font-weight: 600;
}

.tags{
    display: flex;
    flex-direction: row;
    font-weight: 500;
    color: rgb(69, 69, 161);

}

.tag{
    font-size: 15px;
    margin-right: 20px;
}
.tags .ico{
    font-size: 15px;
    margin-right: 5px;
}
.adcomDescrip{
    flex: 1;
    position: relative;
}
.bookmark{
    display: flex;
    flex-direction: row;
    color: rgb(204, 43, 43);
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 22px;
}
.sharebtn {
    position: absolute; 
    bottom: 0; 
    right: 0; 
    background-color: #000055;
    color: #fff; 
    padding: 8px 12px; 
    border-radius: 5px; 
}

.sharebtn:hover{
    background-color: #fff;
    border: 2px #000055 solid;
    color: #000055;
}


.sharebtn .ico {
    margin-right: 10px; /* Spacing between icon and text */
}

#btntxt {
    font-size: 14px; /* Font size for the text */
    font-weight: bold; /* Bold text */
}


@media screen and (max-width: 780px) {
    .tags{
        display: flex;
        flex-direction: column;
    }

    .comName{
        margin-bottom: 4px;
    }
  }
  @media screen and (max-width: 520px) {

    .comName{
        display: none;
    }
    .adcomImg{
        display: none;
    }

  }

  .apply-title {
    background-color: #ddddfa; 
    padding: 10px; 
    color: #333; 
    border-radius: 5px 5px 0 0; 
    margin: 0; 
    width: 100%; 
    box-sizing: border-box;
    margin-top: 0;
  }
  
  #applyFormSection {
    padding: 0; 
    font-size: small;
    box-sizing: border-box;
    padding-top: 0;
    margin-top: 0;  
    margin-bottom: 10px;
}

    #applyFormSection input::placeholder {
        font-size: small; 
      }


#applyFormSection textarea::placeholder {
    font-size: small;
  }
  
  #applyFormSection input[type="file"] {
    font-size: small;
  }
  
  #applyFormSection input[type="file"]::-webkit-file-upload-button {
    font-size: small; 
  }
  
  #applyFormSection input[type="file"]::-moz-file-upload-button {
    font-size: small;
  }


.apply-btn:disabled .btn {
    background-color: #b4b2b2 !important;
    color:#000055;
    cursor: not-allowed !important;
    opacity: 0.9;
}

.g-recaptcha {
    max-width: 100% !important;
    transform: scale(0.77) !important;
    transform-origin: 0 0 !important;
}

.custom-font-size {
    font-size: 0.95rem; 
}

@media (min-width: 769px) and (max-width: 1200px) {
   
    #applyFormSection {
        padding: 0; 
        /* height: calc(80vh - 50px); */
        font-size: small;
        box-sizing: border-box;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 10px;
 

     }
}

@media (min-width: 576px) and (max-width: 768px) {
   
    #applyFormSection {
        padding: 0; 
        /* height: calc(100vh - 50px); */
        font-size: small;
        box-sizing: border-box;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 20px;
 

     }
}



@media (max-width: 576px) {
    .custom-font-size {
        font-size: 0.55rem; 
    }
   

    
}


@media (max-width: 576px) {
    .jobTitle {
        font-size: 0.9rem; 
    }

    .comName {
        font-size: 0.7rem; 
    }

    .tags .tag {
        font-size: 0.7rem; 
    }

    .tags .ico {
        font-size: 0.7rem; 
    }

    .summaryFrame{
        background: #e4e4f5;
        padding: 10px 10px 0 10px;
        border-radius: 13px;
        display: flex;
        flex-direction: row;
        margin-top: 0;

    }
    .application{
        padding: 25px;
        margin-bottom: 10px;
    }
    
    #applyFormSection {
        padding: 0; 
        /* height: calc(100vh - 50px); */
        font-size: small;
        box-sizing: border-box;
        padding-top: 0;
        margin-top: 0; 
        margin-bottom: 20px;

     }

   
}


