﻿/*.card {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
    align-items: center;
}
*/
/*.card-header {
    margin-top: 10px;
}
*/
.word-break {
    word-break: break-all;
}
.profilepage {
    background: #f8f8f8;
    margin-top: -15px;
    padding: 60px;
    font-family: "Akshar", sans-serif;
    word-spacing: 2px;
    line-height: 23px;
}
.ProfileBox {
    padding: 20px 20px 20px 30px;
    min-height: 264px;
    background: white;
    box-shadow: 0 6px 12px rgba(30, 10, 58, .04);
    border-radius: 20px;
    color: #474d6a;
}
.img-set {
    height: 200px;
    width: 200px;
    overflow: hidden;
    border-radius: 50%;
}
.Usertitle {
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    word-spacing: 7px;
    color:black;
}
.Jobrole {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}
.font-14{
    font-size:14px; 
}
.baseInfo i{
    font-size:14px;
}
.AnchorModify{
    text-decoration: none;
    color: #474d6a;
    cursor:pointer;
}
.AnchorModify:hover{
    text-decoration: none;
    color: #474d6a;
}
.ProfileSideBar {
    width: 300px !important;
    box-shadow: 0 6px 12px rgba(30, 10, 58, .04);
    background: white;
    border-radius: 20px;
    min-height:650px;
    position:sticky;
    top:0;
    height:650px;
}
.profilepage ul li {
    list-style: none;
    padding: 7px 12px;
}
.profilepage ul li:hover {
    background: #f8f8f8;
    list-style: none;
    padding: 7px 12px;
}
.profilepage ul li a {
    text-decoration: none;
    color: #121224;
    padding: 7px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

    .profilepage ul li a:hover {
        text-decoration: none;
        color: #121224;
    }
/*.AllMainPage {
    overflow: auto;
    scrollbar-width: none;
}*/

input, select, textarea {
     max-width: 100%; 
}
.UploadDiv {
    border: 1px dashed;
     min-height: 100px;
    border-radius: 20px;
    margin-top: 20px;
}
.Uploadbtn {
    padding: 4px 20px;
    color: #275df5;
    border: 1px solid #275df5;
    font-weight: 500;
    text-decoration: none;
    margin: 10px 0px;
    border-radius: 20px;
}
.jobt {
    border-bottom: 1px solid;
    border-color: #e1e7ff;
    padding: 10px 0;
    font-size: 22px;
    margin-bottom: 30px;
}
.skill-container {
    display: inline-block;
}

.skill {
    border: 1px solid #ccc;
    padding: 5px 32px 5px 15px;
    margin: 10px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
}
.fa-xmark {
    background: #eff0f2;
    padding: 4px 5px;
    border-radius: 50%;
}
.remove-btn {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}
.validation-error {
    color: red;
    font-size: 0.875em; /* Adjust the size as needed */
    display: block; /* Make sure the error message appears on a new line */
    margin-top: 5px; /* Add spacing between the input and the error message */
}


/*===modal modify===*/
.modal {
    z-index: 999999 !important;
    top: 00px !important;
}
.modal-dialog{
    max-width:1000px !important;
}

.clearfix {
    clear: both;
    content: "";
}

.star{
    color: red;
}

.form-label{
    margin-bottom: 0.5rem;
    font-weight: 500;
    display: inline-block;
}

.form-group {
    margin-bottom: 25px;
}
@media(max-width:570px) {
    .card {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .table {
        overflow: auto !important;
    }

    .apcard {
        padding: 10px;
        overflow: auto;
    }
    .ProfileBox{
        padding:20px;
    }
 
}
@media(max-width:992px) {
    #ProfileDiv1{
        flex-wrap:wrap;
    }
    .AllMainPage{
        flex-wrap:wrap;
    }

    .ProfileSideBar{
        display:none;
    }
    .profilepage{
        padding:20px;
    }
}


