body {
    font-family: "poppins", sans-serif !important;
}

.cursorPointer {
    cursor: pointer !important;
}

.table > thead {
    /* background-color: #50c5c814; */
    /* background-color: #63ef8838; */
    /* font-family: monospace; */
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.table > tbody {
    /* font-family: "poppins", sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5 !important;
    color: #212529 !important;
    border-bottom: 2px solid #00000017;
}

.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #d5dfea;
}

.dataTables_filter {
    display: none;
}

.table thead tr th {
    white-space: nowrap;
    background-color: #1e5dec12;
    border-bottom: 1px solid #00000061 !important;
    color: #000;
    /* padding-top: 0px !important; */
    /* padding-bottom: 8px !important; */
}

.table tbody td {
    /* padding-bottom: 6px !important; */
}

.btn_export {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-color: #a0aec0;
    color: #2d3748;
    /* transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); */
}

.dropdown-menu {
    min-width: 7.5rem !important;
}

.dropdown-basic .dropdown .dropbtn {
    color: #000 !important;
    /* padding: 6px 18px !important; */
    padding: 6px 8px !important;
    border-color: #a0aec0 !important;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.dropdown-basic .dropdown .dropdown-content {
    top: 30px !important;
    /* min-width: 115px !important; */
}

.dropdown-basic .dropdown .dropdown-content a {
    padding: 5px 16px !important;
}

.dropdown-basic .dropdown .dropdown-content button {
    padding: 5px 16px !important;
}

.dropdown-basic .dropdown .dropdown-content button {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.form-control,
.form-select {
    border-color: #a0aec0 !important;
}

.btn_unassigned {
    border: 0px solid #0a8fd4;
    background-color: rgb(219 234 254 / 0.6) !important;
    font-size: small !important;
    color: #0a8fd4 !important;
    font-weight: 500 !important;
    line-height: 1.25rem !important;
    border-radius: 0.5rem !important;
}

.btn_assigned {
    border: 0px solid #ff9f40;
    background-color: rgb(242 227 195 / 60%) !important;
    font-size: small !important;
    color: #ff9f40 !important;
    font-weight: 500 !important;
    line-height: 1.25rem !important;
    border-radius: 0.5rem !important;
}

.btn_solved {
    border: 0px solid #22af47;
    background-color: #b6edc4 !important;
    font-size: small !important;
    color: #22af47 !important;
    font-weight: 500 !important;
    line-height: 1.25rem !important;
    border-radius: 0.5rem !important;
}

.btn_rejectCancel {
    border: 0px solid #de1a1a;
    background-color: #e7cccc !important;
    font-size: small !important;
    color: #de1a1a !important;
    font-weight: 500 !important;
    line-height: 1.25rem !important;
    border-radius: 0.5rem !important;
}

.custom-loader-wrapper {
    height: 100%;
    width: 100%;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    background-color: rgb(255 255 255 / 53%);
    z-index: 1001;
    top: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.custom-loader-wrapper .loader {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
}

.card .card-header {
    padding: 16px 30px !important;
}

.card .card-body {
    padding: 16px 30px !important;
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a > svg {
    color: #22af47 !important;
}

.page-wrapper
    .page-body-wrapper
    .page-sidebar
    .sidebar-menu
    > li.active
    > a.active
    > svg {
    color: #31ff67 !important;
}

/* 
#loader {
    position: fixed;
    top: 45% !important;
    left: 50% !important;
    z-index: 9999 !important;
    opacity: 1 !important;
} */

img#loading-image {
    width: 94px;
    position: fixed;
    top: 45% !important;
    left: 50% !important;
    z-index: 9999 !important;
    opacity: 1 !important;
}

.green_dot {
    height: 0.5rem;
    width: 0.5rem;
    background-color: #4dd22d;
    border-radius: 50%;
    display: inline-block;
}

.secondary_dot {
    height: 0.5rem;
    width: 0.5rem;
    background-color: #807d7d;
    border-radius: 50%;
    display: inline-block;
}

.btn-status {
    padding: 2px 7px 3px 7px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.system-list {
    background-color: #afdde045;
    margin-bottom: 20px !important;
}

.system-message {
    border-radius: 6px;
    margin-bottom: 0px !important;
}

.system-message p {
    font-size: 14px !important;
}

.system-message p span {
    font-weight: bold !important;
}

.arrow-left {
    float: left;
    width: 50px;
    height: 50px;
}

.ManageItTabs {
    background-color: #fff;
    padding-left: 0px;
}

.ManageItTabs li {
    list-style: none;
    padding: 24px 26px;
    border-left: 2px solid transparent;
    position: relative;
    border-bottom: 1px solid #e2e2fb;
}

.ManageItTabs li a {
    font-size: 14px;
    color: #606190;
    font-weight: 700;
    border-left: 2px solid transparent;
    position: relative;
    font-family: Nunito;
}

.ManageItTabs li.active {
    background-color: #c8f2be;
}

.fw-600 {
    font-weight: 600 !important;
}

.custom-icon {
    width: 25px;
    height: 22px;
    vertical-align: middle;
    margin-right: 5px;
}

#saveChatForm #txt_message {
    resize: none !important;
}

#Nav_FirmName {
    font-family: "Exo 2", system-ui;
    font-optical-sizing: auto;
    font-style: normal;
}

#ico_download {
    width: 25px;
    height: 25px;
}


.message p{
    font-size: 14px !important;
}