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

* {
    box-sizing: border-box;
}

:focus-visible {
    outline: none;
    box-shadow: none;
}

*:focus-visible {
    outline: none;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
}

header {
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
b {
    font-family: 'Poppins', sans-serif;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* .container {
    max-width: 1720px;
    margin: 0px auto;
} */

img {
    width: 100%;
    max-width: 100%;
}

a {
    color: #007bff;
    text-decoration: none;
    cursor: pointer !important;
}



.login {
    height: 100vh;
    background-image: url('/../assets/img/signin-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    background-color: rgba(255, 255, 0, 0.6);
}

.login .login-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    background: linear-gradient(to bottom, #f5f754 0%, #f7f4f7 100%)
}

/* .content {
    position: inherit !important;
} */

.text-right.forget-pass a {
    font-size: 12px;
    color: #d39e00;
    text-decoration: none;
}

.sign-up {
    color: #fff;
}

.sign-up a {
    color: #d39e00;
    font-weight: 600;
    text-decoration: none;
}

.login-section .login-section-inner {
    position: relative;
}

img.user-image {
    width: 100px;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translate(-50%, -50%);
}

#loginTabsContent form .form-group {
    margin-bottom: 25px;
}

#loginTabsContent form input.form-control {
    height: 40px;
    padding: 8px;
    font-size: 16px;
    line-height: 40px;
}

#loginTabsContent form .form-group label {
    font-size: 14px;
    margin-bottom: 5px;
}

.login_btn_section .login_btn {
    border: 0px !important;
    color: #fff !important;
    width: 200px;
    height: 50px;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 600;
}

.container_section {
    width: 100%;
    padding: 0px 50px;
    margin: 0px auto;
}

.content .container_section {
    padding: 30px;
}

.header {
    /* background: #322653; */
    background: #1A237E;
    padding: 15px 0px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1;
}

.header .logo .logo-img {
    width: 50px;
}

.header .logo span {
    /* color: #fff; */
    color: #FFCA28;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-left: 15px;
}

.sidebar_nav {
    width: 220px !important;
    padding: 20px;
    /* background: #322653; */
    background: #000;
    position: fixed;
    bottom: 0px;
    height: 100%;
    top: 80px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar li {
    margin-bottom: 15px;
}

/* .sidebar li a.active {
    color: #000000;
    background-color: rgb(241, 241, 241);
} */

.sidebar li a.active {
    color: #e8852d;
    background-color: transparent;
    font-weight: bold;
}

.sub-menu {
    padding-left: 20px;
}

.menu-item {
    color: #d4d4d4;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s;
}

.menu-item .menu-icon {
    font-size: 24px;
    margin-right: 10px;
}

.sidebar ul li a {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    /* color: #212121; */
    padding: 2px 15px;
    border-radius: 4px;
    font-weight: 400;
    display: flex;
    /* background: #e8852d; */
    background-color: transparent;
    width: 100%;
    letter-spacing: 0.4px;
    justify-content: left;
    align-items: center;
}

.app-sidenav {
    flex: 0 0 250px;
    background-color: #333;
    color: white;
    padding: 20px;
}

.content {
    width: calc(100% - 220px);
    float: right;
    display: table;
    padding: 20px;
    transition: left 0.3s ease, padding-left 0.3s ease;
    position: relative;
    top: 82px;
}

.content.content-with-sidebar {
    margin-left: 0;
}

table tr th {
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    overflow: hidden;
    font-size: 13px;
    line-height: 1;
    color: #939393;
    margin-bottom: 0px !important;
    white-space: nowrap;
    font-weight: 400;
}

table tr td {
    font-size: 12px;
    font-weight: 500;
    padding: 12px 10px;
    line-height: 1.5;
    color: #000;
    border: 0px !important;
    vertical-align: middle;
}

table tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}

.add__btn {
    background-color: #e8852d !important;
    font-size: 20px;
    line-height: 26px;
    min-width: 130px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 100%;
    border: 0px;
    width: 50px !important;
    height: 50px !important;
    max-width: 50px;
    min-width: 50px;
}

.grid_header {
    padding: 10px 0px;
}

.grid_header h6 {
    color: #e8852d;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0px;
}

.no_admins_found {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888;
    font-size: 16px;
}

.grid_main {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    border-radius: 10px;
}

td.not_found {
    color: #939393;
}

.btn-danger,
.btn-success,
.btn-primary {
    margin: 0px 6px;
}

.loading_icon {
    width: 40px;
}



.loading_icon_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

label {
    display: inline-block;
    font-size: 13px !important;
    line-height: 26px;
    color: #939393;
    margin-bottom: 0px !important;
    white-space: nowrap;
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
    color: #999;
    font-size: 14px;
}

.button-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}


.button-wrapper .btn {
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Cancel Button */
.button-wrapper .btn-cancel {
    background: #6d251f;
    color: #fff;
}

.button-wrapper .btn-cancel:hover {
    background: #d32f2f;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(244, 67, 54, 0.4);
}

/* Create Button */
.button-wrapper .btn-create {
    background: linear-gradient(135deg, #e8852d, #ffca28);
    /* Blue gradient */
    color: #fff;
}

.button-wrapper .btn-create:hover {
    background: linear-gradient(135deg, #ffca28, #e8852d);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 198, 255, 0.5);
}

/* Update Button */
.button-wrapper .btn-update {
    background: linear-gradient(135deg, #4caf50, #66bb6a);
    /* Green gradient */
    color: #fff;
}

.button-wrapper .btn-update:hover {
    background: linear-gradient(135deg, #66bb6a, #4caf50);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(76, 175, 80, 0.4);
}

/* Optional: Add a subtle hover ripple effect */
.button-wrapper .btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.15);
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 30px;
}

.button-wrapper .btn:hover::after {
    opacity: 1;
}


.form-control {
    font-size: 14px;
    height: 40px;
}

.neumorphic-button[_ngcontent-hnd-c45] {
    color: #FFD700 !important;
}

.forgot_password_section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.upload_picture small {
    font-size: 11px;
    display: inline-block;
    line-height: 1;
    color: #ff0000;
}

.content .col-5 {
    width: 25%;
}

.login-section .col-5 {
    width: 100%;
    margin-bottom: 25px;
}

.profile_name span {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.profile_name ul.dropdown-menu {
    border: 0px;
}

.user-avatar {
    width: 40px;
    height: 40px;
}

.menu-icon {
    margin-right: 8px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    width: 25px;
    text-align: center;
}

.sidebar li a.active .menu-icon {
    color: #e8852d !important;
}

.sidebar li a:hover {
    color: #e8852d !important;
}

.sidebar li a:hover .menu-icon {
    color: #e8852d !important;
}

.dashboard-component.chart .grid_body {
    min-height: 200px;
    position: relative;
}

.dashboard-component.chart .grid_body .date-picker-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.date-picker-section .no-data-available {
    margin-bottom: 0px;
    color: #a9a4a4;
    font-size: 20px;
}

span.edit_icon {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    display: table;
    width: 100%;
}

.select_agent_drop .ng-select-container {
    border-radius: 0px !important;
}

span.logo-img {
    width: 50px !important;
    height: 50px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 100%;
    background-image: url("/assets/user.jpg");
    background-size:cover;
    background-position: top;
}

.note_sec{
    font-size: 12px;
}