/* CSS for child theme */
._student-listing_dev .student-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: fit-content;
    padding: 10px 0;
}
._student-listing_dev .student-avatar img{
    height: 44px;
    width: 44px;
    margin-right: 11px;
    border-radius: 100px;
}
._student-listing_dev .student-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
}

._student-listing_dev .student-actions {
    margin-left: 30px;
    display: flex;
    gap: 4px;
}
._student-listing_dev .student-actions a, ._student-listing_dev .student-actions button{
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: center;
    color: #fff;
    background-color: #FF9E0D;
    min-width: 150px;
    padding: 5px 30px;
    border-radius: 4px;
}

._student-listing_dev .student-actions button {
    background-color: transparent;
    color: #468BC9;
    border: 1px solid;
}
._avatarImage img {
    border-radius: 200px !important;
    overflow: hidden;
    display: block;
    margin-left: auto;
    height: 150px !important;
    width: 150px;
    object-fit: cover;
}
._frmFtr {
    margin-top: 14px;
    text-align: right;
}
#elementor-popup-modal-1154 {
    backdrop-filter: blur(7px);
}
._frmFtr button.button.set-goal {
    background-color: #FF9E0D;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    border: none;
    min-width: 150px;
    text-align: center;
    padding: 4px 10px;
    border-radius: 4px;
}
._frmFtr button.button.set-goal:nth-child(2){
    color: #468BC9;
    background-color: transparent;
    border: 1px solid #468BC9;
}
._frmBdy textarea, ._frmBdy input {
    border: none !important;
    outline: none;
    box-shadow: none;
}
table._stdTaskList{
    border: none !important;
    border-collapse: collapse;
}
table._stdTaskList th {
    text-align: left;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    border: none;
    border-block-start: none !important;
}
table._stdTaskList tr {
    border: none !important;
}
table._stdTaskList tbody tr{
    background-color: #D9D9D9;
    border-bottom: 1px solid #fff !important;
}

table._stdTaskList td, table._stdTaskList th {
    border: none;
}

table._stdTaskList td a{
    color: #000;
}
@media (max-width: 768px) {
    ._avatarImage img {
        border-radius: 200px !important;
        height: 50px !important;
        width: 50px !important;
    }
}