/* 27-12-2021 start */

.entry-title,
.post-edit-link {
    display: none;
}

.view_data h3 {
    padding: 0;
    width: 91%;
    padding-bottom: 30px
}

.ui-widget-header {
    border: #59287e;
    background: #59287e 50% 50% repeat-x;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #d8d0dd;
    background: #a991bb 50% 50% repeat-x;
    font-weight: bold;
    color: #59287e;
}

.page-header {
    padding: 135px 0;
    background-repeat: no-repeat;
    background-position: 50% 33%;
    background-size: cover;
    text-align: center;
    color: #fff;
    position: relative;
}

.page-header::before {
    content: '';
    background-color: #000;
    opacity: 0.75;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
}

.row p {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}

.page-header h1 {
    font-size: 40px;
    position: relative;
}

.form-header h2 {
    margin-bottom: 30px;
}


/*.account_class{
    padding: 50px 0;
}*/

.account_class h1 {
    margin-bottom: 50px;
    font-family: 'Inter-ExtraBold';
    color: #222222;
    text-transform: uppercase;
}

.account_class {
    width: 100%;
    text-align: center;
}

.account_class form {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.form_field {
    margin-bottom: 30px;
    font-size: 0;
}

.error {
    display: block;
    padding-top: 10px;
    color: #ac0101!important;
    font-size: 12px!important;
}

.form_field span {
    display: block;
    padding-top: 10px;
    color: #ac0101!important;
    font-size: 12px;
}

.form_field input[type="text"],
.form_field input[type="email"],
.form_field input[type="password"] {
    color: #3d3a3a;
    font-weight: 300;
    width: 100%;
    padding: 10px 20px;
    border: solid 1px #bbb3b3;
    background-color: #fefefe;
    height: 50px;
    border-radius: 5px!important;
    font-family: 'Inter-Regular';
    font-size: 16px;
}

.form_field input:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25), 0 2px 8px rgba(0, 0, 0, 0.22);
}

.account-inner {
    display: inline-block;
    width: 50%;
    padding: 50px;
    border-radius: 3px;
    border: solid 6px rgba(35, 35, 35, 0.4)
}

.forget_password {
    display: inline-block;
    font-size: 16px;
    width: 50%;
    text-align: right;
}

.forget_password a {
    color: #3d3a3a;
}

.forget_password a:hover {
    color: #59287e;
}

.account_class input[type="submit"] {
    background: transparent;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
    font-family: 'Inter-Bold';
    display: block;
    width: 100%;
    padding: 10px 25px 13px 25px!important;
}

.account_class .btn-common {
    width: 100%;
    text-align: center;
    padding: 0;
}

.remember-me {
    width: 50%;
    display: inline-block;
}

.remember-me label {
    position: relative;
    cursor: pointer;
}

.remember-me input[type="checkbox"]+label {
    display: block;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    color: #3d3a3a;
    ;
    font-weight: 400;
}

.remember-me input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.remember-me label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #cccccc;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    height: 16px;
    width: 16px;
    margin-top: -3px;
}

.remember-me input:checked+label::before {
    background-color: #59287e;
}

.remember-me input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 35%;
    left: 6px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* registration_popup start */

.button {
    position: relative;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(6 6 6 / 70%);
    z-index: 99;
    display: none;
    backdrop-filter: blur(8px);
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.content {
    max-height: 30%;
    overflow: auto;
}

.popup {
    max-height: 85%;
    overflow-y: scroll;
    margin: 0px auto;
    padding: 40px 75px 40px 80px;
    background: #fff;
    width: 995px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: #fff;
}

.popup .status.error {
    padding-bottom: 0px;
}

.popup h2 {
    text-align: center;
    padding-bottom: 35px!important;
}

.popup label {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-family: 'Inter-SemiBold';
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 11px;
}

.popup form input[type="text"],
.popup form input[type="email"],
.popup form input[type="password"],
.popup form input[type="date"] {
    width: 100%;
    display: inline-block;
    height: 50px;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 16px;
    color: #000;
}

.popup form textarea {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 16px;
    color: #000;
    font-family: 'Inter-Regular';
}

.row {
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin-bottom: 25px;
}

.row-submit {
    width: 100%;
}


/* .row .left label, .row .right label{
    margin-bottom: 15px;
} */

.left {
    display: inline-block;
    width: 50%;
    padding-right: 10px;
    vertical-align: top;
}

.right {
    display: inline-block;
    width: 50%;
    padding-left: 10px;
    vertical-align: top;
}

.radio-buton {
    width: 100%;
    display: inline-block;
}

.radio-buton label {
    margin-bottom: 0;
}

.radio-buton span {
    margin-right: 30px;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #cdcdcd;
    margin-right: 10px;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin: 20% auto;
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    background: #59287e;
}

.checkbox label {
    margin-bottom: 20px !important;
}

.input {
    margin-bottom: 10px;
}

#addChild,
#removeChild {
    display: inline-block;
    margin-right: 30px;
}

#addChild input,
#removeChild input {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    font-family: 'Inter-Regular';
    background-color: transparent;
    width: auto;
    display: inline-block;
    text-transform: uppercase;
}

.conformation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.row span.red {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
}

.conformation label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-family: 'Inter-Regular';
    margin-bottom: 0;
    padding-left: 40px;
}


/* .conformation input[type=checkbox] + label {
    display: block;
    cursor: pointer;
    font-size: 18px;
    line-height: 48px;
    color: #222222;
    font-weight: 400;
  } */

.conformation input[type=checkbox] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.conformation label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #cccccc;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    height: 20px;
    width: 22px;
    margin-top: 0px;
    left: 0;
}

.conformation input:checked+label::before {
    background-color: #59287e;
}

.conformation input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 49%;
    left: 8px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
}

.popup select {
    height: 50px;
    border: 1px solid #ccc!important;
    padding: 10px 20px!important;
    font-size: 16px;
    color: #888888;
    font-family: 'Inter-Regular';
    background-color: transparent;
    width: 100%;
    line-height: 24px;
    border: 1px solid #ccc;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 30%;
    border-radius: 2px;
    border: none;
    padding: 10px 30px 10px 10px;
    /* disable default appearance */
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.row-submit .btn-common {
    border-radius: 5px;
}

.radio-buton span.error {
    display: block!important;
}

.cancle {
    display: none;
}

div#con_co {
    margin-top: 20px;
}

div#rel_co {
    margin-top: 20px;
}

.apply-now {
    vertical-align: top;
}

.apply-now .btn-common {
    display: initial;
    vertical-align: top;
    border: 0px;
}

.row-submit .btn-common {
    border-radius: 5px;
}


/* .close-btn button{
    position: absolute;
    top: 30px;
    right: 30px;
    background:   transparent url("../images/close.png") no-repeat left center;
    height: 20px;
    width: 20px;
    border: none;
} */

.close-btn button {
    position: absolute;
    top: 30px;
    right: 15px;
    background: transparent url("../images/close.png") no-repeat center center;
    height: 20px;
    width: 20px;
    border: none;
    background-color: #fff;
    padding: 15px;
}


/* registration_popup end */


/* dashboard start */

.dashboard-head h1,
.dashboard-head h2,
.dashboard-head h3,
.dashboard-head h4,
.dashboard-head h5,
.dashboard-head h6,
.dashboard_title h2 {
    padding: 0
}

.dashboard_main {
    width: 100%;
    display: inline-block;
    /*padding: 50px 0;*/
}

.dashboard {
    width: 100%;
    display: inline-block;
    font-size: 0;
}

.dashboard_title {
    margin-bottom: 50px;
}

.dash-left {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-family: 'Inter-Regular';
    background-color: #f6f6f7;
}

.dash-left-wrap {
    width: 100%;
    display: inline-block;
}

.dash-left-wrap ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.dash-left-wrap li {
    width: 100%;
    font-family: 'Inter-SemiBold';
}

.dash-left-wrap li a {
    color: #222222;
    display: block;
    border-bottom: 1px solid #222222;
    font-size: 20px;
    line-height: 48px;
    padding: 5px 20px;
}

.dash-left-wrap li a:hover {
    background-color: #59287e;
    color: #fff;
}

.dash-left-wrap li a.active {
    background-color: #59287e;
    color: #fff;
}

.dash-right {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}

.dash-right-wrap {
    width: 100%;
    display: inline-block;
    padding-left: 60px;
}

.dashboard .main-table {
    overflow-x: auto;
    display: inline-block;
}

.dashboard th {
    padding: 5px 20px;
    min-width: auto;
    vertical-align: middle;
    text-align: left;
}

.dashboard td {
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 20px;
    vertical-align: middle;
}

.dashboard th {
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 20px;
    vertical-align: middle;
}

.dashboard .popup {
    width: 50%;
    padding: 0;
}


/* dashboard end */


/* 27-12-2021 end */

input#qualification_achieved {
    margin-top: 11px;
}

.res-form {
    overflow-x: scroll;
    text-align: center;
    padding: 30px;
}

.popup-btn {
    border: 0;
    background: transparent;
    display: inline-block;
    font-size: 16px;
    border-bottom: 2px solid #222222;
    color: #222222;
}

.popup-btn:hover {
    border-bottom: 2px solid #59287e;
    color: #59287e;
}

.success {
    display: block;
    padding-top: 10px;
    color: #108915!important;
    font-size: 17px!important;
    text-align: left;
}

.popup-table {
    margin: 0 auto;
}

.dashboard input[type="submit"] {
    background: transparent;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
    font-family: 'Inter-Bold';
    display: block;
    width: 100%;
    padding: 10px 25px 13px 25px!important;
}

.dashboard .btn-common {
    width: auto;
    text-align: center;
    padding: 0;
}

.dashboard-head {
    width: 100%;
    display: inline-block;
    font-size: 0;
    margin-bottom: 30px;
    vertical-align: middle;
}

.d_left {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: left;
}

.d_right {
    width: 50%;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}

.dashboard .d_right .btn-common {
    width: auto;
    padding: 15px 24px;
}

.dashboard small {
    margin-bottom: 10px;
    display: inline-block;
}

.red {
    color: #f00;
}


#registration_popup input#username {
    margin-top: 0px !important;
}
#registration_popup small {
    display: block;
    line-height: 16px;
}
#registration_popup small.no_space {
    display: inline-block !important;
}
#registration_popup input[type='file'] {
    display: block !important;
}

@media screen and (max-width: 1199.98px) {
    .account-inner {
        width: 60%;
    }
}

@media screen and (max-width: 1023.98px) {
    .account-inner {
        width: 70%;
        padding: 30px;
    }
    .popup {
        width: 720px;
        padding: 40px;
    }
    .popup label {
        font-size: 14px;
        line-height: 24px;
    }
    .dashboard .main-table {
        text-align: left;
    }
    .main-table thead {
        position: absolute;
        left: -9999px;
        overflow: hidden;
        width: 0px;
        height: 0px;
    }
    .main-table tbody tr td::before {
        display: inline-block;
        width: 100px;
        min-width: 100px;
        border-right: 1px solid #ddd;
        margin-right: 10px;
        font-weight: bold;
        /* padding: 5px; */
        background-color: #59287e;
        color: #fff;
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        padding: 0 10px
    }
    .dashboard th {
        padding: 3px;
    }
    .main-table td {
        position: relative;
        padding-left: 125px;
    }
    .main-table tr,
    .main-table td,
    .main-table th,
    .main-table thead,
    .main-table tbody,
    .main-table table {
        display: block;
    }
    .main-table tbody tr td::before {
        content: attr(data-title);
    }
    .dash-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .dash-right {
        width: 100%;
    }
    .dash-right-wrap {
        padding-left: 0;
        text-align: center;
    }
    .main-table tr {
        margin-bottom: 30px;
    }
    .dashboard td {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767.98px) {
    .account-inner {
        width: 90%;
    }
    .form-header h2 {
        font-size: 28px;
    }
    .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .right {
        width: 100%;
        padding-left: 0;
    }
    .popup {
        max-height: 60%;
        width: 520px;
        padding: 40px;
    }
    .dashboard .popup {
        width: 90%;
    }
    .dashboard .close-btn button {
        background-size: 13px;
        top: 10px;
        right: 10px;
    }
    .d_left {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .d_right {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 567.98px) {
    .account-inner {
        width: 100%;
        padding: 15px;
    }
    .remember-me {
        width: 100%;
    }
    .forget_password {
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .forget_password a {
        font-size: 15px;
    }
    .form_field {
        margin-bottom: 20px;
    }
    .remember-me input[type="checkbox"]+label {
        line-height: 35px;
        font-size: 15px;
    }
    .form-header h2 {
        font-size: 23px;
    }
    .page-header h1 {
        font-size: 30px;
    }
    .popup h2 {
        padding-bottom: 20px!important;
    }
    .popup {
        max-height: 60%;
        width: 300px;
        padding: 15px;
    }
    .popup form input[type="text"],
    .popup form input[type="email"],
    .popup form input[type="password"],
    .popup form input[type="date"] {
        height: 40px;
        padding: 10px;
    }
    select {
        height: 40px;
        font-size: 14px;
        line-height: 19px;
    }
    .popup form textarea {
        height: 70px;
    }
    .row p {
        /* font-size: 14px; */
        /* line-height: 24px; */
    }
    .conformation label {
        display: inline-block;
        padding-left: 30px;
    }
    .conformation label:before {
        width: 15px;
        height: 15px;
        margin-right: 8px;
        top: 5px;
    }
    .conformation input:checked+label:after {
        top: 12px;
        left: 6px;
        width: 3px;
        height: 9px;
    }
    .popup form textarea {
        padding: 10px;
    }
    .left {
        margin-bottom: 15px;
    }
    .row {
        margin-bottom: 15px;
    }
    .close-btn button {
        top: 10px;
        right: 5px;
        background-size: 13px;
    }
    .dashboard th {
        min-width: 110px
    }
    .d_right .btn-common {
        font-size: 15px;
    }
    .dash-left {
        margin-bottom: 20px;
    }
    .dashboard_title {
        margin-bottom: 30px;
        text-align: center;
    }
    .error {
        padding-top: 10px!important;
    }
}