
body {
    font-family: 'Open Sans', sans-serif;
}

.container_pages {
    width: 100%;
    margin: 0 auto;
    padding: 40px 40px;
}
.logo {
    max-width: 300px;
    margin-bottom: 20px;
}

.logo img {
    width: 100%;
}

.main_heading {
    font-size: 18px;
    font-weight: bold;
}

.left_data_content p {
    font-size: 14px;
    margin-bottom: 12px;
}

.left_data_content a {
    color: #fff;
}

.left_data_content h3 {
    font-size: 16px;
    font-weight: bold;
}



.userCardView h2 {
    margin: 0;
    padding-bottom: 10px;
}
.userCardView h5
{
	margin: 0;
    padding-bottom: 10px;
	font-size: 18px;
}

.userCardView h2 {
    font-size: 26px;
    font-weight: 600;
    color: #333;
}
.DataViewFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    background: #fff;
}

.DataViewBox {
    display: flex;
    width: 50%;
    border: 1px solid #ccc;
    padding: 10px 10px;
    align-items: center;
}
.DataViewName {
    margin: 0;
    border-right: 1px solid #ccc;
    min-width: 120px;
    padding-right: 10px;
    color: #333;
    font-size: 16px;
}
.DataViewDetails {
    margin-left: 20px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.userCardView {
    padding-bottom: 40px;
}


.DataViewFlex h3 {
    width: 100%;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    margin: 0;
}
.page-left {
    position: fixed;
    left: 0;
    width: 30%;
    background: #367151;
    top: 0;
    height: 100%;
    padding: 40px 50px;
    overflow-y: scroll;
    color: #fff;
}

.page-right {
    width: 70%;
    position: absolute;
    right: 0;
    top: 0;
    background: #f6f6f6;
}
.register_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0px;
}

.registerflexfields {
    width: 50%;
}

.registerflexfields input, .registerflexfields select {
    width: 60%;
    border: 1px solid #9f9f9f;
    color: #333;
    border-radius: 6px;
    padding: 12px 17px;
    font-size: 14px;
}
.customprofilesection
{
    margin-top: 20px;
}

.registerflexfields legend {
    display: none;
}

.custombuttons input {
    background: #367151;
    color: #fff;
    font-size: 18px;
    border: 0;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 7px !important;
}
.profile-field input {
    border: 1px solid #9f9f9f;
    color: #333;
    border-radius: 6px;
    padding: 12px 17px;
    font-size: 14px;
    width: 100%;
}
.profile-field {
    width: 50%;
    padding: 0px 10px;
}
.profile-field label {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.profile-field select {
    border: 1px solid #9f9f9f;
    color: #333;
    border-radius: 6px;
    padding: 12px 17px;
    font-size: 14px;
    width: 100%;
}
.ProfileEditUser .DataViewFlex {
    border-radius: 10px;
    padding: 20px 20px;
    gap: 24px 0px;
}
.DataViewFlex.data_flex_inside_doc {
    padding-top: 0;
    padding-bottom: 20px;
    border: 0;
    background: none;
    border-radius: 0;
}
.documentacademic {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 10px;
}

.documentacademic h3 {
    font-size: 20px;
    padding: 0 30px;
    margin-top: 20px;
}

.profile-field input[type="checkbox"] {
    width: auto;
}
.profile-field input[type="radio"] {
    width: auto;
    margin-right: 0px;
}

.profile-field .input-options label {
    margin-right: 13px;
}
.profile-field input[type="file"] {
    border: 0;
    padding: 0;
    border-radius: 0;
    margin-bottom: 8px;
}
.custombuttons_tab
{
    background: #367151;
    color: #fff;
    font-size: 18px;
    border: 0;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 7px !important;    
}
.page-edit-link {
    position: fixed;
    right: 20px;
    z-index: 999999;
    bottom: 20px;
}

.pageditButton a {
    background: #367151;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: flex;
    border-radius: 10px;
}

.studentloginstatus {
    margin-top: 30px;
}

.studentloginstatus a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background: #fff;
    color: #000;
    padding: 4px 12px;
    display: inline-flex;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.studentloginstatus p {
    margin: 0;
    font-size: 18px;
}

.login-submit input {
    background: #367151 !important;
    border: 0;
    padding: 7px 30px;
}

.bp-login-widget-register-link a {
    padding: 7px 30px;
}

.user_activate form label
{
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.user_activate form input {
    border: 1px solid #9f9f9f;
    color: #333;
    border-radius: 6px;
    padding: 12px 17px;
    font-size: 14px;
    width: 100%;
}
.user_activate form .submit input {
    background: #367151;
    color: #fff;
    font-size: 18px;
    border: 0;
    padding: 10px 15px;
    width: auto;
    border: 1px solid #fff;
    margin-top: 20px;
    border-radius: 7px !important;
}
.user_activate form {
    max-width: 400px;
}

.userloginpage form label
{
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.userloginpage form .login-username input, .userloginpage form .login-password input{
border: 1px solid #9f9f9f !important;
    color: #333 ;
    border-radius: 6px !important;
    padding: 12px 17px !important;
    font-size: 14px !important;
    width: 100% !important;
}

.userloginpage form {
    max-width: 600px;
}
.incresebold{
    font-size: 20px !important;
    font-weight: 600 !important;
}
/* Style for input fields */
input:focus,
select:focus {
    border-color: #367151; /* Change the border color to #367151 */
    box-shadow: 0 0 5px rgba(54, 113, 81, 0.5); /* Optional: add a subtle shadow effect */
    outline: none; /* Remove the default outline */
}

/* For browsers that support the `:focus-visible` pseudo-class */
input:focus-visible,
select:focus-visible {
    border-color: #367151; /* Same border color when focus is visible */
    box-shadow: 0 0 5px rgba(54, 113, 81, 0.5); /* Optional: add a subtle shadow effect */
    outline: none; /* Remove the default outline */
}



.bp-user
 header.entry-header {
    display: none;
}


.registerflexfields .field_5:after {
    content: "Enter your CNIC number without hyphens.";
}
.registerflexfields .field_1:after {
    content: "as per SSC Certificate";
}

img.profpic {
    position: absolute;
    right: 30px;
    top: 0;
    width: 80px;
}

.picturefield {
    position: relative;
}

.DataViewDetails img {
    width: 80px;
}


.fileNotValidModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
}

.fileNotValidModal .modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
}

.fileNotValidModal textarea {
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    border-radius: 10px !important;
    padding: 10px 10px;
}


.filenotvalid button {
    border: 0;
    padding: 3px 10px;
    background: #666;
    color: #fff;
    margin-left: 20px;
    font-size: 14px;
}
.modal-content h2 {
    font-size: 18px;
}
.fileNotValidModal button {
    background: #e6e6e6;
    border: 1px solid #666;
    width: 40%;
    padding: 5px 0;
    border-radius: 10px;
    font-size: 18px;
}
.buttonsinmodal {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.undertakingsentence label {
    text-transform: none;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

p.instructionmessage {
    font-size: 14px;
    margin-top: 4px;
    color: #333;
}