/* during development css */
.pageloaderWrp {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -999;
    background: rgb(38 171 232 / 28%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.errorMsg {
    color: red;
    font-size: 12px;
}
.loading_page .pageloaderWrp,
.pageloaderWrp.active {
    opacity: 1;
    z-index: 9999;
}
.theme-3 .log__Left_sideContain {
    align-items: center;
    display: flex;
    justify-content: center;
}
.inputWrp input {
    width: 150px;
}
.mantine-b6zkvl {
    min-height: 200px;
}

/* comment */

.comment-img {
    width: 3rem;
    height: 3rem;
}
.comment-replies .comment-img {
    width: 1.75rem;
    height: 1.75rem;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.05);
}

/* ----- testing ----- */
.app-menu .btn {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    font-size: 1.5rem;
}
.defaluser img {
    width: 40px;
}
.linkhover:hover{
    text-decoration: underline !important;
  }
  .btn-theme-2 {
    background: #fff;
    border: 1px solid #1160c1;
    color: #1160c1;
}

.btn-theme-2:hover {
    background: #d1e6ff;
}
.usrNameComnt {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.usrNameComnt:nth-last-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.table-responsive>.table-bordered.table-theme {
    border: 0px solid #dee2e6;
}



table.table.table-theme tr th {
    border: 1px solid #377fd8;
    font-size: 13px;
    padding: 7px 15px;
    color: #fff;
    background: #1160c1;
}

table.table.table-theme tr td {
    border: 1px solid #eeeeee ;
    padding: 7px 15px;
    font-size: 12px;
}
.user_info_edit{
    font-size: 14px;
    cursor: pointer;
}
.user_info_edit .icon-highlight_remove {
    font-size: 25px;
}

.min-width-200{
    min-width: 200px;
}

img.icon {
    width: 20px;
}

/* ----- react modal ----- */
.ReactModal__Overlay {
    z-index: 99999;
}

div#header-bar {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 45%;
    z-index: 101;
    background: transparent;
}

div#pdf-controls {
    justify-content: flex-start;
    background: #f9f9f9;
    z-index: 102;
    /* box-shadow: 0px 6px 10px #0000002b; */
}

.doc-modal-close {
    position: sticky;
    top: 0;
    right: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: end;
    font-size: 30px;
    z-index: 100;
    padding-bottom: 10px;
    cursor: pointer;
    /* background: #f9f9f9; */
    /* box-shadow: 0px -6px 8px #0000002b; */
}
ul.profile-notification {
    width: 200px !important;
}
.react-confirm-alert h1 {
    font-size: 20px;
    font-weight: 700;
}

.react-confirm-alert .react-confirm-alert-body {
    text-align: center;
}

.react-confirm-alert-button-group {
    justify-content: center !important;
}

.table-theme tr td .form-control {
    font-size: 12px;
    height: auto;
    padding: 5px 12px;
}
.ProfileHeading {
    margin-bottom: 30px;
}
.dropdown-sm.form-select, .dropdown-sm.form-control{
    font-size: 12px;
    padding: 4px 10px;
    padding-right: 30px;
}
.ticket-details h5 {
    font-size: 16px;
}

.ticket-details {
    color: #474444;
    font-size: 13px;
}

.ticket-details strong {
    font-weight: 600;
}
.ticket-messages {
    color: #474444;
    font-size: 13px;
    max-height: 400px;
    overflow: auto;
}

.imagegroup .inputGroup {
    width: calc(100% - 45px);
    margin-left: 5px;
}
.constentBoxwr {
    padding: 25px;
}

.closeModal {
    position: absolute;
    background: #f00;
    padding: 7px;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}





.imagegroup {
    display: flex;
    display: -webkit-flex;
    width: 100%;
}

.previewImge {
        height: 38px;
    width: 38px;
}

.previewImge img {
    height: 100%;
}