@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

body{ font-family: "Roboto Flex", sans-serif !important; }
h1,h2,h3,h4,h5,h6 { font-family: "Stack Sans Headline", sans-serif !important; }

/* Login Page */
section.login-area { background-image: url(../img/login-bg.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; }
.custom-login-card {border-radius: 0px;width: 30%;background: #fdfdfde8;align-self: center;height: 100vh;display: flex;flex-flow: column;place-content: space-between;}
.custom-login-card label { font-weight: bold; color: #1e1e1e; }
.custom-login-card input {background: transparent;border: none;border: 1px solid #cbcbcb;border-radius: 0px;padding: 10px;}
.custom-login-card input:focus { outline:none !important; background-color: transparent !important; box-shadow: none !important; }
.custom-login-card .btn-adbtn { background: #e57a1a; color: #fff; border-radius: 50px; }

.ad-cst-link-warning { background-color: rgba(255, 186, 59, 0.137); color: #FFB93B; border: none; border-radius: 5px; padding: 2px 5px; font-size: 13px; border: 1px solid #FFB93B; }
.ad-cst-link-danger { background-color: rgba(255, 32, 88, 0.116); color: #FF2056; border: none; border-radius: 5px; padding: 2px 5px; font-size: 13px; border: 1px solid #FF2056; }
.ad-cst-link-success { background-color: rgba(49, 201, 79, 0.089); color: #31C950; border: none; border-radius: 5px; padding: 2px 5px; font-size: 13px; border: 1px solid #31C950; }
.ad-cst-link-default { background-color: rgba(59, 184, 219, 0.13); color: #3BB8DB; border: none; border-radius: 5px; padding: 2px 5px; font-size: 13px; border: 1px solid #3BB8DB; }
.ad-cst-link-primary { background-color: rgba(30, 41, 57, 0.123); color: #1E2939; border: none; border-radius: 5px; padding: 2px 5px; font-size: 13px; border: 1px solid #1E2939; }

/* Dashboard */
.tbl-cst-actions{ display: flex; justify-content: end; gap: 10px; }
.breadcrumb-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding: 10px; border-radius: 5px; }
.navbar-brand img { height: 40px; }
.ad-cst-avatar-initals-thumbnail {width: 25px; height: 25px; border-radius: 50%; color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 12px;}
.ad-cst-avatar-initals {width: 100px; height: 100px; border-radius: 50%; color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 40px;}
.ad-cst-avatar-initals-full {width: auto; height: 300px; border-radius: 0%; color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 40px;}
.hello-hand-gif { height:50px;width: 50px; }
.intro-text-dashboard { font-weight: 900; }
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon { font-size: 1.2rem; color: #FFB93B; }

/* Notification Dropdown */
.notification-dropdown { position: relative; }
.notification-dropdown .nav-link { position: relative; color: #fff; font-size: 24px; padding: 0; }
.notification-dropdown .badge { position: absolute; top: 0px; right: 0px; font-size: 12px; padding: 2px 4px; border-radius: 10px; }
.notification-dropdown .dropdown-menu { min-width: 260px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border: none; left: -230px; top: 100%; border-radius: 0; border: 1px solid #dddddd; }
.notification-dropdown .dropdown-header { font-weight: 600; font-size: 14px; color: #333; }
.notification-dropdown .dropdown-item { font-size: 13px; display: flex; align-items: center; gap: 8px; }
.notification-dropdown .dropdown-item i { width: 16px; }
.notification-dropdown .dropdown-item:hover { background-color: #f8f9fa; }
.notification-dropdown .dropdown-toggle::after { display: none; }
.navbar-expand .navbar-nav .dropdown-menu { border-radius: 0; }


/* Custom Form */
.AD-cst-input-field { margin-bottom:20px; }
.AD-cst-input-field input { width: 100%; }
.AD-cst-input-field select { width: 100%; }
/* Custom Form */

/* leads */
.leads-card { border-radius: 0px; }
.leads-card .card-header { display: flex; justify-content: space-between; align-items: center; }
.leads-card .card-header img { width: 100px; filter: brightness(100) invert(1); }
.leads-card .card-header .dropdown .btn { background: #474747; border-radius: 10px; height: 30px; width: 30px; padding: 0; }
.leads-card .card-header .dropdown .btn i { color: #ffffff; text-align: center; padding: 0px; line-height: 0 !important; }
.leads-card .card-user-avatar { border-radius: 100px; background: #ffffff; display: block; padding: 2px; text-align: center; margin: 10px 0; border: 1px dashed #1e1e1e; color: #1e1e1e; }
.leads-card .card-title { font-weight: 700; }
.leads-card .card-body .card-title-wrapper .badge { border-radius: 0px; }
.leads-card .card-body .list-group-item p { margin: 0; font-size: 14px; }
.leads-card .card-body .card-title-wrapper { display: flex; justify-content: space-between; align-items: center; flex: auto; }
.leads-card .card-body .card-title-wrapper h5 { margin: 0; line-height: 1em; }
.leads-card .card-header .dropdown .dropdown-menu li .dropdown-item { font-size: 14px; font-weight: 400; color: #666666; }
.leads-card .card-body ul.ad-list-group { padding: 0; list-style: none; margin: 0; }
.leads-card .card-body ul.ad-list-group li p { margin: 0; font-size: 14px; color: #666666; }
.leads-card .card-body ul.ad-list-group li { margin: 0 0 5px 0; }
.leads-card .card-body ul.ad-list-group li i { color: #000000; font-size: 14px; }
.leads-card .card-body .accordion-item .accordion-button { padding: 5px 10px; font-weight: 300; color: #464646; font-size: 13px; }
.leads-card .card-body .accordion-item .accordion-body { padding: 10px; font-size: 12px; font-weight: 300; }
.leads-card .card-body .accordion-item .accordion-button:focus { box-shadow: none; }
.leads-card .card-body .accordion-item .accordion-button:not(.collapsed) { background: #fff7d9; }
.leads-card .card-body .accordion-item .accordion-button::after { background-size: 12px; padding: 0; background-position: center; }
.leads-card .card-footer ul { padding: 0; list-style: none; display: flex; justify-content: space-between; margin: 0; }
.leads-card .card-footer .ad-list-group-item { font-size: 12px; }
.leads-card .card-footer .ad-list-group-item span { color: #838383; font-weight: 400; margin-bottom: 3px !important; display: block; }
.leads-card .card-header .dropdown .dropdown-menu li .dropdown-item i { color:#000000; margin-right: 10px; }
.leads-card .lead-status .lead-status-inner { text-transform: capitalize; text-align: center; width: 50%; display: block; padding: 1px; font-weight: 500; font-size: 13px; border-bottom-left-radius: 20px; margin-left: auto; }
.converted-lead-card { border: 1px solid #37BC7D; }
.converted-lead-card .lead-status-inner { background: #37BC7D; color: #ffffff; }
.leads-card { display: flex; flex-direction: column; height: 100%; }
.leads-card .lead-status-new { background-color: #FFDF20; color: #000; }
.leads-card .lead-status-progress { background-color: #2984D1; color:#fff; }
.leads-card .lead-status-nocontact { background-color: #FF8904; color:#fff; }
.leads-card .lead-status-refused { background-color: #FB2C36; color:#fff; }


.table .badge.lead-status-converted { background: #37BC7D; color: #ffffff; }
.table .badge.lead-status-new { background-color: #FFDF20; color: #000; }
.table .badge.lead-status-progress { background-color: #2984D1; color:#fff; }
.table .badge.lead-status-nocontact { background-color: #FF8904; color:#fff; }
.table .badge.lead-status-refused { background-color: #FB2C36; color:#fff; }
/* leads */

/* filters */
.filters-wrapper { background: #f7f7f7; padding: 20px; border-radius: 10px; }
/* filters */

/* projects */
.projects-card { border-radius: 0px; display: flex; flex-direction: column; height: 100%; transition: transform 0.2s, box-shadow 0.2s; border: none; background: #fff; }
.projects-card .card-header { display: flex; justify-content: space-between; align-items: center; padding: 10px 15px; }
.projects-card .card-header .project-title { font-weight: 900; font-size: 16px; }
.projects-card .card-header .status-badge { text-transform: capitalize; text-align: center; padding: 2px 8px; font-weight: 500; font-size: 13px; border-radius: 20px; }
.projects-card .card-body { padding: 15px; flex: 1 1 auto; }
.projects-card .card-body .project-info { display: flex; align-items: center; margin-bottom: 8px; font-size: 14px; color: #555; }
.projects-card .card-body .project-info i { font-size: 16px; color: #000; margin-right: 8px; }
.projects-card .card-footer { padding: 10px 15px; border-top: 1px solid #eaeaea; background: transparent; display: flex; justify-content: flex-end; gap: 5px; }
.projects-card .status-new { background-color: #FFDF20; color: #000; }
.projects-card .status-progress { background-color: #2984D1; color: #fff; }
.projects-card .status-completed { background-color: #37BC7D; color: #fff; }
.projects-card .status-onhold { background-color: #FF8904; color: #fff; }
.projects-card .status-cancelled { background-color: #FB2C36; color: #fff; }
/* projects */

/* projects single page */
.projects-card .info-item { font-size: 15px; padding: 8px 0; border-bottom: 1px solid #efefef; display: flex; align-items: center; gap: 8px; color: #444; }
.projects-card .info-item i { font-size: 16px; color: #007bff; }
.projects-card .card-header { border-bottom: none; padding: 1rem 1.5rem; }
.projects-card .card-footer { background: #fafafa; border-top: none; padding: 1rem 1.5rem; }
.offcanvas-body .merchant-name { background: #5167FC; color: #FFFFFF; border-radius: 30px; padding: 0px 10px; display: inline-block; margin-bottom: 10px; margin-top: 10px; font-size: 12px; font-weight: bold; }

.comments-item { position: relative; background: #efefef; padding: 10px; border-radius: 10px;}
.comments-item .comment-body { display: flex; justify-content: space-between; width: 100%; align-items: start; }
.comments-item .comment-body .name-and-comment-wrapper { width: 80%; }
.comments-item .comment-body .comment-date-wrapper { width: 20%; text-align: right; }
.comments-item .comment-body .commentor-name { margin: 0; font-size: 12px; font-weight: 700; }
.comments-item .comment-body .comment-text { margin: 0; font-size: 12px; }
.comments-item .comment-body .comment-date { margin: 0; font-size: 10px; color: #111111; font-weight: 400; }
/* projects single page */

