@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&amp;display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Mulish', sans-serif;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
}

/* ::selection {
    background: var(--secondary-color);
    color: #fff;
} */

:root {
    --orange-color: #ee8022;
    --d-blue-color: #14517a;
    --border-color: #ccd1d1;
    --text-color: #878f91;
    --dark-color: #231f20;
}

.text_orange {
    color: var(--orange-color);
}

.text_d_blue {
    color: var(--d-blue-color);
}

a {
    text-decoration: none;
}

.mt-100 {
    margin-top: 100px;
}

.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.logo {
    max-width: 150px;
}

.navbar {
    font-size: 14px;
}

.header {
    background: #eaeaea;
    position: sticky;
    top: 0;
    z-index: 99;
}

.nav-link {
    color: var(--dark-color);
    font-weight: 500;
}

.form-control::placeholder,
.header_search input::placeholder {
    font-size: 14px;
}

.header_search input {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: #fff;
}

.form-control:focus,
.header_search input:focus {
    border: 1px solid var(--orange-color);
    outline: none;
    box-shadow: none;
}

.header_search img {
    width: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.top_icon img {
    width: 15px;
}

.top_icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px !important;
}

.table_title {
    color: var(--d-blue-color);
    font-weight: 700;
    font-size: 1.8rem;
}

.dropdown_btn {
    border: 1px solid var(--border-color) !important;
    background: #fff;
    border-radius: 13px;
    color: var(--text-color);
    font-size: 14px;
}



.btn img {
    width: 15px;
}

.with_icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn_d_blue {
    border: 1px solid var(--d-blue-color);
    color: #fff !important;
    background: var(--d-blue-color);
    border-radius: 13px;
    font-size: 14px;
}

.btn_d_blue:hover {
    border: 1px solid var(--orange-color) !important;
    background: var(--orange-color) !important;
}

.btn_orange {
    border: 1px solid var(--orange-color);
    color: #fff !important;
    background: var(--orange-color);
    border-radius: 13px;
    font-size: 14px;
}

.btn_orange:hover {
    border: 1px solid var(--d-blue-color) !important;
    background: var(--d-blue-color) !important;
}

.table_top_flex_area {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    justify-content: end;
}

.table_head td {
    color: var(--d-blue-color);
    font-weight: 600;
}

.icon_size {
    width: 15px;
    margin: auto;
}

.table {
    color: var(--text-color);
}

.pagination .page-link {
    color: var(--text-color) !important;
}

.pagination .page-item:hover .page-link {
    color: var(--d-blue-color) !important;
    font-weight: 800;
}

.admin_panel {
    height: 100vh;
    background: url(../img/login-background.png);
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
}

.login_page_title {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 3.5rem;
    position: relative;
    padding-bottom: 1.2rem;
}

.login_page_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100px;
    background: #fff;
}

.login_page_title span {
    color: #fff;
    font-size: 4rem;
    font-weight: 800;
}

.form_01 {
    background: #fff;
    border-radius: 30px;
    padding: 4rem;
    text-align: center;
}

.form_01_logo {
    width: 180px;
    margin: auto;
    margin-bottom: 30px;
}

.form_01_title {
    line-height: 1.8rem;
}

.form_01_title span {
    color: var(--d-blue-color);
    font-size: 2rem;
    font-weight: bold;
}

.form_01_input input{
    padding: 0.5rem 0.5rem 0.5rem 2.8rem;
    border-radius: 10px;
}

.form_01_input img{
    width: 15px;
    position: absolute;
    top: 12px;
    left: 20px;
}

.form01_check_input {
    margin-top: 0;
    height: 18px;
    width: 18px;
    border-radius: 6px !important;
}

.form01_check_input:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--orange-color);
}

.form01_check_input:checked {
    background: var(--orange-color);
    border: none;
    box-shadow: none;
    outline: none;
}

.forgot_p {
    font-weight: 500;
    color: var(--d-blue-color);
}

.remember_me{
    display: flex;
    gap: 0.2rem;
}

.dropdown_arrow_none::after{
    display: none;
}

.dropdown-item{
    font-size: 14px !important;
}
.pagination_area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.icon_size_active{
    width: 19px;
    margin: auto;
}

.profilr_user{
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: var(--orange-color);
    border: 2px solid #fff;
    outline: 2px solid var(--orange-color);
}

.profilr_user_menu {
    left: -500% !important;
}

.user_name span{
    color: var(--d-blue-color);
    font-weight: 700;
    font-size: 14px;
}

.user_name{
    line-height: 1rem;
    font-size: 12px;
}