.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #f2f2f2;
}

.global_input.form-control,
.global_input {
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 0px;
    outline: none;
    background-color: #fff;
    padding: 10px 15px;
}

body .form-control:focus {
    box-shadow: none;
}

a {
    color: #0275d8
}

.global_btn {
    background-color: #0275d8;
    border: 1px solid #0275d8;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
}

.scndary_global_btn {
    background-color: #fff;
    color: #333;
    border: none;
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #d5d5d5;
}

.green_global_btn {
    background: linear-gradient(87deg, #2dce89 0, #2dce8b 100%);
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #2dce8b;
}

.green_global_btn:hover {
    background: #0275d8;
    border: 1px solid #0275d8;
    color: #fff;
}

.left_sidebar {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 10px;
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    overflow-y: scroll;
    z-index: 20;
    width: 100%;
    max-width: 220px;
}

.wrapper {
    display: block;
    clear: both;
    width: 100%;
}

.sidebar_logo {
    display: block;
    clear: both;
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.sidebar_logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.sidebar_menu {
    display: block;
    clear: both;
    width: 100%;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.sidebar_menu li {
    display: block;
    clear: both;
    width: 100%;
}

.sidebar_menu li a {
    display: block;
    clear: both;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar_menu li.active a,
.sidebar_menu li a:hover {
    background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%);
}

.sidebar_menu li:last-child a {
    border: none;
}

.wrapper-content {
    display: block;
    clear: both;
    width: 100%;
    padding-left: 220px;
    box-sizing: border-box;
    padding-right: 20px;
}

body a {
    outline: none;
}

.top_header {
    display: block;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #e7eaec;
    padding: 10px 0px;
    box-sizing: border-box;
    background: #fff;
}

.header_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0px 15px;
    box-sizing: border-box;
    column-gap: 50px;
}

.header_inner a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.no_btn {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.page_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    box-sizing: border-box;
    margin: 20px 0px 0px;
    background: #236ACE;
}

.page_title .global_btn {
    background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%);
}

.page_title h1 {
    color: #fff;
    margin: 0px;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
}

.content_area {
    display: block;
    clear: both;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.pagination a {
    padding: 10px 15px;
    border: 1px solid #d5d5d5;
    color: #333;
    text-decoration: none;
    border-right: 0px;
}

.pagination li:last-child a {
    border-right: 1px solid #d5d5d5;
}

.pagination li.active a,
.pagination li a:hover {
    background-color: #236ace;
    border-color: #236ace;
    color: #fff;
}

.primary_small_btn {
    background-color: #f0ad4e;
    border: 1px solid #f0ad4e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
}

.status-open {
    background-color: #0d6efd;
    color: #fff;
}

.status-in-progress {
    background-color: #fd7e14;
    color: #fff;
}

.status-closed {
    background-color: #198754;
    color: #fff;
}

.status_badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* .client_msg_wrap {
    background-color: #f0f0f0;
    padding: 10px;
} */

.support_msg_wrap * {
    color: #236ACE !important;
}

.record_count {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
    clear: both;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
}