.entitytypelist.project-dropdown {
    max-height: 50vh;
    overflow: auto;
}

@media(max-width:814px) {
    .login-right-pic {
        display: none;
    }

    .cookie-panel {
        flex-direction: column;
        padding: 25px 20px;
        gap: 5px !important;
    }

    .red-outline-btn, .red-solid-btn {
        font-size: 15px;
        padding: 7px 17px;
    }

    .cookie-panel > a {
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .cookie-panel p {
        padding-right: 25px;
    }

    .lang-select-icon, .top-link-icon, .lang-select-icon img {
        width: 22px;
        height: 22px;
    }
    .profile-avatar img {
        width: 100%;
        height: 100%;
        object-fit:cover;
    }

    .theme-select-box .dropdown-toggle {
        border-radius: 20px;
        padding: 4px;
        display: flex !important;
        justify-content: center;
        align-items: center !important;
    }

    .self-service {
        background: url(../img/icon/portrait.svg) no-repeat 0 0;
        width: 20px !important;
        height: 20px !important;
        background-size: contain;
    }

    .top-search {
        border-radius: 0;
        background: #e7e7e7;
        width: 95px;
    }

        .top-search .search-icon {
            left: 16px;
            transform: translate(-50%, -50%);
        }

        .top-search .voice-search-icon {
            transform: translateY(-50%);
        }

    .service-profile-panel {
        font-size: 13px;
        word-break: break-word;
        padding: 10px !important;
    }

    .user-info-row-inner {
        flex-wrap: wrap;
        flex-direction: column !important;
    }

    .user-info-row .d-flex.justify-content-between {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }

    .modal-body.px-5 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .user-profile-cont p {
        word-break: break-word;
    }

    .user-list-panel .user-list-block {
        flex-direction: row;
    }

    .page-title {
        padding-left: 10px;
    }

    .user-info-row .d-flex.gap-4.align-items-end {
        flex-direction: column !important;
        align-items: center !important;
    }

    .drag-button ul {
        flex-direction: column;
    }

    .user-profile-cont h3 {
        width: auto;
    }

    .user-profile-details .d-flex.gap-3.align-items-center {
        flex-direction: column;
    }

    .user-profile-cont.ms-134 {
        margin-left: 0;
        width: 100%;
    }

    .user-profile-details.general-setting-profile {
        align-items: flex-start !important;
    }

    .system-settings-wrapper .nav-tabs .nav-link {
        padding: 12px 18px;
    }

    .fw-395 {
        width: auto;
    }

    .flex-column.tab-pane-inner .d-flex.gap-3.mb-4.align-items-center {
        flex-direction: column;
    }

    .user-list-content h3 {
        word-break: break-word;
    }

    .user-info-brief-cont .email-template-details-html > div {
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .user-list-block {
        flex-direction: row;
    }

    .nav-bottom .navbar-nav > li.active::after {
        bottom: -1px;
    }

    .user-profile-cont h3 {
        width: 100%;
    }

    .btn-save-theme-color.ms-77 {
        margin-left: 0 !important;
    }

    .user-profile-details {
        position: relative;
    }

    .edit-btn-white.edit-basic-information {
        position: absolute;
        top: -15px;
        right: -9px;
        box-shadow: 0 0 15px rgba(0,0,0,0.3);
    }

    .hr-menu.show {
        flex-direction: column !important;
    }

    .cookie-panel .me-4 {
        margin-right: 0 !important;
    }

    .user-info-row .user-info-heading.d-flex.justify-content-between {
        flex-direction: row;
    }

    .progress-steps-panel ul li.progress-arrow {
        display: none !important;
    }

    .progress-steps-panel ul li p {
        white-space: normal;
        text-align: center;
    }

    .template-form {
        padding: 20px 15px;
    }

        .template-form .d-flex.gap-3.mb-5,
        .template-form .d-flex.gap-3.mb-5 .d-flex {
            flex-wrap: wrap;
            flex-direction: column !important;
            align-items: flex-start !important;
            width: 100%;
        }

            .template-form .d-flex.gap-3.mb-5 .d-flex .form-control {
                width: 100%;
            }

    #divdocumentfilelist > .main-content-panel > .d-flex.justify-content-between.align-items-center {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .d-flex.gap26 {
        flex-direction: column;
    }

    .uesr-right-panel {
        max-width: 100%;
    }

    .userlist .text-truncate.user-name-width-150 {
        width: auto !important;
    }

    button.quarterlt-btn {
        overflow: hidden;
        max-width: 100%;
    }

    .user-profile-details.d-flex {
        flex-direction: column;
    }

    .userdetails {
        width: 100%;
    }

    .user-profile-cont h3 {
        width: 100%;
    }

    .mob-flex-row {
        flex-direction: row !important;
    }

    .roleaccess-main-container .w-50 {
        width: 100% !important;
    }

    .progress-steps-panel {
        overflow: auto;
    }

    .module-permission-table-wrapper {
        min-width: 1000px;
    }

    .module-permission-table-wrapper-outer {
        overflow: auto;
    }

    .mob-button-center {
        justify-content: center !important;
    }

    .mob-user-details .d-flex {
        width: 100% !important;
    }

    .mob-user-details .user-profile-cont {
        width: 100% !important;
        padding-bottom: 10px;
    }

    .divemailsettingslist {
        overflow: auto;
    }

    .user-info-row .divemailsettingslist .d-flex.justify-content-between {
        flex-direction: row !important;
    }
    .divemailsettingslist > div{
        min-width:800px;
    }
    .mob-document-sec > div{
        width:100%;
    }
    .mob-align-items-left{
        align-items:flex-start!important;
    }
    .mob-fields-col{
        flex-direction:column !important;
    }
    #addupdateemailtemplate #SMTPConfigurationName, #addupdateemailtemplate #FKFromEmailEmployeeID, .mob-w-100{
        width:100% !important;
        max-width:none!important;
    }
    .nav-bottom .navbar-nav > li.active::after{
        display:none;
    }
    
}
