/* Write your custom CSS here  AHSAN */

.lookup-wrapper {
    padding: 30px !important;
}

.card-header {
    position: initial !important;
}

.btn:active {
    transform: translateY(2px) scale(0.99);
}



.btn-addnew,
.btn-right {
    float: right;
}

.select2-container .select2-selection--single {
    height: 42px;
    border-radius: 10px;
    border: 1px solid #e4e6ef;
    padding: 5px;
    color: #212529;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 5px;
}

.select2-selection__rendered {
    color: #7A8496 !important;
}

.profileImage {
    width: 100%;
    max-height: 200px;
    margin-top: -30px;
    border: 1px solid #e4e6ef;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    object-position: top center;
}

.profile-img {
    position: relative;
}

.profile-img img {
    object-fit: cover;
    object-position: top center;
    background-color: rgba(0, 0, 0, 0.7);
}

.profile-img:not(.no-edit):hover::before {
    content: "\f044";
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 50px;
    font-family: 'Font Awesome 5 Free';

    top: 0;
    left: 0;
    border-radius: 100px;
    text-align: center;
    align-content: center;
    color: #fff;
    z-index: -1
}

.profile-img:not(.no-edit):hover img {
    opacity: 0.7;
}

#imageInput {
    visibility: hidden;
    width: 0 !important;
}

.dropdown-class {
    border-color: #e4e6ef;
}

.float-right {
    float: right;
}


.edit_profile,
.edit_profile_column {
    color: #7888fc;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.edit-item-form {
    display: none;
}

.actions {
    margin-left: 10px;
}

.btn-permission:focus,
.btn-permission:active {
    background-color: initial !important;
    color: #9465fcea !important;
    box-shadow: none !important;
}


.btn-permission {
    color: #9C71FC;
    border: 1px solid #9C71FC;
    margin-bottom: 10px;
}

.btn-permission.active {
    background-color: #9465fcea !important;
    color: #fff !important;
}

.make-default:focus,
.make-default:active {
    background-color: initial !important;
    color: #7888FC !important;
    box-shadow: none !important;
}

.make-default {
    color: #7888FC;
    border: 1px solid #7888FC;
}



.make-default.active {
    background-color: #7888FC !important;
    color: #fff !important;
}

.modal-dialog-scrollable {
    max-width: 700px !important;
}

.sticky-actions {
    position: sticky;
    top: 119px;
    z-index: 10;
}


#devtools {
    display: none !important;
}

.uploadImage {
    cursor: pointer;
}

.profile-about-list li {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.profile-about-list i {
    width: 15px;
    text-align: center;
    order: 0;
}


.profile-about-list span {
    order: 1;
}

.profile-about-list a {
    order: 2;
}

.profile-about-list a:first-of-type {
    margin-left: auto;
}

.profile-about-list label {
    font-size: 12px;
    width: 100px;
}

.profile-about-list span:not(.select2-selection) {
    width: 70%;
}

.profile-header .profile-name h3 {
    line-height: 0.9em;
}

.profile-header .profile-name span {
    color: #fff;
}

.profile-data .card-title {
    margin-left: 0 !important;
}

.assigment-field {
    display: none;
    width: 100%;
}

.assigment-field .select2-container,
.select2-wrapper .select2-container,
.users-dropdown .select2-container {
    width: 100% !important;
}

table tr.hiddenRow td {
    padding: 0 !important;
}

.accordion-toggle {
    cursor: pointer;
}

table tr.hiddenRow:hover {
    background-color: transparent !important;
    /* disable hover effect */
}

.hiddenRow textarea,
.hiddenRow input {
    display: none;
}

#attendanceModal .select2-container {
    width: 100% !important;
}

.select2-wrapper,
.users-dropdown {
    width: 100%;
}

#bulk_attendance_table.edit td p,
#bulk_attendance_table.edit td p,
#bulk_attendance_table.edit td p {
    display: none;
}

#bulk_attendance_table:not(.edit) tbody input,
#bulk_attendance_table:not(.edit) tbody textarea,
#bulk_attendance_table:not(.edit) tbody .select2-wrapper {
    display: none;
}

#bulk_attendance_table tbody hr {
    margin: 5px 0;
}

#add_attendance_row {
    display: none;
}

.bottomNotice {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 9999;
}

.bottomNotice .notice-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.2s linear;
}

.bottomNotice .notice-item.show {
    opacity: 1;
    transform: translateY(0);
}
