@font-face {
    font-family: iranSansFaNum;
    src: url(../fonts/iran/IRANSansWeb_FaNum_Light.woff2);
}
.profile-post-page__personal-info {
    margin-bottom: 0;
}
.profile-post-page__socials,
.profile-post-page__academic-background,
.profile-post-page__teaching-experience,
.profile-post-page__scientific-articles,
.profile-post-page__other-articles,
.profile-post-page__thesis,
.profile-post-page__university-leaflets,
.profile-post-page__activities,
.profile-post-page__projects,
.profile-post-page__case-histories,
.profile-post-page__honors,
.profile-post-page__books,
.profile-post-page__favorites {
    margin-bottom: 0;
    padding-top: 50px;
}

.contact-page-table-header {
    color: #007992;
}
.contact-page-table-body tr:not(:last-child) {
    border-bottom: 1px solid rgb(223, 223, 223);
}
.contact-page-table-body tr {
    padding: 5px 0;
}


@media screen and (max-width: 768px){
    .profile-post-page__socials,
    .profile-post-page__academic-background,
    .profile-post-page__teaching-experience,
    .profile-post-page__scientific-articles,
    .profile-post-page__other-articles,
    .profile-post-page__thesis,
    .profile-post-page__university-leaflets,
    .profile-post-page__activities,
    .profile-post-page__projects,
    .profile-post-page__case-histories,
    .profile-post-page__honors,
    .profile-post-page__books,
    .profile-post-page__favorites {
        margin-bottom: 0;
        padding-top: 75px;
    }
}


/***************** Profile Admin Page Start *********************/
.network-connection-error {
    position: fixed;
    right: -100%;
    bottom: 0;
    transition: all 1s ease-in-out;
    transition-delay: 0;
    z-index: 2000;
    display: none;
}

.sort-change-alert {
    font-size: .8rem;
    font-weight: 600;
    margin-top: 1rem;
    display: none;
}
.sort-change-alert .fa-exclamation {
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-left: 10px;
    vertical-align: middle;
}

/* Sidebar Styles */

/* show on home page toggle start */
.show-on-home-page-toggle {
    direction: rtl !important;
    border: 1px solid #007a9299;
    border-radius: 5px;
    font-size: .8rem;
    width: 100%;
    padding: .5rem 0;
    margin-bottom: 1rem;
}
.show-on-home-page-toggle .custom-control-label {
    margin-right: 1rem;
}
.show-on-home-page-toggle .custom-control-label::before {
    direction: ltr !important;
    right: -2rem !important;
    background-color: #ffffff !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007992 !important;
    border-color: #007992 !important;

}
.show-on-home-page-toggle .custom-control-label::after {
    direction: ltr !important;
    right: -1.2rem !important;
}
/* show on home page toggle start */


.profile-admin-sidebar {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.16);
    box-shadow: 0 0 10px rgba(0,0,0,.16);
}
.profile-admin-sidebar ul  {
    list-style-type: none;
}
.profile-admin-sidebar ul li {
    /* height: 3rem; */
    background-color: #fefefe;
    /* padding: 1rem; */
}
.profile-admin-sidebar ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.profile-admin-sidebar .active {
    border-right: 4px solid #007992;
    color: #222;
}
.profile-admin-sidebar ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: .8rem 1.2rem;
    border-right: 1px solid #ddd;
    transition:all .1s ease-in-out;
    font-size: .8rem;
}
.profile-admin-sidebar ul li a:hover {
    color: #222;
    border-right: 4px solid #007992;
    transition:all .1s ease-in-out;
}
#collapseSidebarBtn {
    border: 1px solid #555;
    padding: .8rem .8rem .5rem;
    border-radius: 5px;
    display: none !important;
}
#collapseSidebarBtn .fa-bars {
    font-size: 1.3rem;
}


@media screen and (max-width: 992px) {
    #collapseSidebarBtn {
        display: block !important;
    }
    .profile-admin-sidebar {
        position: absolute;
        right: -200px;
        width: 200px;
        transition:all .2s ease;
        z-index: 1;
        max-height: 100vh;
        overflow-y: auto;
    }
    .toggle-visibility {
        right: 0;
    }
}
/* /Sidebar Styles */

.profile-admin-page-section-1 {
    margin-bottom: 4rem;
}

.profile-admin-page-section-1 input,
.profile-admin-page-section-1 select {
    height: 3rem;
    border-radius: 5px;
    font-size: 1rem;
}
.profile-admin-page-section-1 textarea {
    border-radius: 5px;
    font-size: 1rem;
    padding-top: .5rem;
    line-height: 1.5rem;
}
.profile-admin-page-section-1 input:placeholder-shown {
    font-size: .8rem !important;
}
.profile-admin-page-section-1 textarea:placeholder-shown {
    font-size: .9rem !important;
}

.profile-admin-page-section-1 .btn-primary {
    background-color: #007992;
}
.profile-admin-page-section-1 .btn-primary:hover {
    background-color: #005b6e;
}
.profile-admin-page-section-1 .btn-primary,
.profile-admin-page-section-1 .btn-secondary {
    border-radius: 0;
    border: 0;
    min-width: 100px;
    margin-right: .5rem;
}
.profile-admin-page-section-1 .btn-primary:active,
.profile-admin-page-section-1 .btn-primary:focus {
    background-color: #005b6e !important;
}

.profile-admin-page-section-1 .items .item {
    min-height: 3rem;
    background-color: #fff;
    padding: .8rem 1rem;
    transition-duration: .05s;
}
.profile-admin-page-section-1 .items {
    box-shadow: 0 0 10px rgba(0,0,0,.16);
}
.profile-admin-page-section-1 .items .item .title{
    max-width: 80%;
}
.profile-admin-page-section-1 .items .item:not(:last-child) {
    border-bottom: 1px solid rgb(223, 223, 223);
}
.profile-admin-page-section-1 .items .item:hover {
    background-color: #efefef;
}

.profile-admin-page-section-1 .dropdown-menu {
    padding: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,.16);
}
.profile-admin-page-section-1 .dropdown-menu .dropdown-item {
    padding: .5rem 1rem;
}
.profile-admin-page-section-1 .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.profile-admin-page-section-1 .items .delete-modal{
    border-radius: 0;
    font-size: 1rem;
}
.profile-admin-page-section-1 .items .delete-modal .modal-content {
    border-radius: 0;
    font-size: 1rem;
    padding: .5rem 1rem;
}
.profile-admin-page-section-1 .profile-admin-header-title {
    font-size: 1rem;
    font-weight: 100;
    color: #333;
    line-height: 1.6rem;
}

.profile-admin-page-section-1 .profile-admin-header-title span {
    color: #007992;
    font-weight: 600;
}
.profile-admin-page-section-1 span.profile-admin-header-title__userfullname,
.profile-admin-page-section-1 span.profile-admin-header-title__userpersonalid {
    font-weight: 500;
    color: #007992 !important;
}
.profile-admin-page-section-1 .profile-admin-exit {
    display: flex;
    align-items: center;
}

.profile-admin-page-section-1 .btn-theme_style-1 {
    background-color: #007992;
    color: white;
}
.profile-admin-page-section-1 .btn-theme_style-1:hover,
.profile-admin-page-section-1 .btn-theme_style-1:focus {
    background-color: #005b6e;
    color: white;
}

/* custom input type file */
.profile-admin-page-section-1 .custom-file-label,
#personalPhotoLabel {
    color: #333;
    height: 3rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.profile-admin-page-section-1 .custom-file-label::after,
#personalPhotoLabel::after {
    content: "انتخاب";
    height: 2.85rem;
    line-height: 2rem;
    display: none;
}
.profile-admin-page-section-1 .custom-file input,
#personalPhotoFile {
    cursor: pointer;
}
/* .profile-admin-page-section-1 .custom-file-label::before {
    content: "+";
    height: 2.2rem;
    line-height: 1rem;
    background-color: #007992;
    padding: .5rem .8rem;
    color: #fff;
    border-radius: 10px;
    margin-left: 1rem;
    font-size: 1.4rem;
} */
.glyphicon-move {
    cursor: grab;
    color: #999;
}
.glyphicon-move:hover,
.glyphicon-move:active {
    cursor: grab;
    color: #222;
}
.sortable-chosen {
    color: #007992;
    font-size: 1rem;
}


/***************** /Profile Admin Page End *********************/



/***************** Profile Admin login Page Start *********************/
.profile-admin-login-page-section-1 input,
.profile-admin-login-page-section-1 select,
.profile-admin-login-page-section-1 button {
    height: 3rem;
    border-radius: 0;
    font-size: 1rem;
}
.profile-admin-login-page-section-1 input:placeholder-shown {
    font-size: .8rem !important;
}
.profile-admin-login-page-section-1 .profile-admin-login {
    padding: 1.6rem 2rem 2rem;
    min-width: 400px;
    margin-top: 4rem;
    box-shadow: 0 0 10px rgba(0,0,0,.16);
}
.profile-admin-login-page-section-1 .profile-admin-login-title {
    font-size: 1rem;
    text-align: center;
    color: #007992;
}
.profile-admin-login-page-section-1 .btn-primary,
.avatarPrimaryButton {
    background-color: #007992;
}
.profile-admin-login-page-section-1 .btn-primary:hover,
.avatarPrimaryButton:hover {
    background-color: #005b6e;
}
.profile-admin-login-page-section-1 .btn-primary,
.profile-admin-login-page-section-1 .btn-secondary,
.avatarPrimaryButton,
.avatarSecondaryButton {
    border-radius: 0;
    border: 0;
    min-width: 100px;
}
.profile-admin-login-page-section-1 .btn-primary:active,
.profile-admin-login-page-section-1 .btn-primary:focus,
.avatarPrimaryButton:active,
.avatarPrimaryButton:focus {
    background-color: #005b6e !important;
}


@media screen and (max-width: 480px) {
    .profile-admin-login-page-section-1 .profile-admin-login {
        min-width: 330px;
        margin-top: 2rem;
    }
}

.error-messages {
    color: red;
    font-size: .7rem;
    font-weight: 600;
}

.has-error,
.has-error:focus {
    border: 1px solid red;
}
.has-error::before {
    position: absolute;
    top: 0;
    left: 0;
}
.has-success,
.has-success:focus {
    border: 1px solid green;
}
/***************** /Profile Admin login Page End *********************/




/**************** Profile Pass Recovery Start ************************/
.invalid {
    color: red;
}
.invalid:before {
    position: relative;
    margin-left: 10px;
    content: "✖";
}
.valid {
    color: green;
}
.valid:before {
    position: relative;
    margin-left: 10px;
    content: "✔";
}

#newPassEye,
#newPassCloseEye {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(20%, -45%);
    font-size: 1.2rem;
    color: rgb(88, 88, 88);
}
#newPassEye {
    left: 2.7px;
    color: rgb(22, 22, 22);
}

.otp-timer {
    color: #007992;
    font-weight: 700;
}
.otp-request-again {
    color: #555;
    font-weight: 700;
}

.otp-input {
    text-align: center;
}
/**************** /Profile Pass Recovery End ************************/


/**************** Profile Pass Recovery Request Start ************************/

/**************** /Profile Pass Recovery Request End ************************/



/**************** Profile List Start ************************/
.not-active-pagination-item {
    color: #fff;
    width: 100%;
    height: 100%;
}
.not-active-pagination-item:hover {
    color: #007992;
}
.active {
    color: #007992;
}

.profile-box-item__image-wrapper {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.profile-box-item__image {
    width: 100%;
    height: auto;
}

/* #pagination ul li:first-child a {
    color:#007992;
} */
/**************** /Profile List End ************************/



/************** professor search mobile styles *****************/
.input-and-submit-group {
    display: flex;
}
@media screen and (min-width: 768px ) {
    .search-select-form__select {
        max-width: 200px;
    }
}

@media screen and (max-width: 767px ) {
    .search-select-input-wrapper {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #548798;
        position: relative;
        padding: .1rem;
    }
    .search-select-form__select {
        border-radius: 18px 18px 0 0;
        border: 0;
        width: 100% ;
        display: block;
    }
    .search-select-form__edu-group-select {
        border-top: 1px solid #eee;
        width: 100%;
    }
    .input-and-submit-group {
        width: 100%;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #eee;
    }
    .search-select-form__input {
        border-radius: 0 0 18px 18px;
    }
    .search-select-form__submit {
        background-color: transparent;
    }
}

